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

*{margin:0; padding:0;}
.clear{clear:both;}
h1{
	font-style: italic;
	font-weight: bold;
	color: #e85236;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #800F15;
	line-height: normal;
	margin-top: 5px;
	font-size: 20px;
}
h2{
	color: #FFFFFF;
	font-size: 13px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;

}
body {
	background-color: #3e0707;
	background-image: url(immagini/bg_home.png);
	background-repeat: repeat-x;
	color: #ffa88a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
#sfondo_home{
	background-image: url(immagini/sfondo_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container{
	margin-left:auto;
	margin-right:auto;
	width:970px;
}
#header_sx{
	width:318px;
	float:left;
}
#header_dx{
	width:652px;
	float:left;
}
#header{
	float:left;
}
#video_home{
	background-image: url(immagini/bg_video_home.png);
	background-repeat: no-repeat;
	padding-left: 33px;
	padding-top: 45px;
	height: 173px;
}
#menu_home{
	background-image: url(immagini/bg_menu_home.png);
	background-repeat: no-repeat;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	background-position: left top;
	padding-top: 5px;
	padding-left:15px;
}
#menu_home ul{
	padding-right: 13px;
	padding-left: 13px;
}
#menu_home li{
	list-style:none;
	border-bottom: 1px dotted #FF0000;
}
#menu_home a{
	color:#ffffff;
	display:block;
	text-decoration: none;
	background-image: url(immagini/freccia_menu_off.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
	font-size: 14px;
	font-weight:bold;
	line-height: 13px;
	padding-top: 6px;
	padding-bottom: 3px;
}
#menu_home a:hover{
	color:#ec0000;
	margin-left:4px;
	background-color: #250404 !important;
	background-image: url(immagini/freccia_menu_on.png);
}
#menu_home .current a{
	color:#fff;
	background-color: #111111;
}

#news{
	float:left;
	width:350px;
	background-color:#250404;
	background-image: url(immagini/tit_news.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 20px;
	margin-top: 10px;
	height: 240px;
}
#contenuti_home{
	float:left;
	width:550px;	
	padding-left: 30px;
}
#contenuti_home a{
	color: #FF5A3E;
	text-decoration:none;
}
#contenuti_home a:hover{
	text-decoration:underline;
	color:#FF0000;
}
#footer{
	clear:both;
	background-color:#12253f;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#footer_container{
	margin-left:auto;
	margin-right:auto;
	width:970px;
}
#dati_footer{
	float:left;
	width:350px;
	background-color:#00152b;
	padding: 20px;
	text-align: left;
	color: #FFFFFF;
}
#dati_footer a{
	color:#FFFFFF;
	text-decoration:none;
}
#dati_footer a:hover{
	color:#4996ff;
}
#link_footer{
	color:#294d7d;
}
#link_footer a{
	color:#294d7d;
	text-decoration:none;
}
.fb_link{
	background-image: url(immagini/icon_fb.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	font-weight: bold;
}
.fb_link a{
	color: #4996FF !important;
}
.fb_link a:hover{
	color: #FF3300 !important;
}
#banner_footer {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	margin-left: 25px;
}

.testo_01{
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:15px;
}
.testo_02{
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:13px;
}
.testo_03{
	font-size:11px;
	color:#4996ff;
}
.testo_04{
	color:#FFFFFF;
}
.bordo_img{
	border: 1px solid #5B8DD0;
	padding:4px;
}
/*----------NEWS---------------*/
#box_news{
	width:310px;
	height: 240px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
}
#box_news a{
	color:#666666;
}
.news_home{
	margin-bottom:10px;
}
.titolo_news {
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #590a0a;
	background-color: #170000;
	font-size:13px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;

}
.titolo_news a{
	color:#e90000 !important;
	text-decoration:none;
}
.titolo_news a:hover{
	color:#ffffff !important;
}
.testo_news_short a{
	font-size: 11px;
	color:#e85236 !important;
	line-height:11px;
	text-decoration:none;
}
.testo_news_short a:hover{
	color:#FFFFFF !important;
}
#box_news img{
	float:left;
	margin-right:5px;
	height: 70px;
	width: 100px;
	border: 1px solid #ffffff;
}
.txt_sotto, .txt_sotto a{
	color:#450707 !important;
	text-decoration:none;
}

