body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B5B5B5;
}
.oneColFixCtr #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

a {
	text-decoration:none;
	list-style-type: disc;
	color: #666666;
}
a:hover {color:#006600; text-decoration:underline}

a.lang, a.lang:visited{color:#ffffff; text-decoration:none}
a.lang:hover{color:#009037}

.menu a {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	text-decoration:none
}
.menu {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 14px;
	color: #FFFFFF;
}
.menu a:hover {
	color:#009037;
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
}
.menu a.selected {
	font-size:14px;
	color:#009037;
	font-weight:bold
}

.menu2 a {
	/*font-weight: bold;*/
	text-decoration:none
}
.menu2 a:hover {color:#009037}
.menu2 a.selected {
	font-size:14px;
	color:#009037;
	font-weight:bold
}

.titolo {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.header {
	background-image: url(../img/header_logo.jpg);
	background-repeat: no-repeat;
}
.footer {
	background-color: #666666;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	padding-right: 25px;
}
ul {
	list-style-image: url(../img/pdf_08.jpg);
	list-style-position: outside;
}
.selected {
	color: #009038;
}
.titoliprodotti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	line-height: 14px;
}
#prodotti {
	list-style-position: inset;
	list-style-type: disc;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	width: 250px;
	padding-left: 50px;
	line-height: 20px;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-left: 50px;
	padding-top: 60px;
	line-height: 16px;
}
