@charset "utf-8";
/* CSS Document */

@import url("menus.css");

html,body{
	background:#F2F2F2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
}
html {
     overflow: -moz-scrollbars-vertical;
}
form{
	margin:0;
	padding:0;
}
*{
	margin:0;
	padding:0;
}
.container{
	width:982px;
	background:url(images/container_bg.jpg) repeat-y;
	margin:0 auto;
	height:auto !important;
	height:100%;
	min-height:100%;
	position:relative;
}
.header{
	width:982px;
	padding-left:24px;
	margin:0 auto;
}
.logo{
	background:#00CCFF;
	float:left;
	width:452px;
	height:120px; 
	background:url(images/logos.jpg) no-repeat;
}
.flash_zone{
	float:left;
	width:483px;
	height:120px;
	background:url(images/right_corner.jpg) right top no-repeat;
}
.flash{
	width:460px;
	height:120px;
	background:url(images/header_img_1.jpg) no-repeat;
}
.headerMenu{
	background:url(images/menu_header_bg.jpg) repeat-y;
	width:934px;
	margin-left:1px;
}
/*****************************************/
/*** CONTENT  ****************************/
.content{
	width:982px;
	padding-left:24px;
	margin:0 auto;
}
.shadow{
	background:url(images/shadow1.jpg) no-repeat;
	width:934px;
	height:15px;
	margin-left:1px;
}
.contentTop{
	/*background:url(images/contentTop_bg.jpg) repeat-y;*/
	width:925px;
	border-top:10px solid #FFFFFF;
	
}
.contentLeft{
	float:left;
	width:253px;
	background:url(images/contentLeft_bg.jpg) right top no-repeat;
	padding-left:10px;
	padding-bottom:80px;
}
.contentLeft H2{
	font-size:12px;
	padding-bottom:10px;
}
.contentRight{
	float:left;
	width:640px;
	padding-left:10px;
	padding-bottom:20px;
}
.mainContent{
	line-height:20px;	
}
.mainContent H1{
	border-bottom:1px dotted #707171;
	padding-bottom:5px;
	font-size:13px;
	margin-bottom:10px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
.mainContent .bodytext{
	color:#393939;
	padding-bottom:10px;
	
}
.mainContent a{
	color:#93336A;
	text-decoration:underline;
}
.mainContent a:hover{
	color:#93336A;
	text-decoration:underline;
}
.clear{
	clear:both;
	font-size:0;
}
.clear60{
	clear:both;
	font-size:0;
	height:68px;
}
/****************************************************************/
/***   FOOTER   *************************************************/
.footerBox{
	width:982px;
	background-attachment: scroll;
	background-image: url(images/detalii2_bg.jpg);
	background-repeat: no-repeat;
	background-position: 63px top;
	position:relative;
	height:208px;
	bottom:0;
	margin:0 auto;
	position:absolute;
	z-index:20;
 }
.footer{
	width:982px;
	background:url(images/footer_bg.jpg) no-repeat;
	height:68px;
	position:absolute;
	bottom:0;
	margin-left:1px;
}
.copyright{
	float:left;
	width:300px;
	color:#393939;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:50px;
	padding-top:10px;
}
.reea{
	float:right;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:35px;
	padding-top:10px;
	color:#393939;
}
.reea a{
	text-decoration:none;
	color:#393939;
}
.reea a:hover{
	text-decoration:underline;
	color:#393939;
}
/********************************************************/
/***   FCE TEMPLATE   ***********************************/
.fce{
	width:590px;
	padding:15px 40px 20px 20px;
	background-attachment: scroll;
	background-color: #E5E5E5;
	background-image: url(images/fce_bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom:10px;
	color:#393939;
}
.fce H3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-bottom:10px;
}
.fce .bodytext{
	padding-left:10px;	
	color:#393939;
}

.mainContent ul{
	padding-left:20px;
	padding-bottom:10px;
}

/***  SITEMAP   ***/
.csc-sitemap li{
	background: url(images/li_bg.jpg) center left no-repeat;
	padding-left:15px;
	list-style:none;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	padding-left:10px;
}



