/* CSS Document - Copyright by Web On Web - Gianfranco Vecchia */

body, html, #wrap {
	height:100%;
	margin:0;
	text-align: center;
	background-color: #ffffff;
	
}

/* Div trasparente conindex 1 per nascondere metà del menu' dal click */
 #wrapper {
	text-align: left;
	vertical-align: middle;
	height:120px;
	width:100%;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 50%;
}

/* Div contenitore del menu */
#wrap {
	margin: 0 auto;
	height:100%;
	width:575px;
		
	}

/* Posizionamento DIV dei singoli pulsanti */
.pos {
	float: left;
	
	}


/* Definizione delle classi dei pulsanti -stati off e on */
.w {
	background-image: url(../immagini/w1_off.jpg);
	background-repeat: no-repeat;
	height: 231px;
	width: 115px;
	display:block;}

.w:hover {
	
	background-image: url(../immagini/w1_on.jpg);
	
}

.o {
	background-image: url(../immagini/o1_off.jpg);
	background-repeat: no-repeat;
	height: 231px;
	width: 115px;
	display:block;}

.o:hover {
	
	background-image: url(../immagini/o1_on.jpg);}
	
.l {
	background-image: url(../immagini/l_off.jpg);
	background-repeat: no-repeat;
	height: 231px;
	width: 115px;
	display:block;}

.l:hover {
	
	background-image: url(../immagini/l_on.jpg);}






/* Footer */
 #footer {
	text-align: center;
	height:30px;
	width:100%;
	z-index: 2;
	position: absolute;
	left: 0px;
	bottom:20px;
	background-image: url(../immagini/footer.jpg);
	
}




#footer a, #footer p {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif, Garamond;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
	text-align:center;
	padding-top:6px;}

 
#footer a:hover {
	
	text-decoration:underline;
}

