* {
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 0px;
	color: #532C00;
	text-decoration: none;
	font-size: 18px;
}
body {
	font-size: 14px;
	background-color: #000;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../interface/body_wood_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
:focus {
	outline: 0;
}
ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
img {
	-ms-interpolation-mode: bicubic;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	list-style-type: none;
}
h1 {
	font-size: 48px;
	margin-bottom: 30px;
	font-weight: bold;
}
h2 {
	font-size: 48px;
	margin-bottom: 10px;
	font-weight: bold;
}
h3 {
	font-size: 36px;
	color: #532C00;
	text-align: center;
	display: block;
	font-weight: bold;
	background-image: url(../interface/separator.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 50px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
h4 {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: bold;
	margin-left: 150px;
}
h5 {
	font-size: 24px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
.center {
	text-align: center;
}
.right {
	float: right;
}
.left {
	float: left;
}
b, strong {
	color: #6b2b19;
	text-decoration: none;
	font-weight: bold;
}
#bg_header {
	height: 281px;
	text-align: center;
	background-image: url(../interface/bg_header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	width: 900px;
	padding-top: 80px;
}
#header h1 {
	margin-left: 150px;
	margin-bottom: 0px;
	padding: 0px;
}
#header h2 {
	margin-left: 150px;
	padding: 0px;
	margin-top: 0px;
}
#main {
	background-image: url(../interface/bg_main.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
}
#content {
	width: 700px;
	margin-left: 250px;
}
#bottom {
	text-align: right;
	background-image: url(../interface/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	font-size: 18px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 100px;
	padding-top: 10px;
}
#patch {
	height: 220px;
	width: 168px;
	left: 50%;
	margin-left: -480px;
	position: absolute;
	z-index: 20;
	top: 0px;
}
#stack {
	background-image: url(../interface/stack.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	z-index: 10;
	width: 220px;
	left: 50%;
	margin-left: -475px;
	top: 100px;
	padding-top: 255px;
}
#stack img{
	margin-left: -50px;
}
#stack_in {
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	width: 170px;
	padding-right: 10px;
	padding-left: 30px;
	height: 350px;
	padding-top: 10px;
}
#menu {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 30px;
	z-index: 20;
	position: absolute;
	top: 220px;
	/*visibility: hidden;*/
}
#menu li {
	float: left;
	text-align:center;
}
#menu li a, #menu li a:hover {
	background-image: url(../interface/separator.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:50px;
	font-size: 24px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
}
#menu li a:hover {
	color: #DEA950;
}
#home_image {
	width: 664px;
	height: 267px;
	display: block;
	position: absolute;
	padding-top: 10px;
	padding-left: 10px;
	overflow: hidden;
}
#home_image_hover {
	position: absolute;
	width: 664px;
	height: 267px;
	background-image: url(../interface/image.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin-top: -261px;
	margin-left: -4px;
}
#blocker, #blocker2, #main_block {
	width: 700px;
	margin-top: 300px;
	margin-left: -10px;
	height: 400px;
}
#main_block, #main_block2  {
	background-image: none;
	text-align: left;
	height: auto;
	font-size: 18px;
	width: 660px;
}
#main_block2 {
	margin-top: 50px;
}
#blocker2 {
	margin-top: 30px;
	background-image: url(../interface/chef.png);
}
.block, .block2 {
	display: block;
	width: 200px;
	float: left;
	padding: 10px;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 18px;
}
.block {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #532C00;
	height: 300px;
}
.block2 {
	width: 150px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B49350;
	margin-top: 30px;
	height: 250px;
}
.first {
	margin-left: 150px;
	border-left-style: none;
}
.first2 {
	border-left-style: none;
}

#social {
	width: 110px;
	margin-left: 250px;
	position: absolute;
	left: 50%;
	top: 100px;
}
#menu li .sub {
	position: absolute;
	background-image: url(../interface/bg_block%20-%20Copia.png);
	background-repeat: repeat-y;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=3);
	border-radius: 3px;
	behavior: url('../border-radius.htc');
	-moz-box-shadow: 2px 2px 3px #000; /* for Firefox 3.5+ */
	-webkit-box-shadow: 2px 2px 3px #000; /* for Safari and Chrome */
	color: #a3724d;
	text-align: center;
	width: 197px;
	float: left;
	padding-top: 20px;
	margin-top: -75px;
	margin-left: -20px;
	z-index: 80;
}
#menu .sub ul li {
	width: 197px;
	color: #fff;
	text-align: center;
	display: block;
}
#menu .sub ul li a.s_menu, #menu .sub ul li a.s_menu:hover {
	color: #532C00;
	font-size: 18px;
	background-image: none;
	height: auto;
	margin-bottom: 5px;
}
#menu .sub ul li a.s_menu:hover {
	color: #C37E23;
	font-size: 18px;
	background-image: none;
	height: auto;
	margin-bottom: 5px;
}
a.big, a.big:hover {
	font-size: 24px;
	color: #C00;
}
a.big:hover {
	color: #C30;
}
#special {
	height: 367px;
	width: 616px;
	display: block;
	background-image: url(../interface/special.png);
	background-repeat: no-repeat;
	position: relative;
	right: -50px;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
}
.hbanner {
	background-image: url(../interface/h1_banner.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding-right: 80px;
	height: 125px;
	margin-right: -20px;
	font-size: 100px;
	padding-top: 10px;
}
.hmin {
	font-size: 60px;
	padding-top: 40px;
	height: 100px;
}
.hmin2 {
	font-size: 50px;
	padding-top: 10px;
	height: 100px;
	height: 135px;
}
#offerta {
	display: block;
	height: 98px;
	width: 132px;
	position: absolute;
	z-index: 500;
	background-image: url(../interface/offerta-promozionale.png);
	left: 50%;
	top: 550px;
	margin-left: 280px;
}

