/*
  Reset CSS: http://meyerweb.com/eric/tools/css/reset/
*/
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*End Reset CSS*/

html {
  overflow-y:scroll;
}
body {
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  background: white url(../images/bg.png) repeat scroll 0 0;
  font-family: Georgia, sans-serif;
}
a{
  color: #504416;
  font-weight: bold;
}

#content {
  margin: 0px auto;
  width: 900px;
}
/*    HEADER    */
#header {
  height: 120px;
  background-color: #231f20;
  text-align: left;
  width: 100%;
}
#logo {
  position: absolute;
  background-color: #231f20;
  padding-top: 5px;
}
#logo img{
	border-width: 0px;
	width: 170px;
	height: 114px;
}
#nav_container {
  margin-left: 0px;
  padding: 0px;
  width: 700px;
  background-color: #231f20;
  float: right;
}
#nav_container ul{
  float: left;
  margin: 60px auto 0px auto;
}
#nav_container li {
  list-style: none;
  display: inline;
  padding-left: 50px;
}
#nav_container li a {
  padding: 0px;
  text-decoration: none;
  color: White;
}
#nav_container a:hover {
  color: #bdeafb;
  border-bottom: solid 2px #bdeafb;
}
#nav_container div {
  padding-right: 5px;
  padding-top: 5px;
}
#info {
  font: bold 12px Georgia, sans-serif;
  background-image: url(../images/info.png);
  width: 200px;
  height: 80px;
  float:right;
  position: relative;
  top: 20px;
  left: 15px;
  margin-top: 5px;
  line-height: 1.5;
  color: #222;
  text-align: left;
  padding-left: 10px;
}
#info a:hover{
  color: #504416;
  font-weight: bold;
  border: none;
}
#body {
  background-color: White;
  padding: 10px 0px 0px 0px;
  border: solid 5px #231f20;
  height: 100%;
  min-height: 600px;
}
#home_top{
  width: 860px;
  padding: 0px 10px 10px 10px;
  margin: 0 auto;
}

.notice{
  color: #504416;
  background-color: #e9ddaf;
  border: solid 1px #504416;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*    INTRO    */
#intro{
  float: left;
  width: 345px;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

#intro h1{
  font-size: 30pt;
  font-family: helvetica, sans-serif;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#intro ul{
  text-align: left;
}

#intro li{
  padding: 20px 0px 5px 20px;
}

#jingle{
  font-size: 14pt;
  margin: 0;
  padding: 0;
  width: 90%;
}

#caption{
  color: #504416;
  background-color: #e9ddaf;
  border-top: solid 1px #504416;
  border-bottom: solid 1px #504416;
  padding: 15px;
  margin-bottom: 15px;
}
/*    SLIDER    */
#slider {
  width: 508px;
  height: 340px;
  float: right;
  padding-bottom: 10px;
  position: relative;
}
#slider ul, #slider li, #intro ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#slider, #slider li {
  overflow: hidden;
}
#slider  img{
  border: 0px;
  padding: 0px;
  margin: 0px;
  width: 508px;
  height: 340px;
  position: absolute;
  left: 0;
  top: 0;
}

.hidden_img{
  display: none;
}

#home_bottom{
  clear: both;
  width: 860px;
  padding: 40px 0px 0px 0px;
  margin: 0 auto;
}

#hours{
  float: left;
  font-size: 14pt;
  width: 45%;
}

#hours p{
  margin: 5px 0px 5px 0px;
}

#location{
  float: right;
  font-size: 14pt;
  width: 45%;
}

#location abbr{
  border-bottom: none;
}

.parking{
  padding: 20px 0px 20px 0px;
}

/*    MENU    */
h1.title{
	font-size: 18pt;
}

h2.subtitle{
	font-size: 14pt;
}

h1.title, h2.subtitle, p.desc{
	color: #0088aa;
}

h2.subtitle{
  padding: 20px 0px 10px 0px;
}

p.reminder{
  font-style: italic;
  padding-bottom: 5px;
}

p.desc, p.reminder{
  margin: 0px;
  padding-top: 5px;
} 

table.menu{
	text-align: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0px;
}

td{
  padding: 3px;
}

td.name{
	font-weight: bold;
	padding-top: 12px;
}

td.comment{
	font-style: italic;
	font-weight: normal;
}

td.price{
	font-weight: bold;
	text-align: right;
	width: 20px;
}
/*    BREAKFAST    */
#breakfast{
	text-align: center;
	width: 75%;
  border-bottom: solid 1px #000000;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

#breakfast h1{
  padding: 20px 0px 10px 0px;
}

#breakfast table{
	padding-bottom: 20px;
}

#breakfast_bottom{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

#breakfast_bottom h3{
  padding: 5px;
  text-align: left;
}

#breakfast_sides{
	float: left;
	width: 48%;
}

#breakfast_sides h3{
  color: #0088aa;
  font-size: 12pt;
}

#breakfast_sides ul{
  padding-bottom: 10px;
  text-align: left;
}

#breakfast_beverages{
	float: right;
	font-weight: bold;
	width: 48%;
}

#breakfast_beverages th{
	font-weight: bold;
	text-align: right;
}

#coffee_drinks{
	margin-top: 20px;
	width: 100%;
}

#coffee_drinks td.price{
	font-weight: normal;
}

#coffee_drinks th{
  width: 20px;
}
/*    DINNER    */
#dinner{
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid 1px #000000;
  padding: 5px 5px 20px 5px;
}

#dinner td.label{
  text-align: right;
}

#dinner.div{
  margin: 0px;
  padding: 0px;
  overflow: auto;
}

#dinner_bottom{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#dinner_bottom p{
  padding: 5px 0px 5px 0px;
}

#dinner_sides{
	float: left;
	width: 48%;
}

#dinner_sides p{
	font-weight: bold;
	text-align: left;
}

#dinner_beverages{
	float: right;
	font-weight: bold;
	width: 45%;
}

#dinner_beverages th{
	font-weight: bold;
	text-align: right;
}
/*    CATERING    */
#catering{
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 5px 20px 5px;
}

#catering td.price{
	width: 25%;
}

.info{
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  font-style: italic;
}

ul.option{
  list-style: disc inside none;
  font-style: italic;
}

ul.option li{
  padding: 5px;
}

