/* CSS Document */
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	
	border-spacing: 3px;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

body {
	background-color:#859d8c;
	/*background-color:#e9f4f4;*/
	background-image:url(images/sfondo.gif);
	background-position:center;
	background-repeat:repeat-y;
	color:#37522f;
	font-family:'Trebuchet MS', Trebuchet, Verdana, Sans-serif;;
	font-size:12px;
	}
#container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#pie { clear:both;text-align:center; padding-top:20px;}

/* MENU */
div#nav {padding: 5px 0 0 0;}
div#nav ul{width: 960px;height: 30px;overflow: hidden;
    list-style-type: none;margin: 0;padding: 0;
    background:url(images/menu.gif) no-repeat 0 -30px}
div#nav a{text-indent: -9000px;text-decoration: none;padding: 30px 0 0 0;
    overflow: hidden; height: 0px !important; height /**/:30px;
    background-image: url(images/menu.gif)}
div#nav li{margin: 0;padding: 0}
div#nav li,div#nav a{float: left;/*width: 90px;*/height: 30px}
li#mAzienda a{background-position: 0px 0px; width:90px;height: 30px}
li#mAzienda a:hover{background-position: 0 -30px}
body#Azienda li#mAzienda a{background-position: 0 -60px}

li#mProdotti a{background-position: -90px 0px; width:90px;height: 30px}
li#mProdotti a:hover{background-position: -90px -30px}
body#Prodotti li#mProdotti a{background-position: -90px -60px}
li#mDocumenti a{background-position: -180px 0px; width:100px;height: 30px}
li#mDocumenti a:hover{background-position: -180px -30px}
body#Documenti li#mDocumenti a{background-position: -180px -60px}
li#mContatti a{background-position: -280px 0px; width:90px;height: 30px}
li#mContatti a:hover{background-position: -280px -30px}
body#Contatti li#mContatti a{background-position: -280px -60px}
li#mInfo a{background-position: -370px 0px; width:120px;height: 30px}
li#mInfo a:hover{background-position: -370px -30px}
body#Info li#mInfo a{background-position: -370px -60px}
li#mImpianto a{background-position: -490px 0px; width:120px;height: 30px}
li#mImpianto a:hover{background-position: -490px -30px}
body#Impianto li#mImpianto a{background-position: -490px -60px}