@import url("reset.css");

body{
	background:#881101 url(../images/bg.jpg) no-repeat top center;
	font-family:Arial,Tahoma,"Trebuchet MS";
	font-size:0.9em;
	color:#400e07;
}

.floatright{
	float:right;
}

.floatleft{
	float:left;
}

.reservation{
	position:absolute;
	bottom:0;
	right:0;
}

h1{
	font-size:100%;
}

h2{
	font-size:95%;
	padding-bottom:5px
}
h3{
	font-size:120%;
	margin-bottom:15px
	border-bottom:1px solid #f5cfc9;
	color:#880000;
}
a{color:#af1801;text-decoration:none;}

#wrapper{
	margin:auto;
	width:732px;
}

#top{
	height:70px;
	position:relative;
	background: url(../images/content-shadow-top.png) no-repeat bottom;
}

#top .address{
	position:absolute;
	bottom:25px;
	left:4px;
	color:#FFF;
	font-weight:bold;
}

#top .phone{
	position:absolute;
	bottom:10px;
	left:4px;
	color:#f5cfc9;
	font-weight:bold;
}

#box{
	width:724px;
	height:485px;
	background:url(../images/contentbg.png) repeat-y;
	padding:0px 4px 0px 4px;
}

#content-top{
	height:63px;
	padding:10px;
}

#menu{
	width:109px;
	float:left;
}

#menu ul li{
}

#menu ul li.active{
	background:url(../images/menu-active.png) no-repeat;
}

#menu ul li:hover{
	background:url(../images/menu-active.png) no-repeat;
}

#menu ul li a{
	text-indent:-999999px;
	overflow:hidden;
	display:block;
	height:28px;	
	width:109px;
	margin-top:1px;
}

#menu #home{background:url(../images/b-home.png) no-repeat 20px 5px;}
#menu #home:hover{background:url(../images/b-home-h.png) no-repeat 20px 5px !important;}
#menu #food{background:url(../images/b-menu.png) no-repeat 20px 5px;}
#menu #food:hover{background:url(../images/b-menu-h.png) no-repeat 20px 5px !important;}
#menu #review{background:url(../images/b-review.png) no-repeat 20px 5px;}
#menu #review:hover{background:url(../images/b-review-h.png) no-repeat 20px 5px !important;}
#menu #location{background:url(../images/b-location.png) no-repeat 20px 5px;}
#menu #location:hover{background:url(../images/b-location-h.png) no-repeat 20px 5px !important;}
#menu #gallery{background:url(../images/b-gallery.png) no-repeat 20px 5px;}
#menu #gallery:hover{background:url(../images/b-gallery-h.png) no-repeat 20px 5px !important;}
#menu #contact{background:url(../images/b-contact.png) no-repeat 20px 5px;}
#menu #contact:hover{background:url(../images/b-contact-h.png) no-repeat 20px 5px !important;}

#content{
	padding:10px;
	float:left;
	text-align:left;
	width:595px;
	height:382px;
	overflow:auto;
	position:relative;
}

#content-home{
	padding:0px 0 0 10px;
	float:left;
	text-align:left;
	width:605px;
	height:382px;
	text-indent:-999999px;
}

#content fieldset{
	padding:15px;
	width:350px;
	margin:auto;
}


#content fieldset label{
	display:block;
	font-size:93%;
	line-height:25px;
}

#content fieldset input.text {
	background-color:transparent;
	border:1px solid #961400;
	color:#400e07;
	font-size:93%;
	margin:0;
	padding:0;
	width:300px;
	background:url(../images/form-bg.png);
}

#gallery{
	height:700px;
}

fieldset textarea.txtarea {
	background-color:transparent;
	border:1px solid #961400;
	color:#400e07;
	margin:0;
	padding:0;
	height:100px;
	width:350px;
	background:url(../images/form-bg.png);
}

fieldset input.submit {
	background-color:transparent;
	border:1px solid #961400;
	color:#400e07;
	float:right;
	margin-top:2px;
}

#bottom{
	background: url(../images/content-shadow-bottom.png) no-repeat top;
	height:4px;
}

.menu {
	width: 565px;
	list-style: none;
	margin: 0 0 2em;
	padding: 0;
	font: 120%/100%;
}
.menu li {
	clear: both;
	margin: 0;
	padding: 0 0 1em 0;
	position: relative;
	border-bottom: dotted 1px #999;
}
.menu .desc{
	font: 90%/100%;
	border:0px;
}
.menu strong {
	padding: 0 0px 0 0;
	font-weight: bold;
	position: absolute;
	bottom: 0em;
	left: 0;
}
.menu em {
	background: transparent;
	padding: 0 0 0 0px;
	font: 110%/100%;
	position: absolute;

	right: 0;
}
.menu sup {
	position: absolute;
	font-size: 80%;
	color: #666;
	margin-left: 3px;
	bottom:.7em;
}

/* clearfix */
.menu li:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.menu li {display: inline-block;}
/* Hides from IE-mac \*/
* html .menu li {height: 1%;}
.menu li {display: block;}
/* End hide from IE-mac */

.cats{
	float:left;
}

.cats li{
	float:left;
	padding:5px;
	margin:5px;
	background-color:#f4e2df;
	border:1px solid #af1801;
}

.cats li:hover{
	background-color:#af1801;
}

.cats li a{
	text-decoration:none;
	font-family:Arial,Tahoma,"Trebuchet MS";
	color:#400e07;
	font-weight:bold;
}

.top{
	float:right;
	padding:5px;
	font-family:Arial,Tahoma,"Trebuchet MS";
	color:#400e07;
	font-weight:bold;
	text-decoration:none;
}

.halfbox{
	width:50%;
	float:left;
}

#content ul.map li{
	padding-left:15px;
	background:url('../images/ok.gif') 2px 2px no-repeat;
}