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



html, body {
	margin: 0;
	padding: 0;
	background: url(../_images/backg.jpg) repeat scroll 0 0;
	background-color:#d7c6ab;
	text-align: center; /* leave so page is centered in IE */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font,  ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

img { 
	border:0px; 
	margin:0px;
	padding:0px;
} 



/* a -  links */

a{
	color: #d86d40;
	outline: none;
	text-decoration:underline;
}

a img {
	border: none;
	outline:none;
}

a:hover {
	text-decoration:none;
}

/* Extras */

.clearfix{
	clear:both;
}

/* makes image links have no border in IE */

a img {
	border: none;
	outline:none;
}

/* main continual content */

/* HEADER ETC */

#main-wrapper {
	margin-left: auto; 
	margin-right: auto;
	width:960px;
	text-align:left;
}

#header {
	width: 960px;
	height: 141px;
}

/* Location Page */

.loca-left{
	float:left;
	padding: 50px 20px 30px 40px;
	width: 440px;
	line-height: 1.5em;
}

.loca-right {
	background-color: #FFFFFF;
	border:1px solid #5c4b3b;
	float:left;
	padding:10px 10px 5px 10px;
	margin: 40px 0px 0px 0px;
	width:430px;
}

.loca-link {
	float:left;
	width:430px;
	padding: 10px 0px 10px 10px;	
}

/* La Manga Page */

.club-right-list1{
	float:left;
	padding: 0px 0px 0px 0px;
	width: 200px;
}

.club-right-list2{
	float:left;
	padding: 10px 0px 0px 20px;
	width: 200px;
}


/* HOMEPAGE ELEMENTS */

.sub-title-bar{
	width: 960px;
	height: 56px;
	padding: 9px 0px 0px 0px;
}

#home-content{
	width: 960px;
	float: left;
	margin-bottom: 20px;
}

.home-left{
	float:left;
	padding: 10px 20px 0px 20px;
	width: 410px;
	line-height: 1.5em;
}

.home-right{
	float:left;
	padding: 10px 20px 0px 0px;
	width: 430px;
	margin-left: 20px;
}

.home-right-list1{
	float:left;
	padding: 10px 0px 0px 20px;
	width: 230px;
}

.home-right-list2{
	float:left;
	padding: 10px 20px 0px 20px;
	width: 220px;
}

.home-buttons-left{
	float:left;
	background:url(../_images/home-button-bk.jpg) no-repeat;
	width:164px;
	height:40px;
	padding: 20px 10px 0px 20px;
	margin-left: 270px;
}

.home-buttons-right{
	float:left;
	background:url(../_images/home-button-bk.jpg) no-repeat;
	width:164px;
	height:40px;
	padding: 20px 10px 0px 20px;
	margin-left: 25px;
}

/* Villa Content */

#villa-content{
	width: 960px;
	margin-bottom: 20px;
}

.villa-details{
	float:left;
	width:90px;
	height:120px;
	padding: 05px 15px 05px 0px;
	text-align: center;
}

.villa-links{
	float:left;
	padding:0px 0px 0px 0px;
	width: 350px;
}

.villa-text {
	font-family:"Bookman Old Style",Times New Roman, "Times", serif;
	font-size:12px;
	color: #5c4b3b;
	font-weight: lighter;
	line-height: 1.5em;
}

.villa-text a { text-decoration:none; }

.sub-title-villa-pages{
	width: 960px;
	height: 56px;
	padding: 0px 0px 0px 0px;
}

/* Pages Content */

#page-content{
	width: 960px;
	background:url(../_images/pages-bk.jpg) no-repeat;
	padding: 0px 0px 0px 0px;
	min-height: 250px;
}

/* Homepage Nav */

#nav {
	float:left;
	height:42px;
	width:630px;
}

.push{
	float:left;
	height: 42px;
	width:330px;
}

#iconbar {
	float:left;
	width: 630px;
	height:42px;
	padding: 0;
	margin: 0;
}

#iconbar ul{
	padding:0;
	margin:0;
}

#iconbar li{
	float: left;
	display:inline;
	position: relative;
	padding: 0;
	margin: 0;
}

#iconbar span {
	position: absolute;
	top: -50px;
	left: -80px;
	display: none;
	background: url(ttbg.jpg) no-repeat;
	width: 110px;
	height: 35px;
	text-align: center;
	padding: 5px;
	line-height:110%;
	color:#000000;
}


/* FOOTER!!!!!! */

#footer{
	background:url(../_images/footer-bk.jpg) no-repeat;
	width:960px;
	height:150px;
	padding: 0px 0px 0px 0px;
	float: left;
	margin-top:20px;
}

.footer-credit{
	width:920px;
	height:30px;
	padding: 40px 20px 0px 20px;
	float: left;
}

.footer{
	font-family:"Bookman Old Style",Times New Roman, "Times", serif;
	font-size:10px;
	color: #5c4b3b;
	font-weight: lighter;
	line-height: 1.5em;
}

.footer a{
	color: #d86d40;
	outline: none;
	font-size:12px;
	text-decoration: none;
}


/****** END HEADER ******/



/* Fontland */

h1 {
	font-family:"Bookman Old Style",Times New Roman, "Times", serif;
	color: #d86d40;
	font-size:16px;
	font-weight: lighter;
}

h2 {
	font-family:"Bookman Old Style",Times New Roman, "Times", serif;
	color: #d86d40;
	font-size:16px;
	line-height: 2em;
	font-weight: lighter;
}

h3 {
	font-family:"Bookman Old Style",Times New Roman, "Times", serif;
	color: #d86d40;
	font-size:16px;
	font-weight: lighter;
}

p {
	font-family:"Bookman Old Style",Times New Roman, "Times", serif;
	font-size:14px;
	color: #5c4b3b;
	font-weight: lighter;
	line-height: 1.5em;
}

.phone-no { 
	font-family:"Bookman Old Style",Times New Roman, "Times", serif;
	font-size:18px;
	color: #5c4b3b;
	font-weight: lighter;
	line-height: 1.5em;
}

.local-area { 
	font-family:"Bookman Old Style",Times New Roman, "Times", serif;
	font-size:14px;
	color: #5c4b3b;
	font-weight: lighter;
	line-height: 1.5em;
}

ul {
	font-family:"Bookman Old Style",Times New Roman, "Times", serif;
	font-size:12px;
	color: #5c4b3b;
	font-weight: lighter;
	line-height: 1.5em;
	list-style-image:url(../_images/bullet.jpg);
	padding:0px 0px 0px 15px;
}

ul a {
	text-decoration:none;
	color: #5c4b3b;
}

ul a:hover {
	text-decoration:none;
	color: #d86d40;
}

ul.lamanga{
	font-family:"Bookman Old Style",Times New Roman, "Times", serif;
	font-size:14px;
	color: #5c4b3b;
	font-weight: lighter;
	line-height: 1.5em;
	list-style-image: none;
	list-style-type:none;
	padding:0px 0px 0px 0px;
}

ul.lamanga a {
	text-decoration:none;
	color: #d86d40;
}

ul.lamanga a:hover {
	text-decoration:none;
	color: #d86d40;
}

/* Easy Slider */


.overlay{
	height:0px;
	zoom:1;
	position:absolute;
}

.image-overlay{
	position:relative;
	top:-376px;
	left:0px;
}


#window_home{
	width: 960px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	text-align: center;
	height: 376px;
}

#slider{
	width: 902px;
	padding: 0px 0px 0px 20px;
	margin: 0;
	height: 376px;
	min-height: 376px;
} 

#slider ul, #slider li,
#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width: 902px;
		height: 376px;
		overflow:hidden; 
		}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
#nextBtn, #slider1next{ 
		left:696px;
		}														

#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	
#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{ outline:none; }
	
/* // Easy Slider */

/* CONTACT FORM */

#contact-content{
	width: 960px;
	float: left;
}

/* form styles */

#contact_form{
	padding: 20px 20px 10px 0px;
	width: 500px;
	float: left;
}

.formText{
	text-align:left;
	line-height: 1.5em;
	float: left;
	width: 420px;
	margin: 20px 0px 20px 0px;
	font-family:"Bookman Old Style",Times New Roman, "Times", serif;
	font-size:14px;
	color: #5c4b3b;
	font-weight: lighter;
}

.red {
	color:#CC0000;
}

.formLabel{
	color: #5c4b3b;
	font-size:16px;
	width: 160px;
	float: left;
	padding-right: 10px;
}

.buttonLabel{
	color: #5a5a5a;
	font-size:14px;
	width: 71px;
	padding-left: 170px;
}

.box{
	border: 1px solid #989898;
	font-size:12px;
	padding: 4px 2px 2px 2px;
}

.box2{
	border: 1px solid #b3b3b3;
	font-size:12px;
	padding: 4px 2px 2px 2px;
}

#error {
	color: #be1f25;
	}
	
/* IFRAME */

.iframe { width:430px; height:700px; frameborder:0; scrolling:no; margin-height:0; margin-width:0;}
