.hide {
	display: none;
}

body {
	background: #e9e9e9 url('images/bg.gif') repeat-x top;
	padding: 0;
	margin: 0;
	border: 0;
	height: 100%;
	letter-spacing: 1px;
	font-family: verdana, sans-serif;
	font-size: 10px;
}

body, h2 {
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
}

div#header {
  text-align: right;
}

ul {
  margin: 0;
}

ul#topmenu {
  list-style-type: none;
  margin: 10px;
}

ul#topmenu li {
  display: inline;
  border-left: 1px solid #999;
}

ul#topmenu li a {
  padding: 0 0.5em 0 0.8em;
  color: #999;
}

ul#topmenu li a:hover {
  text-decoration: underline;
}

ul#topmenu li.firstitem {
  border-left: 0;
}

div#logo {
	position: absolute;
	top: 10px;
	left: 18px;
	width: 94px;
	height: 110px;
	z-index: 2;
	background: url('images/logo.gif') 0px 0px no-repeat;
	cursor: pointer;
}

img {
	border: 0;
}

a {
	color: white;
	text-decoration: none;
}

div#content {
	position: absolute;
	left: 50%;
	width: 793px;
	margin-left: -396px;
	border-left: 1px #a9a9a9 solid;
	border-right: 1px #a9a9a9 solid;
	background: #fff;
	height: 100%;
}

div.menu {
	width: 793px;
	text-align: left;
}

ul#menu {
  padding-left: 120px;
  list-style-type: none;
  height: 15px;
}

ul#menu li {
  display: inline;
  border-left: 1px solid #fff;
}

ul#menu li a {
  padding: 0 1.3em 0 1.6em;
  color: #fff;
}

ul#menu li.firstitem {
  border-left: 0;
}

h2.teaserheader, div.menu {
	background-color: #aa0707;
	height: 15px;
	color: #fff;
}

div#footer {
	color: #8f8f8f;
	padding-top: 2px;
	padding-left: 15px;
	background: white;
}

div#footer span {
	padding-left: 20px;
	padding-right: 20px;
}

div#left {
	float: left;
	width: 144px;
	height: 546px;
	background: #8a8a8a url('images/left.jpg') 0px 0px no-repeat;
}

div#right {
	float: right;
	width: 144px;
	height: 546px;
	background: #8a8a8a url('images/right.jpg') 0px 0px no-repeat;
}

div#middle {
	float: left;
	width: 505px;
	height: 546px;
	background: #e6e6e6;
        position: relative;
}

div#text {
	letter-spacing: 0px;
	line-height: 15px;
	padding: 20px;
}

div#text h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0;
}

div#text p {
	border: 0;
	margin: 10px 0;
}

a.link {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

img.link {
	margin-right: 5px;
}

div#bottomline {
	clear: both;
	background-color: #aa0707;
	height: 15px;
}

td.weekday {
	font-weight: bold;
}

td {
  padding-bottom: 2px;
	vertical-align: top;
}


table#contact tr td {
  padding-bottom: 20px;
}

td.error {
	padding-bottom: 0px;
	color: #dd0b0e;
}

dt {
  clear: both;
  float: left;
  padding-right: 10px;
}

dd {
  padding-bottom: 20px;
}

div#pictures {
  background: #fff url('images/bg.gif') 0px 0px repeat;
  width: 505px;
  height: 188px;
  position: absolute;
  bottom: 0;
  left: 0;
}

div#pictures img {
  position: absolute;
  bottom: 0;
}

img#pic1 {
  left: 0;
}

img#pic2 {
  left: 168px;
}

img#pic3 {
  right: 0;
}


/*
 * Lightbox JS
 * see: http://www.huddletogether.com/projects/lightbox/
 */
#overlay { background-image: url('/images/overlay.png'); }

* html #overlay {
  background-color: #000;
  back\ground-color: transparent;
  background-image: url('/images/blank.gif');
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
}

#lightbox{
  background-color:#eee;
  padding: 10px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
}

#lightboxDetails{
  font-size: 0.8em;
  padding-top: 0.4em;
}   
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#opentable_button {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 20px; 
	left: 691px;
}
