body {
	background-color:#265E16;
	background-image:url(../img/bg_main.gif);
	background-repeat: repeat-x;
	margin:0px; padding:0px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

#container{
	width:750px;
	height:590px;
	margin-top:132px;
	position:absolute;
	left:50%;
	margin-left:-375px;
	}

#content_up{
	width:750px;
	margin:0px;
	padding:0px;
	background-color:white;
	float:left;
	}

#content_down{
	width:750px;
	margin:0px;
	padding:0px;
	background-color:white;
	background-image:url(../img/bg_body.gif);
	background-position:left top;
	background-repeat:repeat-x;
	float:left;
	border-bottom:1px solid #2C701A;
	}

#footer{
	width:750px;
	font:10px Trebuchet MS;
	background-color:#ECBC5A;
	color: #666;
	line-height:42px;
	text-align:center;
	}

#logo {
	position:absolute;
	margin-top:12px;
	left:50%;
	margin-left:-372px;
	width:295px;
	height:59px;
	}

#bg_header {
	position:absolute;
	margin-top:0px;
	left:50%;
	margin-left:-181px;
	width:411px;
	height:132px;
	}

.text, #textServices {
	width:320px;
	height:200px;
	margin:10px 20px 40px 20px !important;
	margin:30px 10px 40px 10px;
	float:left;
	}

#textServices {
	width:440px;
	}

.text h1, .headServices h1, #textServices h1{
	font:bold 22px Trebuchet MS;
	color:#215D2D;
	}

.headServices {
	width:375px;
	height:135px;
	float:left;
	}
.headServices h1 {
	padding:30px;
	}
.headServices img {
	text-align:right;
	padding-right:20px;
	}

.text h2, .headServices h2, #textServices h2{
	font:bold 14px Trebuchet MS;
	color:#215D2D;
	letter-spacing:1px;
	}
	
.text p, .text ul li, .headServices p, #textServices p {
	font:12px Trebuchet MS;
	color:#666;
	}

.text ul {
padding-left:20px;
text-transform:uppercase;
letter-spacing:1px;
	}

.text ul li {
border-bottom:1px dotted #006600;
margin-bottom:5px;
}

.text a, .text a:visited, .text a:active {
	font:bold 12px Trebuchet MS;
	color:#215D2D;
	text-decoration:none;
	}

.text a:hover {
	text-decoration:underline;
	}

#greenStream {
	width:248px;
	float:right;
	background-color:#6EA86E;
	height:360px;
	}

#greenStream img {
	border:1px solid #215D2D;
	border-top:none;
	}

#imgBody {
	width:750px;
	height:247px;
	margin:0px;
	padding:0px;
	float:left;
	}

#imgServices {
	width:200px;
	height: 340px;
	margin:60px 20px 20px 20px;
	float:left;
	}
	
#imgServices img {
	border:1px solid #25612B;
	margin-top:20px;
	}

#map {
	width:368px;
	height:350px;
	margin:60px 20px 20px 20px;
	float:left;
	border:1px solid #25612B;
	}




/* __________________________________________ MENU ORIZZONTALE _____________________________________ */

ul#menu_a_2livelli{
float: left;
margin: 0;
padding: 0;
background: #2C701A;
background-image:url(../img/bg_menu.gif);
background-position:left top;
background-repeat:repeat-x;
list-style:none;
font:12px Trebuchet MS;
width:750px;
height:46px;
}
ul#menu_a_2livelli li ul li{
list-style:none;
margin:0;
padding:0;
height:34px;
font-size:11px !important;
font-size:12px;
line-height: 11px !important;
line-height:12px;
}
ul#menu_a_2livelli li{
float:left;
margin: 0;
padding: 0;
border-right: 2px solid #215D2D;
color:#FFF;
width:148px;
}
ul#menu_a_2livelli a:link,
ul#menu_a_2livelli a:visited{
display: block;
padding-top: 16px;
text-align: center;
height:30px;
color: #fff;
text-decoration: none;
}

ul#menu_a_2livelli li ul li a:link,
ul#menu_a_2livelli li ul li a:visited{
display: block;
padding-top: 8px;
text-align: center;
height:28px;
color: #fff;
text-decoration: none;
}

ul#menu_a_2livelli a:hover,
ul#menu_a_2livelli a:focus,
ul#menu_a_2livelli a:active,
ul#menu_a_2livelli li ul li a:hover,
ul#menu_a_2livelli li ul li a:focus,
ul#menu_a_2livelli li ul li a:active
{
background-color: #215D2D;
background-image:url(../img/bg_menu_hover.gif);
background-position:left bottom;
background-repeat:repeat-x;
color: #FFF;
text-decoration: none;
}
ul#menu_a_2livelli li ul{
display: none;
}
ul#menu_a_2livelli li:hover ul{
display: block;
position: absolute;
z-index:1;
width:149px;
padding: 0;
margin: 0 0 0 -1px;
border:1px solid #215D2D;
background: #135A00;
font-size:12px;
}
ul#menu_a_2livelli li li {
border-bottom:1px solid #215D2D;
width: 148px;
}


/* __________________________________________ FINE MENU ORIZZONTALE _____________________________________ */



#formContatti table td,
#formContatti table td select,
#formContatti table td input,
#formContatti table td textarea {
	font:12px Trebuchet MS;
	color:#666;
	text-align:justify;
	}

#formContatti table td select,
#formContatti table td input {
width: 160px;
height: 20px;
background-color:#D7E7D3;
}

#formContatti table td textarea {
width: 434px;
background-color:#D7E7D3;
}

#Submit, #Reset {
width: 80px;
background-color:#2C701A;
color:#FFF;
text-align:center;
}

#nome, #cognome, #email {
	border:2px solid #2C701A;
	}

#ragione_sociale, #mansione, #indirizzo, #provincia, #localita, #avviamento, #tel, #fax, #sito, #note {
	border:1px dotted #666;
	}
	
	
/* ------------------------------ pop up zoom immagine in referenze ------------------------------------ */

#BoxImageWindow{

}

#BoxImageWindow img{
  border:2px solid #fff;
  }

#BoxImageWindow h2{
  margin:0px;
  padding:0px;
  color:#2C701A;
  font-size:16px;
  }

#BoxImageWindow h3{
  margin:0px;
  padding:0px;
  color:#666;
  font-size:13px;
  }