/* ----------------- 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #272727 url('../images/main/bg.png') top left repeat;
	font: 63% helvetica, arial, verdana, sans-serif;
}
ol, ul {
	list-style: none;
}

ul, ol, dl {
	position: relative;  
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

/* ----------------- Main Structure ----------------- */

.contentwrap {
	display: block;
	position: relative;
	width: 931px;
	margin: 0 auto 30px auto;
	background: transparent url('../images/main/pagebg.png') top left repeat-y;
}

#mast {
	display: block;
	position: relative;
	width: 901px;
}

#content {
	border-top: 1px solid #fff;
	width: 901px;
	display: block;
	position: relative;
	margin: 0 auto;
}

#footer {	
	border-top: 1px solid #fff;
	margin: 0 auto;
	width: 911px;
	display: block;
	position: relative;
}

.corners {
	height: 12px;
	width: 931px;
	display: block;
	position: relative;
	background: transparent url('../images/main/footer.png') bottom left no-repeat;
}

/* ----------------- Links ----------------- */

a:link, a:visited, a:hover {
	color: #c0bfbe;
}

a.largemap {
	font-weight: bold;
	display: block;
	position: relative;
	margin: 10px 0;
}

a:visited {

}

a:hover {
color: #64C6D7;
}

/* ----------------- Mast ----------------- */

#mast h1 a {
	text-indent: -9999px;
	display: block;
	position: relative;
	background: url('../images/headlines/index.png') no-repeat scroll top left;
	width: 327px;
	height: 41px;
	float: left;
	margin: 20px 0 0 25px;
}

#mast .switchimg  {
	padding: 0;
	margin: 7px 0 15px 8px;
	float: right;
	display: block;
	width: 215px;
	height: 68px;
	position: relative;
	background: transparent url('../images/topphoto/1.jpg') top left no-repeat;
	background-image: url('../images/topphoto/1.jpg');
}
#mast h2 {	
	text-indent: -9999px;
	display: block;
	position: relative;
	float: right;
	background: url('../images/headlines/description.png') top left no-repeat;
	width: 211px;
	height: 68px;
	padding: 0;
	margin: 7px -5px 15px 8px;
}

/* ----------------- Navigation ----------------- */

#mast ul {
	border-bottom: 1px solid #fff;
	display: block;
	position: relative;
	list-style: none;
	height: 77px;
	width: 903px;
	padding: 0;
	margin: 0 auto 0 15px;
	border-top: 5px solid #4a4a4a;
	}

#mast ul li {
	float: left;
	width: 142px;
	height: 67px;
	padding-right: 10px;
}

#mast ul li, #mast ul li a, #mast ul li a:link {
	text-indent: -9999px;
	text-decoration: none;
	position: relative;
	width: 142px;
	height: 67px;
	display: block;
	background: transparent;
	}
	
#mast ul li.menu a:link, #mast ul li.menu a:hover, #mast ul li.menu a:visited {
	background: transparent url(../images/nav/menu.png) top left no-repeat;
}

#mast ul li.catering a:link, #mast ul li.catering a:hover, #mast ul li.catering a:visited {
	background: transparent url(../images/nav/catering.png) top left no-repeat;
}

#mast ul li.dining a:link, #mast ul li.dining a:hover, #mast ul li.dining a:visited {
	background: transparent url(../images/nav/dining.png) top left no-repeat;
}

#mast ul li.about a:link, #mast ul li.about a:hover, #mast ul li.about a:visited {
	background: transparent url(../images/nav/about.png) top left no-repeat;
}

#mast ul li.location a:link, #mast ul li.location a:hover, #mast ul li.location a:visited {
	background: transparent url(../images/nav/location.png) top left no-repeat;
}

#mast ul li.contact a:link, #mast ul li.contact a:hover, #mast ul li.contact a:visited {
	background: transparent url(../images/nav/contact.png) top left no-repeat;
	padding-right: 0;
}

#mast ul li.contact {
	padding-right: 0 !important;
	margin-right: -20px;
}




/* ----------------- Content ----------------- */

.leftcol {
	float: left;
	width: 210px;
	display: block;
	position: relative;
}

.rightcol {
	float: right;
	width: 680px;
	min-height: 400px;
	display: block;
	position: relative;
	border-left: 1px solid #fff;
}

#content h3 {
	
}

#content .textwrap {
	color: #c0bfbe;
	padding: 15px;
}


/* ----------------- Footer ----------------- */

#footer .leftcol {
}

#footer .rightcol {
	float: right;
	width: 685px;
	min-height: 50px !important;
	display: block;
	position: relative;
	border-left: 1px solid #fff;
}

#footer h4 {
	text-indent: -9999px;
	display: block;
	position: relative;
	background: url('../images/headlines/owners.png') top right no-repeat;
	width: 163px;
	height: 15px;
	float: right;
	margin: 15px 10px;
}

#footer ul {
	padding: 10px;
}

#footer li {
	color: #9D9D9D;
	text-align: right;
	width: 33%;
	float: left;
	font-size: 1.3em;
}

#footer li.one {
	
}

#footer li.two {	
	font-size: 1.5em;
	font-weight: bold;
}

#footer li.three {	
	font-size: 1.1em;
}

/* ----------------- Pages ----------------- */

.contactpage table {
font-weight: bold;	
font-size: 1.3em;
margin-left: 20px;
font-family: helvetica, arial, verdana, sans-serif;
}

.contactpage td {
padding: 10px;
}

.contactpage table input {
width: 350px;
padding: 3px;
background: #CAC5BE;
color: #24666B;
font-size: 1em;
border: 1px solid #7A818D;
}

.contactpage table input.submit {
width: 100px;
font-weight: bold;
background: #24666B;
color: #CAC5BE;
text-transform: normal;
}

.contactpage table input.submit:hover {
width: 100px;
font-weight: bold;
background: #24666B;
color: #fff;
text-transform: normal;
}

.contactpage textarea {
font-family: helvetica, arial, verdana, sans-serif;
height: 100px;
font-size: 1.1em;
width: 350px;
padding: 3px;
color: #24666B;
background: #CAC5BE;
border: 1px solid #7A818D;
}

/* Fine Dining */

.textmenu {
	display: block;
	position: relative;
	padding: 10px;
	background:#202020;
	border: 1px solid #363636;
	width: 80%;
	margin: 0 auto;
}

.textmenu h5 {
	text-align: center;
	margin-top: 10px;
	font-size: 2em;
	margin-bottom: 1em;
}

.textmenu h6 {
	margin-top: 20px;
	font-size: 1.5em;
	margin-bottom: .2em;
}

p.price {
	text-align: center;
	text-transform: uppercase;
}


table.cateringmenu {
font-size: 1.em;
font-family: helvetica, arial, verdana, sans-serif;
border: 1px solid #393939;
margin: 10px;
background: #121212;
}

.cateringmenu td {
padding: 10px;
border-bottom: 1px solid #393939;
}

.cateringmenu p {
	margin-bottom: 0;
}


/* ----------------- Headlines ----------------- */

h2 {

}

h3 {
	text-indent: -9999px;
	display: block;
	position: relative;
	background: transparent;
	float: right;
	margin: 15px;
}

h5 {
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.4em;
	margin: 2em 0 .5em 0;
}

#menu #mast h1 a {	
	background: url('../images/headlines/indexmenu.png') no-repeat scroll top left;	
}

#catering #mast h1 a {	
	background: url('../images/headlines/indexcatering.png') no-repeat scroll top left;	
}

#dining #mast h1 a {	
	background: url('../images/headlines/indexdining.png') no-repeat scroll top left;	
}

#about #mast h1 a {	
	background: url('../images/headlines/indexabout.png') no-repeat scroll top left;	
}

#location #mast h1 a {	
	background: url('../images/headlines/indexlocation.png') no-repeat scroll top left;	
}

#contact #mast h1 a {	
	background: url('../images/headlines/indexcontact.png') no-repeat scroll top left;	
}


#index h3 { 
	background: url('../images/headlines/welcome.png') top right no-repeat;
	width: 76px;
	height: 17px;
}

#menu h3 {
	background: url('../images/headlines/menu.png') no-repeat scroll top left;
	width: 43px;
	height: 21px;
}

#catering h3 {
	background: url('../images/headlines/catering.png') no-repeat scroll top left;
	width: 69px;
	height: 21px;
}

#dining h3 {
	background: url('../images/headlines/dining.png') no-repeat scroll top left;
	width: 89px;
	height: 21px;
}

#about h3 {
	background: url('../images/headlines/about.png') no-repeat scroll top left;
	width: 76px;
	height: 17px;
}

#location h3 {
	background: url('../images/headlines/location.png') no-repeat scroll top left;
	width: 70px;
	height: 17px;
}

#contact h3 {
	background: url('../images/headlines/contact.png') no-repeat scroll top left;
	width: 91px;
	height: 17px;
}

#contact h3.thankyou {
	background: url('../images/headlines/thankyou.png') no-repeat scroll top left !important;
	width: 91px;
	height: 17px;
}

#contact h3.pagenotfound {
	background: url('../images/headlines/pagenotfound.png') no-repeat scroll top left !important;
	width: 131px;
	height: 21px;
}

#menu #footer h4 {
	background: url('../images/headlines/menuowners.png') top right no-repeat;
}

#catering #footer h4 {
	background: url('../images/headlines/cateringowners.png') top right no-repeat;
}

#dining #footer h4 {
	background: url('../images/headlines/diningowners.png') top right no-repeat;
}

#about #footer h4 {
	background: url('../images/headlines/aboutowners.png') top right no-repeat;
}

#location #footer h4 {
	background: url('../images/headlines/locationowners.png') top right no-repeat;
}

#contact #footer h4 {
	background: url('../images/headlines/contactowners.png') top right no-repeat;
}


/* ----------------- Typography ----------------- */

p, li, dd, blockquote {
font-size: 1.3em;
margin-bottom: 1.4em;
line-height: 1.4em;
}

blockquote {
	margin: 0 25px;
}

.textwrap ul.interior {
	list-style: disc;
	margin: 10px 30px 40px 30px;
}

.interior li {
	margin: .5em 0;
}


.calloutbox {
	border: 1px solid #8A8A8A;
	background: #222222;
	display: block;
	position: relative;
	margin: 20px 0;
	float: right;
	padding: 10px;
	width: 287px;
}

.calloutbox h4 {
	color: #fff;
	font-size: 15px;
	margin-bottom: 15px;
}

.calloutbox p {
	color: #8A8A8A;
}
/* ----------------- Images ----------------- */

img.borderfloat {
	border: 3px solid #fff;
	float: right;
	margin: 0 0 10px 10px;
}