/* COLOR CODE */
/*
/* light blue: #4595be
/* dark blue: #367595
/* special link red: #9F1212


/* GLOBAL */

html {
	height: 100%;
	}

body {
	background-color: white;
	background-image: url(../img/bg_main.jpg);
	background-repeat: repeat-x;
	margin: 0;
	height: 100%;
	}
	
#header {
	position: relative;
	margin: 0 0 25px 0;
	overflow: hidden;
	}
	
#logoHeader {
	position: relative;
	float: left;
	margin: 32px 0 0 10px;
	}
	
#navHeader {
	position: relative;
	float: right;
	width: 622px;
	margin: 0 10px 0 0;
	}
	
ul.navSprite {
	padding: 0;
	list-style: none;
	margin: 5px 0 0 0;
	}
			
	ul.navSprite li {
		float: left;
		}
				
		ul.navSprite li a {
			display: block;
			height: 34px;
			margin-left: 20px;
			padding: 0;
			background: url(../img/nav_main.png);
			float: left;
			text-indent: -15000px;
			text-decoration: none;
			outline: none;
			}
				
		ul.navSprite li.navSprite1 a {
			width: 50px;
			background-position: 0px 0px;
			}
			
		ul.navSprite li.navSprite2 a {
			width: 72px;
			background-position: -85px 0px;
			}
			
		ul.navSprite li.navSprite3 a {
			width: 80px;
			background-position: -193px 0px;
			}
			
		ul.navSprite li.navSprite4 a {
			width: 78px;
			background-position: -308px 0px;
			}
			
		ul.navSprite li.navSprite5 a {
			width: 119px;
			background-position: -422px 0px;
			}
			
		ul.navSprite li.navSprite6 a {
			width: 43px;
			background-position: -577px 0px;
			}
			
		ul.navSprite li.navSprite1 a:hover {
			width: 50px;
			background-position: 0px -34px;
			}
			
		ul.navSprite li.navSprite2 a:hover {
			width: 72px;
			background-position: -85px -34px;
			}
			
		ul.navSprite li.navSprite3 a:hover {
			width: 80px;
			background-position: -193px -34px;
			}
			
		ul.navSprite li.navSprite4 a:hover {
			width: 78px;
			background-position: -308px -34px;
			}
			
		ul.navSprite li.navSprite5 a:hover {
			width: 119px;
			background-position: -422px -34px;
			}
			
		ul.navSprite li.navSprite6 a:hover {
			width: 43px;
			background-position: -577px -34px;
			}
			
ul.secondNav {
	list-style: none;
	text-align: right;
	margin: 15px 0 0 0;
	}
			
	ul.secondNav li {
		display: inline;
		}
		
		ul.secondNav li a {
			color: white;
			text-decoration: none;
			margin-left: 0px;
			font-size: 11px;
			color: #9bc560;
			}
			
		ul.secondNav li a:hover {
			color: white;
			}

#footer {
	position: relative;
	font-size: 10px;
	color: #645642;
	margin: 0 0 50px 0;
	}
	
	#footer .bar {
		position: relative;
		width: 940px;
		height: 5px;
		background-color: #e1eed0;
		margin: 0 auto;
		margin-bottom: 20px;
		}
	
	#footer ul {
		list-style: none;
		padding: 0;
		margin: 0;
		}
		
		#footer ul li {
			padding: 0;
			margin: 0;
			}
			
	#footer a {
		text-decoration: none;
		color: #645642;
		}
		
	#footer a:hover {
		color: #008d7e;
		}
		
	#footerNewsletter {
		background-image: url(../img/footer_girl.png);
		background-repeat: no-repeat;
		background-position: top right;
		}
		
		#footerNewsletter input {
			width: 140px;
			height: 15px;
			margin-top: 4px;
			margin-bottom: 7px;
			padding: 5px;
			border: 1px solid #ccc;
			color: #645642;
			}
			
		#footerNewsletter input.submit {
			width: 70px;
			height: 26px;
			color: white;
			background-color: #645642;
			border: none;
			padding: 5px;
			}
	
#subpageHeader {
	position: relative;
	width: 940px;
	height: 143px;
	background-image: url(../img/subpage_header_bg1.png);
	margin: 0 auto;
	}
	
	#subpageHeader .title {
		position: absolute;
		width: 400px;
		height: 80px;
		bottom: 0;
		left: 300px;
		background-image: url(../img/subpage_header_title.png);
		}
		
		#subpageHeader .title h1 {
			margin: 20px 0 0 30px;
			color: #645642;
			}
			
#subpageContainer {
	
	}
	
#subpageLeft {
	position: relative;
	width: 240px;
	min-height: 100%;
	margin-left: 10px;
	margin-bottom: 0;
	padding: 0;
	float: left;
	background-color: white;
	background-image: url(../img/subpage_left_bg.png);
	background-repeat: no-repeat;
	}
	
	#subpageLeft #location {
		margin: 34px;
		text-transform: capitalize;
		}
		
		#subpageLeft #location a {
			color: #008d7e;
			}
			
		#subpageLeft #location h2 {
			font-weight: normal;
			color: #008d7e;
			text-transform: lowercase;
			}
	
	#subpageLeft img {
		margin: 34px;
		}
		
	#subpageLeft #subMenu {
		text-transform: lowercase;
		}
	
	#subpageLeft ul.sideNav {
		list-style: none;
		padding: 0;
		margin: 34px;
		}
		
		#subpageLeft ul.sideNav li {
			margin: 0 0 0 0;
			}
			
			#subpageLeft ul.sideNav li.sectionTitle {
			padding: 5px 0 5px 10px;
			color: #645642;
			font-weight: bold;
			}
			
			#subpageLeft ul.sideNav li a {
				display: block;
				width: 205px;
				padding: 5px 0 5px 10px;
				font-size: 14px;
				text-decoration: none;
				color: #645642;
				}
				
			#subpageLeft ul.sideNav li a:hover {
				background-color: white;
				color: #008d7e;
				}
				
			#subpageLeft ul.sideNav li a.current {
				background-color: white;
				color: #008d7e;
				}
				
					
			#subpageLeft ul.sideNav li.sideNavIndent {
					list-style: disc;
					color: #645642;
					margin: 0 0 0 50px;
					padding: 0;
					}

#subpageContent {
	position: relative;
	width: 700px;
	min-height: 100%;
	float: left;
	background-color: white;
	}

	#subpageContent .content {
		position: relative;
		margin: 34px 150px 80px 90px;
		padding: 0;
		color: #5b5b5b;
		line-height: 22px;
		height: 100%;
		}
		
		#subpageContent .content div.block p strong {
			display: block;
			width: 460px;
			background-color: #e1eed0;
			margin-bottom: -11px;
			}
			
			
		
	#subpageContent .locations {
		position: relative;
		margin: 34px 80px 80px 90px;
		color: #5b5b5b;
		line-height: 22px;
		}
		
		#subpageContent .content h2, #subpageContent .locations h2 {
			font-weight: normal;
			color: #008d7e;
			text-transform: lowercase;
			}
			
		#subpageContent .content h3, #subpageContent .locations h3 {
			font-size: 18px;
			font-weight: normal;
			color: #008d7e;
			}
			
		#subpageContent .content h4, #subpageContent .locations h4 {
			font-size: 15px;
			font-weight: normal;
			color: #589500;
			}
			
		#subpageContent .content h5, #subpageContent .locations h5 {
			font-size: 13px;
			line-height: 5px;
			font-weight: normal;
			color: #589500;
			text-decoration: underline;
			}
			
		#subpageContent .content ul li, #subpageContent .locations ul li {
			list-style: disc;
			margin-left: 40px;
			}
			
		#subpageContent .content a, #subpageContent .locations a {
			color: #7aae30;
			}

.width20 {
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	}
	
#subMenu {
	position: relative;
	}
	
.left {
	position: relative;
	float: left;
	}
	
.left20 {
	position: relative;
	float: left;
	margin-right: 20px;
	}
	
.left20_w200 {
	position: relative;
	float: left;
	width: 200px;
	margin-right: 20px;
	}

/* HOME */

.homeShortcut1 {
	position: relative;
	float: left;
	background-image: url(../img/homeShortcut1_bg.png);
	width: 320px;
	height: 160px;
	}
	
	.homeShortcut1 p {
		position: relative;
		margin: 80px 0 0 35px;
		}
		
	.homeShortcut1 a {
		text-decoration: none;
		font-size: 14px;
		color: #36260e;
		}
	
	.homeShortcut1 a:hover {
		color: #008d7e;
		}
		
	.homeShortcut1 img {
		position: absolute;
		margin: 1px 0 0 5px;
		}
	
.homeShortcutPromos {
	position: relative;
	float: left;
	background-image: url(../img/homeShortcut2_bg.png);
	width: 320px;
	height: 160px;
	}
	
	.homeShortcutPromos img {
		margin: 0 10px 0 10px;
		}


/* LOCATIONS */

#locationLeft {
	position: relative;
	float: left;
	width: 220px;
	height: 540px;
	background-color: #f4ece1;
	}
	
	#locationLeft p {
		margin: 20px;
		color: #36260e;
		}
		
	#locationLeft hr {
		background-color: #d2c8bb;
		color: #d2c8bb;
		border-color: #d2c8bb;
		}
		
	#locationLeft ul, li {
		list-style: none;
		padding: 0;
		margin-left: 10px;
		}
	
#locationMap {
	position: relative;
	float: left;
	width: 300px;
	height: 540px;
	margin-left: 10px;
	background-color: #ccc;
	}
	

/* SERVICES */

img.serviceImageThumb {
	position: relative;
	float: left;
	width: 140px;
	height: 140px;
	margin-right: 20px;
	margin-bottom: 20px;
	}
	
img.serviceImageThumbLast {
	position: relative;
	float: left;
	width: 140px;
	height: 140px;
	}

a.serviceImageHidden {
	position: relative;
	}
	
	a.serviceImageHidden span {
		position: absolute;
		visibility: hidden;
		left: -400px;
		width: 600px;
		padding: 10px;
		background-color: #f4ece1;
		border: 1px solid;
		text-decoration: none;
		}

a.serviceImageHidden:hover span {
	visibility: visible;
	z-index: 50;
	top: 50px;
	}
	



/* ABOUT */

.aboutImg {
	float: left;
	margin: 5px 20px 20px 0;
	}
	
	
/* MEMBERSHIPS */

.skinLoungeMemberships {
	position: relative;
	width: 220px;
	float: left;
	background-color: #b1d283;
	color: white;
	}
	
	.skinLoungeMemberships p {
		margin: 10px;
		}
	
	.skinLoungeMemberships .title {
		font-weight: bold;
		color: white;
		float: left;
		}
		
	.skinLoungeMemberships .price {
		font-weight: bold;
		color: white;
		float: right;
		}
	
	
/* CONACT */

.contactLocation {
	position: relative;
	width: 140px;
	height: 300px;
	background-color: #f4ece1;
	float: left;
	margin-right: 20px;
	}
	
.contactLocationLast {
	position: relative;
	width: 140px;
	height: 300px;
	background-color: #f4ece1;
	float: left;
	}
	
	.contactLocation p, .contactLocationLast p {
		margin: 15px;
		font-size: 10px;
		line-height: 13px;
		}
	
	.contactLocation p.name, .contactLocationLast p.name {
		font-size: 16px;
		}
		
	.contactLocation a, .contactLocationLast a {
		color: #008d7e;
		text-decoration: none;
		text-transform: lowercase;
		}
		
	.contactLocation hr, .contactLocationLast hr {
		background-color: #d2c8bb;
		color: #d2c8bb;
		border-color: #d2c8bb;
		}
		
fieldset {
	background-color: #f4ece1;
	margin: 1.5em 0 0 0;   
	padding: 0; 
	}
	
	fieldset * {
		border: 0;
		}
	
	fieldset ol {   
		padding: 1em 1em 0 1em;   
		list-style: none;  
		}
		
		fieldset li {
			display: block;
			padding-bottom: 1em;  
			}
			
		fieldset li.submit {
			padding: 0;
			margin: 0;
			}
			
	fieldset.submit {
		background-color: white;
		padding: 0;
		margin: 0;
		}
			
	
.contact legend, .contact2 legend {
	color: #008d7e;
	font-size: 12px;
	background-color: #f4ece1;
	padding: 5px 15px 10px 15px;
	}
	
.contact label, .contact2 label {
	float: left;    
	width: 200px;    
	margin-right: 1em;
	text-align: right;
	padding-top: 5px;
	}

.contact input {
	width: 250px;
	background-color: rgb(208, 201, 183);
	padding: 5px;
	}
	
.contact2 input {
	width: 180px;
	background-color: rgb(208, 201, 183);
	padding: 5px;
	}
	
	.contact input.submit, .contact2 input.submit {
		width: 100px;
		background-color: #b1d283;
		padding: 7px;
		margin: 0;
		font-size: 14px;
		color: white;
		}
	
.contact select, .contact2 select {
	width: 255px;
	background-color: rgb(208, 201, 183);
	padding: 5px;
	}
	
.contact textarea {
	width: 250px;
	height: 200px;
	background-color: rgb(208, 201, 183);
	padding: 5px;
	}
	
.contact2 textarea {
	width: 180px;
	height: 200px;
	background-color: rgb(208, 201, 183);
	padding: 5px;
	}


/* ACCESSIBLE PRICES */

table.accessiblePrices {
	position: relative;
	width: 100%;
	border: 1px solid #ccc;
	}
	
	table.accessiblePrices th {
		text-align: left;
		margin-right: 10px;
		padding: 10px;
		}
	
	table.accessiblePrices td {
		line-height: 14px;
		padding: 10px;
		height: 40px;
		margin-right: 10px;
		}
		
	table.accessiblePrices td.highlight {
		background-color: #b1d283;
		color: white;
		}
		
		table.accessiblePrices td h4 {
		line-height: 14px;
		}
		

/* FRIDAY DEALS */

.dealLeftCol {
	margin: 34px;
	color: #645642;
	}
	
	.dealLeftCol h4 {
		font-size: 18px;
		font-weight: normal;
		color: #008d7e;
		}

.dealImage {
	position: relative;
	float: left;
	width: 220px;
	height: 300px;
	background-color: #f4ece1;
	}
	
.dealContent {
	position: relative;
	background-color: #f4ece1;
	}
	
	.dealContent p {
		margin: 20px;
		}
		
	.dealContent p.dealPrice {
		float: left;
		font-size: 42px;
		color: #008d7e;
		}
		
	.dealContent .dealPurchase {
		float: right;
		margin-right: 22px;
		}
		
	.dealContent h2 {
		margin: 20px;
		padding-top: 20px;
		color: #645642;
		}
		
	.dealBlock {
		position: relative;
		display: inline-table;
		margin: 0 0 0 20px;
		width: 123px;
		height: 50px;
		background-image: url(../img/dealButton.png);
		background-repeat: no-repeat;
		text-align: center;
		font-size: 16px;
		color: #fff;
		}
		
		.dealBlock p {
			margin: 0 auto;
			}
		
			.dealBlock .label {
				font-size: 12px;
				color: #b1d283;
				}


/* HOME FEATURE SLIDE CALL TO ACTIONS */

.slideCTAPanel {
	position: absolute;
	top: 53px;
	left: 480px;
	width: 380px;
	height: 243px;
	background-image: url(../img/feature_panel_bg.png);
	}

#slide-one .introNovo {
	position: absolute;
	top: 53px;
	left: 480px;
	width: 380px;
	height: 243px;
	background-image: url(../img/feature_intro_novo_bg.png);
	}
			
	#slide-one img {
		position: absolute;
		top: 32px;
		left: 28px;
		}
		
	#slide-two .slideCTAPanel h2, #slide-three .slideCTAPanel h2, #slide-four .slideCTAPanel h2, #slide-five .slideCTAPanel h2 {
		position: relative;
		display: block;
		margin: 30px 20px 20px 20px;
		color: #36260e;
		}
		
	#slide-two .slideCTAPanel p, #slide-three .slideCTAPanel p, #slide-four .slideCTAPanel p, #slide-five .slideCTAPanel p {
		margin: 0 20px 20px 20px;
		}
		
	#slide-two .slideCTAPanel a, #slide-three .slideCTAPanel a, #slide-four .slideCTAPanel a, #slide-five .slideCTAPanel a {
		text-decoration: none;
		color: #008d7e;
		}
		
#slide-three .homeLocationButton {
	position: relative;
	width: 135px;
	height: 44px;
	background-image: url(../img/brown_button.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	}
	
	#slide-three .homeLocationButton p {
		margin: 10px 15px 0 15px;
		font-size: 14px;
		text-decoration: none;
		}
		
		#slide-three .homeLocationButton a {
			color: white;
			text-transform: lowercase;
			}
			
		#slide-three .homeLocationButton a:hover {
			color: #b1d283;
			}
			
			
