@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;
		
}

h2 {
	font-size:1.3em;
	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;
}

img{
	border: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;
}
#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:900px;
	min-width:900px;
	max-width:1000px;
	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:900px;
	min-width:900px;
	max-width:1000px;
	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:140px;
}

.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:550px;

}

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_image_thumb{
	width:100px;
	height:75px;
	overflow:hidden;
}
#title {
	margin-bottom:10px;
}

#villas #right {
	width: 65%;
	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;
	padding-left:10px;
	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 {


}

#page_details{
	width: 65%;
	height:150px;
	margin-right: 20px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	min-width:500px;
}



.featured_content{
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;	
}


#pageview #left {
	padding: 1%;
	width: 30%;
}

.content_text{
	margin:5px;
}

.tab_image_slide{
	width:345px;
	overflow-x:auto;
	overflow-y:hidden;
	float:left;
	margin-right:5px;
	height:85px;
	
}

.images_slide{
	height:75px;
	width:600px;
}

#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;
	
}

#top_navigation{
	margin-right:1px;
	position: relative;
	top: 0px;
	right: -1px;
	float:right;

}

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  font-size:10px;
  position: relative;
}
.nav li {
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: 1.22em/25px Arial, Helvetica, sans-serif;
  /*background: #5a471b;*/
  color: #959595;
  display: block;
  padding: 0 9px;
  text-transform: lowercase;
  text-decoration: none;
}

.nav li a:hover {
  /*background: #ccc;*/
  color: #000;	

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  /*background: #ccc;*/
  color: #000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  /*background: #565656;*/
  color: #959595;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  /*background: #ccc;*/
  color: #000;	
}

.nav ul {
  /*background: #5a471b;*/
  list-style: none;
  margin: 0;
  width: 100%;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border-bottom: 0;
  padding-right: 20px;
  width: 100%;
  white-space: nowrap;
}
.nav ul a:hover {
  /*background: #ccc;*/
  color: #000;
}