ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family:Times New Roman, Times, serif;
  font-size: 14px;
  background-color: #fff;
}

body
{

}

#content h2 { 
  text-align: center;
  font-size: 16px;
  color: #ee5f40;
 }

#sidebar {
  width: 100px;
  position: absolute;
}

#sidebar h1 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}

#sidebar p {
  color: #ee5f40;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 8px;
  text-align: left;
}

#sidebar h2 {
  color: #ee5f40;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;

  text-align: left;
  text-transform: uppercase;
}

#sidebar .sidemenu br { 
  display: none;
 }

#sidebar a { 
  font-size: 12px;
  display: block;
  color: #ee5f40;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  font-weight: bold;
}

#sidebar a:hover { 
  background-color: #fae7d3;  
}

#home-link {
  margin-left: 36.5px;
  margin-right: 36.5px;
  margin-top: 10px;
}

#content {
  margin-left: 100px;
  background-color: #fff;
  padding-left: 25px;
  padding-bottom: 100px;
}

#content-wrapper {
  background-image: url(/images/ducks.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #f4c99c;
  width: 800px;
}



#content h4 {
  height: 30px;
  text-align: center;
  font-weight: bold;
  color: #ee5f40;
  background-color: #fae7d3;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 29px;
}

#content h5 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

#content h3 {
  height: 30px;
  text-align: left;
  text-indent: 25px;
  font-weight: bold;
  color: #ee5f40;
  background-color: #fae7d3;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 29px;
}


#header h1 span {
  display: none;
}

#header {
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}

.spacer {
  height: 7px;
  width: 6px;
  padding-right: 21px;
  margin-right: 15px;
  background-image: url(/images/block.gif);
  background-repeat: no-repeat;
  background-position: right;
}

.button {
  width: 149px;
  height: 31px;
  background-image: url(/images/button.jpg);
  display: block;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  float: left;
}

.float-reset {
  clear: both;
}

p {
  text-align: center;
}

em {
  font-style: normal;
  color: #ee5f40;
}

hr {
  border: 0px;
  border-top: 2px solid #fae7d3;
}

#news {
  font-size: 16px;
  font-weight: normal;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#news a {
  font-size: 18px;
}

#map {
  text-align: center;
}

.submenu {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;

}

.submenu .button {
  margin-left: 21px;
  margin-right: 21px;
  
}

#main-menu {
  border: 2px solid #fae7d3;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
 }

#main-menu.two-col { 
  width: 400px;
 }

#main-menu.three-col { 
  width: 540px;
 }

#main-menu h2 { 
  background-color: #fae7d3;
  color: #ee5f40;
  text-transform: uppercase;
 }

#main-menu ul { 
  list-style: none;
  padding: 0;
 }

#main-menu.two-col ul { 
  width: 199px;

 }

#main-menu.three-col ul { 
  width: 179px;
 }


#main-menu ul li { 
  height: 25px;
  line-height: 25px;
  text-indent: 10px;
  margin: 0;
  padding: 0;
}

#main-menu a { 
  font-weight: bold;
  font-size: 14px;
  height: 100%;
  padding: 0;
  margin: 0;

  display: block;
  color: #ee5f40;
  text-decoration: none;
 }

#main-menu a:hover { 
  color: #ee5f40;
  background-color: #fae7d3;
}

#main-menu .first-list { 
  float: left;
  border-right: 1px solid #fae7d3;
 }

#main-menu .second-list { 
  float: left;
 }

#main-menu.two-col .second-list { 
  width: 200px;
}

#main-menu.three-col .second-list { 
  width: 180px;
}


.menu-table { 
  width: 100%;
  border-collapse: collapse;
}

.menu-table tr { 

}

.menu-table td.price { 
  width: 50px;
 }

.menu-table td.prefix { 
  width: 25px;
}

.menu-table td { 
  font-weight: bold;
  font-size: 16px;

 }

.menu-table td.name { 
  background-image: url(/images/dot.png);  
  background-repeat: repeat-x;
  background-position: 0px 10px;
}

.menu-table td.spice { 
  width: 30px;
  height: 16px;
}

.menu-table td.name span { 
  padding-right: 2px;
  background-image: url(/images/clear.png);  
}

.menu-table td.has-sublist { 
  background-image: none !important;  
}

.menu-table tr.subitems td.name span { 
   padding-left: 15px;
 }

.menu-table tr.last td { 
  padding-bottom: 10px;
}

.menu-table tr.description td { 
  padding-bottom: 10px;

}

.menu-table td.description { 
  font-weight: normal;

 }

.list-menu { 
  width: 100%;
  list-style: none;
  margin-top: 15px;
 }

.list-menu li { 
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

a.back { 
  color: #777;
  font-weight: bold; 
  text-transform: lowercase;
  background-image: url(/images/back.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 10px;
  font-size: 14px;
 }

.subtable  { 
  margin-bottom: 15px;
}

.subtable td { 
  font-weight: normal;
  width: 300px;
  height: 10px;
  padding: 0 !important;
  margin: 0 !important;
 }

#coupon-container { 
  position: absolute;
  top: 80px;
  left: 350px;
  background-color: #f4c99c;
  border: 1px dashed #000;
  width: 315px;
  z-index: 10;
}

#coupon { 
  padding: 15px;
}

#coupon img, #coupon #address { 
  display: block;
  float: left;
  font-size: 12px;
}


#coupon #address { 
  text-align: center;
}

#coupon-footer { 
  background-color: #de4c1b;

  padding: 3px;
}



#coupon-container a, #coupon-link a { 
  text-align: center;
  display: block;
  padding: 1px;
  border: 1px solid #000;
  color: #000;
  font-size: 10px;
  margin-left: auto;
  margin-right: auto;
}

#coupon-footer a { 
  width: 120px;
 }

#coupon-header  { 
  text-align: right !important;

}

#coupon-header a {   
  width: 20px;
  margin-left: 250px;
  margin-top: -10px;
  text-align: right !important;
 }

#coupon-link { 
  
  position: absolute;
  left: 620px;
  top: 85px;
 }