/* Basics */
body {
	margin: 0 !important ;
	padding: 0;
	background: #ffffff url(../graphics/background.gif) repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #7f7f7f;
	position:relative;
}
/* Layout */

div#main {
	width: 980px;
	min-height:650px;
	margin:0px auto 0px auto;
	padding:0px;
}

div#topbanner {
	height:25px;
	background-color:#527359;
	color:#ffffff;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	position: relative;
	z-index: 89;
}
div#topbanner h1 {
	padding:0;
	margin:0;
	text-align:right;
	color:#ffffff;
	font-size:10px;
	font-weight:normal;
}

div#header {
	height:122px;
	background: transparent url(../graphics/header.png) no-repeat;
	margin: 0px auto;
	margin-top:-21px;
	padding:0px 0px 7px 15px;
	text-align: left;
}
img#logo {
	margin:0;
	padding:0;
	position: relative;
	z-index: 89;
}

div#navigation {
	margin:0;
	padding:53px 0 0 0px;
	margin-left: 135px;
}

div#sidebar {
	float:left;
	width:163px;
	height:485px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	line-height:16px;
	color:#333333;
}

div#hours {
	width:160px;
	height:245px;
	background-color:#f8f7f2;
	border:1px solid #527359;
	margin-top:12px;
}

div#content {
	min-height:435px;
	margin: 0px 0px 0px 178px;
	padding: 0px 0px 0px 20px;
}
	
div#footer {
	width:100%;
	margin:0px auto;
	padding:5px 0 10px 0;
	text-align: center;
	color:#9f9e9c;
	font-size:10px;
	line-height:normal;
	border-top:1px solid #000000;
}

* html div#content, * html div#sidebar {
	overflow: hidden; /* For IE */
}

/* END Layout */

/* Navigation Styles */

div#navigation ul#mainmenu {
	padding: 0;
	margin: 0;
	list-style: none;
}
div#navigation ul#mainmenu li {
	float: left;
}
div#navigation ul#submenu {
	margin: 0;
}
div#navigation ul#submenu {
	list-style: none;
	margin-left: 130px;
}
div#navigation ul#submenu li {
	display: inline;
	padding-left: 15px;
	background: url(../graphics/bullet.png) no-repeat 4px 5px;
	text-transform: uppercase;
}
div#navigation ul#submenu li.first {
	background: none;
	padding: 0;
}
div#navigation ul#submenu a:link {
	text-decoration: none;
	font-weight: bold;
}
div#navigation ul#submenu a:visited {
	text-decoration: none;
	font-weight: bold;
}
div#navigation ul#submenu a:hover {
	text-decoration: underline;
	font-weight: bold;
}
div#navigation ul#submenu a:active {
	text-decoration: none;
	font-weight: bold;
}
div#navigation ul#submenu a.current:link {
	text-decoration: underline;
	font-weight: bold;
}
div#navigation ul#submenu a.current:visited {
	text-decoration: underline;
	font-weight: bold;
}
div#navigation ul#submenu a.current:hover {
	text-decoration: underline;
	font-weight: bold;
}
div#navigation ul#submenu a.current:active {
	text-decoration: underline;
	font-weight: bold;
}
	
/* Images */

div#navigation img {
	padding:0;
	margin:0;
}

div#sidebar img {
	margin:0px 0 0 -7px;
}

/* Basics and Typography */
p, .p {

}
p.top {
	margin-top: 0;
}

div#hours p {
	font-size:11px;
	line-height:1.2em;
	padding:0 0 0px 10px;
	margin:0;
}

div#hours h4 {
	padding:10px 0 0 10px;
}

ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}

h1 {
	font-size:19px;
	color:#666666;
	text-align:center;
	font-weight:bold;
}

h3 {
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

h4 {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

h5 {
	font-size:1em;
	color:#7f7f7f;
	font-weight:normal;
	text-align:center;
}

a, a:visited, a:active, a.anchor, a.anchor:hover {
	text-decoration: underline;
	color:#7f7f7f;
}
a:hover {
	color:#527359;
}

div#footer, div#footer p, div#footer a {
	font-size:10px;
	color:#9f9e9c;
}
/* */

input, select {
	padding: 2px;
	margin: 0px;
	border: 1px solid #C1C0B5;
	color: #333;
	font-size: 12px;
	text-align:left;
	vertical-align:middle;
}
textarea {
	padding: 1px;
	margin: 1px;
	border: 1px solid #C1C0B5;
	background-color:#eeeeee;
	color: #333;
	font-size: 11px;
}
td, tr, table {
	text-align:left;
	padding:0;
	font-size: 1em;
	line-height: 1.5em;
}
td {
	padding-right: 5px;
}

img {
	padding:0;
	margin:0;
	border:0;
}

.greenback {
	background-color:#527359;
	color:#ffffff;
	text-align:center;
	padding:5px;
}

h3.greenback {
	font-size:12px;
}

/* Unique Page Layout Styles */
div#home {
	padding: 0px 0px 0px 30px;
	position: relative;
}
div#announcement {
	top: 475px;
	left: 20px;
	position: absolute;
	z-index: 89;
	text-align: center;
	width: 651px;
}
div#menupage {
	width:525px;
	/*width: 675px;*/
	margin:70px 0 0 55px;
	padding: 0px 0px 0px 80px;
	/*margin: 70px 0 0 55px;
	padding: 0;*/
	text-align:left;
}
div.has-announcement {
	margin-top: 20px !important;
}
div#menupage .announcement {
	height: 50px;
	padding-right: 65px;
	text-align: center;
}
div#menupage a:hover {
	color:#FF00FF;
}
div#menus {
	display:block;
	padding-left:15px;
}
div#lunchmenu {
	float:left;
	text-align:center;
	padding-bottom:20px;
	margin:0;
}
div#dinnermenu {
	float:left;
	text-align:center;
	padding-bottom:20px;
	margin:0;
}
div#brunchmenu {
	float:left;
	text-align:center;
	padding-bottom:20px;
	margin:0;
}
div#footnote {
	float:left;
	width:100%;
	padding-left:20px;
	font-size:10px;
	text-align:left;
}
.littlelink {
	font-size:10px;
	text-decoration:underline;
	color:#7f7f7f;
}

div#wwd {
	width:500px;
	background-color:#cad2cb;
	margin:25px 0 0 80px;
	padding:30px;
}

div#winelist {
	display:block;
	margin-left:185px;
}

div#privateevents {
	width:485px;
	padding: 0px 0px 0px 70px;
}

div#contact {
	padding: 100px 0 0 70px;
}
.graybox {
	background: #cad2cb;
	padding: 15px 30px 15px 40px;
}
.heading {
	margin-bottom: 20px;
}
#contactmap {
	float: right;
}

/*********/

div#chefpage {
	width:425px;
	margin-top:30px;
}
div#chef-scroll {
	margin-left:175px;
	height:400px;
	width:100%;
	overflow:hidden;/**/
}
div#scrollbtns {
	width:650px;
	text-align: right;
}
div#scrollbtns img {
	padding-top: 5px;
	cursor: pointer;
}

img.chef {
	padding:0 15px 0 65px;
}

/*********/

div#recipeframe {
	text-align:left;
	margin:40px 0 0 190px;
}

div#recipe {
	text-align:center;
	width:360px;
}

/*********/

div#about {
	width:550px;
	padding: 105px 0px 0px 45px;
}

img.about {
	padding:0 10px 0 15px;
	vertical-align:middle;
}

/*********/

div#reservations {
	width:500px;
	margin:95px 0 0 80px;
}
div#search {
	width:500px;
	margin-top:10px;
	background-color:#cad2cb;
	padding:25px;
}

table#reservationstable {
	width:90%;
	padding-left:50px;
	border:0;
}

/** BEGIN OPENTABLE OVERRRIDE **/
#OT_searchWrapperAll {
	height: 140px;
}
#OT_searchWrapperAll,
#OT_searchWrapper {
	background: #cad2cb;
}

#OT_searchWrapper .OT_feedTitle {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin: 0;
}
#OT_partySize, #OT_partySizeLbl {

}
#OT_date, #OT_dateLbl {

}
#OT_time {
}
#OT_timeLbl {

}
#OT_submitWrap {

}
#OT_logoLink {
	background: #cad2cb;
}
#OT_logo {
	background: #cad2cb;
}
/** END OPENTABLE OVERRIDE **/
input {
	border:0;
}
.title {
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

.alignleft {
	text-align:left;
}

.bold {
	font-weight:bold;
}

.leftindent {
	padding-left:80px;
}

.floatleft {
	float:left;
}

.hidden {
	display:none;
}


/* STYLES FOR CROSSFADER */

div.cf_wrapper
{
	position: relative;
}

div.cf_element
{
	width: 651px;
	height: 480px;
}

div.cf_element div.cf_content
{
	padding: 0px;
}

div.cf_element div.cf_content h3
{
	padding-top: 0;
	margin-top: 0;
}