/* Stile navigazione aree */
#pgWedding div.navArea h2 img {
	background: #f4eecc url(../img/bkg_area_wedding.png) 0 0 no-repeat;
}
/* Stili bottoni */
input.bottonePac {
	text-indent: -2400em;
	margin: 0;
	padding: 0;
	border: 0;
	width: 300px;
	height: 50px;
	background: url(../img/bottonePac.gif) 0 0 no-repeat;
}
input.bottonePac:hover, input.bottonePac.sfhover {
	background-position: 0 -50px;
}

/* Stile bottone prenotazione struttura */
input.bottoneStr {
	text-indent: -2400em;
	margin: 0;
	padding: 0;
	border: 0;
	width: 300px;
	height: 50px;
	background: url(../img/bottoneStr.gif) 0 0 no-repeat;
}
input.bottoneStr:hover, input.bottoneStr.sfhover {
	background-position: 0 -50px;
}
