body {
	background-color: #D9D5C9;
	text-align: center;
	padding: 0; margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}


div#container {
	position:relative;
	margin: 0 auto;
	text-align: left;
	width: 760px;
	height: auto;
	background-color: #FFF;
}

div#header {
	position: relative;
	width: 760px; height: 206px;
	z-index: 1;
	background: #625243 url(../img/sfondo_menu.jpg) no-repeat bottom;
	color: #FFF;
}
h1#logo {
	text-indent: -9000px;
	padding: 0; margin: 0;
	overflow: hidden;
	width: 457px; height: 60px;
	background: url(../img/header.jpg) no-repeat;
}
h1#logo a {
	display: block;
	margin-top: 20px;
	height: 40px;
}
div#header img {
	border: none;
}
#menu, #menu li {
	position: absolute;
	left: 0; top: 0;
	list-style-type: none;
	margin: 0; padding: 0;
	z-index: 2;
}
#menu img {
	border: none;
}
#home, #norme_tecniche, #prodotti, #azienda, #dove_siamo, #contatti {
	position: absolute;
}
#home {
	left: 122px; top: 78px;
}
#norme_tecniche {
	left: 304px; top: 78px;
}
#prodotti {
	left: 605px; top: 78px;
}
#azienda {
	left: 28px; top: 174px;
}
#dove_siamo {
	left: 212px; top: 174px;
}
#contatti {
	left: 495px; top: 174px;
}


div#recapiti {
	position: absolute;
	right: 35px; top: 3px;
	font-size: 10px;
	z-index: 2;
	color: #FFF;
}
div#recapiti h4, div#recapiti h4 a {
	font-size: 10px;
	margin: 0; padding: 0;
	display: inline;
	font-weight: normal;
	color: #FFF;
}

div#pagina {
	position: relative;
	background-color: #FFF;
	padding: 0 20px;
	height: 100%;
}

div#footer {
	width: 760px; height:32px;
	clear: both;
	padding-top: 6px; margin-top: 2px;
	font-size: 12px;
	letter-spacing: 0pt;
	text-decoration:none;
	background-color: #625042;
	text-align: center;
	color: #FFF;
}

div#scroll {
	margin-top: 20px;
	/*height: 370px;
	overflow: auto;*/
}

ul#ele_prod {
	margin: 0; padding: 0;
	list-style: none;
	font-size: 11px;
}
ul#ele_prod li {
	float: left;
	margin: 0 10px 0 0; padding: 0;
	width: 230px; height: 90px;
	text-align: left;
}
ul#ele_prod img {
	margin: 0 10px 10px 0;
}


.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.testo_piccolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

h1 a:link, h1 a:visited {
	font-size: 18px;
}

a:link, a:visited {
	text-decoration: none;
	color: #DCA129;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:link img, a:visited img {
	border-color: #DCA129;
}
a:hover img {
	border-color: #FF0000;
}


h1 {
	font-size: 16px;
	margin: 20px 0;
	text-align: center;
}

h2, h3, h2 a:link, h2 a:visited, h2 a:hover, h3 a:link, h3 a:visited, h3 a:hover {
	font-size: 12px;
	margin: 0; padding: 0;
	display: inline;
	font-weight: normal;
	font-style: italic;
	color: #000;
}


ul {
	margin: 0; padding: 4px 0 6px 30px;
}

.prodotti_h1 {
	font-size: 18px;
	margin: 20px 0;
	display: inline;
}
.prodotti_h2 a {
	font-size: 16px !important;
	font-weight: bold !important;
	font-style: normal !important;
	margin: 20px 0 !important;
	display: inline;
	color: #DCA129 !important;
}
.prodotti_ul {
	margin: 30px 0 0 0 ; padding: 0 0 20px 0;
	display: inline;
}
.prodotti_li {
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: none;
	color: #DCA129;
	font-size: 14px;
	text-transform: uppercase;
}

.nero {
	color: #000 !important;
}
.giallo {
	color: #DCA129;
}