
/* CSS Document - struttura pagina */

/* struttura pagina */

body {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	background:url(../immagini/sfondo_body.jpg)  top center no-repeat;
	background-color:#ccc;
	}


/*********************************/
/********* CLASSI GENERICHE ******/
/*********************************/
/** Global **/
* {
    margin:0;
    padding:0;
	border:0;
	text-align:left;
}

.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:1%;
	}
	
/** Nascondo oggetti **/
.off, .span {
	position: absolute;
    top: -9999px;
	left:-9999px;
	}
	
a {
	color:#fff;
	text-decoration:none;
	}	
	
a:hover {
	text-decoration:underline;
	}	

input, textarea, select {
border:1px solid #ccc;
background-color:#fff;
width:130px;
padding:2px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

ul {
	padding:0 0 0 15px;
	}
	
ul li {
	list-style:square;
	}	

textarea {
	width:300px;
	font-size:11px;
	}

input.pulsante {
	width:100px;
	text-align:center;
	background-color:#eaeaea;
	color:#484848;
	margin:15px 0 0 0;
	}

input.check {
	border:0;
	padding:0;
	width:auto;
	}

select {margin-bottom:5px;}

span.pdf a {
	color:#fff;
	background:url(../immagini/ico_pdf.gif) left no-repeat;
	padding:20px 0 20px 50px;
	}

#map {
	width:425px;
	height:350px;
	float:right;
	background-color:#fff;
	border:1px solid #fff;
	}



/** end global **/
	

/*********************************/
/***** CONTENITORE GENERALE ******/
/*********************************/


#contenitore {
	width:950px;
	margin:15px auto 0 auto;
	text-align:left;
	}
	
#contenuti {
	width:948px;
	background-color:#fff;
	border:1px solid #ccc;
	}	
	

/*********************************/
/*********** HEADER **************/
/*********************************/


#header {
	width:950px;
	margin:0 0 5px 0;
	}

		
/*********************************/
/*********** MENU ALTO ***********/
/*********************************/

#menu_alto {
	width:948px;
	background-color:#FFFFFF;
	font-size:12px;
	padding:10px 0;
	}
	
#menu_alto ul {
	text-align:right;
	}

#menu_alto ul li {
	list-style: none;
	display:inline;
	padding:0 0 0 13px;
	}

#menu_alto ul li a, #menu_alto ul li a:hover, #menu_alto ul li.ultimo a {
	color:#8B8C8E;
	text-decoration:none;
	background:url(../immagini/linea.gif) right no-repeat;
	padding:0 15px 0 0;
	}
	
#menu_alto ul li.ultimo a, #menu_alto ul li.ultimo a:hover {
	background:none;
	}	
	
#menu_alto ul li a:hover, #menu_alto ul li a.attivo {
	color:#002D64;
	}

/*********************************/
/*********** BOX_MEDIANO *********/
/*********************************/	


#box_mediano {
	width:948px;
	background-color:#B4C2C0;
	padding:9px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:930px;
	}
	
#box_flash {
	width:928px;
	border:1px solid #fff;
	/*background:url(../immagini/flash.jpg) no-repeat;*/
	height:191px;
	}		


/*********************************/
/*********** CENTRALE ************/
/*********************************/


#centrale {
	width:948px;
	margin:0 0 0 0;
	font-size:12px;
	color:#fff;
	line-height:22px;
	padding:15px;
	background:url(../immagini/sfondo_centrale.gif) right bottom no-repeat;
	background-color:#8B8C8E;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:918px;
	}
		
#centrale h2 {
	font-size:30px;
	padding:0 0 15px 0;
	font-weight:lighter;
	}
	
#centrale p {
	padding:0 0 15px 0;
	}	
	
.foto_dx {
	float:right;
	margin:0 0 0 30px;
	padding:1px;
	background-color:#fff;
	border:1px solid #666;
	}	
	
/* box_galllery */

#box_gallery {
	width:335px;
	float:right;
	margin:0 0 20px 20px;
	}	

#box_gallery img {
	float:right;
	border:7px solid #fff;
	margin:0 15px 15px 0;
	}

/*********************************/
/*********** FOOTER **********/
/*********************************/

#footer {
	width:950px;
	margin:0 auto;
	text-align:left;
	}

	
#footer p {
	color:#333;
	font-size:10px;
	padding:10px 0 10px 0;
	}	

#footer p a {
	color:#333;
	}

/* png explorer */	
	
* html #header img,
* html #header .png {
position:relative;
behavior: expression((this.runtimeStyle.behavior="none") && (this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "immagini/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}		