/* 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;
	padding: 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;
			}
			
#footerNew {
	position: relative;
	font-size: 11px;
	line-height: 20px;
	color: #645642;
	background-color: rgb(231, 231, 231);
	background-image: url(../img/footertop_bg.png);
	background-repeat: repeat-x;
	}
	
	
	
	#footerNew #girl {
		position: absolute;
		right: 0;
		top: -50px;
		}
	
	#footerNew #top {
		position: relative;
		margin-bottom: 30px;
		font-size: 12px;
		}
	
		#footerNew #top div {
			margin-top: 30px;
			}
			
		#footerNew #top h5 {
			font-size: 16px;
			line-height: 16px;
			font-weight: normal;
			margin-bottom: 0;
			color: rgb(122, 174, 48);
			}
		
		#footerNew #top input {
			height: 28px;
			border: 1px solid rgb(209, 209, 209);
			color: rgb(209, 209, 209);
			width: 100%;
			}
			
			#footerNew #top input.submit {
				width: 100px;
				height: 30px;
				background-image: url(../img/footer_submit_btn.png);
				text-indent: -15000px;
				border: 0;
				cursor: pointer;
				}
	
	#footerNew #bottom {
		position: relative;
		margin-top: 60px;
		min-height: 140px;
		background-color: rgb(50, 24, 3);
		color: rgb(159, 125, 77);
		font-size: 10px;
		}
		
		#footerNew #bottom a {
			color: rgb(159, 125, 77);
			}
			
			#footerNew #bottom a:hover {
				color: rgb(122, 174, 48);
				}
		
		#footerNew #bottom div {
			margin-top: 30px;
			}
			
		#footerNew #bottom div img {
			vertical-align: middle;
			margin-right: 10px;
			}
	
	#footerNew ul {
		list-style: none;
		padding: 0;
		margin: 0;
		}
		
		#footerNew ul li {
			padding: 0;
			margin: 0;
			}
			
			#footerNew ul li.heading a {
				font-weight: bold;
				color: rgb(0, 141, 126);
				}
				
				#footerNew ul li.heading a:hover {
					color: rgb(122, 174, 48);
					}
		
	#footerNew a {
		text-decoration: none;
		color: rgb(100, 86, 66);
		}
		
		#footerNew a:hover {
			color: rgb(122, 174, 48);
			}
			
	#footerNew hr {
		width: 739px;
		height: 2px;
		background-image: url(../img/footertop_bg.png);
		border: 0;
		margin: 0 0 30px 0;
		padding: 0;
		}
	
#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: 500px;
	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;
	color: rgb(100, 86, 66);
	}
	
	#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: 24px 0 0 34px;
		}
		
	#subpageLeft #subMenu {
		
		}
		
		#subpageLeft #contactUs {
			position: relative;
			width: 200px;
			margin-top: 30px;
			margin-left: 20px;
			margin-bottom: 20px;
			font-size: 12px;
			}
			
			#contactUs a {
				color: rgb(100, 86, 66);
				}
				
				#contactUs a:hover {
					color: rgb(122, 174, 48);
					}
			
			#contactUs h4 {
				display: block;
				width: 200px;
				height: 46px;
				padding: 10px;
				color: rgb(0, 141, 126);
				background: white;
				font-weight: normal;
				font-size: 16px;
			}
			
			#contactUs div {
				margin-left: 10px;
				}
				
				#contactUs strong.header {
					color: rgb(0, 141, 126);
					font-size: 15px;
					font-weight: normal;
					}
				
				#contactUs ol li {
					margin: 0;
					padding: 0;
					}
					
				#contactUs span.ph {
					color: rgb(122, 174, 48);
					}
				
				#contactUs label {
					display: block;
					}
					
				#contactUs input {
					width: 179px;
					height: 28px;
					border: 1px solid rgb(209, 209, 209);
					margin-bottom: 7px;
					}
					
					#contactUs input.submit {
						width: 100px;
						height: 30px;
						border: 0;
						background-color: transparent;
						text-indent: -15000px;
						background-image: url(../img/sidebar_submit_btn.png);
						background-repeat: no-repeat;
						cursor: pointer;
						float: right;
						}
					
				#contactUs textarea {
					width: 179px;
					height: 42px;
					border: 1px solid rgb(209, 209, 209);
					margin-bottom: 7px;
					}
	
	#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;
	float: left;
	background-color: white;
	}

	#subpageContent .content {
		position: relative;
		margin: 34px 150px 0 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;
			}
			
		#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 */

.homeShortcutLocation {
	position: relative;
	float: left;
	background-image: url(../img/homeShortcut1_bg.png);
	width: 320px;
	height: 160px;
	}
	
.homeShortcutDeal {
	position: relative;
	float: left;
	background-image: url(../img/shortcutDealofDeals_bg.png);
	width: 320px;
	height: 160px;
	}
	
	.homeShortcutLocation p, .homeShortcutDeal p {
		position: relative;
		margin: 80px 0 0 35px;
		text-transform: lowercase;
		}
		
	.homeShortcutLocation a, .homeShortcutDeal a {
		text-decoration: none;
		font-size: 14px;
		color: #36260e;
		}
	
	.homeShortcutLocation a:hover, .homeShortcutDeal a:hover {
		color: #008d7e;
		}
		
	.homeShortcutLocation img, .homeShortcutDeal 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;
		}


#reviewContainer {
	position: relative;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	}
	
	#reviewContainer .left {
		float: left;
		}
		
	#reviewContainer .right {
		float: left;
		margin-left: 20px;
		}
		
		#reviewContainer .right img {
			margin-top: 16px;
			}
	
	#reviewContainer .headline {
		float: left;
		width: 620px;
		}
	
		#reviewContainer .headline h4 {
			float: left;
			font-size: 16px;
			color: rgb(122, 174, 48);
			font-weight: normal;
			margin: 15px;
			vertical-align: middle;
			}
			
		#reviewContainer .headline a {
			float: right;
			margin-left: 7px;
			margin-top: 15px;
			text-decoration: none;
			border: 0;
			outline: none;
			}
			
		#reviewContainer .headline hr {
			margin-left: 15px;
			}
	
	#reviewContainer #reviewSlideShow {
		overflow: hidden;
		margin-left: 15px;
		}
	
	#reviewContainer .reviewSlide {
		color: rgb(100, 86, 66);
		}
		
		#reviewContainer .reviewSlide .details {
			float: left;
			width: 120px;
			margin-right: 20px;
		}
		
			#reviewContainer .reviewSlide .details em {
				color: rgb(0, 141, 126);
				font-weight: bold;
				font-style: normal;
				}
		
		#reviewContainer .reviewSlide .review {
			float: left;
			width: 460px;
			margin-bottom: 20px;
			}
		

/* LOCATIONS */

.locationFrontBlock {
	position: relative;
	float: left;
	width: 220px;
	min-height: 250px;
	background-color: #f4ece1;
	margin-right: 20px;
	margin-bottom: 20px;
	}

#locationLeft {
	position: relative;
	float: left;
	width: 220px;
	min-height: 540px;
	background-color: #f4ece1;
	}
	
	#locationLeft p, .locationFrontBlock p, .locationFrontBlock h2 {
		margin: 20px;
		color: #36260e;
		}
		
	#locationLeft hr, .locationFrontBlock 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;
		z-index: 1000;
		}

a.serviceImageHidden:hover span {
	visibility: visible;
	z-index: 50;
	top: 50px;
	}
	
#financingAvailable {
	position: relative;
	width: 420px;
	height: 141px;
	padding: 20px;
	background-image: url(../img/financing_div_bg.png);
	background-repeat: no-repeat;
	font-size: 14px;
	}
	
	#financingAvailable hr {
		height: 2px;
		background-image: url(../img/footertop_bg.png);
		border: 0;
		}
		
	#financingAvailable ul, #financingAvailable ul li {
		margin: 0;
		padding: 0;
		}
		
a .serviceButton {
	display: inline-block;
	width: 220px;
	height: 52px;
	background-image: url(../img/service_btn.png);
	background-repeat: no-repeat;
	background-position-y: 0;
	margin-bottom: 20px;
	margin-right: 16px;
	color: white;
	text-align: center;
	line-height: 52px;
	font-size: 16px;
	}
	
a .serviceButtonRight {
	display: inline-block;
	width: 220px;
	height: 52px;
	background-image: url(../img/service_btn.png);
	background-repeat: no-repeat;
	background-position-y: 0;
	margin-bottom: 20px;
	color: white;
	text-align: center;
	line-height: 52px;
	font-size: 16px;
	}
	
	a .serviceButton:hover, a .serviceButtonRight:hover {
		background-position-y: -52px;
		}



/* ABOUT */

.aboutImg {
	float: left;
	margin: 5px 20px 20px 0;
	}
	
	
/* FAQ */
#accordion a {
	cursor: pointer;
	text-decoration: underline;
	}
	
	
/* 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;
				}


/* CAREERS */



/* 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;
			}
			
			

