@charset "UTF-8";
body {
	background-color: #f7ebb8;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(../gfx/repeat.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../gfx/body_repeat.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#weather {
	height: 100px;
	float: right;
	width: 350px;
	margin-top: 8px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display:inline;
}
#weather h2 {
	font-size: 16px;
	color: #FFFFFF;
}
#weather_title {
display:inline-block;
float:left;
margin-left:60px;
}
#weather_box {
display:inline-block;
float:right;
margin-top:6px;
margin-right:50px;
}

#specials {
	float: left;
	width: 145px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 70px;
	height: 150px;
}
#specials a {
	color: #FFFFFF;
}
#specials h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
#specials a:hover {
	color: #000000;
}
#cabins h2 {
	color: #deff04;
	font-size: 18px;
	font-weight: bold;
}
#cabins {
	float: right;
	width: 150px;
	margin-top: 20px;
	margin-left: 10px;
	padding-right: 30px;
	height: 110px;
}
#cabins p {
	color: #FFFFFF;
}
#cabins a {
	color: #C7ED05;
}
#cabins a:hover {
	color: #FFFFFF;
}
#RHS {
	float: right;
	width: 430px;
	background-image: url(../gfx/rhs.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 397px;
	margin-top: -20px;
}
#background {
	background-image: url(../gfx/clouds.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	
}
/*--Window/Masking Styles--*/
.window {
	height:262px;
	width: 790px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

.grassLeft {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 178px;
	height:40px;
	z-index: 0; /*--Assures the paging stays on the top layer--*/
	display: none;
	background-image: url(../gfx/grassLeft.png);
	background-repeat: no-repeat;
	float: left;
	}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 0px;
	right: -7px;
	width: 178px;
	height:40px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	background-color: #333;
	background-image: url(paging_bg2.png);
	background-repeat: no-repeat;
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
#header {
	background-image: url(../gfx/banner_index.jpg);
	padding-top: 0px;
	background-repeat: no-repeat;
	float: left;
}
#menu_posi {
	padding-top: 70px;
	height: 40px;
}
#bannerIndex {
	background-repeat: no-repeat;
	background-position: center top;
	height: 267px;
	width: 800px;
	position: relative;
	top: -9px;
}
#book_now {
	height: 100px;
	width: 130px;
}
.book_Now {
	height: 130px;
	width: 150px;
	display: block;
}
.black_text  {
	color: #333;
}

