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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:12px;
}

/********************LINKS********************/

a.subtle:link, a.subtle:active, a.subtle:visited {
	color:#CCC;
	text-decoration:none;
}

a.subtle:hover {
	color:#e1185c;
	text-decoration:underline;
}

a.pink:link, a.pink:active, a.pink:visited {
	color:#e1185c;
	text-decoration:none;
}

a.pink:hover {
	color:#e1185c;
	text-decoration:underline;
}

a.footer:link, a.footer:active, a.footer:visited   {
	color:#333;
	text-decoration: none;
}

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

a.img:link, a.img:active, a.img:visited, a.img:hover   {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#e1185c;
	text-align:left;
	text-decoration: none;
}


/********************GENERAL********************/
#holder {
	margin:0;
	position:absolute;
	width:100%;
}

#site {
	width:900px;
	position:relative;
	padding-bottom:20px;
	background-color:#000;
}

.clear{
	clear:both;	
}

#header {
	width:900px;
	height:175px;
	position:relative;
	background-image:url(../images/header-pattern.jpg);
}

#logo{
	width:200px;
	height:145px;
	float:left;	
}

#contact{
	float:right;
	padding-top:40px;
}

.line{
	width:900px;
	height:1px;
	background-color:#666;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:11px;
}

.spacer20horz{
	width:900px;
	height:20px;
}

.spacer20vert{
	width:20px;
	height:20px;
	float:left;
}


/********************NAVIGATION********************/
.menu{
	width: 100%;
	}

.menu ul{
	margin: 0;
	padding: 0;
	}

.menu ul li{
	display:inline;
	float:left;
	padding-bottom:5px;
	
	}

.menu ul li a{ 
	text-decoration: none;
	color: #fff;
	padding: 5px 15px 5px 15px;
	}

.menu ul li a:hover, .menu ul li .current{
	color: #fff;
	background-color:#333;}
	
.tourNav{
	width:82px;
	text-align:center;
	
}

.conciergeNav{
	width:88px;
	text-align:center;
}

.clubNav{
	width:52px;
	text-align:center;
}

.villaNav{
	width:118px;
	text-align:center;
}

.boatsNav{
	width:58px;
	text-align:center;
}

.carsNav{
	width:50px;
	text-align:center;
}

.foodNav{
	width:52px;
	text-align:center;
}

.eventsNav{
	width:64px;
	text-align:center;
}

.artistsNav{
	width:64px;
	text-align:center;
}

.testimonialsNav{
	width:102px;
	text-align:center;
}

.galleryNav{
	width:70px;
	text-align:center;
}

.contactNav{
	width:100px;
	text-align:center;
}


/********************HOMEPAGE********************/
#home-intro{
	width:360px;
	height:280px;
	float:left;
	background-color:#141414;
	padding:10px;
	text-align:justify;
}

#home-flash{
	width:498px;
	height:300px;
	float:left;
	background-color:#141414;
	float:right;
}


/********************TOUR PAGE********************/
#tour-left{
	width:360px;
	height:auto;
	float:left;
	background-color:#141414;
	padding:10px;
	text-align:justify;
}

#tour-image{
	width:500px;
	height:280px;
	background-color:#141414;
	float:right;
}

#tour-subLeft{
	width:220px;
	height:auto;
	float:left;
	background-color:#141414;
	padding:10px 10px 15px 10px;
	text-align:justify;
}

#tour-subRight{
	width:220px;
	height:auto;
	float:right;
	background-color:#141414;
	padding:10px 10px 29px 10px;
	text-align:justify;
}

#tour-reservation{
	width:480px;
	height:auto;
	padding:28px 10px 28px 10px;
	background-color:#141414;
	float:left;
	background-image:url(../images/tour/reservation-bkg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

/********************GALLERY********************/

#main-gallery{
	width:900px;
	height:auto;
	float:left;
	background-color:#000;
}

.img240{
	float:left;
	padding: 30px 30px 30px 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#e1185c;
	text-align:left;
}

.img75{
	float:left;
	padding: 10px 10px 10px 10px;
}


/********************CONTACT********************/
#swirl-left{
	width:100px;
	height:320px;
	float:left;
	background-color:#000;
}

#swirl-right{
	width:100px;
	height:320px;
	float:right;
	background-color:#000;
}

#contact-form{
	width:680px;
	height:auto;
	float:left;
	background-color:#141414;
	padding:10px;
	text-align:justify;
}

#contact-left{
	width:275px;
	height:auto;
	float:left;
	padding-top:20px;
}

#contact-right{
	width:405px;
	height:auto;
	float:right;
	padding-top:20px;
}

.form-field{
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	padding-top:3px;
	padding-bottom:3px;
}

#message-hldr
{
	float: right;
	clear: both;
}

#submit-btn{
	padding-top:10px;
	float: right;
}




.error
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#e1185c;
	text-align:centre;
	padding-bottom:20px;
}
