/* basic elements */
body { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #12406b;
	margin: 0;
	padding: 0;
	background: #cca06e url(images/wood-bg.jpg) top left repeat-x fixed;
	}
	
/* ---[ links ]------------------------------- */

a:link, a:visited {
	color: #1b86d6;
	}

a:hover {
	color: #4db9c3;
	}
	
#wrapper a {text-decoration: none;}
a img { border: none; text-decoration:none;}
#wrapper a:link img, #wrapper a:visited img { border: 1px solid #ffffff; text-decoration:none; } 
#wrapper a:hover img { border: 1px solid #1b86d6; text-decoration:none;}

#sidebar a:link img, a:visited img { border: 1px solid #fff; text-decoration:none; } 
#sidebar a:hover img { border: 1px solid #1b86d6; text-decoration:none;}
	
/* structure divs */

#page-wrapper {
	margin: 0 auto;
	width: 840px;
 	text-align: left;
 	padding: 0 0 0 20px;
 	border: 0;
	}

html>body #page-wrapper {
	background: url(images/fade.png) repeat-y left top;
}
	
#page {
	width: 800px;
	padding: 0 5px;
	background: #fcebd2;
	}
	
#header {
	width:800px;
	height:52px;
	padding-bottom: 37px;
	background-image: url(images/nav-hr.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	}
	
#slideshow-logo {
	width:800px;
	padding-bottom: 37px;
	background-image: url(images/logo-hr.jpg);
	background-repeat: no-repeat;
	background-position:bottom;

	}
	
#slideshow {
	width:470px;
	float:left;
	}

#logo a {
	display:block;
	width:330px;
	background: url(images/logo.jpg) top left no-repeat;
	height:300px;
	border-bottom:none;
	text-decoration:none;
	text-indent:-1000px;
	float:right;
	overflow:hidden;
	}
	
#container {
	width:800px;
	background: #ffdca8 url(images/page-bg.jpg) top left repeat-y;
	padding-bottom:50px;
	color:#12406b;
	}
	
#sidebar
{
	float: right;
	width: 243px;
	font-size: 130%;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	padding-left:0;
	color: #ac5e32;
}
	
#main-content {
	float:left;
	width:537px;
	background: transparent;
	font-size: 140%;
	line-height: 1.3em;
	padding: 0 10px;
	}
	
#wrapper {
	float:left;
	width:545px;
	}

/* ---[ footer stuff ]------------------------------- */

#footer {
	margin-top:5px;
	width:800px;
	background: #fcebd2;
	background: url(images/footer-middle.gif) 0 100px repeat-x;
	}
	
#footer-top {
	padding-top:70px;
	background: url(images/footer-top.jpg) top left no-repeat;
}

#footer-bottom {
	padding-bottom:45px;
	background: url(images/footer-bottom.jpg) bottom left no-repeat;
overflow:visible;
height:120px;
}

#footer .footer-module {	
	width:20%;
	float:left;
	text-align: center;
}

#footer .lifestyles {width:16%;}
#footer .concept {width:23%;}
#footer .residencias {width:20%;}
#footer .in-good-hands {width:20%;}


#footer ul {
	text-align:left;
	font-size:85%;
	padding:0 0 0 15px;
	margin:0;
	color:#682721;
	line-height:150%;
}

#footer ul {
	margin-left:0;
}

#footer h3 {
	font-family:Georgia, Times, "Times New Roman", serif;
	text-shadow: 2px 2px #FFF;
	text-align:left;
	color:#ae1030;
	margin:0 0 10px 0;
}

#footer a {
		color:#682721;
		text-decoration:none;
		border:none;
		}

#footer a:hover {
		text-decoration:underline;
		
}

#keywords {
	display: none;
	}

#tag {
	position: absolute;
	z-index: 100;
	float: none;
	left: 100%;
	top:0px;
	width: 193px;
	height: 105px;
	background: url(images/tag.png) top right no-repeat;
	overflow:visible;
	margin: 0 0 0 -193px;
	display: block;
	}
	

/* universal code to clear floats even in IE/Mac, politely borrowed from http://positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* type styling */

h2 span {display: none;}

.shighlight {
	background: #fcf6d2;
	color: #d23d52;
	}

.tiny, a.tiny, #pagebody h1 {
	font-size: 50%;
	margin: 0 0 0 3px;
	padding:0;
	}
	
.caption {
	font-size: 50%;
	padding:0;
	margin:0;
	}

.quiet {
	display: none;
	}
		
	
/* This nav system is based on Dan Cederholm's amazing tutorial here: http://www.simplebits.com/notebook/2003/09/30/accessible_imagetab_rollovers.html */


/* simplenav list menu */



#topnavlist {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 52px;
	display: inline;
	overflow: hidden;
	width: 800px;
	}
	
#topnavlist li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#topnavlist a {
	float: left;
	padding: 52px 0 0 0;
	overflow: hidden;
	height: 0 !important; 
	height /**/:52px; /* for IE5/Win */
	}
	
#topnavlist a:hover {
	background-position: 0 -52px;
	}

#topnavlist a:active, #topnavlist a.selected {
	background-position: 0 -104px;
	}
	
#topnav01 a  {
    width: 194px;
    background: url(images/topnav01.jpg) top left no-repeat;
    }
        
#topnav02 a  {
    width: 203px;
    background: url(images/topnav02.jpg) top left no-repeat;
    }
        
#topnav03 a  {
   width: 187px;
   background: url(images/topnav03.jpg) top left no-repeat;
   }
        
#topnav04 a  {
   width: 216px;
   background: url(images/topnav04.jpg) top left no-repeat;
   }
   
a#sales-contact {
	margin-left:805px;
	position:absolute;
	top:100px;
	display:block;
	float: right;
	padding:0;
	padding: 152px 0 0 0;
	overflow: hidden;
	width:30px;
	height: 0 !important; 
	height /**/:152px; /* for IE5/Win */
	border:none;
	background: url(images/sales-contact-new.gif) 0 0 no-repeat;
	text-indent:-5000px;
	}

a#sales-contact:hover {

	background-position: -30px 0;

	}


/* sidebar menu */

	
#sidebar h2.submenutitle {
	margin-top:5px;
    margin-bottom: 20px;
    height: 42px;
    background: transparent url(images/sidebar-options.gif) left top no-repeat;
	}

#sidebar h2.relatedtitle {
    margin-bottom: 20px;
    height: 42px;
    background: transparent url(images/sidebar-downloads.gif) left top no-repeat;
	}

#sidebar h2.newstitle {
	margin-top:5px;
    margin-bottom: 20px;
    height: 42px;
    background: transparent url(images/sidebar-news.gif) left top no-repeat;
	}

#sidebar h3 {
	font-size: 120%;
	margin: 0 !important;
	}

#sidebar p {
	margin: 0 !important;
	padding: 0 !important;
	}
	
.news {
	font-size:12px; 
	font-family: Helvetica, arial, sans-serif; 
	line-height: 1.2em;
	margin-left:15px;
	width: 200px;
	}

/* subnav list menu */


#sidebar ul {
	list-style-position: inside;
	margin-left: 17px;
	padding: 0;
	margin-bottom: 40px;
	font-size:.7em;
	line-height: 1.7em;
	}
	
#sidebar li { 
	list-style-type: none;
	}
	
#sidebar a.selected 	{
	color: #4db9c3;
	border-bottom: 1px solid #4db9c3;
	}

.subnavlist {
	font-size: .9em !important;
	font-weight: bold;
	}

/* formmating for downloads */

#downloads { margin: 0 17px;}

#dlwrapper { font-size: 12px; line-height: 1.2em; margin: 10px 0 20px 0; }
.dl-tn { float: left; }
.dl-text { margin: 0 0 0 75px; }
.dl-text a { font-weight: bold; }
#downloads p { margin:0; padding:0; !important}

#downloads h4 { margin:0; padding:0; }
#downloads .tiny { margin:0; padding:0; !important}



/* main content area */

#main-content h2.introduction {background: transparent url(images/01-introduction.gif) left top no-repeat;}
#main-content h2.services_rentals_security {background: transparent url(images/01-services_security.gif) left top no-repeat;}
#main-content h2.general_amenities {background: transparent url(images/01-general_amenities.gif) left top no-repeat;}
#main-content h2.residence_features {background: transparent url(images/01-residence_features.gif) left top no-repeat;}
#main-content h2.interior_decorator_options {background: transparent url(images/01-interior_decorator_options.gif) left top no-repeat;}
#main-content h2.the_details {background: transparent url(images/01-the_details.gif) left top no-repeat;}
#main-content h2.masterplan {background: transparent url(images/02-masterplan.gif) left top no-repeat;}
#main-content h2.oceanview_houses {background: transparent url(images/02-oceanview_houses.gif) left top no-repeat;}
#main-content h2.beachfront_houses {background: transparent url(images/02-beachfront_houses.gif) left top no-repeat;}
#main-content h2.villas {background: transparent url(images/02-villas.gif) left top no-repeat;}
#main-content h2.penthouses {background: transparent url(images/02-penthouses.gif) left top no-repeat;}
#main-content h2.playa_y_pueblo {background: transparent url(images/03-playa_y_pueblo.gif) left top no-repeat;}
#main-content h2.locations {background: transparent url(images/03-locations.gif) left top no-repeat;}
#main-content h2.activities {background: transparent url(images/03-activities.gif) left top no-repeat;}
#main-content h2.developer_info {background: transparent url(images/04-developerinfo.gif) left top no-repeat;}
#main-content h2.owning_land_in_mexico {background: transparent url(images/04-owning_land_in_mexico.gif) left top no-repeat;}
#main-content h2.getting_here {background: transparent url(images/04-getting_here.gif) left top no-repeat;}
#main-content h2.progress_photos {background: transparent url(images/04-progress_photos.gif) left top no-repeat;}
#main-content h2.sales_contact {background: transparent url(images/04-sales_contact.gif) left top no-repeat;}
#main-content h2.thank_you {background: transparent url(images/05-thank_you.gif) left top no-repeat;}


/*content area */

    
#main-content h2 {
    margin: 5px 0 20px 0;
    height: 42px;

    position:relative;
   	left:-10px;
	}

#main-content h3 {
    font-size: 110%;
    margin: 20px 0 0 0;
    padding:0;
    text-shadow: 2px 2px #ffc17a;
    color:#12406b;
}

#pagebody {
padding: 0 12px 0 13px;
}

#pagebody h2
{
	font-size: 160%;
	margin: 20px 0 0 0;
	padding: 0;
	text-shadow: 2px 2px #ffc17a;
	color: #1b86d6;
	left:0;
	height:auto;
}

#pagebody h2.first{margin: 20px 0 0 0;}

#pagebody p { margin: 0; padding: 10px 0; }

/* content area list */

#pagebody ul, ol {
	padding: 0;
	margin: 5px 0;
	list-style-type: none;
	}

#pagebody li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 1.2em;
	}

.pagebody-image {
	float: left;
	}

/* Residencias pages structure */


.house { }
.house-tn { float: left; width: 170px; clear:left; margin-bottom: 10px; }
/* .house-tn img a { float: left; clear: left;} */
.house-text { margin: 0 0 0 170px;}
.house-text ul li { font-size: 70%; line-height: 1.6em; padding-left: 1.6em !important;}

.house-tn p { margin:0 !important; padding:0 !important; }



hr {
  display: none;
	}

#pagebody hr {
	display: block !important;
	color: #fff;
	background-color: #fff;
	height: 3px;
	border: 0;
	margin: 20px 0 0 0;
	}
	
.content {
	padding: 0 20px 20px 20px;
	}


	
/* image styling */

p img, .dlthumbnail img, .house-tn a img, #downloads a img {
	margin: 0 5px 5px 0;
	padding:3px;
	border:1px solid #ffc17a;
	background: #fff;
	}
	
img.floatleft {display:block; float:left; margin:10px 15px 10px 0;}
img.floatright {display:block; float:right; margin:10px 0 10px 10px;}

	
/* table formmating - ah using tables for tabular data, how cool is that? */	
	
#availabilitychart {
	width: 100%;
	margin: 10px 0 0 0;
	padding:0;
	border:0;
	font-size: 90%;
	color: #000;
	font-weight: bold;
	border-collapse:collapse;
	}
#availabilitychart td {
	padding: 2px;
	border-top: solid 3px #ffdcaa;
	}
#availabilitychart th {
	background: #01eeff;
	text-align: center;
	border-top: solid 3px #ffdcaa;
	border-right: solid 3px #ffdcaa;
	}
#availabilitychart .house {
	padding-left: 10px;
	text-align: left;
	}
#availabilitychart .status {
	text-align: center;
	}
#availabilitychart .price {
	padding-right: 10px;
	text-align: right;
	}

#availabilitychart .sold {
	background: #ec6975;
	}
#availabilitychart .reserved {
	background: #f3f64b;
	}
#availabilitychart .available {
	background: #7fe169;
	}
	



/* formmating for downloads */

/*

#downloads {
	margin:0;
	padding:10px 0 30px 0;
	}
.dlwrapper {
	float:left;
	width: 250px;
	padding:0px;
	}
#dlwrapper2 {
	float: left;
	width: 40%;
	padding:0px;
	}
.dlthumbnail {
	margin:0;
	padding:0;
	float: left;
	}
.dlthumbnail a {
	}
.dlcontents {
	margin: 10px 0 0 125px;
	}
.dlcontentslist {
	font-size: 70%;
	line-height: 1.2em;
	list-style-position: inside;
	margin:0;
	padding: 0;
	}
.dlcontentslist li{
	}
*/	

/* form styles */

#contactform {
	padding: 10px;
	background: url(images/form-bg.png) top left;
	margin:0;
	}
	
form {
	width: 485px;
	text-align: left;
}

fieldset {
	margin: 1em 0;
	border: solid #ecb06c 1px;
	padding: 10px 15px 0 15px;
	clear:both;
}

form legend {
	padding: 3px;
	background-color:transparent;
	font-weight:bold;
	color:#1b86d6;
	font-size:70%;
	text-shadow: 2px 2px #FFF;

}

form label {
	display: block;
	width: 400px;
	font-size: 80%;
	line-height: 14px;
	padding: 0px 0px 12px 0px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}

form label.field-first,
form label.field-address,
form label.field-country,
form label.field-email {
	clear: left;
}


form label.field-first,
form label.field-last,
form label.field-country,
form label.field-email,
form label.field-phone {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 150px;
}

form label.field-first input,
form label.field-last input,
form label.field-email input,
form label.field-country input,
form label.field-phone input {
	float: left;
	width: 150px;
	padding: 0px;
}

form label.field-state {
	float: left;
	margin-right: 10px;
	width: 60px;
}

form label.field-state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.field-zip {
	float: left;
	width: 80px;
}

form label.field-zip input {
	float: left;
	width: 80px;
}

form label.field-address {
	float: left;
	width: 310px;
	margin: 0px 0px 0px 0px;
}

form label.field-address input {
	float: left;
	width: 310px;
	padding: 0px;
}

form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4,
form input#radiobutton_5 {
	clear: left;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

form label.radioitem {
	clear: none;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 15px 0px;
}

textarea {
	display: block;
}

form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
}

form label.field-checkbox {
	clear: none;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 15px 0px;
}

form textarea {
	margin-top: 3px;
}

form label.nospam {
	font-size: 60%;
}

form .menu {margin-bottom:15px; display:block;}

.requiredLabel {color:#999;}
.errFld {background-color:#f5b088;} 
.errMsg { color: #900;} 


