.style1 {font-size: 10px}

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #3E423A;}
a:hover {color: #C60;}

body {
	/*background: #CCD8E0 url(img/bk.jpg) repeat-x left bottom;*/
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	background-image: url(img/body-bg.gif);
}



p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

h4 {
	font: normal 11px Tahoma,sans-serif;
	width:160px;
	margin-bottom: 4px;
	margin-left:3px;
	border: 1px solid #EEE;
	color:#036;
	 background-color:#C2D8FC;
	 padding: 3px;
}

input {font: normal 12px Tahoma,sans-serif;
	 color:#036;
	 width:100%}
	
textarea {font: normal 12px Tahoma,sans-serif;
	 	 color:#036;}

.code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #417378;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 2px 7px;
	white-space: pre;
	width:550px;
	
}



.TextTitlu 
{font-family:Tahoma, Geneva, sans-serif;
  font-size:22px;
  font-weight:bold;
  text-align:left;
  color:#06F;}
  

.code2 {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #417378;
	font-weight:bold;
	color: #09C;
	display: block;
	font: normal 11px Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 2px 7px;
	white-space: pre;
	text-align:center;
	width:550px;}


.code3 {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #417378;
	font-weight:bold;
	color: #09C;
	display: block;
	font: normal 11px Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 2px 7px;
	white-space: pre;
	text-align:center;
	width:550px;
}

.bordertable
{
	
		border: 1px solid #EEE;
		border-left: 6px solid #417378;
		text-align:center;
		background-color:#FFF;
	
	}



.TabelaProduse
{
	
		border: 1px solid #EEE;
		border-left: 6px solid #417378;
		background-color:#FFF;
	
	}



blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	/*background: url(img/line.gif) repeat-x; */
	padding: 10px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 200px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	height: 195px;	
}
.header .left {
	/*background: #B3C2C7 url(img/header.jpg) no-repeat;*/
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;	
	width: 594px;
}
.header .right {
	overflow: auto;
	width: 180px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {	
	background: #DDDDDD url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;

}
.navigation a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(img/bgmain.gif) repeat-y; 
	background-position: 0px 0px;


}

/* sub navigation */
.sidenav {
	float: left;
	width: 170px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #C2D8FC;
	/*background: #F0F0EB;*/
	color: #654;	
}

/* content */
.content {



	float: right;
	margin: 10px 0;
	padding: 0 16px;
	width: 568px;

}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
	text-align: right;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;

	line-height: 28px;
	padding: 0 12px;
	text-align: center;
	font: normal 1em Tahoma,sans-serif;
	display: block;
	text-decoration: none;
}


.footer2 {

	color: #FFF;

	line-height: 37px;
	padding-top:3px;
	text-align: center;
	font: normal 1em Tahoma,sans-serif;
	display: block;
	text-decoration: none;
	height:40px;
}


.footer .right {color: #DEF;}
.footer .right a {color: #DEF; text-decoration: none;}
.footer a, .footer a:hover,.footer .right a:hover {color: #FFF;}.container .main .content table tbody tr td .style1 strong {
	text-align: center;
}

#tabelaPreturi {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:11px;
	text-align:center;
	border-collapse:collapse;
	margin:1px;
}
#tabelaPreturi th{font-size:13px;font-weight:normal;background:#b9c9fe url("img/gradhead.png") repeat-x;border-top:2px solid #d3ddff;border-bottom:1px solid #fff;color:#039;padding:8px}
#tabelaPreturi td{border-bottom:1px solid #fff;color:#669;border-top:1px solid #fff;background:#e8edff url("img/gradback.png") repeat-x;padding:3px;}
#tabelaPreturi tfoot tr td{background:#e8edff;font-size:12px;color:#99c;}
#tabelaPreturi tbody tr:hover td{background:#d0dafd url("img/gradhover.png") repeat-x;color:#339;}


.superOferta1 {
	background-image:url(img/oferta-afise.jpg);
	background-repeat:no-repeat;
	width:187px;
	height:175px;
	padding-left: 7px;
	padding-top: 60px;
	padding-bottom: 11px;
	font-size: 20px;
	font-weight:bold;
	color:#FFF;
	vertical-align:top;
	font-family:Arial, Tahoma, Geneva, sans-serif;
	}
	
	
	
	.superOferta2 {
	
	background-image:url(img/flayere-oferta.jpg);
	background-repeat:no-repeat; 
	width:187px;
	height:175px;
	padding-left: 9px;
	padding-top: 60px;
	font-size: 20px;
	font-weight:bold;
	color:#FFF;
	vertical-align:top;
	padding-bottom: 10px;
	font-family:Arial, Tahoma, Geneva, sans-serif;
	}
	
	
	.superOferta3 {
	background-image:url(img/oferta-mape.jpg);
	background-repeat:no-repeat;
	width:187px;
	height:175px;
	padding-left:7px;
	padding-top:60px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight:bold;
	color:#FFFFEA;
	vertical-align:top;
	font-family:Arial, Tahoma, Geneva, sans-serif;
	}



  .TextOfertaMic 
	{font-family:Arial, Tahoma, Geneva, sans-serif;
  	font-size:10px;
 		 text-align:left;
 		 color:#FFF;}
