@charset "utf-8";
/* CSS Document */

/*initial settings on all elements */
*{
	padding:0;
	margin:0;
	text-decoration:none;
}
ul{
	list-style:none;
}

/*Typography*/
p {
	font-size:0.95em;
	line-height: 1.5em;
		
}

h1 {
	font-size:1.95em;
	line-height: 1.5em;
	font-family: Helvetica, Arial;
		
}

h3 {
	font-size:1.40em;
	line-height: 1.5em;
	font-family: Helvetica, Arial;
		
}

a {
	color: #817255;
	text-decoration: none;
}



/*Layout Design */
body {
	background-color: #e5dcb4;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #817255;
	text-align: justify;
	width:100%;
}
#wrapper #banner {
	height: 250px;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
#wrapper #content_wrap {
	background-color: #f1edd8;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
#footer #footer_reflex {
	background-image: url(../images/footer_reflection.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 51px;
	width: 100%;
}
#footer {
	background-color: #5a471b;
	width:800px;
	min-width:800px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#footer #footernote {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#wrapper #content_wrap #content {
	margin: 2px;
	padding: 5px;
	
}



#wrapper {
	background-color: #FFFFFF;
	width:800px;
	min-width:800px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	margin-top: 15px;
}
#wrapper #header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 169px;
	width: 100%;
}
.clear {
	clear: both;
}
.headerhighlighted {
	background-image: url(../images/header_highlighted.jpg);
	background-repeat: repeat-x;
	height: 169px;
	background-position: left top;
	width: 65%;
	margin-right: 25px;
}
.left {
	float: left;
}
.right {
	float: right;
}
#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 169px;
	width: 30%;
}

#mainmenu {
	height: 84px;
	margin-top:95px;
}

.hortable {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
	
}

ul#horizontal-list {
	min-width: 500px;
	list-style: none;
	text-align:center;



}
ul#horizontal-list li {
	display: inline;
	margin-left:4px;
	margin-right:4px;
	margin-top:6px;
	
}



.hide{
	display:none;
}

/* ACCOMODATION */
#room_list{
width: 95%;
margin-left:auto;
margin-right:auto;

}


#villas #left {
	padding: 5px;
	width: 25%;
	text-align:left;
	padding-left:3%;
	padding-right:3%;
	padding-top:15px;
}

.villa_thumb_list{
	display:table;
	margin: 0 auto;
	width:450px;

}

ul.villa{
	list-style: none;
	text-align:center;
	
}

ul.villa li{
	display:block;
	float:left;
	width:100px;
	margin:5px;
}

ul.villa li img{
	width:100px;
	height:75px;
	overflow:hidden;
	margin-bottom:5px;
	border:3px solid #E3D693;
}

#villa_details{
	width: 65%;
	height:150px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	min-width:500px;
}
.villa_image_thumb{
	width:100px;
	height:75px;
	overflow:hidden;
}
#title {
	margin-bottom:10px;
}

#villas #right {
	width: 60%;
	height:150px;
	margin-right: 25px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top:30px;
	overflow-y: auto;
	overflow: auto;
	background-image: url(../images/header_highlighted.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;	
}
#selected_villa{
	text-align: center;
	width: 80%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;

}
.res_button{
	font-family: Arial, Helvetica;
	font-size: 1.2em;
	color: #663300;
	background-color: #D8CFB4;
	border: 1px groove #999999;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
}

#other_villas{
	padding-bottom: 10px;
	border: 1px solid #C4C0A8;	
	padding-top:15px;
	width:65%;
	margin: 0 auto;
}

#other_villas .caption{
	position:relative;
	left: 0px;
	top: -20px;
	z-index: 105;
	padding:3px;
	background-color: #FFFFFF;
	border: 1px solid #C4C0A8;
	width:50%;
	margin: 0 auto;
}

/* PAGE VIEW */
#pageview {


}
#pageview #content_text{
	width: 80%;
	margin-right: auto;
	margin-left: auto;

}


#pageview #left {
	padding: 5px;
	width: 25%;
}

#pageview #right {
	width: 65%;
	height:150px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	overflow-y: auto;
	overflow: auto;
}

.quicklinks{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:165px;
}
.quicklinks img{
	margin-top:5px;
	border:none;
	
}

#hotel_links{
	background-color: #e0d189;
	background-image: url(../images/hts_bg_banner.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height:160px;
	text-align:center;

}



.wrap_links img{
	border:none;
}


/*slider menu */