@charset "ISO-8859-1";
body {
	color: #999999;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 75%;
	background-image: url(../img/sfondo.gif);
}
a {
	text-decoration: none;
	color: #999999;
}
a:hover {
	color: #886930;
}
.shadow {
	width: 1025px;
	height: auto;
	margin: 50px auto;
	background-image: url(../img/shadow.png);
	background-position: top center;
	background-repeat: repeat-y;
}
.page {
	width: 955px;
	height: auto;
	margin: 0px auto;
	background-color: #FFFFFF;
}
.top {
	width: 955px;
	height: 32px;
	text-align: center;
	background-color: #0A3F2F;
}
.logo {
	width: 955px;
	height: 83px;
}
.menu {
	width: 955px;
	height: 26px;
}
.menu_prodotti {
	width: 955px;
	height: 97px;
	position: relative;
}
.container {
	width: 955px;
	height: 356px;
	text-align: left;
}
.container_home {
	width: 955px;
	height: 436px;
	text-align: left;
	background-image: url(../img/logo_big.jpg);
	background-position: center 100px;
	background-repeat: no-repeat;
}
.entra {
	display: block;
	text-align: center;
	padding-top: 300px;
}
.container_generic {
	width: 955px;
	height: 459px;
	text-align: left;
}
.container_generic_dx {
	width: 477px;
	height: 459px;
	text-align: left;
	float: left;
}
.container_generic_sx {
	width: 478px;
	height: 459px;
	text-align: left;
	float: left;
}
.container_generic_sx a {
	color: #004236;
}
.container_generic_sx a:hover {
	color: #886930;
	text-decoration:underline;
}
.container_generic_sx span {
	color: #004236;
	padding: 10px 20px 0 42px;
	display: block;
}
.main {
	width: 426px;
	height: 356px;
	float: left;
}
.main_sx {
	width: 271px;
	height: 356px;
	float: left;
}
.main_sx table {
	margin: 0;
	padding: 0;
	height: 356px;
	font-size: 13px;
	color: #004236;
}
.main_dx {
	width: 258px;
	height: 356px;
	float: left;
}
.main_dx table {
	margin: 0;
	padding: 0;
	height: 356px;
}
.main_dx table tr td   {
	vertical-align: top;
}
.table_title {
	color: #886930;
	text-align: left;
}
.table_subtitle {
	color: #004236;
	text-align: left;
}
.table_description {
	color: #004236;
}
.table_description_grey {
	font-size: 11px;
}
.footer {
	width: 955px;
	height: 19px;
	color: #886930;
	text-align: center;
	padding: 7px 0 0 0;
	font-size: 10px;
	border-top: solid #886930 1px;
	margin-top: 20px;
	clear: both;
}
.footer a {
	color: #886930;
}
.footer a:hover {
	color: #666666;
	text-decoration:underline;
}

