v/*********************************************
	STYLES FOR BROWSER
	1. Developer, this is the individual 
	   css file for a web browser
	2. Please keep your code CLEAN. 
	3. Bring over ANY custom tags. 
	4. Make SURE to test the "Big 5" Browsers:
		-- IE7, IE8 - A MUST! 
		-- Firefox
		-- Chrome
		-- Safari
		-- Opera
*********************************************/
html, body{
	margin:0;
	padding:0;
}

body { /* Use both the px/em variable */
	font: 11px/1.3em Verdana, Geneva, sans-serif; 
	color: #000;
	background:#ffffff url(/images/bg-top.jpg) center top repeat-x; 
}

		
a { /* default link styles*/
	color:#e86238;
	text-decoration: none;
}
	
	a:hover{
		color:#000000;
		text-decoration: underline;
	}

.wrapper{ /* This is where you would change by default. A SAFE width is 320px */
	width: 1050px;
	margin:0 auto;
}





/*********************************************
	STANDARD TAGS:
	These are our standard tags. YOU MUST
	USE THESE TO HAVE THE SITE WORK PROPERLY
	WITH MOBILE AND DEFAULT CSS
	1) .header
	2) .main-nav -- located in nav.css
	3) h1, h2, h3, h4, h5
	4) .breadcrumbs
	5) .content
		-- .col-1
		-- .col-2 
		-- .col-3
		-- Make more if needed.
	6) .footer
*********************************************/

.header { 
	z-index: 1000;
	position: relative;
	margin:0 0 10px 0;
}

h1 { /* This will use the same admin controlled headers */
	background-repeat: no-repeat;
	height: 24px; 
	display: block;
	margin:0 0 0 -5px;
}


.vip-coupon {
	background-image:url(/images/coupon-vip.png);
	background-repeat:no-repeat;
	height: 300px;
	width: 615px; !important
	text-align: center;
}
.vip-coupon-name {
	padding-top:190px; 
	width:615px; !important
	text-align: center;
}

.sprite-header{
	background-image:url(/images/titles.png);
	background-repeat:no-repeat;
}

.sprite-header{text-indent:-9999px; height:40px; }


/* graphic page titles */
h1.about{background-position:0 0;}
h1.contact{background-position:0 -40px;}
h1.tour{background-position:0 -80px;}
h1.kahuna{background-position:0 -120px;}
h1.paddock{background-position:0 -160px;}
h1.rush{background-position:0 -200px;}
h1.pool{background-position:0 -240px;}
h1.gallery{background-position:0 -280px;}
h1.cabana{background-position:0 -320px;}
h1.private{background-position:0 -360px;}
h1.event{background-position:0 -400px;}
h1.photos{background-position:0 -440px;}
h1.video{background-position:0 -480px;}
h1.bikini{background-position:0 -520px;}
h1.sitemap{background-position:0 -560px;}
h1.thanks{background-position:0 -600px;}
h1.admission{background-position:0 -640px;}


h2, h3, h4, h5 { /* Format as you need, use em's */
}

.breadcrumbs { /* Format as you need with your a tags, etc. */
	color: #000;
	margin: -5px 0 0 0;
	float:left;
	width:500px;
	font-size:9px;
	font-family:Helvetica, Arial, sans-serif;
}

.content { /* Format as you need. Use em's where you can to keep consistent */
	position: relative;
	z-index: 2100;
	margin:30px 0 0 0;

	
}

	.col-1 { 
		width: 343px;
		float: left;
		background:#211401 url(/images/bg-video.jpg) bottom no-repeat;
		min-height:500px;
  		height:auto !important;
  		height:500px;
		margin:0 1px 0 0;
		border-top:1px solid #ffffff;

	}
	
	.sub-col-1 { 
		width: 750px;
		float: left;
	
		margin:0 1px 20px 0;
	

	}
	
	
	.col-2 { 
		width: 420px;
		float: left;
		background:#000000 url(/images/bg-events.jpg) bottom no-repeat;
		min-height:500px;
  		height:auto !important;
  		height:500px;
		margin:0 1px 0 0;
		border-top:1px solid #ffffff;
	}
	
	.col-3 { 
		width: 280px;
		float: left;
		background:#1a191f url(/images/bg-vip2.jpg) bottom no-repeat;
		min-height:500px;
  		height:auto !important;
  		height:500px;
		margin:0 1px 0 0;
		border-top:1px solid #ffffff;
	}
	
	
.footer-wrapper{
	background:#000000 url(/images/bg-footer.jpg) center top no-repeat;
	height:287px;
	font-family:Helvetica, Arial, sans-serif;
	color:#ffffff;
}


.footer { /* Format as you need. */
	width: 1050px;
	margin:0  auto;
	padding: 30px 0 0 0;
}
	.footer a {
		color: #666666;
		text-decoration: none;
	}
	
	.footer a:hover {
		color: #ffffff;
		text-decoration: underline;
	}

.footer li, .footer ul{
	list-style:none;
	margin:0;
	padding:0;
	color:#666666;
}

.footer-links a{
	color:#666666;
}

.footer-links{
	width:180px;
}

.footer input{
	font-size:10px;
	font-family:Helvetica, Arial, sans-serif;
}

	
	/* Use this for your footer nav to make it easier on spacing! */
	/* nav class inherited from core.css */
	
	
	
/*******************************************
	SITE SPECIFIC FORMATTING
	1. This is where you will test and put 
	   your site specific tags. 
********************************************/


.top-links{
	color:#e86238;
	font-family:Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	padding:8px 0 0 0;
	width:180px;
}

.top-links a{
	color:#e86238;
}

.logo{
	padding:70px 0 10px 0;
	float:left;
	width:550px;
}

.girl{
	float:right;
	width:418px;
	height:754px;
	background:url(/images/graphic-girl.png) no-repeat;
	position:absolute;
	top:-250px;
	right:-50px;
	z-index:2000;
}

.clubs{
	padding:108px 0 0 0;
}

.clubs img{
	margin: 0 1px 0 0;
	float:left;
}

.vidbutton{
	float:right;
	position:absolute;
	top:-20px;
	right:350px;
}
