body {
	background: #e6e1dd url("/static_files/images/bg.gif") repeat-x center 200px;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	margin:0px;
}
a {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	color:#954e0f;
	text-decoration:none;
}
a:hover {
	color:#954e0f;
	text-decoration:underline;
}
h1 {
	font-size:24px;
	color:#3d280b;
	margin:10px 0px;
	font-weight:normal;
	font-family: jklj;
	padding:0px;
}
h2 {
	font-size:22px;
	color:#68481a;
	margin:10px 0px;
	font-weight:normal;
	font-family:jklj;
	padding:0px;
}
h3 {
	font-size:14px;
	color:#68481a;
	margin:10px 0px;
	font-weight:normal;
	font-family:jklj;
	padding:0px;
}
#header {
	display:block;
	width:1000px;
	margin:20px auto 20px auto;
}
#header div.logo {
	display:block;
	float:left;
	width:300px;
}
#header div.top-menu {
	display:block;
	float:right;
	size:100px;
	text-align:right;
}
div.top-menu a {
	color:#c1a63d;
	text-transform:uppercase;
	text-decoration:none;
	margin:0px 0px 0px 20px;
}
div.top-menu a:hover {
	color:#ffffff;
	background:#7d3c03;
	text-transform:uppercase;
	text-decoration:none;
}
#container {
	background:#ffffff;
	width:990px;
	margin:0px auto 0px auto;
	padding:5px;
}
.bke_image {
	display:block;
	width:980px;
	height:340px;
	background:url("/static_files/images/bke_bg.gif") no-repeat left top;
	padding:5px;
}
.bke_inner {
	background:#e1dbd3;
	height:320px;
	padding:5px;
}
div.bke_column {
	background:#e5e0dc;
	display:block;
	padding:15px 5px 15px 10px;
	border:5px solid #573b21;
}
div.flash_column {
	display:block;
	width:710px;
	float:left;
	border:5px solid #ffffff;
}
div.bke_column select {
	font-family:Georgia, "Times New Roman", Times, serif, Arial;
	font-size:14px;
	color:#68481a;
	font-weight:bold;
	padding:2px;
	border:1px solid #cac5bd;
}
#lhs {
	display:block;
	float:left;
	width:260px;
	margin:0px 10px 0px 0px;
}
#rhs {
	display:block;
	float:left;
	width:700px;
	padding:10px;
}
div.specials {
	background:#e5e0dc;
	padding:15px 10px 5px 10px;
}
div.specials p.title {
	padding:5px;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	color:#954e0f;
	background:#ffffff;
	position:relative;
}
div.specials p.title a.more {
	background:url("/static_files/images/more.gif") no-repeat left top;
	display:block;
	width:31px;
	height:14px;
	text-decoration:none;
	position:absolute;
	top:7px;
	left:205px;
}
div.specials p.title a.more:hover {
	background-position:left bottom;
}
div.specials p.spec-text {
	padding:0px 0px 0px 5px;
	color:#954e0f;
}
div.features {
	margin:20px 0px 0px 0px;
}
.separator {
	display:block;
	margin:10px 0px 10px 0px;
	background:url("/static_files/images/separator.gif") no-repeat center center;
	height:9px;
}
div.features > ul {
	list-style: none;
}
div.features > ul li {
	background:url("/static_files/images/li-features.jpg") no-repeat left center;
	padding:0px 0px 0px 20px;
	margin:7px 0px 7px 0px;
}
div.welcome_section {
	background:#e5e0dc;
}
div.welcome_section div.left_column {
	display:block;
	width:450px;
	float:left;
	padding:10px;
}
div.welcome_section div.right_column {
	display:block;
	width:230px;
	padding:10px;
	float:left;
}
#tabs {
	margin:20px 0px 0px 0px;
}
#tabs > div {
	background:#e5e0dc url("/static_files/images/bg-cont-div.gif") no-repeat left bottom;
	padding:20px 10px 10px 10px;
}
.footer1 {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#6e4c1b;
	margin:20px 0px 10px 10px;
}
.footer2 {
	display:block;
	width:1000px;
	margin:20px auto 20px auto;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#6e4c1b;
}
/* //// MENU //// */
.menu {
	display:block;
	width:950px;
	margin:20px auto 20px auto;
	padding:0px;
	height:auto;
}
.home, .accommodation, .facilities, .gallery, .reviews, .location, .contact {
	margin:8px 0px 7px 0px;
	display:block;
	float:left;
	width:65px;
	height:12px;
}
.home {
	background:url("/static_files/images/home-btn.gif") no-repeat left top;
	width:65px;
}
.home:hover {
	height:27px;
	background-position:left bottom;
	margin:0px;
}
.accommodation {
	background:url("/static_files/images/accommodation-btn.gif") no-repeat left top;
	width:161px;
}
.accommodation:hover {
	height:27px;
	background-position:left bottom;
	margin:0px;
}
.facilities {
	background:url("/static_files/images/facilities-btn.gif") no-repeat left top;
	width:91px;
}
.facilities:hover {
	height:27px;
	background-position:left bottom;
	margin:0px;
}
.gallery {
	background:url("/static_files/images/gallery-btn.gif") no-repeat left top;
	width:79px;
}
.gallery:hover {
	height:27px;
	background-position:left bottom;
	margin:0px;
}
.reviews {
	background:url("/static_files/images/reviews-btn.gif") no-repeat left top;
	width:77px;
}
.reviews:hover {
	height:27px;
	background-position:left bottom;
	margin:0px;
}
.location {
	background:url("/static_files/images/location-btn.gif") no-repeat left top;
	width:89px;
}
.location:hover {
	height:27px;
	background-position:left bottom;
	margin:0px;
}
.contact {
	background:url("/static_files/images/contact-btn.gif") no-repeat left top;
	width:86px;
}
.contact:hover {
	height:27px;
	background-position:left bottom;
	margin:0px;
}
p.vr {
	padding:0px; 
	margin:5px 22px 0px 22px;
	display:block;
	float:left;
	width:1px;
	height:15px;
	background:#dbd2c6;
}
.for-map {
	display:block;
	width:210px;
	height:208px;
	background:url("/static_files/images/google-map-bg.jpg") no-repeat left top;
	padding:35px 8px 0px 8px;
}
#googlemap {
	background:#CCCC00;
	display:block;
	height:200px;
	width:215px;
}
img.tabs-img {
	float:left;
	background:#ffffff;
	border:4px solid #6e4c1b;
	padding:1px;
	margin:0px 15px 0px 0px;
}
.detail {
	display:none;
} 
/* REVIEWS pagination */
#review_pagination {
	margin:0px;
	display:block;
	padding:0px 0px 20px 0px;
}
#review_pagination a {
	font-family:Tahoma, Verdana, Arial;
	font-size:10px;
	color:#666666;
    display:block;
    float:left;
    width:15px;
	font-weight:normal;
    height:15px;
    text-decoration:none;
	text-align:center;
	border:1px solid #666666;
	margin:0px 2px 0px 0px;
}
#review_pagination a:hover, #review_pagination a.review_pagination_on {
    color:#ffffff;
    border:1px solid #906b2f;
    background:#aa8a38;
}

.availtableleft {
	background-color: #F8F2DC;
	text-align: right;
}
.availtablelefth {
	background-color: #8D5538;
	height: 41px;
}
.availtableleftr_odd {
	background-color: #F8F2DC;
	height: 20px;
}
.availtableleftr_even {
	background-color: #EDE6CC;
	height: 20px;
}
