@import url("reset.css");
@import url("menu.css");
body {
	font: normal normal 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	background: #054023 url("/img/sfondoPage.gif") 0 -206px repeat-x;
	margin: 0px;
	padding: 0px;
}
/*------------------------- globali -------------------------------- */
p { margin: 5px 10px; }
h1 { font-size: 16px; margin: 5px 10px; }
h2 { font-size: 14px; margin: 5px 10px; font-weight: bold; color: #056E4D  }
h3 { font-size: 13px; margin: 5px 10px; font-weight: bold; color: #056E4D }
h3 a { text-decoration: none; color: #056E4D;  }
h3 a:hover { text-decoration: underline;}
a { color: #000; text-decoration: none; }
a:hover { color: #056E4D; }

ol, ul {
	margin: 5px 10px;
	padding: 0 10px;
}
#stage {
	width: 760px;
	background: #fff;
	margin-top:0;
	margin-left: auto;
	margin-right: auto;
}

#home #stage {
	background: #054023;
}
#testata {
	height: 150px;
	background: #ccc;
	border-bottom: 1px solid #054023;
}
#testata.home {
	background: #000;
}
#testata h1 {
	width: 365px;
	height: 150px;
	background: #ccc url(/img/logo_verde.gif) 0 0 no-repeat;
	float: left;
	text-indent: -20000px;
	overflow: hidden;
	margin: 0;
}
#testata h1.home {
	background: #000 url(/img/logo_nero.gif) 0 0 no-repeat;
}
#content {
	margin: 0; padding: 0;
	background: #fff;
}
#foto, #testi, #map, #directions, #listasedi {
	float: left;
	width: 394px;
	margin: 0; padding: 0;
}
#foto {
	width: 366px;
	line-height: 0.5em;
}
#map {
	width: 500px;
	height: 500px;
}
#directions, #listasedi {
	width: 250px;
}
#directions {
	display: none;
	height: 500px;
	overflow: auto;
}
#testi ul {
	margin-left: 20px;
	}
.fascia {
	clear: left;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #fff;
	margin: 0; padding: 0;
}
.fascia p {
	margin:0;
	padding: 5px;
	background: #000;
}

