@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#2b5402;
	text-align:justify;
	height:100%;
	background: url(../img/back01.jpg) repeat-y top center #2d9c39;
	
}
#contenitore {
	position:relative;
	width:720px;
	height:auto !important;		/* FF2 & IE7	*/
	height:100%;			/* FF2 & IE7	*/
	margin:0px auto;
	background:url(../img/sfondo.jpg) no-repeat top left;
	min-height: 1057px;
}
#logo {
	float:left;
	width:220px;
	height:220px;
	background:url(../img/logo.gif) center no-repeat #FFF;
	margin:auto;
}
#testata {
	width:500px;
	height:220px;
	float:left;
	background:url(../img/menu_off.gif) no-repeat top center;
}
#indirizzo {
	font-size:12px;
	float:left;
	width:180px;
	color:#2b5402;
	padding:20px;
	font-weight:bold;
	line-height:1.5em;
}
#boxtesto {
	width:480px;
	float:left;
	padding:20px 0px 20px 0px;
}
.testo {
	padding:10px 0px;
}
.titolo {
	font-size:16px;
	font-weight:bold;
	color:#333;
	border-bottom:1px dashed #003366;
	background:url(../img/asterisk_yellow.png) no-repeat;
	padding-left:25px;
}
.email {
	background:url(../img/email.png) no-repeat;
	padding-left:25px;
	margin:.5em 0px 0px 0px;
	
}

.email a {
	color: #2b5402;
	
	
}

.email a:hover {
	color: #005c8b;
	
	
}
.tel {
	background:url(../img/phone.png) no-repeat;
	padding-left:25px;
	margin-top:20px;
	margin:.5em 0px 0px 0px;
}
.fax {
	background:url(../img/page_white.png) no-repeat;
	padding-left:25px;
	margin:.5em 0px 0px 0px;
}
#certificati {
	float:left;
	position:absolute;
	bottom:20px;
	left:20px;
}
a img {
	border:0px;
}
.foto {
	width:480px;
	margin-bottom: 0.5em;
	background-color: #2b5402;
}
.foto img {
	width:470px;
	margin: auto;
	padding: 5px 5px 2px 5px;
}

#boxmenu {
	float:left;
	width:500px;	/* =larghezza immagine */
	height:220px;	/* =altezza immagine */
	margin:0px;		/* cambiare il valore 5 per impostare i pixel del margine superiore e inferiore della barra */
}
#boxmenu ul#menu li {
	display:inline;
	overflow:hidden;
	height:220px;	/* =altezza dell'immagine */
}
#boxmenu {
	background:url(../img/menu_off.gif) no-repeat; /* =path immagine di default della barra */
}
#boxmenu ul#menu li a {
	float:left;
	height:0px;
	padding-top:220px;	/* =altezza dell'immagine */
	overflow:hidden;
}
#menu li a:hover {
	background:url(../img/menu_on.gif) no-repeat;	/* =path immagine stato hover della barra */
}
#menu li a:active {
	background:url(../img/menu_on.gif) no-repeat;	/* =path immagine stato active della barra */
}
#menu li a.selected {
	background:url(../img/menu_on.gif) no-repeat;	/* =path immagine stato selected della barra */
}
li#pagina1 a {
	width:190px;	/* =larghezza del bottone */
}
li#pagina2 a {
	width:145px;	/* =larghezza del bottone */
}
li#pagina3 a {
	width:145px;	/* =larghezza del bottone */
}
li#pagina4 a {
	width:114px;		/* =larghezza del bottone */
}
li#pagina1 a:hover, li#pagina1 a:active, li#pagina1 a.selected {
	background-position:0px 0px;
}
li#pagina2 a:hover, li#pagina2 a:active, li#pagina2 a.selected {
	background-position:-190px 0px;		/* settare con la larghezza del bottone1 (138px) */
}
li#pagina3 a:hover, li#pagina3 a:active, li#pagina3 a.selected {
	background-position:-335px 0px;		/* =bottone1+bottone2 (138px+134px) */
}
li#pagina4 a:hover, li#pagina4 a:active, li#pagina4 a.selected {
	background-position:-480px 0px;		/* =bottone1+bottone2+bottone3 (138px+134px+134px) */
}
#galleria {
	width:470px;
	text-align:left;
	padding:10px 0px 0px 0px;
}
#galleria a {
	text-decoration:none;
	border:0px;
}
#galleria img {
	width:100px;
	height:100px;
	padding:0px 5px 10px 5px;
	border:0px;	/* nasconde bordo dei link */
	}
	
	#titologalleria {
	float:left;
	width:480px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#333;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
}
	
	
	
#wagt_map_1 {
	margin:15px 0px 15px 0px;
	width:480px;
	height:520px;
	border:6px solid #2b5402;
}

.tags { font-weight:normal; 	font-size:11px; font-style:italic; }
.tags a{ text-decoration:none; 	color:#2b5402;}

