
/* **************** CONTENT OBJECTS ***************** */

body {
	background: #261d20 url(../images/common/bg.jpg) top center repeat-x;
	margin: 0;
}

.wrapper {
	width: 904px;
	padding: 5px 0;
	margin: 0 auto;
	position: relative;
}

/* ===== Header ===== */

.header {
	width: 904px;
	height: 411px;
	padding: 0 7px;
	background: transparent url(../images/common/bg_header.gif) top center no-repeat;
	margin: 5px auto 0px auto;
}
.header2 {
	background: transparent url(../images/stripes.jpg) top center no-repeat;
	height: 197px;
	width: 904px;
	padding: 0 7px;
	margin: 5px auto 0px auto;
}
.logo {
	width: 200px;
	height: 200px;
	background: #000 url(../images/common/riverstone.jpg) no-repeat;
	position: absolute;
	top: 12px;
	left: 30px;
	z-index: 300;
}
.logo a {
	width: 200px;
	height: 200px;
	display: block;
	text-indent: -9999px;
}
.sidestone {
	width: 80px;
	height: 96px;
	background: transparent url(../images/sidestone.gif) no-repeat;
	position: absolute;
	top: 435px;
	left: -23px;
}
.slideshow {
	width: 687px;
	height: 369px;
	float: left;
	margin-top: 42px;
}
.reservation {
	width: 216px;
	height: 140px;
	background: transparent url(../images/common/reservationstone.png) top left no-repeat;
	float: right;
}
.reservation a {
	width: 216px;
	height: 140px;
	display: block;
	text-indent: -9999px;
}

/* ====== Main Menu ===== */

.mainnav {
	width: 216px;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
.mainnav li { width: 216px; height: 45px; display: block; padding: 0; margin: 0; }
.navteam a, .navmenu a, .navevents a, .navdining a, .navpress a, .navcontact a { width: 216px; height: 45px; display: block; text-indent: -9999px; }
.navteam { background: #f3f1ee url(../images/common/nav_team.jpg) 0 0 no-repeat; }
.navmenu { background: #f3f1ee url(../images/common/nav_menu.jpg) 0 0 no-repeat; }
.navevents { background: #f3f1ee url(../images/common/nav_events.jpg) 0 0 no-repeat; }
.navdining { background: #f3f1ee url(../images/common/nav_dining.jpg) 0 0 no-repeat; }
.navpress { background: #f3f1ee url(../images/common/nav_press.jpg) 0 0 no-repeat; }
.navcontact { background: #f3f1ee url(../images/common/nav_contact.jpg) 0 0 no-repeat; }
.navteam:hover, .navmenu:hover, .navevents:hover, .navdining:hover, .navpress:hover, .navcontact:hover { background-position: 0 -45px; }

/* ===== Body ===== */

.onecol, .onecol2 {
	background: transparent url(../images/common/bg_wrapper.gif) top center repeat-y;
	width: 904px;
	padding: 0 7px;
	margin: 0 auto;
	overflow: auto;
}
.tagline {
	width: 687px;
	height: 74px;
	background: transparent url(../images/common/bg_tagline.gif) top left no-repeat;
	padding: 8px 0 0 0;
	text-align: center;
	float: left;
}
.socmedia {
	width: 193px;
	height: 74px;
	background: transparent url(../images/common/bg_socmedia.gif) top left no-repeat;
	padding: 14px 0 4px 24px;
	float: right;
}
.blog a, .facebook a, .twitter a {
	text-indent: -9999px;
	display: block;
}
.blog, .facebook, .twitter {
	height: 39px;
	margin-top: 35px;
	float: left;
}
.blog { background-image: url(../images/blog.jpg); width: 113px; }
.facebook { background-image: url(../images/facebook.jpg); width: 38px; }
.twitter { background-image: url(../images/twitter.jpg); width: 39px; }
.blog:hover, .facebook:hover, .twitter:hover {
	background-position: 0 -39px;
}
.leftcol {
	width: 476px;
	padding: 12px 12px 28px 12px;
	clear: both;
	float: left;
}
.rightcol {
	width: 366px;
	padding: 12px 12px 28px 12px;
	float: left;
}

.subnav {
	list-style: none;
	text-align: center;
}
.subnav li a {
	display: block;
	width: 250px;
	padding: 8px;
	height: 20px;
	background-color: #222222;
	text-transform: uppercase;
	text-decoration: none;
}
.subnav li a:hover {
	background-color: #111111;
	width: 245px;
}


.formText {
	color: #666666;
	font-size: 11px;
}


/* ===== Footer ===== */

.footer {
	width: 904px;
	height: 84px;
	clear: both;
	padding: 20px 7px 0 7px;
	background: transparent url(../images/common/bg_footer.gif) top center no-repeat;
	margin: 0 auto;
	text-align: center;
	font-size: 80%;
}
.footer a {
	text-decoration: none;
	border: none;
	color: #ffffff;
}


.tablebox {
	background-color: #555555;
}
.tablebox td {
	padding: 10px;
}
.tablebox strong {
	color: #000000;
}



.bust { margin-left: 500px; position: absolute; }