/* CSS Document */
body {
	background: #011121;
	font-family: Century Gothic, "Helvetica", Georgia, "Courier Bold";
	color:#011121;
}	
#site {
	position:relative;
	top:0;left:0;
	float:left;
	background: url(../img/sfondo-top.jpg) top center no-repeat #F1F8D9;
	width:100%;	
}

/*-------------------*/
#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
}	
/*-----------------*/

.act{
	color: #fff;
	background:#011121;
}	
p, input, textarea{
	font-family: Century Gothic, "Helvetica", Georgia, "Courier Bold";
	font-size:12px;
} 
a{
	font-family: Century Gothic, "Helvetica", Georgia, "Courier Bold";
	text-decoration:none;
}
.box {
	width:292px;
	height:200px;
	float:left;
	margin-left:10px; margin-right:10px;

}
.box_verde {
	background:#cbdb8b;
	width:280px; height:198px;
	border:1px solid #cdd6be;
	float:right;
}
.box_verde img{
	padding-left:20px;
	padding-top:5px;
}
.box_verde p{
	padding-left:20px; padding-right:20px;
	padding-top:5px;
	font-size:12px;
}
.box_verde .bottone {	
	z-index:100;
	position:absolute; 
	margin-left:155px;
	margin-top:-25px;
}
.box_verde .bottone a{
color:#fff;
}
.box_verde h3{
	background:url(../img/under-title.png) no-repeat;
	width:204px;
	height:38px;
	color:#fff;
	text-transform:uppercase;
	font-size:24px;
	margin-left:-14px;
	margin-top:10px;
	padding:1px 1px 4px 1px;
	padding-left:14px;
}
.bottone {
	padding-top:5px;
	padding-bottom:8px;
	background:url(../img/botton.png) no-repeat;	
	text-align:center;
	color:#fff;
	font-size:12px;
	width:114px;
	display:block;
	}
.bottone:hover {
	background:url(../img/botton-over.png) no-repeat;	
	}

.contenuto {
	width:950px;
	margin:0 auto;	
	}
.bottone_via {
	padding:2px 4px;
	background:#072f58;	
	text-align:center;
	color:#fff;
	border:1px solid #08223d;
	font-size:12px;
	margin-left:5px;
	cursor:pointer;
	}
.bottone_via:hover{
	padding:2px 4px;
	background:#254f7a;	
	border:1px solid #072f58;
	}
form.newsletter{
	margin-left:22px;
}
#header {
	margin-top:69px;
	border-bottom:12px solid #f1f8d9;
	}
.back_header {
	background:#f1f8d9;
	float:left;
	width:100%;
}
#left {
	width:202px;
	float:left;
	background:#f1f8d9;
	}
#centrale {
	width:521px;
	float:left;
	background:#f1f8d9;

	}
#flash{
	width:902px;
	margin-left:22px;

	}
#lingue {
	text-align:right;
	width:902px;
	margin-left:22px;
	padding-bottom:14px;
	margin-top:-20px;
}
#lingue ul li{
	display:inline;
}
#lingue ul li a{
	color:#011121;
}
#lingue ul li a:hover{
	text-decoration:underline;
}
#right {
	width:226px;
	float:right;
	background:#f1f8d9;
	}
#right #news{
	height:324px;
	background:url(../img/banner-sotto-news.gif) no-repeat;
	width:211px;
	padding:4px;
	margin:4px;
	}
#news h2 {
	background:url(../img/under-title-right.png) no-repeat;
	width:204px;
	height:38px;
	color:#fff;
	text-transform:uppercase;
	font-size:24px;
	margin-left:7px;
	padding:1px 1px 4px 1px;
	}
#news ul li {
	padding:11px;
	}
#news ul li a {
	color:#011121;
	font-size:12px;
	}		
.contenuto #left ul li a {
	font-family: Century Gothic, "Helvetica", Georgia, "Courier Bold";
	font-size: 13px;
	font-style: normal;
	color: #011121;
	text-decoration: none;
	width:99%;
	padding:2px;
	display:block;
}
.contenuto #left ul li a:hover {
	color: #fff;
	background:#011121;
}
.contenuto #left ul li.act {
	color: #fff;
	background:#011121;
	font-size: 13px;
}
.contenuto #left ul li.act a {
	color: #fff;
	background:#011121;
	font-size: 13px;
}
#left ul {
	padding:10px;
}
#left ul li {
	text-align: right;
	margin-top: 2px;
	border-bottom:1px dashed #d3d3d3;
}
#middle {
	padding-top:29px;
	clear:both;
	width:100%;
	background:#f1f8d9;
	float:left;
}
#footer {
	background:#011121;
	width:100%;
	height:85px;
	clear:both;
	color:#fff;
	font-size:12px;
	padding-bottom:8px;
}
#credits {
	float:left;
	margin-top:10px;
}
#indirizzo {
	text-align:right;
	float:right;
	margin-top:10px;	
}
#footer a{
	color:#fff;
	font-weight:bold;
}
#box_white {
	background:#f1f8d9;
	width:100%;
	height:25px;
	clear:both;
}

#site_map {
	position:relative;
	margin:0 auto;
	background:#011121;
	width:70%;
	color:#fff;
	font-size:12px;
	padding-bottom:8px;
	color:#fff;
}
#site_map a{
	color:#fff;
	text-decoration:none;
}
#site_map a:hover{
	color:#677079;
	text-decoration:underline;
}

.big{
font-size:24px;
}