@charset "utf-8";
/****************************************************Start of general layout styles *********************************************************************/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #fff url(img/bg_2.jpg) repeat;
}
.twoColFixLtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background-image:url(img/back1.png);
	background-repeat:repeat-y;
	background-position:left top;
	background-attachment:scroll;*/
} 
.twoColFixLtHdr #header { 
position:relative;
	background: #f5f6f7; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#myAlternativeContent1{
 margin-bottom:2px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 268px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top:30px;
	margin-left:5px;
}
/*.twoColFixLtHdr #sidebar1 img{
border:solid #ccc 15px;
padding:5px;
}*/
	

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0px 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /*remember that padding is the space inside the div box and margin is the space outside the div box */
	*margin-left:140px;
	
} 
.twoColFixLtHdr #footer {
	background:#ffffff; 
	background-image:url(img/footer_line.gif);
	background-repeat:repeat-x;
	background-position:left top;
	background-attachment:scroll;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:48px;
	
} 
.twoColFixLtHdr #footer p {
	color:#828282;
	font-size:11px;
	margin: 5px; 
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.twoColFixLtHdr #footer p span{
color:#D91A16;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/***************************************************************************End of General layout styles ***********************************************/



/*******************************************Start the Header styles ***********************************************************************/
#header_top {
	background-color:#7f7f7f;
	height:33px;
	
}
#header_bottom {
	background-image:url(img/head_line.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:11px;
	margin-right:39px;
}
#flash {
	width:960px;
	height:400px;
	margin-left:0px;
	margin-top:0px;
	
}

.h_top {
	color:#eaeaea;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	padding-top:7px;
	margin-top:0px;
	padding-left:450px;
}
.contact_us {
	color:#545759;	
	font-size:10px;
	font-weight:bolder;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.envelope {
	padding-right:105px;
	padding-top:5px;
	float:right;
}
#logo {
    /*float:left;*/
 
}

/*****************************************************************End the header styles ****************************************************************/



/***************************************************Start the image replacements styles******************************************************************/
#sidebar1 h3.search{
text-indent: -5000px;
background:url(img/search_header.png) no-repeat;
width: 141px;
height:25px;
margin-top:5px;

}
#mainContent h1.featured{
font-size:1px;
text-indent: -5000px;
background:url(img/featured.png) no-repeat;
width: 182px;
height:16px;
margin-bottom:5px;
margin-top:2px;
}
#mainContent h1.luxury{
text-indent: -5000px;
background:url(img/ultimate.png) no-repeat;
width: 400px;
height:34px;
margin-top:20px;
margin-left:-4px;
}
#mainContent h1.our{
text-indent: -5000px;
background:url(img/collection.png) no-repeat;
width: 400px;
height:34px;
margin-top:20px;
margin-left:-4px;
}
#mainContent h1.destinations{
text-indent: -5000px;
background:url(img/owners.png) no-repeat;
width: 400px;
height:34px;
margin-top:20px;
margin-left:-4px;
}
#mainContent h1.service{
text-indent: -5000px;
background:url(img/services.png) no-repeat;
width: 400px;
height:34px;
margin-top:20px;
margin-left:-4px;
}
#mainContent h1.contact{
text-indent: -5000px;
background:url(img/contact_us.png) no-repeat;
width: 400px;
height:34px;
margin-top:20px;
margin-left:-4px;
}
#mainContent h1.results{
text-indent: -5000px;
background:url(img/results.png) no-repeat;
width: 400px;
height:34px;
margin-top: 30px;
margin-left:-4px;
}
#mainContent h1.booking_enquiry{
text-indent: -5000px;
background:url(img/booking.png) no-repeat;
width: 400px;
height:34px;
margin-top:20px;
margin-left:-4px;
}

#mainContent h1.details{
text-indent: -5000px;
background:url(img/details.gif) no-repeat;
width: 400px;
height:34px;
margin-top:20px;
margin-left:-4pxpx;
}
/**********************************************End the image replacements styles**********************************************************************/
#text a{
color:#D91A16
}

/***************************************************Start the Home page Featured Section Styles*********************************************************/

#featured {
z-index:99;	
 

}
#featured img {
display:block;	

}
.overlay {
	background-image:url(img/overlay_featured.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:165px;
	height:168px;
	z-index:2;
	position:absolute;
}
.overlay h3 {
	color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	text-align:center;
	margin-top:2px;
}
.overlay p {
	color:#d91a16;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	padding-right:5px;
	text-align:right;
	
}
.overlay p.links {
	margin:0px;
	padding:0px;
	text-align:right;
	padding-right:5px;
}
.overlay p.links a {
	color:#cbcaca;	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;	
	text-decoration:none;	
}
.overlay p.links a:hover {
	text-decoration:underline;	
}
#featured div.corners {
	/*width:421px;
	height:168px;
	z-index:1;
	position:absolute;
	 cursor: pointer;*/

}

.image_feature {
padding-left:165px;	
width:252px;
}


/***************************************************End the Home Page Featured Section Styles*************************************************************/



/***********************************************Start the main navigation styles******************************************************************** */
#menu {display:block; height:19px; padding-top:35px; padding-left:15px;}
#menu ul {margin:0; padding:0; list-style-type:none;}
#menu li {float:left; margin-right:1px; display:block;padding-right:45px; }
#menu li.list1 {background:transparent url(img/luxury.gif) no-repeat;width:183px;}
#menu li.list2 {background:transparent url(img/our_villas.gif)  no-repeat;width:176px;}
#menu li.list3 {background:transparent url(img/our_destinations.gif)  no-repeat;width:156px;}
#menu li.list4 {background:transparent url(img/at_your_service.gif)  no-repeat;width:74px;}
#menu li.list5 {background:transparent url(img/about_us.gif)  no-repeat;width:103px;}
#menu a {display:block; padding-top:19px; height:0; color:#000; text-decoration:none; overflow:hidden;}
* html #menu a:link, * html #menu a:visited {height:19px; he\ight:0;}

#menu a#ultimate_luxury {background:transparent url(img/luxury_over.gif) -115px -36px no-repeat;width:183px;}
#menu a#our_villas {background:transparent url(img/our_villas_over.gif) -115px -36px no-repeat;width:183px;}
#menu a#our_destinations {background:transparent url(img/our_destinations_over.gif) -115px -36px no-repeat;width:156px;}
#menu a#at_your_service {background:transparent url(img/at_your_service_over.gif) -115px -36px no-repeat;width:74px;}
#menu a#about_us {background:transparent url(img/about_us_over.gif) -115px -36px no-repeat;width:103px;}

#menu a#ultimate_luxury:hover {background-position:top left; z-index:50;}
#menu a#our_villas:hover {background-position:top left; z-index:50;}
#menu a#our_destinations:hover {background-position:top left; z-index:50;}
#menu a#at_your_service:hover {background-position:top left; z-index:50;}
#menu a#about_us:hover {background-position:top left; z-index:50;}
* html #menu a:hover {height:19px; he\ight:0;}
/*******************************************************End the main navigation styles**********************************************************************/



/*********************************************************Start of the text pages styles****************************************************************/

#text {
	color:#4F4F4F;	
	font-size:12px;
	line-height:18px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-right:20px;
	
}
.featuredIn {
background-image:url(img/featured_in.png);
    background-position:left top;
	background-repeat:no-repeat;
	width:451px;
	padding-left:14px;
	padding-top:20px;
	height:238px;
}
.featuredHome {
background-image:url(img/featured_in.png);
    background-position:left top;
	background-repeat:no-repeat;
	width:451px;
	padding-top:9px;
	padding-left:14px;
	margin-top:28px;
	min-height:225x;
  height:237px;

}
#ctl00_pnlSearch {
background-image:url(img/search_back.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-attachment:scroll;
	width:268px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 49px;
	min-height:212px;
  height:auto !important;
  height:212px;

}
.SearchButton {
padding-left:82px;
*padding-left:70px;
}

.villaDesc {

color:#4F4F4F;
font-size:11px;
line-height:1.8em;
padding:10px;
}
.leftStaticImage{
border: 15px solid #CCC;
padding:5px;
}