@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#39310F;
	height:100%;
	background:url(../img/back01.jpg) repeat-y top center;
	background-color: #019ce4;
}
#contenitore {
	position:relative;
	width:720px;
	height:auto !important;		/* FF2 & IE7	*/
	height:100%;			/* FF2 & IE7	*/
	margin:0px auto;
	/*background:url(../img/sfondo.gif) 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:210px;
	color:#333;
	padding:20px 0px 20px 5px;
	font-weight:bold;
	line-height:1.5em;
	background-color:#c0e3f1;
}
#boxtesto {
	width:488px;
	float:left;
	padding:20px 0px 20px 0px;
	text-align: justify;
	margin-left:15px;
}
.testo {
	padding:10px 0px;
}
.titolo {
	font-size:16px;
	font-weight:bold;
	color:#199CE4;
	border-bottom:1px dashed #003366;
	background:url(../img/asterisk_yellow.png) no-repeat;
	padding-left:25px;
	width:460px;
}
.email {
	background:url(../img/email.png) no-repeat;
	padding-left:25px;
	margin:.5em 0px 0px 0px;
}
.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;
	margin-top:25px;
}
a img {
	border:0px;
}
.foto {
	width:480px;
	margin-bottom: 0.5em;
	background-color: #019ce4;
}
.foto img {
	width:470px;
	margin: auto;
	padding: 5px 5px 3px 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:270px;	/* =larghezza del bottone */
}
li#pagina2 a {
	width:119px;	/* =larghezza del bottone */
}
li#pagina3 a {
	width:111px;	/* =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:-270px 0px;		/* settare con la larghezza del bottone1 (138px) */
}
li#pagina3 a:hover, li#pagina3 a:active, li#pagina3 a.selected {
	background-position:-389px 0px;		/* =bottone1+bottone2 (138px+134px) */
}
li#pagina4 a:hover, li#pagina4 a:active, li#pagina4 a.selected {
	background-position:-500px 0px;		/* =bottone1+bottone2+bottone3 (138px+134px+134px) */
}
.galleria {
	width:488px;
	text-align:left;
}
.galleria a {
	text-decoration:none;
}
.galleria img {
	width:100px;
	height:100px;
	border:6px solid #019ce4;
	margin:0px 7px 4px 0px;
}
.titologalleria {
	float:left;
	width:488px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#019ce4;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
}
#wagt_map_1 {
	margin:15px 0px 15px 0px;
	width:475px;
	height:450px;
	border:5px solid #019ce4;
}
#piede { clear:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#199CE4;
}
#piede a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#199CE4;
}
#piede a:hover {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#199CE4;
}


