/* Imported Styles
----------------------------------------------- */
@import url("content.css");
/* Common Part
----------------------------------------------- */
* {
margin:0;
padding:0;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
}
body {
background:url(../img/main_bg.jpg) repeat-x 0% 0%;
background-color:#aca05a;
font-family:Lucida sans unicode, Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333;
}
#wrapper {
background:url(../img/shadow.jpg) no-repeat 0 0px;
height:100%;
}
#all {
position: relative;
height: 100%;
width:1103px;
float: left
margin:0 auto;
}
html>body #all {
height: auto;
min-height: 100%;
}
.clear {
clear:both;
font-size:1px;
margin-top:-1px;
}








/* ----------------------------------------------- */

#slider1 {
width: 576px; /* important to be same as image width */
height: 336px; /* important to be same as image height */
position: relative; /* important */
overflow: hidden; /* important */
background:url(../img/promo_bg.png) no-repeat 0% 0%;
}

#slider1Content {
width: 556px; /* important to be same as image width or wider */
height: 300px; /* important to be same as image height */
position: absolute;
top: 0;
margin-left: 0;
padding: 32px 11px;
}
.slider1Image {
float: left;
position: relative;
display: none;
}
.slider1Image span {
position: absolute;
// font: 10px/15px Arial, Helvetica, sans-serif;
// padding: 10px 13px;
width: 556px;
background-color: #000;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
color: #fff;
display: none;
}
.clear {
clear: both;
}
.slider1Image span strong {
// font-size: 14px;
}
.left {
top: 0;
left: 0;
width: 0px !important;
height: 0px;
}
.right {
right: 0;
bottom: 0;
width: 90px !important;
height: 290px;
}
ul { list-style-type: none;}

/* ----------------------------------------------- */





/* =Misc(links)
----------------------------------------------- */
a {
color:#E6F0D5;
}
/* =Header
----------------------------------------------- */
#mainpic {
float:left;
width:504px;
height:700px;
background:url(../img/main_pic.jpg);


}
#menu {
list-style:none;
width:433px;
}
#menu li {
float:left;
height:35px;
}
#menu li a {
text-decoration:none;
display:block;
text-indent:-9999px;
width:144px;
height:35px;
}
.m1 {
background:url(../img/navStory.png);
}
.m2 {
width:143px;
background:url(../img/navAmbiance.png);
}
.m3 {
background:url(../img/navDishes.png);
}

.m4 {
background:url(../img/navReserve.png);
}

h1 span {
display:none;
}
h1 a img {
border:0;
margin-left:70px;
margin-top:26px;
}

h1 {
margin-top:46px;
}



/* =Content
----------------------------------------------- */
#content {
float:left;
width:599px;
display:table;
background:url(../img/content_bg.jpg) no-repeat 0% 0%;
}

.cont {
float:left;
width:576px;
}

/* =Footer
----------------------------------------------- */

#empty, #footer {
height: 32px;
clear:both;
}

#footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
}
#footer a {
display:block;
text-indent:-9999px;
text-decoration:none;
width:145px;
height:32px;
background:url(../img/copy.png);
margin-right:0px;
margin-bottom:0px;
margin-left: 55%;
}

