html {
	overflow-x: hidden;
}
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: Tahoma, Arial, san-serif;
	background: url('../images/background/body.jpg') repeat-x top #d8d2c6;
}
.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}
#main {
	position: relative;
	margin: 0px auto 0px auto;
	width: 996px;
}
#head {
	height: 105px;
	padding: 28px 0px 0px 0px;
}
#logo {
	margin: 0px 0px 0px 112px;
}
#geisha {
	position: absolute;
	left: 0px;
	top: 21px;
	width: 98px;
	height: 263px;
	background: url('../images/background/geisha.png') no-repeat left top;
}
#menu {
	margin: 0px 0px 0px 140px;
	font-size: 11px;
	background: url('../images/background/menu.jpg') repeat-x top;
}
#menu a {
	float: left;
	display: block;
	padding: 0px 25px 0px 25px;
	height: 43px;
	line-height: 43px;
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
	border-right: 1px solid #d9d3c7;
	background: url('../images/background/menu.jpg') repeat-x top;
}
#menu a:first-child {
	border-left: 1px solid #d9d3c7;
}
#menu a:hover,
#menu a.active {
	color: #ffffff;
	border-right: 1px solid #ffffff;
	background: url('../images/background/menu-hover.jpg') repeat-x top;
}
#menu a:first-child:hover,
#menu a:first-child.active {
	border-left: 1px solid #ffffff;
}
#menu a.active {
	font-weight: bold;
}

#container {
	padding: 0px 0px 0px 112px; 
}

#gallery-flash {
	margin-bottom: 20px;
	width:790px;
}
#flash {
	float: left;
	width: 401px;
}

#down-wrap {
	background: url('../images/background/down-wrap.gif') repeat-x top;
	padding-top: 18px;
	width: 100%;
}
#down-box {
	width: 915px;
	margin: 0px auto 0px auto;
}

#down-box div p strong { 	font-weight: bold;} /* i10 */

#box-takeaway {
	float: left;
	width: 108px;
	height: 156px;
	padding: 50px 8px 0px 89px;
	background: url('../images/background/box-takeaway.png') no-repeat left top;
	margin-right: 17px;
	font-size: 11px;
	color: #83421d;
}


#box-takeaway p {
	padding-bottom: 0px;
}
#box-takeaway a {
	color: #83421d;
	font-weight: bold;
}
#box-takeaway a:hover {
	text-decoration: none;	
}
#box-takeaway-mini {
	display: block;
	float: left;
	width: 219px;
	height: 106px;
	margin-right: 17px;
	background: url('../images/background/box-takeaway-mini.png') no-repeat left top;
}
#box-catering {
	float: left;
	width: 103px;
	height: 140px;
	background: url('../images/background/box-catering.png') no-repeat left top;
	padding: 66px 10px 0px 66px;
	font-size: 11px;
	color: #ffffff;
	margin-right: 48px;
}
#box-catering p {
	padding-bottom: 0px;
}
#box-catering a {
	color: #ffffff;
	font-weight: bold;
}
#box-catering a:hover {
	text-decoration: none;	
}
#box-catering-mini {
	display: block;
	float: left;
	width: 179px;
	height: 106px;
	margin-right: 48px;
	background: url('../images/background/box-catering-mini.png') no-repeat left top;
}
#box-buffet {
	float: left;
	width: 233px;
	height: 64px;
	padding: 78px 11px 0px 195px;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	background: url('../images/background/box-buffet.jpg') no-repeat left top;
}
#box-buffet p a {color:#333; font-weight: bold;} /* i10 */

#box-buffet-mini {
	display: block;
	float: left;
	width: 305px;
	height: 106px;
	margin-bottom: 20px;
	background: url('../images/background/box-buffet-mini.png') no-repeat left top;
}
#footer-wrap {
	width: 100%;
	height: 30px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #efede8;
	line-height: 30px;
	font-size: 11px;
	color: #534f46;
	background: #dad4c7;
}
#footer {
	margin: 0px auto 0px auto;
	width: 996px;
	position: relative;
}
#footer a {
	color: #534f46;
}
#footer a:hover {
	text-decoration: none;
}
#footer #firma {
	position: absolute;
	right: 0px;
	
	top: -5px;
}
#footer #firma img {
	position: relative;
	top: 8px;
}
#footer #firma a {
	text-decoration: none;
}

/* pagina menu */
#main.menu #contenuto { 	float: none; 	width: 804px;
}

