html, body, form, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #FF6600;
        text-decoration: none;
}
a:link {
	color: #FF6600;
        text-decoration: none;
}
a:hover {
	color: #FFA405;
        text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.left {
	float: left;
        text-align: left;
}
.right {
	float: right;
        text-align: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #2D0202;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #F4C389;
	padding-bottom: 10px;
}

/* layout */

#wrapper {
    text-align: left;
    margin: auto;
    width: 749px;
    position: relative;
    background: #7C0000 top right url(images/header.jpg) no-repeat;
}

#logo {
  width: 357px;
  background: url(images/logo_bg.jpg) no-repeat;
  /*height: 185px;*/
  height: 85px;
  text-align: center;
}
#logo h1 {
  padding-top: 45px;
  color: #fff;
  font: bold 27px "arial black", arial, sans-serif;
}
#logo p {
  margin: 0em;
  padding-left: 50px;
  font: 17px "arial narrow", arial, sans-serif;
}

#nav li {
  list-style: none;
}
#nav-left {
  width: 178px;
}
#nav-left li {
  background: url(images/nav_bg.jpg) repeat-x;
  font: 18px "arial narrow", arial, sans-serif;
  height: 62px;
  line-height: 62px;
  text-align: right;
}
#nav-left a {
  color: #fff;
  text-decoration: none;
  padding-right: 20px;
}
#nav-left .orange a {
  color: #FFC559;
}
#nav-left a:hover {
  text-decoration: underline;
}
#nav-right {
  position: absolute;
  /*top: 185px;*/
  top: 85px;
  left: 178px;
  width: 178px;
  border-left: 1px solid white;
}
#nav-right ul {
  text-align: right;
}
#nav-right li {
  font: 14px "arial narrow", arial, sans-serif;
  height: 30px;
  line-height: 30px;
  border-top: 1px solid white;
  background: 152px 10px url(images/arr.gif) no-repeat;
  padding-right: 40px;
}
#nav-right a {
  color: white;
  text-decoration: none;
}
#nav-right a:hover {
  text-decoration: underline;
}

/* body */

#body {
  border-top: 1px solid white;
  padding-top: 20px;
}
#left {
  float: left;
  /*width: 352px;*/
  width: 452px;
  padding-left: 15px;
}
#right {
  float: right;
  /*width: 291px;*/
  width: 191px;
  padding-right: 37px;
}

#welcome {
  padding-left: 29px;
}

#welcome img{
  border: 1px solid #97321D;
  width: 430px;
  height: 287px;
  text-align:center;
}

h2.guilded {
  background: bottom left url(images/welcome_bg.gif) repeat-x;
  height: 20px;
  margin-bottom: 0.8em;
  font-weight: normal;
  font-size: 20px;
}
h2.guilded span {
  background: #7C0000 url(images/h_glif.gif) no-repeat;
  padding-left: 38px;
  padding-right: 8px;
  padding-top: 2px;
  float: left;
}

.more a {
  color: #C47552;
  text-decoration: none;
  font-weight: bold;
}
.more a:hover {
  text-decoration: underline;
}

#chef {
  /*background: bottom left url(images/pic_1.jpg) no-repeat;*/
  padding-left: 164px;
  padding-top: 47px;
}
#chef h2 {
  font: 17px "arial narrow", arial, sans-serif;
  background: bottom url(images/divider.gif) repeat-x;
  padding-bottom: 5px;
  margin-left: -50px;
  padding-left: 70px;
  padding-right: 0;
}

p {
  margin: 1em 0;
  line-height: 1.1;
}

/* right */

#booking {
  background: #911702;
  border: 1px solid #B43708;
  /*padding-bottom: 6px;*/
  padding-bottom: 16px;
  margin-bottom: 1.1em;
  margin-top: 1em;
  margin-bottom: 20px;
}
#booking h2 {
  background: url(images/h_booking_bg.jpg) repeat-x;
  border: 1px solid #7C0000;
  height: 27px;
  line-height: 27px;
  color: #660100;
  font-weight: normal;
  font-size: 16px;
  padding-left: 50px;
  /*margin: 4px 4px 10px 4px;*/
}
#booking th {
  text-align: left;
  padding-left: 20px;
  padding-right: 10px;
}
#booking td.submission {
  text-align: right;
}
#booking p
{
    margin-left: 20px; 
    line-height: 15px
}

#phone2
{
    margin-left: 37px
}
#fax
{
    margin-left: 13px
}
#email
{
    margin-left: 9px;
}
#promo {
    /*background: #5B0302;*/
  background: bottom left url(images/specials_new.jpg) no-repeat;
  border: 1px solid #97321D;
  padding-left: 100px;
  padding-right: 8px;
  padding-top: 22px;  
  height: 125px;
}
#promo h2 {
  /*margin-left: -38px;*/
  margin-left: -40px;
  font-weight: normal;
  color: #FF8A00;
  margin-bottom: 1em;
  font-size: 16px;
}
#promo form {
  text-align: center;
}

#promo p {
    /*text-align: left;*/
    margin-left: -68px;
    margin-bottom: 6em;
    /*margin: 1.3em 0;*/
}

/*content*/
.content {
    text-align: center;
    padding-bottom: 10px;
    min-height: 300px;
}

.content TABLE{
    align: center;
}

.content h4{
  height: 20px;
  margin-bottom: 0.8em;
  font-weight: bold;
  font-size: 16px;
}

.content ul{
  list-style: inside;
}

.content p {
    width: 85%; 
    text-align: left;
    padding-left: 60px;
}

.content hr {
    border-bottom: 1px solid;
    height: 0;
}

#hoursTable{ 
    width: 450px;
    text-align: center;
}

.th {padding: 5px 0; font-weight: bold; font-size:12px}

/* online order starts here */
.submenu {
  width: 160px;
  background-color: #911702;
  float:right;
  text-align:center;
  margin-top: -20px; 
}

#minicart {
    background-color: #aa320a; 
    border-bottom: 1px solid #ffffff;
    padding: 10px 0; 
    line-height: 18px
}

#categories {
    padding:10px 10px;
}

.catText 
{
    border-bottom:1px dashed; 
    padding-bottom: 5px; 
    margin-bottom: 10px;
}

.onlineOrderText{
    font-weight: normal;
    line-height: 20px;
}

.onlineOrderButton{
    width:70px;
    height:20px;
    font-size: 12px;
    color: #2D0202;
    margin-top:5px;
    margin-left:0px;
    background-color:#FFFFFF;
    border: 2px solid #911702;
}

#dishTable {
    width: 540px; 
    margin: 0 20px;
}

.additionTitle {
    padding-top: 10px;
    font-weight: bold;
}

#cartTable {
    width: 640px; 
    margin: 0 20px;
    /*border-collapse: collapse;*/
}

#cartTable th { 
    background-color: #FFFFFF;
    color: #000000;
    border: 0;
}

table.accountTable {
    width: 600px; 
    text-align: center;
}

table.accountTable td.right{
    text-align: right;
}

table.accountTable td.left{
    text-align: left;
}

/*
.onlineOrderTitle{
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    line-height: 0.5cm;
}

.onlineOrderDesc{
    font-size: 11px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 0.45cm;
}

.onlineOrderButton{
   width:150px;
    height:25px;
    margin-top:20px;
    margin-left:56px;
    font-size:12px;
    font-weight:bold;
    border:2px solid #6699FF;
    border-right-color:#6699FF;
    border-bottom-color:#6699FF;
    background-color:#6699FF;
    color:white;
}

.onlineOrderText{
    font-size: 12px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 0.5cm;
}

.onlineOrderText a:link {
    font-size: 12px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
}
.onlineOrderText a:visited {
    font-size: 12px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}
.onlineOrderText a:active {
    font-size: 12px; 
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.onlineOrderText a:hover {
    font-size: 12px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.dishmenu{
    font-size: 11px; 
    color: #000066; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    line-height: 1.15;
}

.dishmenu a:link {
    font-size: 11px; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    text-decoration: none;
}
.dishmenu a:visited {
    font-size: 11px; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    text-decoration: none;
}
.dishmenu a:active {
    font-size: 11px; 
    font-weight: bold;
    color: #000066; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    text-decoration: none;
}
.dishmenu a:hover {
    font-size: 11px; 
    font-weight: bold;
    color: #000066;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    text-decoration: none;
}

.dishmenuButton{
    background-color: #FFF380;
    color: #0066CC;
    width: 70px;
    margin: 5px;
}

hr {
    color: #0066CC;
    width: 600px;
    border-bottom: 2px solid;
}

.textInput{
border:1px solid #58805f;
line-height:21px;
text-align:left;
}

.textArearStyle{
border:1px solid #58805f;
text-align:left;
}*/
        
/* footer */

#footer {
  text-align: center;
  background: url(images/divider.gif) repeat-x;
  padding: 5px 20px;
  margin: 0 2em 0;
}
#footer li {
  list-style: none;
  display: inline;
}
#footer a {
  color: #E49E6F;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
