@charset "UTF-8";
/* CSS Document */

/* @group Structure*/
#doc2 {
	margin:auto; 
	text-align:left;	
	background: #FFFFCC; 
}
HTML {
	color:  #000;
	background:#FFFFCC ;
	/*background:  #fff url(images/bg2.jpg) repeat left top;**/
}
BODY {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*margin-top: 4em;*/
}
div#hd{
	margin-top: 2.25em;
	padding-top: 0em;
	position:  relative;
	/*border:  1px solid blue;*/
}
div#logo{
	position: absolute;
	top:  -2.5em;
	right: -.5em;
}
div#main{
	margin-right: 2em;
}
/* @end */

/* @group NAV */
a{
	color: #990404;
	text-decoration: none;
}
a:hover, a:active {
	color: #b2724c;
}
#nav {
	border-top:  2px solid #000;
	border-bottom:  2px solid #000;
	width: 95%;
	height: 2em;
	font-size: 123.1%;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#bd{
	min-height: 600px;
	height: 600px;
	margin: 2em;
	/*border:  1px solid red;*/
}

#nav ul {
	/*margin-left: .5em;*/
}

#nav ul li {
	list-style: none;
	float: left;
	margin-left: .75em;
	line-height: 200%;
	letter-spacing: 3px;
}
#nav ul li a {
	color: #000;
	text-decoration: none;
	padding-right: .6em;
}

#nav ul li.last a {
	padding-right: 0;
}
#nav ul li a:hover  {
	color: #b2724c;
}
#nav ul li:after {
	font-size: 131%;
	content: "\0020 \00B7";
	color: #b2724c;
}
#nav ul li.last:after {
	content: "\0020";
	padding-left: .9em;
}

/* @end */

/* @group misc */
.clear{
	clear: both;
}
.chevron{
	font-size: 146.5%;
}
.high-red{
	font-size: 131%;
	color: #990404;
}
/* @end */
/* @group slideshow */
div#slideshow{
	float: left;
	margin-bottom:3.5em;
	margin-left: 0em;
}
/* @end */

/* @group sidebar */
div#sidebar{
}

div#sidebar img.open-table {
	border:  1px solid #b2724c;
}
div#open-table-div {
	margin-top: 25em;
}
div#open-table-div, div#contact-info, #ft{
	text-align: right;
}
div#contact-info{
	margin-top: 3em;
}

/* @end */

/* @group content */

div#content {
	margin-top: 4em;
	padding-right: 1.5em;
    height:auto !important; 
    min-height: 42.31em; 
    height: 42.31em;
    *height: 41.290329em;
	background: transparent url(images/bg-content.gif) repeat-y top right;
}

div#content p {
	line-height: 175%;
	font-size: 100%;
	margin-bottom: 1.5em;
}
div#content img {
	margin: .75em;
}

/* @end */

/* @group footer */
#ft{
    margin-top: 35em;
    font-size: 85%;
}

#ft p.link{
margin-top: .5em;
}
/* @end */

/* @group testimonial */
div.testimonials{
	background: transparent url(images/quote-start.gif) no-repeat top left;
	margin-left: 3em;
	margin-bottom: 3em;
	padding: 1.5em 0 0 0;
	text-align: right;
	font-size: 93%;
}

span.testifier{
	background: transparent url(images/quote-end.gif) no-repeat top right;
	margin-right: -2em;
	padding-top: 2em;
	padding-right: 2em;
	text-align: right;
	font-size: 85%;
}
img.rating{
	margin-top: -3em;
}


/* @end */

/* @group Dinner Menu */
h2 {font-size: 131%; font-style: italic; margin: 2em; font-weight: bold;}
div#dinner-menu{
	text-align: center;
}
#dinner-menu ul li {
	margin-bottom: 1em;
}

#dinner-menu ul li span:before {
	content: "\0020 \FF0D";
}

/* @end */

/* @group wine list */
td.domain{
	text-align: center;
	font-style: italic;
}
td.wine-price {
	text-align: center;
}
em {
	font-style: italic;
}
/* @end */

/* @group reservations */

strong {
	font-weight: bold;
}
ul#hours li {
	margin-bottom: 1em;
}


/* @end */

/* @group home */
#letter h2, #letter h3 {
	font-size: 123.1%;
	line-height: 2.2;
	font-weight: normal;
}

#letter h2.text, #letter h3.test {
	font-size: 190.1%;
	line-height: 1.2;
}

#letter h2 {
	margin-top: -1em;
}

#letter h3 {
	margin-left: 1.5em;
}

#letter h3.test {
	margin-left: 2em;
}


/* @end */
