/* CSS Document */

/** GENERAL **/ 

* {
	margin: 0;
	padding: 0; } /* makes the li bullets float out of the width */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /* IE 5.x,6 centering fix */
	min-width: 801px; /* Netscape 6 min-width bug fix */
	width: 100%; }

div#wrapper {
	width: 788px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid black;
	margin: 0 auto;
	text-align: left;
	clear: both;
	background-color: #FFFFFF; } /* IE 5.x,6 centering fix */

a:link, a:visited {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #C00B12;
	text-decoration: none; }
a:hover,a:active {
	color: #333333;
	text-decoration: underline; }
	
a img { border: none; }

img.imgLeft {
	float: left;
	margin: 0 5px 5px 0; }
img.imgRight {
	float: right;
	margin: 0 0 5px 5px; }

/** END GENERAL **/
/** BRANDING **/

div#branding {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #E5EAE9; }
div#header {
	background: url(../images/header-bkg.jpg) center no-repeat;
	width: 800px;
	height: 290px;
	margin: 0 auto;
	position: relative }
div#header h1 {
	width: 300px;
	color: #FFFFFF;
	position: absolute;
	font-size: 20px;
	top: 30px;
	left: 30px; }
div#header h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 20px;
	position: absolute;
	top: 230px;
	left: 30px; }
div#header h2 span.important {
	font-family: "Arial Black", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 20px; }
	
	
/** END BRANDING **/
/** NAVS **/

div#mainNav {
	margin-bottom: 5px;
	background-color: #E5EAE9; }
div#mainNav ul {
	width: 800px;
	margin: 0 auto;
	list-style: none; }
div#mainNav ul li { 
	display: inline; }
div#mainNav ul li a {
	display: block;
	height: 55px;
	line-height: 55px;
	padding: 0 15px;
	margin: 0 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	float: left; }
div#mainNav ul li a:hover, div#mainNav ul li a.current { color: #FFFFFF; }
div#mainNav ul li a.cycle1:hover, a.cycle1.current { background-color: #D8540B; }
div#mainNav ul li a.cycle2:hover, a.cycle2.current { background-color: #AFD267; }
div#mainNav ul li a.cycle3:hover, a.cycle3.current { background-color: #4DB4E1; }
div#mainNav ul li a.cycle4:hover, a.cycle4.current { background-color: #95AAA6; }

div#sideMenu { margin-bottom: 10px; }
div#sideMenu ul {
	width: 160px;
	list-style: none;
	text-align: center; }
div#sideMenu ul li {
	height: 25px;
	line-height: 25px;
	background-color: #E5EAE9;
	margin-bottom: 3px; }
div#sideMenu ul li a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000; }
div#sideMenu ul li a:hover {
	text-decoration: none;
	color: #D8540B; }	
	

/** END NAVS **/
/** PARTENERI **/

div#parteneri {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	background-color: #E5EAE9; }

/** END PARTENERI **/
/** LAYOUT **/

div#mainLeft {
	width: 160px;
	float: left; }
div#mainRight {
	width: 625px;
	float: right; }
	
div#contentRight {
	width: 200px;
	float: right; }
div#mainContent {
	width: 410px;
	padding: 5px;
	float: left; }
	
div#footer { 
	margin-top: 20px;
	clear: both; }

/** END LAYOUT **/
/** CONTENT RIGHT **/

div#news {
	margin: 20px 0;
	background-color: #E5EAE9;
	padding: 10px; }

/** END CONTENT RIGHT **/
/** MAIN CONTENT **/

div#mainContent h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D8540B;
	text-align: center;
	margin: 15px auto; }
	
div#mainContent p {
	margin-bottom: 7px; }
div#mainContent ul {
	margin-left: 50px;
	list-style-type: disc; }
	
p.more { 
	text-align: right;
	margin: 12px auto; }
p.more a {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 2px; }
p.more a:hover { background-color: #afd267; }

div.case {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #AFD267; }
div.case h1.left {
	text-align: left !important;
	/*border-bottom: 1px solid #999999;*/ }
div.case h1.right {
	text-align: right !important;
	/*border-bottom: 1px solid #999999;*/ }
div.case p { margin: 5px auto !important; }
div.case ul { margin-left: 180px !important; }
div.poze {
	width: 120px;
	padding: 7px;
	background-color: #FFFFFF;
	border: 1px solid black;
	float: left;
	margin: 0 5px 5px 0; }
div.poze p {
	font-weight: bold;
	text-align: center;
	margin-top: 3px; }

ul.emailLinks a {
	display: block;
	width: 161px;
	height: 15px;
	text-indent: -10000px; }
a.mailOffice { background: url(../images/mail-office.gif) top left no-repeat; }
a.mailOffice:hover { background: url(../images/mail-office-over.gif) top left no-repeat; }
a.mailGarantii { background: url(../images/mail-garantii.gif) top left no-repeat; }
a.mailGarantii:hover { background: url(../images/mail-garantii-over.gif) top left no-repeat; }
a.mailReclamatii { background: url(../images/mail-reclam.gif) top left no-repeat; }
a.mailReclamatii:hover { background: url(../images/mail-reclam-over.gif) top left no-repeat; }
	

/** END MAIN CONTENT **/
/** CONTENT RIGHT **/

div#contentRight h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 10px auto; }
div#news p {
	margin: 10px auto;
	font-weight: bold; }
div#news span.infoNews {
	font-size: 14px;
	font-weight: bold;
	color: #D8540B; }
div#news p.sideMore {
	text-align: right;
	clear: both; }
div#news p.sideMore a {
	font-size: 11px;
	font-weight: normal; }

/** END CONTENT RIGHT **/
/** FOOTER **/

div#footer { padding: 5px; }
div#footer a {
	margin: 0 5px;
	padding: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serifl;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none; }
div#footer a.provider {
	font-size: 11px;
	font-weight: normal;
	color: #999999; }
div#footer a.provider:hover {
	text-decoration: underline;
	color: #D8540B; }
div#footer a.cycle1:hover { background-color: #D8540B; }
div#footer a.cycle2:hover { background-color: #AFD267; }
div#footer a.cycle3:hover { background-color: #4DB4E1; }
div#footer a.cycle4:hover { background-color: #95AAA6; }

/** END FOOTER **/


