* {
	margin: 0px;
	padding: 0px;
}
html, body { 
	width: 100%; 
	/* commented backslash hack \*/ 
 	height: 100%; 
	/* end hack */
} 
body {
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #003300;
	background-color: #FFFFFF;
}
p {
	margin-bottom: 1em;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 0.95em;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
	color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
}
h2 {
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 1em;
	color: #FFFFFF;
}
h3 {
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 1.1em;
	color: #000000;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 2.6em;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 5px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	color: #00CC00;
	text-decoration: none;
}
.clear {
	display: block;
	clear: both;
	visibility: hidden;
}
#wrapper {
	position: relative;
	width: 850px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#wrapper #sezione {
	font-size: 2em;
	width: 350px;
	position: absolute;
	top: 235px;
	left: 35px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
#wrapper #col1 {
	position: absolute;
	height: 240px;
	width: 375px;
	top: 270px;
	left: 25px;
	overflow: auto;
}
#wrapper #col1 label {
	float: left;
	width: 65px;
	font-style: italic;
}
#wrapper #col1 input {
	font-style: normal;
	color: #000000;
}
#wrapper #col1 .p_label {
	padding-left: 65px;
}
#wrapper #col1 .lista_prod {
	list-style-type: none;
	margin-left: 62px;
}
#wrapper #col1 .lista_prod li {
	float: left;
	margin-right: 3px;
	margin-bottom: 1px;
}
#wrapper #col1 .lista_prod img {
	padding: 3px;
	background-image: url(../images/bg_tb.jpg);
}
#wrapper #nav {
	width: 200px;
	position: absolute;
	top: 520px;
	left: 100px;
	text-align: center;
}
#wrapper #nav #last {
	position: absolute;
	top: 0px;
	right: 0px;
}
#wrapper #nav #next {
	position: absolute;
	top: 0px;
	right: 30px;
}
#wrapper #nav #prev {
	position: absolute;
	top: 0px;
	left: 50px;
}
#wrapper #nav #first {
	position: absolute;
	left: 20px;
	top: 0px;
}
#wrapper #col2 {
	position: absolute;
	height: 445px;
	width: 425px;
	top: 110px;
	right: 0px;
}
#wrapper #col2 #img {
	position: absolute;
	right: 0px;
}
#wrapper #col2 #txt {
	text-align: right;
	padding: 5px;
	border: 1px solid #90A18C;
	margin: 5px;
	overflow: hidden;
	height: 90px;
	position: absolute;
	bottom: 0px;
	width: 400px;
}

#wrapper #footer {
	background-image: url(../images/footer.jpg);
	height: 60px;
	width: 850px;
	position: absolute;
	top: 560px;
}
#wrapper #logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 117px;
	width: 425px;
	top: 110px;
}
#wrapper #menu {
	position: absolute;
	height: 60px;
	width: 850px;
	top: 52px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #475E42;
	font-weight: bold;
}
#wrapper  #menu  #lingua {
	position: absolute;
	top: 35px;
	color: #475E42;
	font-size: 0.9em;
	left: 4px;
}
#wrapper #menu ul {
	list-style-type: none;
	padding-top: 5px;
}
#wrapper #menu li {
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 20px;
}
#wrapper #menu a {
	color: #475E42;
}
#wrapper #menu a:hover {
	color: #749B6C;
}
#wrapper #menu .menu_sep {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #475E42;
}
#wrapper #tendina {
	height: 45px;
	width: 425px;
	position: absolute;
	top: 57px;
	right: 0px;
	color: #475E42;
	text-align: right;
}
#wrapper #contents  {
	width: 850px;
	position: absolute;
	top: 110px;
	height: 445px;
	background-color: #B0C4AB;
}

