html, body, *{margin: 0px 0px 0px 0px; padding:0px;}
body{
	text-align: center;   
		/*centra in IE 5.x 
		*/
	}
	




div#container{
	text-align: left;   
		/*Ripristino allineamento a sx
		*/

	width: 900px;
	
	margin: 0px auto 0px auto; 
	/*centra negli altri browsers
	*/
	 color:  #00642e;
	 font-family: Arial, sans-serif;
	 
	}

img{border: 0;}

.lineaverde, .lineaverde_piede, .lineaverde10, .lineaverde5{
	 width: 900px;
	 
	 clear: both;
	 background-color: #00642e;
	}

.lineaverde_piede{
	 
	 
	 height: 20px;
	 color: #FFF;
	}
.lineaverde_piede p{
	 
	 color: #FFF;
	}

.lineaverde10{
	 height: 10px;
	}

.lineaverde5{
	 height: 5px;
	}

.testata{
	 width: 900px;
	}

.testata img{
	 float: left;
	}

.menu{
	 float: left;
	 
	 height: 25px;
	 width: 900px;
	 background-image: url(images/fascia_menu.gif);
	 background-repeat: repeat-x;
	}
	
.menu_btn, .menu_btn_sel{
	 margin: -4px 0px 0px 20px;
	 float: left;
	 height: 28px;
	 background-repeat: no-repeat;
	 background-position: bottom center;
	}


.menu_btn_sel{
	/* background-image: url(images/m_home.gif);*/
	 /*background-repeat: no-repeat;*/

	}


.menu a:link, .menu a:visited, .menu a:hover, .menu a:active {
	 padding: 0px 0px 10px 0px;
	 color:  #5a493f; 
	 text-decoration: none;
	 text-transform: uppercase;
	 letter-spacing: 0pt;
	 word-spacing: 0pt;
	 font-size: 11px;
	 line-height: 140%;
	 font-weight: bold;
	 font-family: "Verdana", sans-serif;
	}

/*
.menu a:hover, .menu a:active  {
	 color:  #5a493f; 
	 text-decoration: none;
	}
*/
 
.contenitore{
	 float: left;
	 margin: 0px;
	 padding: 0px;
	 background-color: #e0ecba;
	 background-image: url(images/deco2.gif);
	 background-repeat: no-repeat;
	 background-position: bottom left;
	}
 
.contenuti{
	 float: left;
	 
	 width: 536px;
	 
	}
	
.margine{
	 padding:60px 70px 110px 70px;
	 /*float AGGIUNTO PER LASCIARE MARGINE ANCHE AL FORM galleggiante*/
	 float:right;
	}

p.titolo{
	 margin: 40px 0px 10px 10px;
	 float: left;
	}	 
.titolo{
	 
	 text-transform: uppercase;
	 color:  #5a493f; 
	 font-weight: bold;
	 font-size: 12px;
	 
	}

p.testo{
	 padding: 10px 10px 10px 10px;
	 text-align: justify;
	}

.testo{
	 
	 font-size: 12px;
	 word-spacing: 5px;
	 
	}

ul	{
	 margin: 0px 0px 0px 40px;
	 text-align: left;
	}

	
.destro{
	 float: left;
	 width: 364px;
	 
	 background-color: #FFF;
	}

.destro img{
	 padding: 8px;
	}


a:link,  a:visited,  a:hover,  a:active {
	 
	 color:  #5a493f; 
	 text-decoration: underline;
	 
	}

.testo_piede{
	color:  #FFF; 
	font-size: 10px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	}

.testo_piede a:link, .testo_piede a:visited, .testo_piede a:hover, .testo_piede a:active {
	 
	 color:  #FFF; 
	 text-decoration: underline;
	 
	}

/*
################################################
####   SEZIONE RELATIVA ALLA VISUALIZZAZIONE CATEGORIE #####
################################################
*/

.margine2{
	 width: 900px; /*900 - paddingDX e SX*/
	 margin: 0px;
	 padding: 30px 0px 30px 0px;
	 background-color: #e0ecba;
	 
	 float: left;
	}

.categorie{
	 width: 200px;
	 float: left;
	}

.elemento{
	 width: 200px;
	 float: left;
	 text-align: right;
	 padding: 3px 0px;
	}
	
.elemento p{
	 width: 115px;
	 margin: 40px 5px 0px 0px;
	 float: left;
	 text-align: right;
	 font-size: 12px;
	 font-weight: bold;
	 
	}
	
.elemento img{
	 width: 80px;
	 height: 80px;
	 float: left;
	 text-align: right;
	 
	}
	
.elemento_scelto{
	 
	 float: left;
	 width: 336px;
	 
	 
	}

.elemento_scelto p{
	 
	 padding: 0px 10px 0px 10px;
	 text-align: justify;
	 float: none;
	 font-size: 12px;
	 word-spacing: 5px;
	}

.galleria{
	 
	 float: left;
	 width: 364px;
	 
	}

.galleria img{
	 
	 padding: 0px 0px 35px 35px;
	 border: 0;
	}

/*
	SEZIONE FORM contatti
*/

label	{
	 
	 float: none; 
	 clear: none;
	 font-size: 12px;
	 word-spacing: 5px;
	}

.form_invia{
margin: 10px 0px 0px 0px;
padding: 2px 40px;
background-color:#FFF;
color:#014b7c;
}


.campo{
	text-align: right;
	clear: right;
	float: right;
	position: relative;
}

.form_el {
	margin: 2px;
	padding: 3px;
	border:0;
	background-color:#F0F0F0;
	border:1px solid #497ea4;
	font:14px Tahoma;
	color:#555;
}
 
.form_el:hover {
	
	border:0;
	background-color:#E0E0E0;
	border:1px solid #497ea4;
	font:14px Tahoma;
	color:#555;
}
 
.form_el:focus {
	
	border:0;
	background-color:#E5E5E5;
	
	border:1px solid #666;
	font:14px Tahoma;
	color:#000;
}
 