@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background:#2b2b2b url(../images/bg_shadow.png) repeat-y center top;
	color:#cbcbcb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
a {
	outline:none;
	color:#a76a30;
}
#shell {
	position:relative;
	width:890px;
	margin:auto;
	border:1px solid #000;
}
#header {
	position:relative;
	height:280px;
	background:#333 url(../images/header_bg.jpg) no-repeat top left;
	text-align:center;
}
#header img {
	border:none;
	margin-top:25px;
}
#nav {
	position:relative;
	height:71px;
	background:#c68a42 url(../images/nav_bg.jpg) no-repeat top left;
}
#nav ul {
	list-style-type:none;
	margin-left:20px;
}
#nav ul li {
	list-style:none;
	display:inline;
}
#nav ul li a {
	display:block;
	margin-top:17px;
	float:left;
	width:94px;
	height:54px;
	line-height:54px;
	text-align:center;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.95em;
	text-decoration:none;
}
#nav ul li a:hover, #nav ul li a.active {
	background:transparent url(../images/nav_hover-trans.png) no-repeat center center;
}
#nav ul li a img {
	border:none;
	vertical-align:middle;
	padding-top:3px;
}
#main {
	position:relative;
	background:#24231f url(../images/main_shadow-trans.png) no-repeat top center;
	min-height: 300px;
	padding-bottom:40px;
}
#main p, #main ul, #main ol, #main table, #main h1, #main h2, #main h3, #main h4, #main h5, #main blockquote, #main hr {
	margin-bottom:15px;
	}
#main ul, #main ol {
	margin-left:25px;
	}
#content {
	position:relative;
	margin:35px auto 0 auto;
	width:80%;
	font-size:.8em;
	line-height:1.5em;
}
#barman {
	position:relative;
	float:left;
	margin:20px 0 0 30px;
	width:505px;
	height:298px;
	background:transparent url(../images/barman_bg.png) no-repeat top left;
}
#barman div {
	position:absolute;
	width:250px;
	height:200px;
	overflow:hidden;
	bottom:31px;
	right:35px;
	color:#ccc;
}
.welcome {
	color:#fff; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:1.8em;
}

#cabin {
	position:relative;
	width:290px;
	height:260px;
	margin-top:50px;
	text-align:center;
	float:left;
	margin-left:30px;
	background:transparent url(../images/cabin_bg.jpg) no-repeat bottom center;
}
.clr {
	clear:both;
}
#footer {
	position:relative;
	background:#0f0e0d;
	padding:50px 0 20px 0;
	color:#87857d;
	font-size:.75em;
}
#footer a {
	color:#705130;
	text-decoration:none;
}

#footer p {
	margin-bottom:15px;
}
#copyright {
	position:relative;
	width:480px;
	float:left;
	margin-left:30px;
	border-right:1px solid #777675;
	
}
#newsletter {
	position:relative;
	width:260px;
	float:right;
	margin-right:30px;
	
}
span.white {
	color:#fff;
	font-weight:bold;
}
#newsbar {
	position:relative;
	width:394px;
	height:39px;
	line-height:39px;
	background:transparent url(../images/newsbar_bg.png) no-repeat top left;
	margin:auto;
	text-align:center;
	font-size:.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.menu {
	width:650px;
	margin:auto;
	font-size:1.2em;
}
.menu_head {
	border-bottom:1px solid #a76a30;
	padding-bottom:5px;
	margin-top:15px;
}
.price {
	text-align:right;
	color:#fff;
	font-weight:bold;
}
#content h1 {
	border-bottom:1px solid #a76a30;
	padding-bottom:5px;
	margin-top:15px;
	font-size:1.8em;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
.big_white {
	font-size:1.8em;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
}

