/*
	title:		weskus kaya style sheet
	version:	1.0
*/

*{margin: 0px; padding: 0px;}

body{
	background: #2464ab url(images/bg.jpg) repeat-x 0% 0%;
	color: #fff;
	font-family: Arial,Sans-Serif;
	font-size: 11px;
	text-align: center;
}

a{color: #2464ab; outline: none; text-decoration: underline;}
a:hover{color: #2464ab; text-decoration: none;}

p{padding: 5px 10px;}

h1{
	color: #333;
	font-family: "Times New Roman",Arial,Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	padding: 10px;
}

h1 span{color: #234c7a;}

.clear{clear: both;}
.container{background: #d8e5f3; color: #333; border: solid 1px #1d3d61; margin: 10px; padding: 5px 0px;}
.price{color: #990000; font-size: 12px; font-weight: bold;}
.frame{border: solid 2px #a2cbf8;}
.center{text-align: center;}
.lfloat{float: left; width: 350px;}
.rfloat{float: right; width: 350px;}

#wrapper{
	margin: 30px auto;
	text-align: left;
	width: 700px;
}

#masthead{
	background: #234c7a url(images/logo.jpg) no-repeat 50% 0%;
	height: 95px;
	width: 700px;
}

#navigation{
	background: #1d3d61;
	border-top: solid 5px #234c7a;
	color: #a2cbf8;
	height: 35px;
	line-height: 35px;
	width: 700px;
}

#navigation li{
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

#navigation li a{
	background-color: inherit;
	color: #a2cbf8;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 25px;
	text-decoration: none;
}

#navigation .current,#navigation a:hover{
	background: #1d3d61 url(images/star.jpg) no-repeat 10% 50%;
	color: #fff;
	text-decoration: none;
}

#splash{
	background: #fff url(images/splash.jpg) no-repeat 0% 0%;
	height: 200px;
	width: 700px;
}

#splash_rooms{
	background: #fff url(images/splash1.jpg) no-repeat 0% 0%;
	height: 200px;
	width: 700px;
}

#splash_todo{
	background: #fff url(images/splash3.jpg) no-repeat 0% 0%;
	height: 200px;
	width: 700px;
}

#splash_about{
	background: #fff url(images/splash2.jpg) no-repeat 0% 0%;
	height: 200px;
	width: 700px;
}

#content{
	background: #fff;
	color: #666;
	width: 700px;
}

#content ul{
	list-style-type: none;
	margin: 10px;
}

#content ul li{
	background: transparent url(images/star.gif) no-repeat 0% 50%;
	padding-left: 12px;
	margin-top: 6px;
}

#address{
	background: #234c7a;
	border-top: solid 10px #fff;
	clear: both;
	color: #a2cbf8;
	font-family: "Times New Roman",Arial,Sans-Serif;
	padding: 5px 0px;
	text-align: center;
	width: 700px;
}

#footer{
	background: transparent;
	clear: both;
	color: #fff;
	padding: 5px 0px;
	text-align: center;
	width: 700px;
}

.button_wrap {
	display:				block;
	padding:				5px 0px;
	width:					400px;
}
	
.booknow {
	background-color:		#fff;
	background-image:		url(images/booknow.jpg);
	background-repeat:		no-repeat;
	background-position:	0px 0px;
	border:					none;
	display:				block;
	float:					left;
	height:					43px;
	margin-left:			10px;
	text-decoration:		none;
	width:					126px;		
}
	
.booknow:hover {
	background-position:	-126px 0px;
	text-decoration:		none;
}
	
.carhire {
	background-color:		#fff;
	background-image:		url(images/carhire.jpg);
	background-repeat:		no-repeat;
	background-position:	0px 0px;
	border:					none;
	display:				block;
	float:					left;
	height:					43px;
	margin-left:			10px;
	text-decoration:		none;
	width:					157px;
}
	
.carhire:hover {
	background-position:	-157px 0px;
	text-decoration:		none;
}
