/*###################################### START GENERIC CLASSES ######################################*/



.clear{

	clear: both;

}


.clearLeft{

	clear: left;
}



.clearRight{

	clear: right;
}



.noMarginLeft{

	margin-left: 0!important;
}



.noMarginRight{

	margin-right: 0!important;
}



.noMarginBottom{

    margin-bottom: 0!important;

}



.noPaddingRight{

    padding-right: 0!important;

}



.noBorderRight{

	border-right: 0!important;

}



.noBorderBottom{

	border-bottom: 0!important;

}



/*###################################### END GENERIC CLASSES ######################################*/



















/*###################################### START TEMPLATE STYLES ######################################*/

*{

	margin: 0px;

	border: 0px;

	padding: 0px;

}



body{

	color: #333333;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

}



#container{

	display: inline;

	float: left;

	width: 100%;
	background:url(../images/body-gray.png) repeat-y center top #efefef;

}



#wrapper{

	margin: 0 auto;

	width: 975px;

	position: relative;

}



#header{

	float:left;

	display:inline;

	width: 975px;

	height: 210px;

	/*background:url(../images/BgHeader.gif) repeat-x top;  */

 }

 

 #search{

    display: inline;

    float: left;

    width: 975px;

    height: 21px;

    padding-top: 5px;

    background: #f0f0f2;

    text-align: center;

    color: #000;

    /*border:1px solid #000000;*/

}



 #search a{



    color: #000;

    text-decoration: none;

    font-weight: bold;

    /*border:1px solid #000000;*/

}



#search form{

    display: inline;

    /*border:1px solid #000000;*/

}



#search input{

    background: #fff;

    /*border:1px solid #000000;*/

}

 

 #banner{

	float:left;

	display:inline;

	width: 975px;

	padding:0 0 0 0;

 }



 #bannerCentralHeader{

    display: inline;

    float: left;

    width: 446px;

    /*margin-left: 88px; */ 

 }

 

 #bannerCentralHeader h1{

    display: inline;

    float: left;

    /*width: 481px;*/

    height: 91px;

    margin-top: 16px;

    background: url(../images/logo_new.jpg) left top no-repeat;
background-size: contain;

}



 #bannerCentralHeader h1 a{

    display: inline;

    float: left;

    width: 491px;

    height: 91px;

}



 #bannerCentralHeader h1 span{

    display: none;

}

 

#bannerLeftHeader{

    float: left;

    display: inline;

    width: 240px;

    height: 110px;

    border: 0px solid #000;

	/*background-image: url('/images/banner_sx.gif');*/

	margin: 5.5px 7px 5.5px 0;

} 



#bannerRightHeader{

    float: left;

    display: inline;

    width: 240px;

    height: 110px;

    border: 0px solid #000;

	/*background-image: url('/images/banner_dx.gif');*/

	margin: 5.5px 0 5.5px 42px;
} 



#bannerOrari{

    float: left;

    display: inline;

    height: 16px;

    text-align: left;

}

#content{

	float:left;

	display:inline;

	width: 975px;

    padding-top: 0;

	min-height: 400px;

}


#content.contentHome{

	background: url(../images/bgContent2Cols.png) left top repeat-y;
}


#footer{
	float:left;
	display:inline;
	width: 975px;
	font-size: 10px;
	text-align:center;
}


#contentFooter{

	float:left;
	display:inline;
	width: 975px;
	height: 15px;
	text-align: center;
	border-bottom:1px solid #f0f0f2;
}

#contentFooter p{

	padding-top: 20px;

}

#contentFooter img{


}


a{

	color: #2f6e9d;

	text-decoration: none;

}



a:hover{

	text-decoration: underline;

}



#contentCopyright{

	display:inline;

	float:left;

	margin:10px 0;
		text-align:center;

}





/*############################### END TEMPLATE STYLES ####################################*/





/*###################################### START MAIN MENU ######################################*/



#mainNav {

	display: inline;

	float: left;

	border:1px solid #2a618b;
    
	width:973px;
    
    height:25px;
    
    overflow: hidden;
    

}



#mainNav ul {

	list-style: none;

}



#mainNav li {

	display: inline;

	float: left;
    margin: 0!important;     
    padding: 0!important;  
}



#mainNav li a {

	display: inline;

	float: left;

	height: 18px;

	color: #375783;

    font-weight: bold;

	padding: 7px 16px 0 16px;

	text-align: center;

	text-decoration: none;

	font-size:14px;

    border-right : 1px solid #2a618b;
    margin: 0!important;



}



#mainNav li a:hover, #mainNav li a.NavOver {

	color:#FFFFFF !important;

	background:url(../images/bgItemNav01.gif) repeat-x;

}



/*###################################### END MAIN MENU ######################################*/















/*###################################### START FOOTER MENU ######################################*/



#SubNav {

	display: inline;

	float: left;

	margin: 0;

    padding: 4px 0 4px 0;

	color:#FFFFFF;

	width:975px;
    
    height: 21px;

    background:url(../images/bgItemNav01.gif) left top repeat-x; 
    
    overflow: hidden; 

}



#SubNav ul {

	list-style: none;
    overflow: hidden;

}



#SubNav li {

	display: inline;

	float: left;

	text-decoration:none;

	overflow: hidden; 

}



#SubNav li a {

	display: inline;

	float: left;

	height: 11px;

	color: #fff;

	padding: 5px 20px 5px 20px;

	text-align: center;

	text-decoration: none;

	font-size:14px !important;

    border-right : 1px solid #FFF; 

    font-weight: bold !important;

}



#SubNav li:hover a {

	text-align: center;

	text-decoration: none;

	color:#09F;

}



#SubNav li a.subNavOver{

    text-align: center;

    text-decoration: none;

	color:#09F;



}



/*###################################### END MENU FOOTER ######################################*/













/*###################################### START FOOTER MENU ######################################*/



#footerNav {

	display: inline;

	float: left;

	margin-top:7px;

	margin-left:7px;

	font: Arial, Helvetica, sans-serif;

	font-size:11px;

}



#footerNav ul {

	list-style: none;

}



#footerNav li {

	display: inline;

	float: left;

}



#footerNav li a {

	display: inline;

	float: left;

	height: 21px;

	color: #2f6e9d;

	padding: 0 6px 0 6px;

	text-align: center;

	text-decoration: none;

	font-size:11px;

}



#footerNav li a:hover {

	text-align: center;

	text-decoration: none;

	font-size:11px;

	color:#2f6e9d;

	text-decoration:underline;

}



/*###################################### END MENU FOOTER ######################################*/







/*###################################### START CONTENT ######################################*/





#content h3{

	font-family:Georgia, "Times New Roman", Times, serif;

	font-weight:bold;

	font-size:14px;

	color:#333333;

	padding-bottom:7px;

}



#content h5{

	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:30px;

	font-weight:normal;

	font-size:28px;

	color:#375783;

	padding-bottom:7px;

}



#content p{

	margin-top:15px;

	line-height:17px;

}







#articoloHome{

	display:inline;

	float:left;

	width: 394px;

   min-height: 385px;  
 /* */
	border-right:1px dotted #f0f0f2;

    position: relative;

    font-size:12px;
    
    overflow: hidden;

}



#articoloHome a.titolo{

    float: left;

    display: inline;

    color: #375783;

    font-size: 22px;  

    font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;

    

}



#articoloHome a.linkArrow{

    float:right;

    display: inline;

    color: #375783;

    font-size: 12px;

    margin-right: 9px;

}



#articoloHome img{

    float: left;

    display: inline;

    margin:9px 0;

}



#primoPiano{

    float: left;

    display: inline;

    width: 211px;


    margin-left: 9px;

    border-right:1px dotted #f0f0f2;  

}   



#primoPianoContent{

    float: left;

    display: inline;

    background: #b5d6dd;

    width: 184px;

    height: 360px;

    padding: 9px;
    overflow: hidden;

}



#primoPianoContent h3{

    float: left;

    display: inline;

    background:url(../images/bgItemNav01.gif) left top repeat-x; 

    width: 184px;    

    height: 16px;

    font-size: 12px;

    padding: 7px 0 0 3px;

    margin-bottom: 13px;

    margin-top: 3px;

    font-weight: bold;

    font-style: normal;

    color: #FFF;

}



.bloccoPrimo{

    float: left;

    display: inline;

    margin-bottom: 13px;
	font-weight:bold;
	margin-top:6px;

}



.bloccoPrimo img{

    padding-right: 12px;

}



 



#videoBannerRight{

    float: left;

    display: inline;

    margin-left: 9px;



    width: 348px;

    height: 230px;

}



#meteoRight{

    float: left;

    display: inline;

    margin-left: 9px;

    margin-top: 52px;

    background: #f0f0f2;

    width: 332px;

    height: 79px;  

    padding: 9px;    

}



#meteoRight h3{

    float: left;

    display: inline;

    width: 100%;  

    height: 9px;

    font-size: 12px;

    background: #FFF;

    padding: 6px 0 0 3px;

    margin-bottom: 9px;

    font-weight: bold;

    font-style: normal;

}



#meteoLink{

    float: left;

    display: inline;

    width: 166px;

    padding: 5px 0;

}



#colLeft{

    float: left;

    display: inline;

    width: 391px;

    height: 660px;

    padding-right: 9px;

    margin-top: 0;

    border-right: 1px dotted #f0f0f2; 

}







.colLeftInside{

    float: left;

    display: inline;

    position: relative;

    margin-top: 7px;

    width: 391px;

    height: 157px;
    
    overflow: hidden;

}



.colLeftInside h3{

    float: left;

    display: inline;

    width: 100%;  

    height: 9px;

    font-size: 12px;

    background: #f0f0f2;

    padding: 6px 0 0 3px;

    margin-bottom: 9px;

    font-weight: bold;

    font-style: normal;

}



.colLeftInside a.titolo{

    float: left;

    display: inline;

    color: #375783;

   font-weight:bold;

    padding: 0;

    margin-bottom: 9px;

    font-size: 18px;

    width: 221px;
	font-family:Georgia, "Times New Roman", Times, serif;

    

}



.colLeftInside img{

    float: left;

    display: inline;

    padding-right: 12px;

}



.colLeftInside p{

    float: left;

    display: inline;

    margin-top:0;

    line-height:0;

}



#colCenter{

    float: left;

    display: inline;

    margin-left: 9px;

    width: 275px;

    height: auto; 

    padding-right: 9px;

    margin-top: 10px;

    border-right: 1px dotted #f0f0f2;

}



#colCenter h3{

	float: left;
	display: inline;
	width: 100%;  
	height: 12px;
	font-size: 12px;
	line-height:12px;
	background: #f0f0f2;
	padding: 6px 0 0 3px;
	margin-bottom: 5px;
	font-weight: bold;
}



#colCenterInside{

    float: left;

    display: inline;

    width: 275px;
	margin-top:2px;

}   



#letter{

    float: left;

    display: inline;

    width: 275px;

    height:75px;
	padding-bottom: 5px;

}



#letter a.titolo{

	float: left;
	display: inline;
	color: #375783;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0;
	font-size: 14px;
	width: 275px;
	line-height: 18px;
	margin-bottom:5px;
}



#colCenterBlue{

    float: left;

    display: inline;

    width: 257px;

    height: 197px;

    background: #B5D6DD;

    margin-top: 8px;    

    padding: 4px 4px 0px 4px;

}



#colCenterBlue a.titolo{

float: left;

    display: inline;

    color: #375783;

    font-weight: bold;

    padding: 0;

    font-size: 14px;

    margin-bottom: 2px;

    width: 257px;

    line-height: 17px;
	font-family:Georgia, "Times New Roman", Times, serif;



}



#colCenterBlue h3{

    float: left;

    display: inline;

    width: 100%;  

    height: 12px;

    font-size: 12px;

    padding: 0 !important;

    margin-bottom: 9px;

    background: none !important; 

    font-weight: bold;

    font-style: normal;

}



#colCenterBlue b{

    float: left;

    display: inline;

    margin-bottom: 3px;

}



#colCenterBlue img{

    float: left;

    display: inline;

    margin-top: 2px;

}



#colRight{

    float: right;

    display: inline;

    margin-left: 9px;

    margin-top: 4px;

    width: 270px;

    height: 100%;

    

}



.pubRight{

    float: left;

    display: inline;

    position: relative;

    margin-top: 9px;

    width: 272px;

    height: 154px;

    border: 0px solid #000;

}



.pubRightBig{

    float: left;

    display: inline;

    position: relative;

    margin-top: 9px;

    width: 272px;

    height: 370px;

    border: 0px solid #000;

}



.colBottom{

    float: left;

    display: inline;

    width: 682px;

    margin-top: 0px;

    

}



.pubblicitaBottom{

    float: left;

    display: inline;

    width: 684px;

    border: 0px solid #000;

}



.colBottomInside{

    float: left;

    display: inline;

    width: 682px;
    
    height: 270px;
    
    

    margin-top: 9px;

}



.colBottomInside h3{

    float: left;

    display: inline;

    width: 100%;  

    height: 9px;

    font-size: 12px;

    background: #f0f0f2;

    padding: 6px 0 0 3px;

    margin-bottom: 9px;


    font-weight: bold;

    font-style: normal;

}



.smallCol{

    float:left;

    display:inline;

    width: 156px;

    height: 235px;

    padding-right: 9px;

    margin-right: 9px;

    border-right: 1px dotted #f0f0f2;
    overflow: hidden;

    

}



.smallCol a.titolo{

	float: left;
	display: inline;
	color: #375783;
	font-weight: bold;
	padding: 0;
	margin-bottom: 9px;
	margin-top: 9px;
	font-size: 14px;
	line-height: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}



#list{

    float: left;

    display: inline;

    width: 684px; 

    min-height: 390px;

    padding-right: 9px;

    margin-right: 9px;

    border-right: 1px dotted #f0f0f2;

}



#articleList{

    float: left;

    display: inline;

    width: 684px;

    margin-bottom: 9px;

    padding-bottom: 9px;

    border-bottom: 1px dotted #f0f0f2;

    

}



#articleList a{

    float: left;

    display: inline;

    color: #375783;

    font-weight: bold;

    padding: 0;

    margin-bottom: 9px;

    font-size: 14px;

    line-height: 14px;



}



#articleText{

    float: left;

    display: inline;

    width: 530px;



}



#articleImg{

    float: left;

    display: inline;

    width: 145px;

    padding-left: 9px;



}



#rightList{

    float: left;

    display: inline;

    width: 250px;  

}







.articleSmall{

	display:inline;

	float:left;

	width: 176px!important;

	padding-bottom:10px;

	border-bottom:1px solid #d1dfe9;

	margin-bottom:20px;

}



.articleRight{

	display: inline;

	float: left;

	width: 255px!important;

	/*background: url(../images/bgRightContent.gif) top no-repeat;;*/

	padding: 10px 10px 20px 10px;

}



#articleContent{

	display: inline;

	float: left;

	width: 670px;

	padding: 0 10px;

	border-right:1px solid #d9d9d9;

}



#gallery{

	display:inline;

	float:left;

	margin-top:15px

}



.btnInvia {

	display: inline;

	width: 132px;

	height: 22px;

	border: 0;

	padding: 0;

	background: url(../images/bgBtnInvia.gif) left 0 no-repeat;

	color: #FFF;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size: 14px;

	font-weight: normal;

	text-align: center;

	cursor: pointer;

}

   .divImgArtZoom a:hover{
       text-decoration:none;
       outline: none;
   }
   
      .divImgArtZoom a:hover img{
       text-decoration:none;
       outline: none;  
   }

  
  
.megaBottom{
    float:left;
    display: inline;
    width: 100%; 
}  
   
.blCol{
    float:left;
    display: inline;
    width: 205px;
    padding-right:15px;
    height:245px;
    overflow:hidden;
}

.blCol a.titolo{

    float: left;

    display: inline;
    
    margin-bottom: 5px;

    color: #375783;

    font-size: 12px;  

    font-weight: bold;
    font-family:Georgia, "Times New Roman", Times, serif;


}

.clCol{
    float:left;
    display: inline;
    position:relative;
    width: 235px;
    background: #B5D6DD; 
    padding: 5px;
    height:240px;
    overflow:hidden;
    
}

.clCol a.titolo{

    float: left;

    display: inline;
    position:relative;
    
    margin-bottom: 5px;

    color: #375783;

    font-size: 12px;  

    font-weight: bold;
    font-family:Georgia, "Times New Roman", Times, serif;


}

.rlCol{
    float:left;
    display: inline;
    position:relative;
    width: 205px;
    padding-left:10px;
    height:245px;
    overflow:hidden;
    
}
.rlCol a.titolo{

    float: left;

    display: inline;

    margin-bottom: 5px;
    
    color: #375783;

    font-size: 12px;  
    
    font-weight: bold;
    font-family:Georgia, "Times New Roman", Times, serif;


}

.blCol img, .rlCol img, .clCol img{
    float: left;

    display: inline;
    
    margin-bottom: 10px;
}  

.blCol h3, .rlCol h3{

    float: left;

    display: inline;

    width: 100%;  

    height: 9px;

    font-size: 12px;

    background: #f0f0f2;

    padding: 6px 0 0 3px;

    margin-bottom: 9px;


    font-weight: bold;

    font-style: normal;

}