body {
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin:0px;
padding:0px;
} 
html, body {
height:100%;
width:100%;
}
#container {
height:100%;
min-height:100%;
position:absolute;
top:0;
width:100%;
z-index:10;
}

#griglia{
background-image:url("../img/fe/griglia.png");
background-position:center top;
background-repeat:repeat-y;
height:100%;
left:50%;
margin-left:-470px;
position:absolute;
width:940px;
z-index:200;

}
html > body #container {
height:auto;
}
/* ////// STILI GENERICI ///// */
	p, h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
	line-height:20px;
	}
	h2{
	font-family:"Trebuchet MS";
	font-size:25px;
	text-transform:uppercase;
	color:#000000;
	font-weight:normal;
	margin-bottom:45px;
	}
	h2.tit_home{
	margin-bottom:35px;
	}
	.colonnaDx h2{ margin-bottom:36px;}
	h3{
	font-family:"Trebuchet MS";
	font-size:12px;
	text-transform:uppercase;
	color:#000000;
	}
	h4{
	font-size:11px;
	font-weight:bold;
	color:#000000;
	margin-bottom:12px;
	line-height:14px; 
	}
	.paragrafo{
	clear:both;
	margin-bottom:40px;
	}
	a{
	color:#666666;
	border-bottom:1px solid #FFCC00;
	text-decoration:none;
	}
	a:hover{
	color:#999999;
	border-bottom:none;
	text-decoration:none;}
	a:focus { outline: 0; }
	a img{border:none;}
	p{line-height:20px;}
	.clear{clear:both;}
	.testo{
	line-height:20px;
	margin-bottom:20px;
	}
	.testo p{margin-bottom:20px;}
	.testo ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
	.testo ul li{
	margin:0px;
	padding:0px;
	padding-left:15px;
	background-image:url(../img/fe/lista.gif);
	background-position:0px 11px;
	background-repeat:no-repeat;
	}
	.titolo{
	margin:0px;
	padding:0px;
	/*line-height:11px;*/
	color:#303130;
	margin-bottom:10px;
	}
	.abstract{
	font-style:italic;
	margin-bottom:5px;
	}
	.titolo_paragrafo{
	font-weight:bold;
	margin-bottom:10px;
	}
	.underline{
	font-weight:bold;
	border-bottom:1px solid #DFDFDF;
	padding-bottom:10px;
	margin-bottom:10px;
	color:#000000;
	}
	.bold{ font-weight:bold;}
	.box1, .box2, .box3, .box4, .box5, .box6, .box7, .box8, .box9, .box12{
	float:left;
	margin-left:10px;
	margin-right:10px;
	}
	.box1{ width:60px;}
	.box2{ width:140px;	}
	.box3{ width:220px;}
	.box4{ width:300px;}
	.box5{ width:380px;}
	.box6{ width:460px;}
	.box7{ width:540px;}
	.box8{ width:620px;}
	.box9{ width:700px;}
	.box12{ width:940px;}
	/*lista numerata custom*/
	ul.lista_custom{
	font-family:"Trebuchet MS";
	font-size:12px;
	text-transform:uppercase;
	list-style:none;
	margin:0px;
	padding:0px;
	margin-left:10px;
	}
	ul.lista_custom li{
	height:22px;
	padding-top:6px;
	text-decoration:none;
	background-image:url(../img/fe/lista_custom.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#000000;
	border-bottom:none;
	margin-bottom:12px;
	}
	ul.lista_custom li a{
	display:block;
	height:22px;
	margin-top:-6px;
	padding-top:6px;
	text-decoration:none;
	color:#000000;
	border-bottom:none;
	}
	ul.lista_custom li span{
	padding:0px 12px;
	margin-right:8px;
	color:#666666;
	font-size:10px;
	margin-top:1px;
	display:block;
	float:left;
	}
	ul.lista_custom li a:hover{
	color:#FFCC00;
	background-image:url(../img/fe/lista_custom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	}
	ul.lista_custom li a:hover span{
	color:#ffffff;
	}
	/*fine lista numerata custom*/
	
	
/* ////// FINE STILI GENERICI ///// */
#main{
width:960px;
margin:0px auto;
background-image:url(../img/fe/bg_main.gif);
background-position:top center;
background-repeat:no-repeat;
padding-bottom:90px;
}
#top{
height:121px;
padding-top:59px;
}
#top h1{
height:61px;
width:364px;
margin-left:10px;
background-image:url(../img/fe/logo.gif);
background-position:left top;
background-repeat:no-repeat;
}
#top h1 a{
display:block;
height:61px;
width:364px;
text-indent:-99999px;
border-bottom:none;
}


/*menu*/
#menu{
width:960px;
height:20px;
margin-bottom:60px;
position:relative;
z-index:100;
}
#menu ul{
list-style:none;
margin:0px;
padding:0px;
}
#menu li{
height:20px;
width:140px;
float:left;
margin-left:10px;
margin-right:10px;
position:relative;
z-index:100;
}
#menu li a{
display:block;
height:16px;
width:140px;
padding-top:3px;
color:#000000;
border-bottom:1px solid #999999;
text-decoration:none;
text-transform:uppercase;
}
#menu a:hover{
color:#FFCC00;
border-bottom:1px solid #EDEDED;
}
#menu ul li.where a{
color:#FFCC00;
border-bottom:1px solid #EDEDED;
}
#menu ul li.where li a{
	color:#000000;
	border-bottom:none;
}

#menu .submenu{
padding-top:25px;
padding-bottom:20px;
width:300px;
position:absolute;
left:0;
z-index:100;
width:300px;
display:none;
background-color:white;
/*border-bottom:5px solid #FFCC00;*/

}
#menu ul.submenu li{
height:20px;
height:16px;
padding-top:3px;
width:auto;
float:none;
margin:0px;
padding-left:20px;
text-transform:none;
background-image:url(../img/fe/submenu.gif);
background-position:left center;
background-repeat:no-repeat;
color:#FFCC00;
}

#menu ul.submenu a{
display:block;
height:16px;
width:auto;
margin-top:-3px;
padding-top:3px;
color:#000000;
border-bottom:none;
text-decoration:none;
text-transform:none;
}
#menu ul.submenu li.where a{
color:#FFCC00;
}
#menu ul.submenu li a:hover{ color:#FFCC00;}
#bg_submenu{
position:absolute;
width:940px;
top:20px;
left:10px;
z-index:99;
background-color:#FFFFFF;
border-bottom:5px solid #FFCC00;
display:none;
}
/*fine menu*/


/*--- footer ---*/
#footer {
position:absolute;
bottom:5px;
overflow:hidden;
margin:0;
height:55px;
width:940px;
padding-top:5px;
margin-left:10px;
clear:both;
font-size:11px;
border-top:2px solid #000000;
font-style:italic;
color:#999999;
}
#footer span{
color: #333333;
}
/*fine footer*/
/*homepage*/
.img_chisono{
padding-bottom:36px;
background-image:url(../img/fe/ombra_foto.png);
background-position:left bottom;
background-repeat:no-repeat;
min-height: 200px;
}
.img_chisono img{
margin:0px;
padding:0px;
border:none;
}
.focus{
margin-top:34px;
border-top:2px solid #000000;
padding-top:39px;
}
.focus .testo{
margin-bottom:30px;
}
.focus .lista_custom{
margin-left:32px;
}
/*fine homepage*/

/*pagina generica*/
.paragrafo .img_elenco{
float:left;
margin-right:20px;
margin-top:-6px;
margin-bottom:6px;
}
/*fine pagina generica*/
/*servizi*/
.box_bottom{
float:left;
clear:left;
width:960px;
margin-top:15px;
}
.box_container h2{
margin-left:10px;
}
/*fine servizi*/

/*elenco clienti*/
.clienti h3{
font-size:11px;
font-weight:bold;
color:#000000;
margin-bottom:12px;
line-height:14px;
text-transform:none;
font-family:Arial, Helvetica, sans-serif;
}
.elenco{
margin-top:-5px;
margin-bottom:50px;
}
.img_elenco, .img_dettaglio{
width:219px;
height:139px;
border:1px solid #EDEDED;
margin-bottom:19px;
position:relative;
}

.img_elenco img, .img_dettaglio img{
position:absolute;
}
a.link_dettaglio{
display:block;
background-image:url(../img/fe/submenu.gif);
background-position:left center;
background-repeat:no-repeat;
margin-top:-6px;
padding:10px 0px;
padding-left:20px;
color:#000000;
text-decoration:none;
border-top:1px solid #EDEDED;
border-bottom:1px solid #EDEDED;
}
a.link_dettaglio:hover{
color:#FFCC00;
}
/*fine elenco clienti*/

/*dettaglio cliente*/

.cont_img_dettaglio{
	float:left;
	margin-right:20px;
	margin-top:-6px;
	margin-bottom:6px;
}
.img_dettaglio{margin-bottom:0px;}
.link_esterno{
	height:23px;
	background-color:#EDEDED;
	width:186px;
	display:block;
	padding-left:35px;
	padding-top:8px;
	border:0;
	color:#666;
	background-image:url('../img/fe/ico_site_link.png');
	background-repeat:no-repeat;
	background-position:10px 7px;
}

.media{
margin-top:-6px;
margin-bottom:60px;
}
.media_loading, .media_loading_black{
position:absolute;
width:50px;
height:50px;
background-image: url("../img/fe/ajax-loader.gif");
background-position:center;
background-repeat: no-repeat;
background-color:#ffffff;
left:50%;
top:50%;
margin-left: -25px;
margin-top: -25px;
z-index:99;
}
.media_loading_black{
background-image: url("../img/fe/ajax-loader_black.gif");
background-color:#000000; 
}

.media_thumb{
height:50px;
width:50px;
position:relative;
padding:5px;
margin-bottom:10px;
border:1px solid #EDEDED;
}
.media_thumb a{
display:block;
height:59px;
width:59px;
position:absolute;
top:0px;
left:0px;
border:none;
}
.media_thumb:hover{ 
border:1px solid #FFCC00;
}
.media_thumb.where{
border:1px solid #FFCC00;
}
.media_cont{
min-height: 400px;
position: relative;
background-color:#000000;
}
.media_wrapper{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background-color:#000000;
text-align: center;
}
/*fine dettaglio cliente*/
/*collaboratori*/
.collaboratori h3{
font-family:"Trebuchet MS";
font-size:16px;
font-weight:normal;
margin-top:-2px;
margin-bottom:13px;
}
.collaboratori .box3{
margin-bottom:30px;
}
*:first-child+html .collaboratori .box3{
margin-bottom:5px;
}
/*fine collaboratori*/

/*contatti*/
.cont_mapsContatti{
width:598px;
height:378px;
margin:0px;
padding:10px;
position:relative;
border:1px solid #EDEDED;
margin-top:-6px;
}
#map_toolbar{
position:absolute;
top:20px;
right:20px;
}
#map_toolbar a{
display:block;
height:21px;
float:left;
margin-left:1px;
background-position:left top;
background-repeat:no-repeat;
text-indent:-9999px;
border-bottom:0px;
}
#map_print{
width:50px;
background-image:url(../img/fe/map_print.png);
}
#g_type_1{
width:50px;
background-image:url(../img/fe/map_ibrida.png);
}
#g_type_2{
width:50px;
background-image:url(../img/fe/map_map.png);
}
#g_zoom_out{
width:21px;
background-image:url(../img/fe/map_zoom_out.png);
}
#g_zoom_in{
width:21px;
background-image:url(../img/fe/map_zoom_in.png);
}
#map_close{
width:21px;
background-image:url(../img/fe/map_close.png);
}
#map_toolbar a:hover{ background-position:bottom left;}
#map a{ border:none;}
/*fine contatti*/


#debug{z-index:100000; position:absolute ;background-color:#FFF}
#print_map,#print_indirizzo{display:none;}