@charset "UTF-8";
* {
	margin:0;
	padding:0;
}
body {
	background:#1c110c url(../images/bg-body.png) repeat-x;
}
#logo {
	position:relative;
	float:left;
	width:204px;
}
#logo h1, #logo h2 {
	position:absolute;
	text-indent:-9999px;
}

#chiusura {
	position:relative;
	float:left;
	width:200px;
	margin: 23px 0 0 20px;
	font:11pt/16pt Arial, Helvetica, sans-serif;
	letter-spacing: -1pt;	
	font-weight:700;
	color:#FFF;
	text-shadow: #000 1px 1px 2px;
	display: none;
}


h3 {
	font:18pt Arial, Helvetica, sans-serif;
	line-height:28pt;
	letter-spacing:-1px;
	font-weight:700;
	color:#FFF;
	margin:0;
	padding-left: 10px;
	background-color:#000;
}
h4 {
	font:18pt Arial, Helvetica, sans-serif;
	line-height:28pt;
	letter-spacing:-1px;
	font-weight:700;
	color:#FFF;
	display:block;
	margin:0 10px 10px;
}
#container {
	width:810px;
	margin: 0 auto;
	height: 600px;
	padding: 0 100px 0 100px;
	background: url(../images/bg-container.png) no-repeat top right;
}
#header {
	position:relative;
	float:left;
	width:810px;
	height:130px;
	background: url(../images/bg-logo.png) no-repeat top left;
}
#main-content {
	position:relative;
	float:left;
	width:800px;
	padding: 5px;
	background-color:#000;
}
#footer {
	position:relative;
	float:left;
	width:800px;
	height:50px;
	color: #553425;
	font:12px/36px Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
}
#footer a {
	color: #553425;
	text-decoration:underline;
}
#footer a:hover {
	color: #684636;
	text-decoration:none;
}
.piatti {
	position:relative;
	float:left;
	width:200px;
	height:300px;
	margin-left:5px;
	background:#000 url(../images/piatti-img-ds.jpg) no-repeat top left;
	overflow:hidden;
}
.ambiente {
	position:relative;
	float:left;
	width:450px;
	height:300px;
	margin-top:5px;
	background:#000 url(../images/ambiente-img-ds.jpg) no-repeat top left;
	overflow:hidden;
}
.ambiente p {
	font-weight:700;
	font:10pt "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#FFF;
	text-align:left;
	padding:6px 10px;
}
.piatti p {
	font-weight:700;
	font:10pt "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#FFF;
	text-align:left;
	padding:6px 10px;
}
.boxcaption {
	float:left;
	position:absolute;
	background:#000;
	height:100px;
	width:100%;
	opacity:.8;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.captionfull .boxcaption {
	top:260px;
	left:0;
}
.caption .boxcaption {
	top:-100px;
	left:0;
}
.piatti img, .ambiente img {
	position:absolute;
	top:0;
	left:0;
	border:0;
}
.piatti p a, .ambiente p a {
	font-weight:700;
	color:#F30;
}
ul#galleryhome {
	position:relative;
	float:left;
	width:340px;
	height:205px;
	margin-top:5px;
	margin-left:5px;
	padding: 5px 0 0 5px;
	background-color: #272727;
}
ul#galleryhome li {
	position:relative;
	float:left;
	list-style:none;
	width: 63px;
	height: 63px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 0;
}
ul#galleryhome li a {
	border: 0;
}
.contatti {
	position:relative;
	float:left;
	width:325px;
	height:65px;
	margin-top:5px;
	margin-left:5px;
	padding: 10px;
	background:#817c6d url(../images/sushi_nigiri.png) no-repeat top right;
}
.contatti p {
	font:12pt/16pt "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#FFF;
	text-align:right;
	text-shadow:#000 1px 1px 2px;
}
.contatti p a {
	color:#FFF;
	text-decoration: underline;
}
.contatti p a:hover {
	color:#FFF;
	text-decoration: none;
}
#s3slider {
	width: 595px; /* important to be same as image width */
	height: 300px; /* important to be same as image height */
	position: relative; /* important */
	float:left;
	overflow: hidden; /* important */
}
#s3sliderContent {
	width: 595px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0; /* important */
	margin-left: 0; /* important */
}
.s3sliderImage {
	float: left; /* important */
	position: relative; /* important */
	display: none; /* important */
}
.s3sliderImage span {
	position: absolute; /* important */
	left: 0;
	font:18pt/28pt Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight:700;
	padding: 5px;
	width: 585px;
	background-color: #000;
	filter: alpha(opacity=80); /* here you can set the opacity of box with text */
	-moz-opacity: 0.8; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.8; /* here you can set the opacity of box with text */
	opacity: 0.8; /* here you can set the opacity of box with text */
	color: #fff;
	display: none; /* important */
	top: 0;/*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}
.clear {
	clear: both;
}

