/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks ("") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
ul, ol, dl {position: relative; } 

body {
   font: 76%/1.6 Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	background: #fff url(images/body_bg.jpg) no-repeat left 440px;
	text-align: center;
}
#headerwrap {
	background: url(images/header_bg_rt.jpg) repeat-x;
   width: 100%;
	min-width: 980px;
	height: 345px;
	position: relative;
}
#wrapper {
   width: 980px;
   margin: 0 auto;
   text-align: left;
	position: relative;
	z-index: 99;
}
#header_left {
	position: absolute;
	height: 345px;
	width: 40%;
	left: 0;
	background: url(images/header_bg_left.jpg) repeat-x;
	z-index: 0;
}
#header_img {
	float: left;
	margin:0;
	padding:0;
}
#logo {
	float: right;
	padding: 50px 0 0 0;
	width: 270px;
	text-align: right;
	background: url(images/header_bg_rt.jpg) repeat-x;
	position: relative;
	z-index: 0;
}
#logo img {
	margin-right: 50px;
}
#logo blockquote p {
	font-family: Palatino, Georgia, 'Times New Roman', serif;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	width: 220px;
	margin: 55px 0 0 0;
}

/* main navigation bar */
#navwrap {
	margin: 0;
	padding: 0;
	width: 700px;
	height: 40px;
	position: relative;
	z-index: 500;
	}
ul#nav {
	padding: 0;
	list-style: none;
	z-index: 500;
	}
#nav li {
	display: block; 
	float: left;
	font-weight: bold;
	}
li#nav-home, li#nav-contact, li#nav-about, li#nav-services {
	background: none;
}
li#nav-home {
	margin-right: 15px;
}
li#nav-menus, li#nav-about, li#nav-drinks {
	background: url(images/arrow-down.gif) 90% 55% no-repeat;	
}
#nav li a {
	display: block;
	color: #e7e9e4;
	text-decoration: none;
	padding: 6px 42px 3px 25px;
	border-bottom: 0;
	}
#nav li a:hover {
	color: #fff;
	background: #000;
}
li#nav-home a {
	border-left: 0;	
	padding-right: 22px;
	background: none;
	}
li#nav-home a.current, li#nav-about a.current, li#nav-menus a.current, li#nav-contact a.current, li#nav-drinks a.current {
	color: #868995;
	cursor: default;
	background: none;
}
li#nav-home a.current:hover, li#nav-about a.current:hover, li#nav-contact a.current:hover, li#nav-drinks a.current:hover {
	background: #000;
}
li#nav-contact {
	border-right: 0;	
	}	

/*
SON OF SUCKERFISH DROPDOWNS
See http://www.htmldog.com/articles/suckerfish/dropdowns/
--------------------- */

/* 2nd and 3rd level menus */
#nav ul {
	position: absolute;
	z-index: 99;
	left: -999em;
	margin: 0px 0 0 -1px;
	padding: 0;
	width: 15em;
	w\idth: 13.9em;
	height: auto;
	border: solid #c9cdd1;
	border-width: 1px 1px 0;
	background: #fff;
	z-index: 200;
}
#nav ul li.active a.current, #nav ul li.active a.currentsub {
	color: #c6b7aa;
	background: #fff;
}
/* 3rd level menus only */
#nav ul ul {
	margin: -1.3em 0 0 12em;
}

/* 2nd and 3rd level menus */
#nav li li {
	padding: 2px 1em 2px 0;
	width: 13em;
	border-bottom: 1px solid #c9cdd1;
	z-index: 200;
	line-height: 1.4em;
}

/* 2nd and 3rd level menus */
#nav ul a {
	width: 13em;
	w\idth: 9em;
}
#nav li li a {
	color: #646772;
}
#nav li li a:hover {
	color: #8b0000;
	background: #fff;
	padding: 6px 34px 3px 25px;
	border-right: 1px solid #c9cdd1;
}
#nav li li a.current {
	color: #e0e2dc;
}
#nav li li a.current:hover {
   background: #fff;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #fff;
	color: #fff;
	z-index: 200;
}

/* 2nd and 3rd level menus */
#nav ul li:hover, #nav ul ul li:hover, #nav ul li.sfhover, #nav ul ul li.sfhover {
	background: #fff;
}

/* 2nd and 3rd level menus */
#nav ul li a, #nav ul ul li a {
	background: none;
	}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
a:link, a:visited {
	color: #8b0000;
	text-decoration: none;
	border-bottom: 1px dotted #9a5c5c;
}
a:hover {
	color: #004d9f;
	text-decoration: underline;
	border-bottom: none;
}
h1 {
	color: #8b0000;
	font-size: 2em;
	padding-bottom: 20px;
	letter-spacing: 0.04em;
	font-style: italic;
	font-family: Palatino, Georgia, "Times New Roman";
	font-weight: normal;
	line-height: 1.3em;
}
h2 {
	font-size: 1.2em;
	color: #8b0000;
	font-weight: bold;
	padding: 7px 0 5px 0;
}
h3 {
	font-size: 1.8em;
	font-family: Palatino, Georgia, "Times New Roman";
	font-style: italic;
	padding: 10px 0;
	font-weight: normal;
}
h3.menu {
	margin-top: 20px;
}
h5 {
	font-style: italic;
	font-weight: normal;
	padding-bottom: 7px;
}
p {
	padding-bottom: 20px;
}
p.menu {
	text-align: center;
	padding-right: 20px;
}
p.print {
	padding-right: 50px;
}
p.topnav {
	padding: 10px 0 30px 0;
}
p.topnav a {
	margin: 20px 10px;
}
p span.name {
	font-size: 1.2em;
	letter-spacing: 0.03em;
	font-weight: bold;
	font-style: italic;
	padding-right: 3px; 
}
table.menu, table.menu2 {
	line-height: 1.4em;
	margin-bottom: 30px;
}
table.menu tr td, table.menu2 tr td {
	padding: 10px 0;
	border-bottom: 1px solid #f1eeeb;
	font-weight: bold;
}
table.menu tr td.group, table.menu2 tr td.group {
	border-bottom: none;
	padding: 5px 0;
}
table tr td span.footnote {
	font-weight: normal;
	font-style: italic;
}
table.menu th, table.menu2 th {
	font-style: italic;
}
table.menu th.item {
	width: 400px;
}
table.menu th.price {
	text-align: right;
	width: 100px;
}
table.menu2 th.entree, table.menu2 th.main {
	text-align: right;
	width: 90px;
}
table.menu2 td.entree, table.menu2 td.main {
   text-align: right;
}

td.price {
	text-align: right;
}
table.extras {
	margin-bottom: 20px;
}
table.extras tr td {
	font-weight: bold;
}
table.extras tr td.price {
	padding: 0 50px 0 20px;
}
dl.feature, dl.featurefirst {
	margin: 0 0 20px 0;
	padding: 0 10px 20px 0;
	line-height: 1.3em;
	border-bottom: 1px dotted #7d99b7;
}
dl.featurefirst {
	margin-top: 10px;
} 
dl.feature dt a:link, dl.featurefirst dt a:link {
	font-size: 1.2em;
	font-weight: bold;
}
dl.feature dt img, dl.featurefirst dt img {
   float: left;
	margin: -2px 25px 0 0;
	padding: 3px;
}
dl.feature dd, dl.featurefirst dd {
	margin: 10px 20px 10px 100px;
	font-size: 1em;
}

#contentwrap {
	background: url(images/content_bg.jpg) repeat-x;
	width: 100%;
	padding-top: 20px;
}
#content {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-color: transparent;
	position: relative;
}
#content blockquote p {
	font-size: 1.4em;
	font-style: italic;
	letter-spacing: 0.05em;	
	text-align: right;
	padding-bottom: 7px;
}
#content blockquote h5 {
	font-weight: normal;
	font-style: italic;
	text-align: right;
	font-size: 1em;
}
#main {
	width: 550px;
	float: left;
	background-color: transparent;
	margin: 20px 0 50px 20px;
	line-height: 1.7em;
}
.map iframe {
	padding: 3px;
	border: 1px solid #d6cbc2;
}
.more {
	border-top: 1px dotted #d6cbc2;
	padding: 10px 10px 0 10px;
	margin: 20px 10px 20px 0;
}
#menu_bg {
	width: 400px;
	height: 470px;
	position: absolute;
	right: 0;
	bottom: 150px;
	background: url(images/body_bg.jpg) no-repeat;
}
#sub {
	width: 300px;
	float: right;
	margin: 0 0 200px 0;
	text-align: right;
	z-index: 900;
}
#feature_img {
	background: url(images/feature_img_bg.jpg) no-repeat;
	position: relative;
	margin: -95px 0 20px 0;
	width: 260px;
	height: 187px;
	z-index: 1200;
}
#feature_img img {
	padding: 5px 9px 0 0;
	z-index: 1500;
}
#sub img.specials {
	margin: 150px 50px 140px 0;
	padding: 5px;
	border: 1px solid #f1eeeb;
}
#sub blockquote {
	font-family: Palatino, Georgia, "Times New Roman";
	padding: 15px 40px 25px 0;
	margin: 0 auto;
	width: 250px;
}
#sub blockquote h5 {
	line-height: 1.3em;
}
.subnav {
	float: right;
	margin: 20px 50px 20px 0;
	width: 200px;
	padding: 10px 0;
	border-top: 1px solid #f1eeeb;
	border-bottom: 1px solid #f1eeeb;
}

.subnav ul li{
	line-height: 1.4em;
}
ul.item_list {
	margin-top: 0;
	padding-top:0;
	list-style: none;
}
ul.item_list li {
	display: inline;
}
ul.item_list li a:link, ul.item_list li a:visited {
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: normal;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 0 18px;
	border-bottom: 0;
	vertical-align: bottom;
	background: url(images/list_bg.gif) no-repeat left 3px;
}
ul.item_list li a#current:link, ul.item_list li a#current:visited {
   background: url(images/list_bg_gold.gif) no-repeat left 7px;
   color: #a9a9a9;
}
ul.item_list li a#current:hover {
	color: #a9a9a9;
	text-decoration: none;
	cursor: default;
   background: url(images/list_bg_gold.gif) no-repeat left 9px;
}
#sub .privacy {
	width: 250px;
	display: block;
	margin-top: 150px;
}
#sub .privacy h4, #sub .privacy p {
	padding-bottom: 10px;
   color: #748268;
}
#sub .privacy p {
	padding-bottom: 5px;
}
.captiontext {
	padding: 10px 50px 25px 0;
}
h5.captiontext {
	padding: 10px 50px 10px 0;
}
#footerwrap {
	width: 100%;
	background: #c6b7aa;
	text-align: left;
}
#footer {
	width: 980px;
	padding: 0 0 15px 0;
	margin: 0 auto;
	position: relative;
	background: #c6b7aa;
}
#footer img.footer_img {
	position: relative;
	margin: -250px 20px 5px 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #f1eeeb;
}
.footer_left {
	float: left;
	width: 550px;
	margin: 20px 10px 0 18px;
	display: block;
}
.footer_left a:hover {
	text-decoration: underline;
}
.footer_right {
	float: right;
	width: 350px;
	text-align: right;
	margin: 70px 20px 0 0;
	position: relative;
}
#footer p {
	padding-bottom: 7px;
}
#footer .footer_left p {
	padding-bottom: 15px;
}
p.copyright {
	font-size: 1em;
	font-style: italic;
	padding: 20px 20px 0 0;
}
p.design {
	color: #646772;
	padding-right: 20px;
	font-size:0.9em;
}
p.design a {
	text-decoration: none;
	color: #646772;
	font-size: 1em;
	font-weight: normal;
}
p.design a:hover {
	text-decoration: underline;
	color: #004d9f;
}
.large {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
}
.indent {
	padding-left: 25px;
}
.nudge {
	padding-left: 5px;
}

/* form styling */
#main form {
	border: 1px solid #d6cbc2;
	width: 450px;
}
fieldset {
	margin: 5px 10px;
	padding: 5px;
	border: 1px solid #f1eeeb;
}
fieldset p {
	padding-left: 5px;
	font-size: 1em;
}
fieldset legend {
	font-size: 1em;
	color: #8b0000;
}
label {
	display: block;
	font-style: italic;
}
input.text {
	display: inline;
	width: 93%;
}
input:focus, textarea:focus {
	background: #e7e9e4;
}
.submitarea {
	margin: 0 0 10px 25px;
	padding-bottom: 10px;
}
form #block p {
	visibility: hidden;
	display: none;
}
.warning {
	font-weight: bold;
	color: #ec1500;
}
h3 span.warning {
	padding-bottom: 20px;
}

/* Floats */

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
/* highslide styling */
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
   display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
   text-decoration: none;
	padding: 2px;
	border: 1px solid black;
   background-color: white;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: #c9cdd1;
    text-decoration: none;
	font-size: 10px;
	display: none;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: #5a6571;
	 display: none;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 420px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul {
	margin-bottom: 5px;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: #646772;
	font-size: 0.9em;
	text-transform: uppercase;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
   text-align: left;
	padding: 10px;
}
.highslide-body {
	line-height: 1.5em;
}
.highslide-body h1 {
	font-size: 1.4em;
	color: #8b0000;
}
.highslide-body p {
	padding-bottom: 10px;
}
.highslide-body strong {
	font-weight: bold;
}
.highslide-body em {
	font-style: italic;
}
.highslide-body img {
	float: right;
	margin: 0 0 10px 20px;
	padding: 3px;
	border: 1px solid #f1eeeb;
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

