/* DOCUMENTO */
html, body { height: 100%; margin: 0px; padding: 0px; font-family: Arial; font-size: 11px; background-color: #E9E9D1; background-image: url(img/bg.jpg); background-repeat: repeat-x; color: #666; }

h1 { color: #ccc; font-family: Arial; font-size: 10px; margin: 0px; font-weight: bold; text-transform: uppercase; padding-bottom: 45px; }
h2 { font-size: 20px; font-family: Trebuchet, Trebuchet MS, sans-serif; color: #5B3D23; margin: 0px; font-weight: normal; padding-bottom: 10px; text-align: left; }
p { margin: 0px; }
a { color: #006699; text-decoration: none; }
a:hover { color: #003366; text-decoration: none; }


/* CONTENITORI */
#box-pagina { margin: auto; width: 100%; position: relative; min-height: 100%; height: auto !important; height: 100%; background-image: url(img/bg-middle.jpg); background-repeat: repeat-y; background-position: center; }
#box-header { width: 100%; }
#box-middle { width: 100%; }
#box-middle:after { clear: both; display: block; content: "."; height: 60px; visibility: hidden; }
#box-footer { width: 100%; position: absolute; bottom: 0px; background-image: url(img/bg-footer.jpg); }


/* CONTENUTI */
#header { width: 891px; height: 180px; padding: 90px 0px 0px 10px; margin: auto; background-image: url(img/bg-header.jpg); }
	#header img { float: left; padding: 4px 2px 3px 1px; }
	
#middle { width: 900px; margin: auto; padding-bottom: 50px; }
	#main { width: 900px; }
		#contenuto { float: left; width: 560px; line-height: 19px; text-align: justify; padding: 30px 0px 50px 70px; }
		#bottiglia { float: left; width: 240px; line-height: 19px; text-align: justify; padding: 25px 0px 50px 0px; text-align: center; }

#footer { width: 901px; margin: auto; padding-top: 60px; height: 32px; background-image: url(img/footer.jpg);  }
	.footer-indirizzo { float: left; color: #fff; padding-left: 10px; }
		.footer-indirizzo a { color: #fff; text-decoration: none; }
		.footer-indirizzo a:hover { color: #D7D7C2; text-decoration: none; }
	.footer-crediti { float: right; color: #D7D7C2; padding-right: 10px; }
		.footer-crediti a { color: #D7D7C2; text-decoration: none; }
		.footer-crediti a:hover { color: #fff; text-decoration: none; }
