html,body{ height: 100%;}

a:link,a:focus{ outline:none}

a{color:#0d6c28; text-decoration:none}
a:link{text-decoration:none}
a:visited{ text-decoration:none}
a:hover {text-decoration:underline; color: #8eb337}
a:active{text-decoration:underline}

.colorato{ color:#0d6c28; font-weight:bold}
.fleft{
	float: left;
}
.dinline{
	display: inline;
}

img.frame{
	border: 1px solid #8eb337;
	float: left;
	margin-right: 6px;
	padding:2px;
}
.contAnt{ clear:both; width:100%; float:left; padding:5px 0}

.realizzazione{ padding:0 0 15px 0}
.realizzazione h1{ margin-bottom:0px}
.realizzazione a:hover{}


a.raquo{
	font-weight: bold;
	background: url(../img/raquo.png) no-repeat 0px 2px;
	padding-left: 18px
}



#Container{
	background: url(../img/wave_botleft.png) no-repeat left bottom;
}
#Header{
	background: url(../img/wave_top.png) no-repeat 230px -2px;
	height: 110px;
}
#Header form{ margin: 0; }
#Header fieldset{
	position: relative;
	padding: 0;
	border: 0 solid;
	background: #8eb337;
	width: 174px;
	height: 25px;
	padding: 2px 6px;
	width/**/:/**/ 162px;
	height/**/:/**/ 21px;
}
#Header input{ width: 100px; left: 0; top:2px; position: absolute; margin: 0; padding: 0}
#Header button{
	position: absolute;
	left: 110px;
	top:2px;
	height: 21px;
	background: #0d6c28;
	font-size: 11px;
	color: white;
	border: 1px solid #fff;
	height/**/:/**/ 19px;
	
}
#Header button:hover{
	background: #8eb337;
	color: #225e6f;
	cursor: pointer;
}

#Logo{
	display: block;
	width: 296px;
	height: 47px;
	overflow: hidden;
	font-size: 24px;
	background:  url(../img/logo.png) no-repeat center;
	position: absolute;
	top: 30px;
	left: 280px;
}
body.lang-en #Logo{	background:  url(../img/logo-en.png) no-repeat center; }
#Logo a{ color: #225E6F; text-decoration: none; display: block; width: 100%; height: 100%; text-align: center; text-indent: -9999px; }

#BySafetyglass{
	display: block;
	width: 91px;
	height: 35px;
	overflow: hidden;
	background: url(../img/Altaimago-logo.png) no-repeat;
	position: absolute;
	right: 0;
	top: 25px;
}
#BySafetyglass a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#LeftSide{
	overflow: hidden;
	position: relative;
	top: -46px;
}
#MainSide{ overflow: hidden;}
#MainSide .box hr{ margin: 0.8em 0 1em 0}
#LeftSide .menu{
	margin: 0;
	background: url(../img/wave_1.png) no-repeat center top;
	padding-top: 48px;
	list-style: none;
}
#LeftSide .menu li div.lev1{
	display: block;
	margin-bottom: 3px;
	font-size: 13px;
	line-height: 16px;
	border: 1px solid #8eb337;
	height: 59px;
	height/**/:/**/ 57px;
}
#LeftSide .menu li.lev1 a.anchor-lev1{
	display: block;
	width: 218px;
	height: 57px;
	text-align: right;
	font-size:12px;
	padding-right: 6px;
	padding-top: 4px;
	width/**/:/**/ 212px;
	height/**/:/**/ 53px;
}

#LeftSide .menu li.lev1.active a.anchor-lev1,#LeftSide .menu li.lev1.active a.anchor-lev1:hover{ background: #0d6c28; color: white }
#LeftSide .menu li.lev1 a.anchor-lev1:hover{ text-decoration: none; background: #8eb337; color: #fff }
#LeftSide .menu li.lev1 a.anchor-lev1 strong{ display: block; font-size:13px}

#LeftSide .submenu{ list-style: none; width: 100%; clear: both; margin:6px 0 10px 0}
#LeftSide .submenu li{ text-align: right; height: 20px; line-height: 20px; padding-right: 10px;}
#LeftSide .submenu li.lev2{ font-size:12px; line-height:13px; margin-bottom:3px}
#LeftSide .submenu li.lev2.active,#LeftSide .submenu li.active:hover{ list-style: square; color: #0d6c28;}
#LeftSide .submenu li.lev2.active a,#LeftSide .submenu li.active:hover a{ text-decoration: underline; color:#0d6c28}

#LeftSide .submenu li.lev2.active a:hover{ color: #0d6c28; cursor: default;}
#LeftSide .submenu li.lev2  a{ color:#696969 }
#LeftSide .submenu li.lev2  a:hover{ color:#8eb337 }

#LeftSide .submenu li:hover{ list-style: square; color: #8eb337}
#LeftSide .submenu 	a:hover{ text-decoration: none;}


#LeftSide .box{ background: url(../img/wave_1.png) no-repeat 0px 0px; padding: 20px 0 0 0; margin-bottom: 1em; clear: both }
#LeftSide h3{ height: 22px;margin: 0 0 12px 0; padding:6px 0 0 10px; font-size: 15px; font-weight: bold; text-align: right;}



#Container{
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */

}
#ContentWrapper { padding: 0 0 80px 0; overflow: hidden; }

#ContentWrapper:after { clear: both; display: block; font: 1px/0px serif; content: "."; height: 0; visibility: hidden; }

#Footer{
	height: 80px;
	width: 100%;
	clear: both;
	font-size: 80%;
	overflow: hidden;
	text-align: center;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	right: 0px;
	z-index: 999;
	border-top: 1px solid #0d6c28;
}
#Footer .menu{ margin: 0; clear: both }
#menu2{
	position: absolute;
	bottom: 4px;
	right: 0
}
#menu5{ position: absolute; top: 4px; right: 0; text-align: center; width: 100% }
#Footer #menu5 li{ float: none;}
#Footer .menu li{ float: left; display: inline; padding: 0 3px; border-right: 1px solid #8eb337;}
#Footer .menu li.last{ border-right:none}
#Footer #Info{ position: absolute; bottom: 20px; text-align: right; left: 535px; }

#menu3{ list-style: none; margin: 0 }
#menu3 li{ float: left; display: inline; width: 25px; height: 25px; overflow: hidden; text-indent: -9999px; margin: 0 2px 0 0}
#menu3 li a{ display: block; width: 100%; height: 100%}
#menu3 li a:hover{}
#menu3 li#menu3li8 a{ background: url(../img/icone_menu_servizio.png) no-repeat 0px 0px; }
#menu3 li#menu3li10 a{ background: url(../img/icone_menu_servizio.png) no-repeat -29px 0px; }

#RightSide{
	overflow: hidden;
	position: relative;
	top: -10px
}
#RightSide .menu{ margin: 0; list-style: none; margin-bottom: 2.5em; float:left; width:100%;}

#RightSide .menu li{
	height: 64px;
	border-bottom: 1px solid #0d6c28;
	float: left;
	width: 100%;
	clear:both;
	overflow: hidden;
	line-height: 44px;
	padding: 9px 0 10px 0;
	height/**/:/**/ 44px;
}
#RightSide .menu li a{ display: block; width: 100%; height: 100%; color: #696969}
#RightSide .menu li#menu4li22 a{color: #B93D13; font-size:15px; line-height:20px}
#RightSide .menu li .icona{ width: 44px; height: 44px; float: left; margin-right: 1px; background: #deb887  }
#RightSide .menu li#menu4li11 .icona,#RightSide .menu li#menu4li11 a:hover .icona{ background: url(../img/icone.png) no-repeat 0px 0px;}
#RightSide .menu li#menu4li12 .icona{ background: url(../img/icone.png) no-repeat 0px -53px;}
#RightSide .menu li#menu4li14 .icona{ background: url(../img/icone.png) no-repeat 0px -100px;}
#RightSide .menu li#menu4li19 .icona{ background: url(../img/icone.png) no-repeat 0px -146px;}
#RightSide .menu li#menu4li13 .icona{ background: url(../img/icone.png) no-repeat 0px -199px;}
#RightSide .menu li#menu4li22 .icona{ background: url(../img/icone.png) no-repeat 0px -239px;}

#RightSide .menu li.last{
	height: 50px;
	border-bottom: none;
	padding: 14px 0 10px 0;
	height/**/:/**/ 26px;
}

#RightSide .menu li.active a{ text-decoration: underline; color:#0d6c28 }
#RightSide .menu li.active a:hover{ color: #0d6c28; }
#RightSide .menu li a:hover{ color: #8eb337; }

#RightSide .box{ background: url(../img/wave_box.png) no-repeat 0px -20px; padding: 0; margin: 10px 0 25px 0; clear:both}
#RightSide .box a{
	font-weight: bold;
	
}
#RightSide h3{ height: 41px;margin: 0 0 6px 0; padding-left: 10px; font-size: 15px; font-weight: bold;}

#Form-Contatti label{ display: block; }
#Form-Contatti label span.req{ color: red; padding: 0 2px}
#Form-Contatti label.error{ color:#8a1f11}
#Form-Contatti input.error{border-color:#8a1f11}
#Form-Contatti label.dinline{ display: inline; }
#Form-Contatti fieldset {
	padding: 1em 0 1em 10px;
	margin: 0 0 1.5em 0;
	border: none;
	position: relative;
}

#Form-Contatti input.text{ width:310px; margin: 2px 0 6px 0 }
#Form-Contatti textarea{ width: 304px; display: block ;margin: 2px 0 6px 0}
#Form-Contatti select{margin: 2px 0 6px 0; clear: both;}
#Form-Contatti textarea#normativa{ height: 150px}

#Form-Contatti label#Lab-Acconsento{ display: inline;}
#Form-Contatti button{ background: #0d6c28; color: #fff; font-weight: bold; font-size: 12px; margin: 10px 0 0 55px; border: 1px solid #8eb337; }
#Form-Contatti button:hover{ background: #8eb337; color: #fff; cursor: pointer;border: 1px solid #225e6f; }

.field-notes{
	font-size: 11px; padding:3px 6px; 
	margin-bottom: 5px;
		background: #f5f5f5;
		color: gray;
}
form .notes{
	padding: 6px 0;
}
#note_problematica{
	 height: 100px
}


#MapContainer{ padding:6px; border:1px solid #8eb337 }
#map{ width:100%; height:440px}

#MainSide .menu{
	list-style: none;
	height: 27px;
	border-bottom: 1px solid #0d6c28;
	margin: 0 0 1em 0;
}
#MainSide .menu li{
	float: left;
	line-height: 25px;
	border: 1px solid #0d6c28;
	border-bottom: 1px solid #fff;
	margin-right: 2px;
	text-align: center;
	position: relative;
	width: 100px;
	height: 25px;
	height/**/:/**/ 23px;
}
#MainSide .menu li#menu11li45{ width: 160px; }
#MainSide .menu li#menu13li49{ width: 120px; }
.lang-en #MainSide .menu li#menu11li44{ width: 130px; }
.lang-en #MainSide .menu li#menu11li45{ width: 140px; }





body#pag-30 #MainSide .menu,
body#pag-31 #MainSide .menu,
body#pag-29 #MainSide .menu{
	list-style: none;
	border-bottom: 1px solid #0d6c28;
	margin: 0 0 1em 0;
	float:left;
	width:100%;
	height:50px
}
body#pag-30 #MainSide .menu li,
body#pag-31 #MainSide .menu li,
body#pag-29 #MainSide .menu li{
	float: left;
	line-height: 25px;
	border: 1px solid #0d6c28;
	border-bottom: 1px solid #fff;
	margin-right: 2px;
	text-align: center;
	position: relative;
	width: 100px;
	height: 50px;
	height/**/:/**/ 46px;
}

body#pag-30 #MainSide .menu li.active,
body#pag-31 #MainSide .menu li.active,
body#pag-29 #MainSide .menu li.active{
	border-bottom: 1px solid #fff;
	background: #8eb337;
	position: relative;
	top: 1px;
	height: 50px;
	height/**/:/**/ 48px;
	
}


body#pag-29 #MainSide .menu li#menu6li29,
body#pag-30 #MainSide .menu li#menu6li29,
body#pag-31 #MainSide .menu li#menu6li29{ width: 120px; }
body#pag-29 #MainSide .menu li#menu6li30,
body#pag-30 #MainSide .menu li#menu6li30,
body#pag-31 #MainSide .menu li#menu6li30{ width: 160px; }
body#pag-29 #MainSide .menu li#menu6li31,
body#pag-30 #MainSide .menu li#menu6li31,
body#pag-31 #MainSide .menu li#menu6li31{ width: 120px; }


#MainSide .menu li.active{
	border-bottom: 1px solid #fff;
	background: #8eb337;
	position: relative;
	top: 1px;
	height: 26px;
	height/**/:/**/ 25px;
	
}
#MainSide .menu li a{ display: block; width: 100%; height: 100%;color: #8eb337}
#MainSide .menu li.active a{ color:#fff;}

#MainSide .menu li strong{ padding: 0 6px}
#MainSide .menu li a:hover{  text-decoration: uderline;}

#BoxMainSide h1{ font-size:2em}
.gallery{
height: 440px;
overflow: hidden;
}
.gallery .framone{
position: relative;
	background: url(../img/framone.png) no-repeat;
	width: 488px; height: 320px;
	overflow: hidden;
}
.gallery .framone img{ position:absolute; top:7px; left:7px; z-index:1 }
.gallery .framone .description{
	position: absolute;
	bottom: 15px;
	right: 25px;
	height: 24px;
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
	background: url(../img/green_light.gif);
	font-weight: bold;
	text-align: right;
	color: white;
	padding: 0 10px;
	line-height: 24px;
	float: right;
	z-index: 100
}
.gallery .thumbs{ overflow: auto; padding: 6px 0; height: 92px;height/**/:/**/ 80px; width: 430px; float: left; }
.gallery .frame-thumbs{
	border: 1px solid #8eb337;
	float: left;
	margin-top: 6px;
	height:94px;
	height/**/:/**/ 92px;
	width: 488px;
	width/**/:/**/ 486px;
}
.gallery .thumbs a{
	display: block;
	height: 80px;
	width: 80px;
	overflow: hidden;
	float: left;
	margin: 0 6px 0 0;
}
.gallery .thumbs a img{
height: 80px;
	width: 80px;
border: 1px solid #8eb337;
	width/**/:/**/ 78px;
	height/**/:/**/ 78px;
}
.btn{
	float: left; 
	width: 28px;
	height: 80px;
	margin: 6px 0;
	cursor: pointer;
	
}
#loadingbar{ background:url(../img/ajax-loader.gif) no-repeat; width:128px; height:15px; position:absolute; top:153px; left:50px; z-index:0}
#btnIndietro{
background: url(../img/arrows.png) no-repeat -27px 0px;
	
}
#btnIndietro:hover{
background: url(../img/arrows.png) no-repeat 0px 0px;
	
}
#btnAnvanti{
	background: url(../img/arrows.png) no-repeat -27px -80px;
}
#btnAnvanti:hover{
	background: url(../img/arrows.png) no-repeat 0px -80px;
}
#tipodi{
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #666;
	position: absolute;
	top: 24px;
	right: 0px
}
#Realizzazioni{
	float: left;
	width: 210px;
	margin-left: 10px;
	margin-top: 6px
}
#Realizzazioni h3{ font-size: 13px; padding-left: 0; margin-bottom: 0}
#Realizzazioni a img{ padding:	 1px; border:1px solid #8eb337; float:left; margin:0 16px 8px 0 }
#Realizzazioni a:hover img{
background: #8eb337;
-moz-opacity:0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
filter: alpha(opacity=60);
}
#SearchResult{ }
#SearchResult ol{ list-style: decimal inside; }
.serp{
	border-bottom: 1px dotted #8eb337;
	padding: 15px 0 10px 0;
}
#numResults{ display: block;}
.serp .text{
	text-indent: 15px;
	clear: both;
}
.mega-arrow{
	background: url(../img/mega-arrow.png) no-repeat left center;
	padding-left: 60px
}
#CambiaLingua{display:block; overflow:hidden; position:absolute; top:7px; left:220px;}
#CambiaLingua ul li{display:inline; float:left;	width: 23px; height: 15px;	margin-left: 5px; overflow:hidden;}
#CambiaLingua ul li.on{	display:none;}
#CambiaLingua ul li img{border:none;}