html{
	width: 100%;
	border: 0; 
	padding: 0; 
	margin: 0;  
}

body {
	background: url(images/bg.gif) #999 repeat-x left top;
	border-top: #999 6px solid;
	width: 100%;
	padding: 0;
	margin: 0; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}

img {
	border: 0px;
}

div#container{
	width: 760px;
    position: relative; 
	padding: 0;
	visibility: visible;
	overflow: visible;
	margin: 0 auto;   /* centra negli altri browser */
	text-align: left;   /* ripristina l'allineamento */
	background: url(images/valvole.jpg) no-repeat right top;
	height: 450px;
}

div#menu {
	width:760px;
	height:80px;
}

#menu li {
	display: inline; float: left;
}

#menu a{
	padding-right: 20px; padding-left:20px; font-size: 11px; float: left; padding-bottom: 0px; text-transform: uppercase; color: #333; line-height: 80px; padding-top: 0px; height: 72px;
}

#menu a:hover {
	color: #333
}

#menu li.active_link {
	background: url(images/liactive.gif) repeat-x left top
}

#menu li.active_link a {
	background: url(images/aactive.gif) no-repeat center top; color: #333; text-decoration: none
}

div#header{
	margin-top: 20px;
	height: 40px;
    position: relative; 
	padding: 0;
	visibility: visible;
	overflow: visible;
	background: url(images/logo.gif) no-repeat top left;
}

div#presentation{
	padding-left: 185px;
	padding-top: 22px;
	font-size: 14px;
	color: #050D38;
}

div#content{
    clear: left;
    color: #333333;
    float: left;
    font-size: 12px;
    line-height: 16px;
    padding-top: 20px;
	padding-bottom: 20px;
    width: 460px;
}
div#notizie{
    background-color: #CCCCCC;
    border: 1px solid #333333;
    clear: right;
    color: #333333;
    float: right;
    font-size: 12px;
    line-height: 16px;
    margin-top: 121px;
    opacity: 0.9;
    padding: 20px;
    width: 240px;
	
	background-color:#CCCCCC; /*per ie*/
	filter: alpha(opacity=90); /*per ie*/
}
span.data-notizia {
	color:#333;
		}
span.immagine-notizia {}
span.titolo-notizia {
	color:#333;
	font-weight: bold;
	}
span.data-evento {
	color:#333;
	}
span.descrizione-notizia {
	color:#333;
	}
div.immagine{
	width: 85px;
	height: 85px;
	float:left;
	margin-right: 15px;
	margin-top: 0px;
	border: 1px solid #333;
}
div.testo{
	margin-left:100px;
}
div.testo li {
	list-style-type: none; 
	font-size: 11px;
	background: url(images/li.gif) no-repeat 0 center;
	margin: 0;
	padding: 0px 0px 0px 15px;
	text-align: left; 
	text-transform: uppercase;
	line-height:24px;
}
div.testo li  a{
	color: #333;
	text-decoration: underline;
}
span.tipo-valvola{
	color: #FC0;
}
img.immagine {
	float:left;
	margin-right: 15px;
	margin-top: 0px;
	border: 1px solid #333;
}
div#footer{
	background: url(images/footer.jpg) no-repeat scroll center top transparent;
    clear: left;
    height: 79px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    position: relative;
    width: 760px;
}
div#footer-text{
	padding-top: 15px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}

div#footer-text a{
	color: #FFF;
}

iframe{
	width:410px;
	height:350px;
	border:0;
	padding:0; 
	margin:0;
	border: 1px solid #333;
}

#Form {	
	margin-top: 0;
	border: 0 solid #333;
	padding-top: 0px;
}
#Form fieldset{	
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	border: 0 solid #333;
	padding: 0;
	padding-left:10px;
	padding-bottom:10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #333;
}

form#Form p {text-align:left;}

#Form fieldset.break{	
	display: block;
	margin: 0px;
	border: 0 solid #333;
	padding: 0px;
}
	
#Form label{
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}


#Form fieldset.check{	
	display: block;
	margin: 0px;
	border: 0 solid #333;
	padding: 0px;
	margin: 0 0 2em 0;
}

#Form input{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: 176px;
}

#Form textarea{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: 378px;
}

#Form input.bottone{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	width: 70px;
	display:inline;
}

#Form input.check {
	display:inline;
	width: 14px;
}



