/* Contents 

html tags
basic classes
easy clearing
layout
header
nav
main content
	menu
	gallery
	find us
middle content
bottom content
footer
*/

/* 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, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, 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; }
body { line-height: 1; color: black; background: white; text-align: left; }
/* 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: "" ""; }

/* html tags */
body {
	font-family: Georgia, Times, serif;
	font-size: 76%;
	color: #fff;
	background: #f3f5cd;
}
h1,h2,h3,h4,h5,h6 { margin: 0 0 0.5em 0; font-weight: bold; }
h1 {
	font-size: 1.5em;
	color: #fff;
}
h2 {
	font-size: 1.4em;
	color: #fff;
}
h3 {
	font-size: 1.3em;
	color: #fff;
}
h4 {
	font-size: 1.3em;
	color: #fff;
}
h5 {
	font-size: 1.1em;
	color: #fff;
}
h6 {
	font-size: 1.0em;
	color: #fff;
}
p, pre {
	margin: 0 0 1em 0;
	color: #fff;
	line-height: 1.3em;
}
pre {
	font-family: "Courier New", Courier, monospace;
}
blockquote {
	margin: 1em;
	padding: 1em;
	background: #f6f6f6;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none; 
}
a:hover { 
	color: #FFD200;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: none;
}
ul, ol {
	margin: 0 0 0 20px;
	padding: 0;
}
li {
	margin: 0;
	padding: 0 0 0.5em 0;
	line-height: 1.3em;
	color: #fff;
}
form { margin: 0; padding: 0; }
strong { font-weight: bold; }
img, a img { border: none; }
a:link img, a:visited img, a:hover img, a:active img { border-bottom: none; }
table, tr, th, td { margin: 0; padding: 0; border: none; font-size: 1em; }
table { border: 1px solid #ccc; }
th { font-size: 1.1em; }
th, td { padding: 0.2em; border: 1px solid #ccc; text-align: center; }
acronym, abbr { }
sup { line-height: 0; } /* hacked in ie6 */
/* basic classes */
.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.left { float: left; }
.right { float: right; }
.imgleft {
	float: left;
	padding: 0 10px 10px 0;
}
.imgright {
	float: right;
	padding: 0 0 10px 10px;
}
.push0 { margin-bottom: 0; }
.push1 { margin-bottom: 1em; }
.push2 { margin-bottom: 2em; }
.skip {
	position: absolute;
	left: -1000px;
	width: 990px;
	height: 20px;
	margin-bottom: -20px;
}
.yellow { color: #FFD200; }
/* easy clearing */
/* float clearing for IE6 */
* html #topcontent, 
* html .clearfix
{
 height: 1%;
 overflow: visible;
}
/* float clearing for IE7 */
*+html #topcontent, 
*+html .clearfix
{
 min-height: 1%;
}
/* float clearing for everyone else */
#topcontent:after, 
.clearfix:after
{
 clear: both;
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
}
/* Float Clearing - End */

/* layout */
#container {
	width: 776px;
	margin: 0 auto;
	background: #dadaaa;
}
#header {
	position: relative;
	width: 776px;
	height: 148px;
	background: transparent url(../i/heading.gif) no-repeat top left scroll;
}
#content {
	width: 748px;
	padding: 0 14px;
}
#topcontent {
	/* easycleared */
	background: transparent url(../i/bg-topcontent.gif) repeat-y top right scroll;
}
#nav {
	padding: 0 20px 20px;
	width: 174px;
	float: left;
	background: transparent url(../i/bg-nav.gif) no-repeat top right scroll;
}
#maincontent {
	padding: 0 70px 20px 40px;
	width: 424px;
	float: right;
	background: transparent url(../i/bg-maincontent.gif) repeat-x top left scroll;
}
#nav, #maincontent { /* hacked in ie6 & ie7  */ min-height: 254px; }

#middlecontent {
	margin: 0 0 10px 0;
	padding: 0;
	width: 748px;
	height: 285px;
	position: relative;
}
#bottomcontent {
	padding: 0 0 10px;
	width: 748px;
	height: 108px;
	position: relative;
}
#footer {
	width: 776px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
/*** header */
#heading {
	text-indent: -9999em;
	position: absolute;
	top: 11px;
	left: 14px;
}
#heading a {
	width: 80px;
	height: 80px;
	display: block;
}
#promo {
	text-indent: -9999em;
	width: 152px;
	height: 148px;
	background: transparent url(../i/promo.jpg) no-repeat 0 0 scroll;
	position: absolute;
	top: 0px;
	left: 610px;
}
#promo a { display: block; width: 152px; height: 148px; }
#phone {
	text-indent: -9999em;
}

/*** nav */
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 11px 0;
	padding: 0 0px 0 0;
	width: 174px;
	background: transparent url(../i/bg-nav-arrows.png) no-repeat -21px 3px scroll;
}
#nav ul li.selected {
	background: transparent url(../i/bg-nav-arrows.png) no-repeat 159px 3px scroll;
}
#nav ul li a {
	color: #fff;
	display: block;
}
#nav ul li.selected a {
	color: #FFD200;
}
#nav ul li ul {
	margin: 4px 0;
	padding: 0;
}
#nav ul li ul li {
	font-size: 11px;
	line-height: 1.2em;
	margin: 2px 0;
	padding: 0 0px 0 20px;
	width: 154px;
	background: transparent url(../i/bg-snav-arrows.png) no-repeat -20px 3px scroll;
}
#nav ul li ul li.selected {
	background: transparent url(../i/bg-snav-arrows.png) no-repeat 160px 3px scroll;
}
#nav ul li ul li a, #nav ul li.selected ul li a {
	color: #fff;
}
#nav ul li ul li.selected a {
	color: #FFD200;
}
/*** main content */
#maincontent h2 {
	font-size: 1.5em;
	font-weight: normal;
}
#maincontent a {
	text-decoration: underline;
}
#maincontent p.press { font-size: 16px; }
	/*** menu */
	#maincontent #menu div {
		padding-bottom: 20px;
	}
	#maincontent #menu h2 {
		padding: 0.5em 0;
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
	}
	#maincontent #menu dl {
		width: 424px;
		overflow: auto;
		margin: 0 0 1em 0;
	}
	#maincontent #menu dt {
		font-weight: bold;
		float: left;
		clear: both;
		padding: 15px 3px 5px 0;
		color: #eee;
		line-height: 1.3em;
		font-size: 1.11em;
		width: 360px;
	}
	#maincontent #menu dd {
		margin: 0;
	}
	#maincontent #menu dd.price {
		float: right;
		text-align: right;
		font-size: 1.3em;
		line-height: 0.8em;
		padding: 15px 0 0 3px;
		color: #fff;
		width: 56px;
		height: 1.3em;
	}
	#maincontent #menu dd.description {
		float: left;
		width: 100%;
		padding: 3px 0;
		font-size: 0.91em;
	}
	/*** gallery */
	/* this makes the maincontent div wider, meaning the last div in a row doesn't need a 0 right margin, saving a lot of effort */
	#maincontent.gallery {
		padding: 0 34px 20px 40px;
		width: 460px;
	}
	/*
		vertical and horizontal centering based on http://www.brunildo.org/test/img_center.html
		heavily hacked in ie6 and ie7
	*/
	div.gallimg {
		float: left;
		width: 100px;
		height: 100px;
		margin: 0 15px 15px 0;
	}
	div.gallimg a {
		display: table-cell;
		width: 100px;
		height: 100px;
		text-align: center;
		vertical-align: middle;
	}
	div.gallimg img {
		vertical-align: middle;
	}
	div.gallimg div {
		border-collapse: collapse;
	}
	/*** find us */
	div.vcard div {
		color: #fff;
		line-height: 1.3em;
	}
	p.small { font-size: 0.8em; }

/*** middle content */
#banner {
	width: 521px;
	height: 285px;
	position: absolute;
	top: 0;
	left: 1px;
}
#arrow {
	width: 79px;
	height: 31px;
	position: absolute;
	top: 0;
	left: 21px;
	background: transparent url(../i/bg-arrow.png) no-repeat top left scroll;
}
#relinfo {
	width: 214px;
	height: 275px;
	position: absolute;
	top: 10px;
	left: 534px;
}
#relinfo h2 {
	margin: 0 0 8px 0;
	padding: 0;
	width: 214px;
	height: 40px;
	background: transparent url(../i/bg-relinfo-header.gif) repeat-x top left scroll;
	font-weight: normal;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
}
#relinfo h2 a { color: #FFD200; }
#relinfo #book {
	margin: 0;
	padding: 0;
	width: 214px;
	height: 17px;
}
#book-room, #book-rest {
	float: left;
	height: 17px;
	line-height: 17px;
	background: #77785d;
	font-size: 0.91em;
}
#book-room a, #book-rest a { width: 100%; height: 100%; display: block; color: #fff; }
#relinfo #book div.selected { background: #3c3f31; }
#relinfo #book div.selected a { color: #FFD200; }
#book-room {
	width: 47px;
	padding: 0 10px;
}
#book-rest {
	width: 127px;
	padding: 0 10px;	
}
#greenbox {
	width: 214px;
	height: 200px;
	position: absolute;
	top: 75px;
	left: 0;
}
/*** bottom content */
#bc-thin  {
	width: 163px;
	height: 108px;
	position: absolute;
	top: 0;
	left: 0;
}
#bc-wide1 {
	width: 278px;
	height: 108px;
	position: absolute;
	top: 0;
	left: 178px;
}
#bc-wide2 {
	width: 278px;
	height: 108px;
	position: absolute;
	top: 0;
	left: 470px;
}
/*** footer */
#footer p {
	font-size: 0.83em;
	margin: 0;
	color: #000;
	width: 300px;
	height: 30px;
	line-height: 24px;
}
#footer #copy {
	position: absolute;
	top: 0;
	left: 15px;
}
#footer #minx {
	position: absolute;
	top: 0;
	left: 461px;
	text-align: right;
}
#footer #minx a {
	color: #000;
	text-decoration: underline;
}