@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Great+Vibes);
body{
	margin: 0px;
	padding: 0px;
	background:url(images/bg.png) repeat-x;
}
#container{
	width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}
#header_wrapper{
	position: relative;
	width: 1000px;
	height: 122px;
	margin: 0px auto;
	padding: 0px;
}
#header_logo{
	position: absolute;
	top: 10px;
	left: 10px;
}
#header_logo img{
	border: none;
	outline: none;
}
#header_motto{
	position: absolute;
	top: 25px;
	left: 200px;
}
#header_motto h1{
	font-family: 'Great Vibes', cursive; 
	color: #8ec802;
	font-weight: normal;
	font-size: 34px;
}
#header_book{
	position: absolute;
	top: 47px;
	left: 780px;
}
#menubar_wrapper{
	width: 1000px;
	height: 68px;
	margin: 0px auto;
	padding: 0px;
}
#slideshow_wrapper{
	position: relative;
	width: 1000px;
	height: 400px;
	background: #fff;
	margin: 0px auto;
	padding: 0px;
	-moz-box-shadow:0 0 12px #333;
	-webkit-box-shadow:0 0 12px #333;
	box-shadow:0 0 12px #333
}
#slideshow{
	position: absolute;
	top: 12px;
	left: 12px;
}
#booking_wrapper{
	position: relative;
	width: 1000px;
	height: 68px;
	background: url(images/bg_booking.png) repeat-x;
	border-top: 5px solid #8db32e;
	margin-top: 14px;
}
#booking_rateg{
	position: absolute;
	top: 17px;
	left: 22px;
	border: none;
	outline: none;
}
#booking_form{
	position: absolute;
	top: 0px;
	left: 200px;
}
#homebox_wrapper{
	width: 1000px;
	height: 270px;
	margin: 0px auto;
	margin-top: 15px;
	padding: 0px;
}
#homebox{
	width: 238px;
	height: 260px;
	float: left;
	background: #f5f4f4;
	border-bottom: 8px solid #d7d7d7;
	display: block;
	-moz-box-shadow:0 0 10px #ccc;
	-webkit-box-shadow:0 0 10px #ccc;
	box-shadow:0 0 10px #ccc;
}
#homebox:hover{
	border-bottom: 8px solid #b7d668;
	cursor: pointer;
	background: #fff;
}
#homebox img{
	text-align: center;
	margin: 0px auto;
	padding-top: 10px;
	padding-left: 10px;
	border: none;
	outline: none;
}
#homebox h2{
	margin: 0px;
	padding-top: 5px;
	padding-left: 12px;
	color: #ac8a3e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
#homebox h2 a{
	color: #ac8a3e;
	text-decoration: none;
}
#homebox h2 a:hover{
	color:#8db32e;
}
#homebox p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	margin: 0px;
	padding-left: 12px;
}
#content_wrapper{
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
#content_wrapper h1{
	background: url(images/bg_heading.png) repeat-x;
	height: 44px;
	line-height: 44px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	padding-left: 20px;
	border-top: 5px solid #b7d668;
}
#content_layout{
float: left;
width: 100%;
height: auto;
}

#contentcolumn{
margin-right: 220px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 220px; /*Width of right column*/
margin-left: -220px; /*Set left margin to -(RightColumnWidth) */
}

.innertube{
margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0px;
margin-left: 0px;
}
.room{
	clear: both;
	width: 745px;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
	background: #f5f4f4;
	border-bottom: 8px solid #d7d7d7;
	display: block;
	-moz-box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
	box-shadow:0 0 10px #999;
	
}
.room h2{
	color: #fff;
	background: #8db32e;
	height: 40px;
	line-height: 40px;
	margin: 0px; 
	padding-left: 20px;
}
.room:hover{
	border-bottom: 8px solid #b7d668;
	background: #fff;
	cursor: pointer;
}
.roomprice{
	color: #7f2f16;
	font-weight: bold;
	padding-right: 10px;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2.acc_trigger {
	clear: both;
	padding: 0;	margin: 0 0 3px 0;
	background: url(h2_trigger_a.gif) no-repeat;
	height: 40px;	line-height: 40px;
	width: 700px;
	font-size: 17px;
	font-weight: normal;
	float: left;
}
h2.acc_trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 0 0 50px;
}
h2.acc_trigger a:hover {
	color: #ccc;
}
h2.active {background-position: left bottom;}
.acc_container {
	margin: 0px; padding: 0;
	overflow: hidden;
	font-size: 12px;
	width: 700px;
	clear: both;
	background: #f0f0f0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
}
.acc_container .block {
	padding: 20px;
}
.acc_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.acc_container h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.acc_container img {
	border: none;
	outline: none;
}
.btnroom {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52));
	background:-moz-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-webkit-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-o-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-ms-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52',GradientType=0);
	background-color:#b8e356;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:8px 40px;
	text-decoration:none;
	text-shadow:0px 1px 0px #86ae47;
}
.btnroom:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356));
	background:-moz-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-webkit-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-o-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-ms-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:linear-gradient(to bottom, #a5cc52 5%, #b8e356 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356',GradientType=0);
	background-color:#a5cc52;
}
.btnroom:active {
	position:relative;
	top:1px;
}
.bookingshow{
	font-family: Arial, Helvetica, sans-serif;
	width: 97%;
	padding: 12px;
	background: #f46200;
	color: #FFF;
	border: 2px solid #CCC;
	font-size: 16px;
	font-weight: bold;
}
.customized_button {

-moz-box-shadow:inset 0px 4px 1px 0px #fce2c1;
-webkit-box-shadow:inset 0px 4px 1px 0px #fce2c1;
box-shadow:inset 0px 4px 1px 0px #fce2c1;

background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
background:-moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
background:-webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
background:-o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
background:-ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);

background-color:#ffc477;

-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;

border:1px solid #eeb44f;

display:inline-block;
color:#ffffff;
font-family:arial;
font-size:14px;
font-weight:normal;
padding:6px 18px;
text-decoration:none;

}
.customized_button:hover {
cursor: pointer;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
background:-moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
background:-webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
background:-o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
background:-ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
background:linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0);

background-color:#fb9e25;
}
.customized_button:active {
position:relative;
top:1px;
}
.customized_button img{
	border: none;
}
#footer_wrapper{
	clear: both;
	width: 100%;
	height: 320px;
	margin: 0px auto;
	background: #f2f2f2;
	border-top: 5px solid #8db32e;
}
#footer{
	position: relative;
	width: 1000px;
	height: 320px;
	margin: 0px auto;
	padding: 0px;	
}
#footer h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333;
	font-weight: normal;	
}
#footer ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footer ul li{
	list-style: none;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}
#footer ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;	
}
#footer ul li a:hover{
	color: #8db32e;	
}
#footer_hotel{
	position: absolute;
	top: 5px;
	left: 20px;
}
#footer_ac{
	position: absolute;
	top: 5px;
	left: 230px;
}
#footer_connect{
	position: absolute;
	top: 5px;
	left: 500px;
}
#footer_connect img{
	border: none;
	outline: none;
	vertical-align: middle;
	padding-right: 5px;
}
#footer_connect img:hover{
	border: none;
	outline: none;
	opacity: 0.6;
}
#footer_hotline{
	position: absolute;
	top: 5px;
	left: 760px;
}
#footer_hotline h3{
	font-size: 20px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.btn_bookonline {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:8px 35px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
}
.btn_bookonline:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color:#77a809;
}
.btn_bookonline:active {
	position:relative;
	top:1px;
}
#poweredby{
	padding-top: 10px; 
	text-align: center;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#poweredby a{
	text-decoration: none;
	color: #666;
}
#poweredby a:hover{
	color: #75be43;
}