@charset "utf-8";
/* CSS Document */

/* colore frontone sfondo: 0095e9 */

body{background-image:url(img/sfondo.gif); background-position:top left; background-repeat:repeat-x; padding:0px; margin:0px;
	font-family:Tahoma; font-size:11px; color:#726b65;
}

.link1{font-family:Tahoma; font-size:11px; color:#726b65; text-decoration:none}
.link1:link{ color:#726b65;text-decoration:none}
.link1:hover{color:#633; text-decoration:underline}

.link2{font-family:Tahoma; font-size:12px; color:#726b65; text-decoration:none}
.link2:link{ color:#726b65;text-decoration:none}
.link2:hover{color:#633; text-decoration:underline}


.link3{font-family:Tahoma; font-size:11px; color:#F90; font-weight:bold; text-decoration:none}
.link3:link{ color:#F90;text-decoration:none; font-weight:bold}
.link3:hover{color:#FC0; text-decoration:underline; font-weight:bold}


.link4{font-family:Tahoma; color:#726b65; font-size:16px; font-weight:bold; text-decoration:none}
.link4:link{ color:#726b65;text-decoration:none;  font-size:16px; font-weight:bold}
.link4:hover{color:#726b65; text-decoration:underline;  font-size:16px; font-weight:bold}

#container{width:900px; margin:auto;}
#frontone{width:1020px; margin:auto; height:215px; background:url(img/frontone2.jpg) center no-repeat;}
#sub-frontone{height:62px;width:900px;background-image:url(img/sub-frontone.gif);background-attachment:inherit !important; background-position:center; background-repeat:no-repeat;}
#sub-frontone1{width:900px;height:258px;}
#sub-frontone1 #sx{float:left;width:550px; height:258px;}
#sub-frontone1 #sx #container-testo{ padding:80px; padding-top:30px; padding-bottom:40px;}
#sub-frontone1 #sx #titolo{ font-weight:bold; margin-bottom:6px; font-size:14px;}
#sub-frontone1 #sx #testo{ margin-left:20px;}
#sub-frontone1 #dx{float:right;width:350px; height:258px;}
#sub-frontone1 #dx #img1{
	width:300px;
	height:200px;
	background-image:url(img/consulenza_progettazione.jpg);
	background-attachment:inherit;
	background-position:center;
	background-repeat:no-repeat;
	margin:auto;
	margin-top:25px;
	overflow:hidden;
	border:3px solid #CCC;
}
.clear{clear:both}

#container-moduli{ display:block}
#container-moduli #sx{ float:left; width:580px; border:1px solid #c9c9c9; border-top:0px; margin-left:4px; margin-right:4px; background-color:#faf2d8;
background-image:url(img/sx-titolo.jpg); background-attachment:scroll;background-position:top center; background-repeat:no-repeat; padding-top:24px;height:510px;
}
#gruppo{margin:10px;padding:4px; margin-bottom:18px; margin-top:3px;}
#gruppoForm{margin:10px;padding:4px;}

#container-moduli #cx{ float:left; width:290px; border:1px solid #c9c9c9; border-top:0px; margin-left:4px; margin-right:4px; background-color:#fff9e6;
background-image:url(img/cx-titolo.jpg); background-attachment:scroll;background-position:top center; background-repeat:no-repeat; padding-top:24px;height:510px;
}
#container-moduli #dx{ float:left; width:290px; border:1px solid #c9c9c9; border-top:0px; margin-left:4px; margin-right:4px; background-color:#fff0c5;
background-image:url(img/dx-titolo.jpg); background-attachment:scroll;background-position:top center; background-repeat:no-repeat; padding-top:24px; height:510px;
}
.invioSubmit{background-color:#fad56a; border:1px solid #d4d4d4; font-size:11px; }

#exposeMask {
	background:#FC6;
}

form.expose {
	padding:0px;
	margin:0px 0;
	text-align:center;
	-moz-border-radius:4px;
}

td{text-align:left}
#div-elenco{background:#FFF;margin-bottom:4px; padding-bottom:2px; border-bottom:1px solid #efefef; padding:8px; border:1px solid #efefef;}
/*#div-elenco:hover{ background:#f3ebd5; border:1px solid #b6a676;}*/
#label_elenco{ border-bottom:1px solid #b0b0b0;border-top:1px solid #b0b0b0; margin-bottom:4px;}
#footer{ height:198px; background:url(img/footer.gif) top repeat-x;}
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}
#slideshow {
    position:relative;
    height:2000px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}