@charset "utf-8";
/* CSS Document */

/* CSS Reset */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

a {
text-decoration:none;
font-weight: normal;
}

a:hover {
text-decoration:none;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*Text Styles*/
h1
{	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1em;
	color: #691916;
}

h2
{	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: normal;
	line-height: 1.2em;
}

h3
{	
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
}

p
{	
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	color: #666666;
}

a {
text-decoration:none;
font-weight: bold;
}

a:hover {
text-decoration: none;
}

/* Main Styles */
html
{
	overflow: scroll;
}

body
{
	background:#000000 url(Images/bodybkgrnd.jpg) no-repeat scroll center top;
	margin:0;
	padding:0;
}

#container
{
	margin:0 auto;
	padding:0;
	position:relative;
	text-align:left;
	width:960px; 	
}


/* Header Styles */
#header
{
	margin:0 auto;
	padding:0;
	height:130px;
	width: 960px;
	position: relative;
}

#logo
{
	width: auto;
	float:left;
}

#menu
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.4em;
	text-transform: capitalize;
	line-height:100%;
	text-align:right;
	color: #e8d8a0;
	width: auto;
	padding: 30px 0px 20px;
	float: right;
}

#menu ul li
{
	padding-left: 20px;
	text-align: center;
	list-style-type: none;
	display: inline;
}

#menu ul li a
{
	color: #e8d8a0;
	padding-bottom: 4px;
}

#menu ul li a:hover,
#menu ul li a.navon
{
	border-bottom:2px solid #140201;
	color: #FFFFFF;
	font-weight: bold;
}

#emailsignup
{
float:right;
width: 200px;
padding: 10px 20px 0px 0px;
}

#reservations
{
	padding: 10px;
	float: right;
	width: auto;
	color: #e8d8a0;
	background-color: #140201;
	text-align: right;
	border-bottom: #e8d8a0 dashed 1pt;
	border-left: #e8d8a0 dashed 1pt;
	border-right: #e8d8a0 dashed 1pt;
	position: relative;
}

#reservations a
{
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	color: #e8d8a0;
}

#reservations a:hover
{
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	text-decoration: underline;
	letter-spacing: normal;
	color: #e8d8a0;
}

/* MidSection Styles */

#midsection
{
	width: 920px;
	height: 400px;
	background: #FFFFFF;
	padding: 20px;
	margin-bottom: 10px;
}

#leftcolumn
{
	width: 500px;
	height: 300px;
	float:left;
}

#rightcolumn
{
	width:200px;
	float:right;
}

/* Slider Styles */
#s3slider {
   width: 700px; /* important to be same as image width */
   height: 400px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   float: left;
}

#s3sliderContent {
   width: 700px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 14px;
   font-style: italic;
   padding: 10px 10px;
   width: 680px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #e8d8a0;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}    

/* Footer */
#footer 
{
margin:0 auto;
padding:0;
height:auto;
width:960px;
}

#footerleft
{
font-family: Helvetica, Arial, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
letter-spacing: normal;
line-height: 1.6em;
color: #e8d8a0;
width: 40%;
float: left;
}

#footerleft a
{
text-decoration: underline;
letter-spacing: normal;
line-height: 1.6em;
color: #e8d8a0;
padding-bottom: 20px;
}
#footerright,
#footerright a
{
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: none;
letter-spacing: normal;
line-height: 1.3em;
color: #e8d8a0;
width: 60%;
float: right;
text-align: right;
height: auto;
}

#twitterfeed
{
	width: 25%;
	float: right;
	text-align: left;
	line-height: 1.5em;
	display: inline;
}

