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


body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#000000;
	height:100%;
}
html{
	height:100%;
}
body, ul, li, p{
	margin:0;
	padding:0;
	list-style:none;
}

#bigContainer{
	margin:0 auto;
	background-image:url(../img/sfondo.jpg);
	background-position:center 0;
	background-repeat:no-repeat;
	background-color:#071b24;	
	min-height:100%;
}
#container{
	width:990px;
	margin:auto;
	background-color:#ffffff;
}

#header{
	width:970px;
	height:130px;
	border-bottom:1px solid #999ca1;
	padding:0 10px;
	overflow:hidden;
}
#headerSx{
	float:left;
	padding:10px 0 0 10px;
}
#headerDx{
	float:right;
	text-align:center;
}
#headerDx img{
}

#bandiere{
	text-align:center;
	padding:5px 0;
}

#menu{
	width:970px;
	margin:13px 10px;
	font-size:1.1em;
}

#menu ul{
	width:970px;
	height:53px;
}
#menu ul li, #menu ul li.attivo{
	display:inline;
	float:left;
	width:148px;
	height:40px;
	padding:13px 6px 0 6px;
	text-align:center;
	background-repeat:repeat-x;
	border-right:1px solid #d0d0d0;
}
#menu ul li{
	background-image:url(../img/menu_off.gif);
}

#menu ul li.attivo{		
	background-image:url(../img/menu_on.gif);
	color:#fefefe;
}

#menu ul li a{
	color:#000000;
	text-decoration:none;
}
#menu ul li.attivo a{
	text-decoration:none;
	color:#fefefe;
}

#bannerHome{
	width:970px;
	height:520px;
	margin:0 10px;
	padding-bottom:10px;
	position:relative;
}
#slides{
	width:970px;
	height:520px;
}
	
#areeHome{
	width:980px;
	height:235px;
	padding:30px 5px;
	background-image:url(../img/fondino-sfuma_verticale.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	overflow:hidden;
}

.area{
	width:245px;
	padding:0 12px;
	float:left;
	border-right:1px dotted #000000;
	overflow:hidden;
}
.area a{
	color:#000000;
}
.video{
	margin-top:12px;
}
.areaB{
	width:410px;
	padding:0 12px 0 0;
	float:left;
}

.titoloArea{
	font-size:1.3em;
	font-weight:bold;
	color:#e64239;
}
.areaB .titoloArea{
	margin-left:15px;
}

#catalogoImg{
	float:left;
	width:101px;
	margin:15px 0 0 0;
}
#catalogoTesti{	
	float:left;
	width:134px;
	margin:15px 0 0 10px;
}
#contNews{
	width:440px;	
	height:170px;
	background-image:url(../img/box_news.png);
	background-repeat:no-repeat;
	background-position:5px 20px;
}
#news{
	width:400px;
	height:120px;
	margin:15px 0 0 15px;
}
.newsCycle{
	width:420px;
	overflow:hidden;
}

.newsImg{
	float:left;
	width:145px;
	margin:0px 0 0 10px;
	padding:9px 0 0 0;
}
.newsTesti{	
	float:left;
	width:195px;
	margin:0px 0 0 0;
	padding:30px 0 0 20px;
	line-height:1em;
}
.titoloNews{
	font-weight:bold;
	color:#e64239;
}

#content{
	width:100%;background-image:url(../img/laterale.gif);
	background-repeat:no-repeat;
	background-position:15px bottom;
	margin-bottom:5px;
	overflow:hidden;
}

#contentTesti{
	width:560px;
	float:left;	
	padding:30px 0 0 95px;
	
}
.sfumatura{	
	background-image:url(../img/bg_interno.jpg);
	background-repeat:repeat-x;
	height:9px;
}
.contentTitolo{
	color:#1c325b;
	font-size:1.8em;
	padding-top:10px;
}
.contentSottotitolo{
	color:#1c325b;
	font-size:1.3em;
	line-height:1.2em;
	padding:18px 0 30px 0;
}
.contentData{
	color:#1c325b;
	font-size:1.1em;
	font-weight:bold;
	padding:10px 0;
}
#contentImg{
	float:left;
}
#contentTesti li{
	padding:3px 0;
	
}
#footer{
	width:960px;
	height:38px;
	padding:35px 15px 10px 15px;
	font-size:0.9em;
	background-image:url(../img/fondino-sfuma_verticale_basso.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	overflow:hidden;
	
}
#footerSx{
	width:765px;
	float:left;
}
#footerDx{
	float:left;
	margin-top:5px;
}
#footer a{
	color:#000000;
}
#footerDx a{
	text-decoration:none;
}
.blu{
	color:#1d335a;
	font-size:0.8em;
}

/***slider HOME***/
/*.slides_wrap{
	position:relative;
}
.slides_wrap img{
	border:none;
}
.slides_wrap .next {
	background:url(../img/freccia_dx.jpg);
	position: absolute;
	right: 0px;
	top: 240px;
	height:35px !important;
	width:35px !important;
	opacity:0.9;
	outline: 0;
} 
.slides_wrap .prev {
	background:url(../img/freccia_sx.jpg);
	position: absolute;
	left: 0px;
	top: 240px;
	height:35px !important;
	width:35px !important;
	opacity:0.9;
	outline: 0;
}
.bx_pager{
	text-align:center;
}
.bx_pager a{
	width:15px;
	height:15px;
	background-image:url(../img/pallino.jpg);
	background-repeat:no-repeat;
	display:inline-block;
	font-size:0;
}
.bx_pager a.active{
	width:15px;
	height:15px;
	background-image:url(../img/pallino_on.jpg);
	background-repeat:no-repeat;
}*/

/**CYCLE**/
/*banner*/
#next{
	position: absolute;
	right: 0px;
	top: 240px;
	z-index:100;
	cursor:pointer;
}
#prev{
	position: absolute;
	left: 0px;
	top: 240px;
	z-index:100;
	cursor:pointer;
}

/*news*/
#nav{
	padding:18px 0 0 150px;
}
#nav div {
	width:18px;
	height:15px;
	background-image:url(../img/pallino.jpg);
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}
#nav div.activeSlide {
	width:18px;
	height:15px;
	background-image:url(../img/pallino_on.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}
