body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
	background-color:#ffffff;
	color:#D2C5A6;
	font-family: "ubuntu", Arial, Helvetica, sans-serif;, font-variant: small-caps;
	font-size: 75%;
}



#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:hidden; 			/* restore scrollbars for the content */
	height:100%;
	width:100%;	/* Make the new body fill the screen */
	left: 0px;	/*background: url('../images/ui/raster_bg_grad.png') repeat-x top left; /* this is just a fancy raster, you can remove it; I kinda like it though */
	/*top: 5px;*/
	text-align:center;
}



#header {
	width:100%;
	position:absolute;
	margin:0;
	padding:0;
	left:0;
	height:85px;
	top: 15px;
	z-index:200;
	}

	.img {
	float: right;
	padding-top:20px;
	padding-right: 20px;
	
	}
	
		

#logo {
	position:absolute;
	left: 0px;
	width: 25%;
	height:85px;
	background-image: url('../images/ui/logo_bg.png');
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	z-index:999;
	}
	
#menu {
	position:absolute;
	left: 25%;
	height:85px;
	width:75%;
	background-image: url('../images/ui/black_trans.png');
	z-index:999;
	float:right;
	margin-left:10px;
}

#language_menu
{
position:absolute;
margin: 0px;
padding-top: 10px;
right:10px;
height: 0px; /*25px;*/
z-index:999;
float:right;
visibility:hidden;
}
	.top_bar_text
	{
	color:#D2C5A6;
	font-variant:small-caps;
	font-size:12px;
	}

#footer
{
position:absolute;
	top: 95%;
	height:25px;
	width:100%;
	background-image: url('../images/ui/black_trans.png');
	z-index:90;
	}
	
	.external_links {
	position: relative;
	left: 0px;
	float: left;
	margin-left: 15px;
	margin-top:5px;	
	color:#D2C5A6;
	
	font-size:11px;
	}
	.copyright_links {
	position: relative;
	right: 0px;
	float: right;
	margin-top:5px;	
	margin-right: 15px;
	color:#D2C5A6;
	
	font-size:11px;	
	}
	
	
	
#info_text_box
{
	position: absolute;
	top:110px;
	width: 25%;
	background-image: url('../images/ui/white_trans.png');
	background-repeat:repeat;
	overflow:visible;
	z-index:200;
	left: 0px;
	text-align:left;
}

.text{
	padding: 20px;
	margin:15px;
	float: left;
	overflow:hidden;
	text-align:left;

}



#hide_btn{ 
position: absolute;
width: 110px;
top:110px;
height: 25px;
z-index: 400;
background-image:url('../images/ui/white_trans.png'); 


}
.img2{padding: 5px;}

#secondary_nav{
	position: absolute;
	left:25%;
	top:100px;
	height: 35px;
	z-index: 150;
	margin:10px;
	background-image:url('../images/ui/black_trans.png');
	color:#999999;
	}
	.nav{padding:10px 30px;}
	
	
#flash_content{
/* align to top bar- smaller SWFs*/
	position:absolute;
	height:495px;
	width:500px;
	top: 100px;
	left: 25%;
	margin:10px;
	padding:0;
	overflow:hidden;
	z-index:100;
	text-align:left;
		}
	#flash_content2 
	{
	/* center to page*/
	position:absolute;
	top: 110px;
	left: 25%;
	margin:10px;
	padding:0;
	overflow:hidden;
	-moz-box-shadow: 0 0 25px  #000;
	-webkit-box-shadow: 0 0 25px #000;
	box-shadow: 0 0 25px #000;
	z-index:100;
	text-align:left;
	display:block;
	}
	
	#flash_holder2
	{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	padding:0;
	margin:0;
	overflow:hidden;
	}
	/* FLASH STUFF FOR DEL */
	
	
	#resort_plan_map
	{
	/* center to page*/
	position:absolute;
	top: 110px;
	left: 25%;
	margin:10px;
	width:905px;
	height:484px;
	padding:0;
	overflow:hidden;
	-moz-box-shadow: 0 0 25px  #000;
	-webkit-box-shadow: 0 0 25px #000;
	box-shadow: 0 0 25px #000;
	z-index:100;
	text-align:left;
	display:block;
	}
	
	#map_holder2
	{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	padding:0;
	margin:0;
	overflow:hidden;
	
	}
	#resort_plan_map_holder
	{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	padding:0;
	margin:0;
	overflow:hidden;
	
	}
	
	.thumbmap_bg {
		background-image:url('../images/ui/thumbmap_bg.png'); 
		width:40px; height:55px; padding:6px 10px;
		  cursor: pointer; cursor: hand;
		  visibility:hidden;
		  }
	.thumbmap_bg img {	-webkit-box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.7);
          box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.7);}
	.image_popup{
		background-image:url('../images/ui/black_trans2.png');
		padding:10px;
		-webkit-box-shadow:  0px 0px 250px 10px rgba(255, 255,255, 0.9);
        box-shadow:  0px 0px 250px 10px rgba(255, 255, 255, 0.9);}
	.download_btn
	{
		background-color: rgba(0,0,0,.8);
		padding:5px 10px;
		width:auto;
		margin:0px;
		position:absolute;
		bottom:0;
		left:0;
		
	}
	.top_title
	{
	background-color: rgba(0,0,0,.6);
		padding:5px 10px;
		width:auto;
		margin:0px;
		position:absolute;
		top:0;
		right:0;
		color:#D2C5A6;
		}
		
	#villa_content
	{
	/* center to page*/
	position:absolute;
	top: 150px;
	left: 25%;
	width:905px;
	height:502px;
	margin:5px 10px 10px 10px;
	padding:0;
	overflow:hidden;
	z-index:100;
	text-align:left;
	-moz-box-shadow: 0 0 25px  #000;
	-webkit-box-shadow: 0 0 25px #000;
	box-shadow: 0 0 25px #000;
	}
	
	.text_only_content
		{
	width:70%;
	position:relative;
	left: 25%;
	top: 110px;
	background-image: url('../images/ui/white_trans.png');
	background-repeat:repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-top:10px;
	padding-bottom:20px;
	margin:10px;
	text-align:left;
	}
	
#press_content{
	position:absolute;
	overflow:hidden;
	width:50%;
	height: 580px;
	left: 25%;
	top: 100px;
	margin: 10px;
	background-image: url('../images/ui/white_trans.png');
	background-repeat:repeat;
	}
	
	.press_thumbs{
	position:relative;
	width: 80px;
	height:180px;
	margin:10px;
	float:left;

	}
	
	.press_thumbs.img{
	padding:10px 10px 40px 10px;border:none; outline:0;
	}
	
	.fixedwidth {
	border:none; outline:0;
	width: inherit;
	height: auto;
	position: relative;
	overflow: auto;
}

#contact
{
position:absolute;
	overflow:hidden;
	width:500px;
	height: 425px;
	left: 25%;
	top: 100px;
	margin: 10px;
	padding: 20px 50px 20px 50px ;
	background-image: url('../images/ui/white_trans.png');
	background-repeat:repeat;
	}
	
	
	#contact-area{
	width: 400px;
	}
	
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 200px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #ccc;
	
}

#contact-area textarea {
	height: 90px;
}
#contact-area select {
	width:210px;
	padding: 2px;
	margin: 0px 0px 5px 0px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #666;
}

#contact-area input.submit-button {
	width:128px;height:46px;
	border:0;
	float: right;
}

label {
	float: left;
	text-align: right;
	width: 160px;
	padding-top: 5px;
	
}
