@charset "utf-8";
/* CSS Document */
@import url(style_contact.css);

html,body{
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#FFE477;
	font-family:Arial, Helvetica, sans-serif;
}
html {
     overflow: -moz-scrollbars-vertical;
}
*{
	margin:0;
	padding:0;
	font-size:12px;
}
.container{
	margin:0 auto;
	width:937px;
}
/******************************************************************************/
/****************** HEADER*************************************************/
.headerTop{
	background:url(images/headerTop.jpg) top center no-repeat;
	height:290px;
}
.header_images{
	padding:8px 0 0 6px;
	width:920px;
	height:275px;
}

.headerBottom{
	margin:15px 0 0 200px;
}
.headerMenu{
	float:left;
	width:670px;
}
.headerLang{
	float:right;
	width:60px;
	font-size:12px;
}
.headerLang a{
	font-weight:bold;
	text-decoration:none;
}
.headerLang a:hover{
	color:#28156E;
}
.headerLang .L_normal{
	color:#979598;
}
.headerLang .L_active{
	color:#28156E;
}
ul.headerMenu{
	font-size:11px;
}
.headerMenu li{
	margin:0 5px 0 5px;
	padding:0 10px 0 5px;
	display:inline;
	float:left;
	text-align:center;
	font-weight:bold;
}
.headerMenu li.normal,.headerMenu li.active{
	background:url(images/line_bg.jpg) right no-repeat;
}

.headerMenu li.normal a,.headerMenu li.active a,.headerMenu li.last a{
	text-decoration:none;
	font-size:11px;

}
.headerMenu li.last{
	background:none;
}
.headerMenu li.activelast a{
	background:none;
	text-decoration:none;
	color:#28156E;
}
.headerMenu li.normal a,.headerMenu li.active a,.headerMenu li.last a{
	color:#666568;
}
.headerMenu li.normal a:hover,.headerMenu li.active a,.headerMenu li.last a:hover{
	color:#28156E;
}
/***************************************************/
/********CONTENT**********************************/
.content1{
	padding:10px 0 0 0;
}
.contentLeft{
	float:left;
	width:190px;
}
.contentLeft ul{
	background:url(images/ul_bg.jpg) repeat-y;
	width:186px;
	text-align:left;
}
.contentLeft li.level1,.contentLeft li.level1active,.contentLeft li.level1lastactive,.contentLeft li.level1last{
	list-style:none;
	display:block;
	width:160px;
	font-size:12px;
	padding:5px 0 5px 10px;
	background:url(images/li_bg.jpg) bottom no-repeat;
}
.contentLeft li.level1last,
.contentLeft li.level1lastactive{
	background:none;
}
.contentLeft li.level1 a,
.contentLeft li.level1last a{
	text-decoration:none;
	color:#979598;
	display:block;
}
.contentLeft li.level1 a:hover,
.contentLeft li.level1last a:hover{
	text-decoration:none;
	color:#000000;
}	
.contentLeft li.level1active a,
.contentLeft li.level1lastactive a{
	text-decoration:none;
	color:#000000;
	display:block;

}
.contentRight{
	width:741px;
	float:left;
}
.mainContent{
	background:url(images/content_bg.jpg) repeat-y;
	width:721px;
	padding-right:20px;
}
.content{
	margin-right:10px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}
.content ul{
	padding:0 0 0 30px;
}
.content li{
	background:url(images/text_bullet.jpg) 2px 6px no-repeat;
	padding:0 0 0 10px;
	list-style:none;
}
.content a{
	text-decoration:none;
	color:#666568;
}
.content a:hover,.content a.active{
	text-decoration:none;
	color:#28156E;
}
.content  table.contenttable{
	margin-left:75px;
	margin-bottom:10px;
	width:550px;
	border:0;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
}
.content table.contenttable td{
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	padding:3px;
	text-align:center;
}
.content .bodytext{
	font-size:12px;
	padding-bottom:10px;
	margin-right:10px;
}
.contentTop{
	background:url(images/contentTop.jpg) bottom center no-repeat;
	width:741px;
	height:29px;
}
.contentBottom{
	background:url(images/contentBottom.jpg) top center no-repeat;
	width:741px;
	height:6px;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image{
	padding-right:13px;
	padding-bottom:15px;
}
.clear{
	clear:both;
	font-size:0;
}
.titluPagina{
	padding:0 0 0 20px;
}
.titluPagina H1{
	color:#00479F;
	font-size:16px;
	text-transform:uppercase;
}

/**********************************************************************************/
/**************FOOTER*************************************************/
.footer{
	font-size:11px;
	color:#979598;
	width:740px;
	text-align:center;
	
}
.footer a{
	color:#979598;
	text-decoration:none
}
.footer a.active,.footer a:hover{
	color:#28156E;
	text-decoration:none;
}
/**********************************************************************/
/***************RTE***********************************/
.bulletText{
	font-size:12px;
	background:url(images/text_bullet.jpg) left center no-repeat;
	margin:0 0 0 32px;
	padding:0 0 0 10px;
}

#rotating_items{
 position: relative;
}
#rotating_items div.rotating_item{
  position: absolute;
 }














