/* DOCUMENTO */
html, body { height: 100%; margin: 0px; padding: 0px; font-family: Arial, sans-serif; font-size: 100%; background-color: #525252; background-image: url(img/bg.jpg); background-repeat: repeat-x; }

h2 { margin: 0px; padding: 0px 0px 30px 0px; text-transform: uppercase; font-size: 100%; font-weight: normal; }

img { border: 0px; }
hr { border: 1px dotted #ccc; padding: 0px; }
p { margin: 0px; }
a { color: #007AFE; text-decoration: none; }
a:hover { color: #007AFE; text-decoration: underline; }

form { float: left; }
a strike { background-color: #ccc; padding: 5px; border: 1px solid #999; text-decoration: none; color: #333; }

/* CONTENITORI */
#box-pagina { margin: auto; width: 983px; }
#box-header { float: left; width: 983px; background-image: url(img/bg_header.jpg); background-repeat: no-repeat; }
#box-middle { float: left; width: 929px; padding: 0px 10px; background-color: #fff; }
#box-main { float: left; width: 100%; }
#box-footer { float: left; width: 100%; }


/* CONTENUTI */
#header { float: left; width: 973px; padding-left: 10px; }

	#logo { float: left; width: 600px; height: 70px; padding: 26px 0px 0px 0px; }
		#logo img { float: left; }
	
	#lingua { float: right; width: 280px; height: 46px; padding: 50px 49px 0px 0px; text-align: right; font-size: 75%; color: #007AFE; }
		#lingua a { }

	.menu { float: left; width: 205px; height: 201px; padding: 110px 10px 0px 20px; font-size: 80%; background-image: url(img/bg_menu.jpg); background-repeat: no-repeat; margin-top: 10px; }
		.menu a { color: #fff; float: left; width: 100%; padding-bottom: 5px; }
		.menu a:hover { color: #fff; }

	#template { float: left; margin-top: 10px; }
	

#middle { width: 929px; margin: auto; }
	.main { float: left; width: 885px; color: #656565; padding: 30px 20px; line-height: 16px; text-align: justify; font-size: 80%; }
		.main h1 { display: none; }
		.main a img { border: 6px solid #D7D7D7; }
		
	.sottomenu { float: right; }
		.sottomenu a { float: left; width: 120px; background-image: url(img/bg_sottomenu.jpg); background-repeat: no-repeat; color: #fff; padding: 2px 5px 5px 10px; }
		.sottomenu a:hover { color: #fff; text-decoration: none; }
		

#footer { float: left; width: 929px; height: 160px; padding: 0px 25px; background-image: url(img/bg_footer.jpg); background-repeat: no-repeat; }
	#riservata { float: left; width: 903px; padding: 34px 26px 0px 0px; text-align: right; text-transform: uppercase; font-size: 75%; }
		#riservata h2 { float: left; width: 903px; padding: 0px; margin: 0px; text-align: right; text-transform: uppercase; font-size: 100%; }
	.footer-indirizzo { float: left; width: 919px; padding: 18px 0px 0px 10px; color: #666; font-size: 75%; line-height: 16px; }
		.footer-indirizzo a { color: #666; }
		.footer-indirizzo a:hover { color: #666; }
	.footer-crediti { display: none; }


/* CONTATTI */
.campo { width: 295px; float: left; height: 30px; }
.campo p { width: 85px; float: left; }
.campo input { width: 180px; float: left; font-size: 100%; font-family: Arial; color: #000; border: 1px solid #7F9DB9; padding: 2px; }

.campo2 { width: 885px; float: left; margin-bottom: 15px; }
.campo2 p { width: 85px; float: left; }
.campo2 input { float: left; width: 180px; margin-right: 10px; font-size: 100%; font-family: Arial; color: #000; border: 1px solid #7F9DB9; padding: 2px; }
.campo2 textarea { width: 790px; float: left; height: 55px; font-size: 100%; font-family: Arial; color: #000; border: 1px solid #7F9DB9; padding: 2px; }

.trattamento { line-height: 15px; margin-bottom: 10px; width: 880px; color: #666; float: left; }
.invia { float: left; width: 880px; text-align: center; }
	.invia input { border: 0px; }
.obb { border: 2px solid #007AFE; }