/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,button,input,select,textarea {
	color:#222;
}

body {
	font-size:1em;
	line-height:1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
	background:#b3d4fc;
	text-shadow:none;
}

::selection {
	background:#b3d4fc;
	text-shadow:none;
}

/*
 * A better looking default horizontal rule
 */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
	vertical-align:middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
	border:0;
	margin:0;
	padding:0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
	resize:vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
	margin:.2em 0;
	background:#ccc;
	color:#000;
	padding:.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	background-color:#333;
	color:white;
}

#header_wrapper {
	background-color:#D91350;
	width:100%;
}

header {
	margin:0 auto;
	width:960px;
	height: auto;
	padding:10px 0 20px 0;
	background-position: left top;
	background-repeat:no-repeat;
}

#logo {
	float:left;
	width: 570px;
	height: 65px;
	color: #333;
}

#logo_title a {
	font: bold 3em "Trebuchet MS",arial,sans-serif;
	float: left;
	color: white;
	width: 494px;
	height: 31px;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}

#logo_sub_title {
	font: bold 3em "Trebuchet MS",arial,sans-serif;
	float: left;
	color: white;
	width: 394px;
	height: 25px;
	font-size: 28px;
	font-weight: bold;
}

#logo_uc {
	text-align:center;
	margin:100px 0 0;
}

body#uc {
	background-color:#fff!important;
}

#tel {
	font: bold 3em "Trebuchet MS",arial,sans-serif;
	float:right;
	font-size:24px;
	font-weight:700;
	padding: 5px 0 0 0;
}

#tel a {
	text-decoration: none;
}

#email {
	font: bold 3em "Trebuchet MS",arial,sans-serif;
	float:right;
	width: 390px;
	text-align: right;
	font-size:18px;
	font-weight:700;
}

#email a {
	color:white !important;
}

nav {
	display: none;
}

header nav ul {
	float:left;
	width: 960px;
	height:auto;
	padding:0;
	margin:15px 0 0;
}

header nav ul li {
	display:inline;
	float:left;
	width:auto;
	height:47px;
}

header nav ul li a {
	float:left;
	display:block;
	width:auto;
	font-size:14px;
	height:40px;
	line-height:16px;
	text-align:center;
	font-weight:700;
	color:#fff;
	background-color:#4e2a3d;
	text-decoration:none;
	padding:7px 15px 0;
	margin:0 3px 0 0;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	text-shadow:2px 2px 0 #333;
	background:-moz-linear-gradient(top,#8a4a6c,#8a4a6c);
	background:-webkit-gradient(linear,left top,left bottom,from(#8a4a6c),to(#8a4a6c));
}

header nav ul li a.contact {
	width: 54px;
	margin: 0;
	float: right;
}

header nav ul li a:hover,
body#nav-1,
body#nav-2,
body#nav-3,
body#nav-4,
body#nav-5,
body#nav-6,
body#nav-7,
body#nav-8,
body#nav-9,
body#contact .contact {
	background-color:#222;
	background:-moz-linear-gradient(top,#4e2a3d,#222);
	background:-webkit-gradient(linear,left top,left bottom,from(#4e2a3d),to(#222));
}

/*
	nav ul li a.treatments {
	width: 128px;
	padding: 7px 0 0 0;	
}
*/

#nav_base a {
	color: white;
	font-size: 14px;
	color: #ff8daf;
}

#home_banner_wrapper {
	border-top: 1px solid white;
	background-color:#222;
	border-bottom: 1px solid #f9c8de;
}

#home_banner {
/* 	margin:0 auto; */
	background-color:#27343C;
	width:100%;
	background-image: url("/images/home_banner/background.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}

#main_content_wrapper {
	background-color:#040871;
	border-bottom: 1px solid #f9c8de;
}

#main_content {
	margin:0 auto;
	width:960px;
	padding:20px 0;
}

#main_content img {
	float: right;
/* 	border: 2px solid pink; */
	padding: 0 0 0 30px;
}

#main_content iframe {
	float: right;
	border: 2px solid pink;
}

#main_content small a {
	float: right;
	clear: right;
	color: white;
	padding: 5px 0 0 0;
}

#main_content li {
	font-size: 14px;
	color: white;
	line-height: 130%;
	padding: 0 0 5px 0;
}

#main_content li a {
	font-size: 14px;
	color: #ff8daf;
	line-height: 130%;
}

#home_intro {
	float:left;
	width:100%;
	padding:0;
}

#home_intro.width404 {
	width:960px !important;
}

#main_content img.gap {
	margin: 10px 0 20px 0;
}

#per_driver_flash {
	display: none;
	float:right;
	width:300px;
	background-color:green;
	padding:10px 0 10px 0;
	-moz-border-radius:10px;
	border-radius:10px;
	color: white;
	font-weight: bold;
	font-size: 23px;
	text-shadow: 2px 2px 2px #000;
	text-align: center;
	line-height: 130%;
}

#price {
	float: left;
	width: 300px;
	font-size: 80px;
	line-height: 110%;
	display: block;
	background-color: #7fc41c;
	margin: 10px 0;
}

.lt-ie9 #price {
	line-height: 80px;
	margin: 5px 0;
}

img#float_right {
	clear: right;
	float: right;
}

li {
	line-height: 130%;
	padding: 0 0 10px 0;
}

h1 {
	font: bold 3em "Trebuchet MS",arial,sans-serif;
	color: #ff8daf;
	font-size:30px;
	line-height:35px;
	margin:0;
	padding: 0 0 10px 0;
}

h1 a {
	color: #ff8daf;
	text-decoration:none;
}

h2 {
	font: bold 3em "Trebuchet MS",arial,sans-serif;
	color: #ff8daf;
	font-size:20px;
	line-height:130%;
	margin:0;
}

h3 {
	font: bold 3em "Trebuchet MS",arial,sans-serif;
	color: #ff8daf;
	font-size:17px;
	margin:0;
}

h3 a {
	color: #ff8daf;
}

p {
	font-size:14px;
	margin:10px 0;
}

p.small {
	font-size:11px;
	margin:10px 0;
}

a {
	color: #ff8daf;
}

p b {
	padding: 10px;
	background-color: #7d4362;
	display: block;
	font-weight: normal;
	margin: 15px 0 20px 0;
}

p i {
	padding: 10px;
	background-color: #7d4362;
	display: block;
	font-weight: normal;
}

#room_features_box {
	float:left;
	margin:5px 0 25px 0;
	padding:20px;
	width:880px;
	background-color:#ddd;
	-moz-border-radius:10px;
	border-radius:10px;
}

.rooms_bullets {
	float:left;
	width:440px;
}

.rooms_bullets ul li {
	font-size:15px;
	padding:0 0 5px;
}

.rooms_bullets ul li a {
	color:#333;
	text-decoration:none;
}

.rooms_bullets ul li ul li {
	font-size:15px;
}

table#prices {
	margin:0 0 20px 0;
	width:920px;
	font-size:14px;
	background-color:#ddd;
	-moz-border-radius:10px;
	border-radius:10px;
}

table#prices th,table#prices td {
	text-align:left;
	padding:10px 20px;
}

table#prices td {
	border-top:1px solid #888;
}

#footer_wrapper {
	background-color:#222;
	height:auto;
}

footer {
	margin:0 auto;
	width:960px;
	height:auto;
	padding:0 0 20px 0;
}

#credits_wrapper {
	background-color:#222;
	height:80px;
}

#credits_main {
	margin:0 auto;
	width:960px;
	height:60px;
	padding:20px 0 0;
}

.header_contact_details_email {
	width: 295px;	
	float:right;
	font-size:14px;
	text-align:right;
	color:#fff;
}

.header_contact_details_email a {
	color:white;
	text-decoration:none;
}

.header_contact_details_email img {
	float:right;
	padding: 0 0 0 10px;
}

.border_right {
	border-right: 1px solid #eee;
	margin-right: 10px;
	padding: 0 15px 0 0;
}

.header_contact_details_email a:hover {
	text-decoration:underline;
}

.credits {
	color:white;
	font-size:14px;
}

.credits a {
	color: #ff8daf;
}

.left {
	float:left;
	text-align:left;
}

.right {
	float:right;
	text-align:right;
}

.border {
	float: left;
	display: block;
	width: 100%;
	height: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

form#location-select {
	font-size: 14px;
}

#contact-box {
	float: left;
	width: 920px;
}

#contact-box-title {
	width: 100%;
	padding-bottom: 10px;
	line-height: 130%;
}

.contact-box-block {
	float: left;
	width: 380px;
	height: 130px;
}

.border-top {
/* 	border-top: 1px dashed #333; */
	padding: 0;
	margin-top: 0;
}

#contact-left {
	float:left;
	width:380px;
}

#contact-left h3 {
	font-weight: bold !important;
	color: #ff8daf;
	padding:0 0 0px;
	font-size:20px;
}

#contact-left h4 {
	color:white;
	padding:0 0 8px;
	font-size:20px;
	padding:0 0 15px;
}

#contact-left p {
	color:white;
	font-size:14px;
	font-weight:700;
	padding-bottom:5px;
}

#contact-left p a {
	color: #ff8daf;
	font-weight:700;
}

form#contact-form {
	width:540px;
	display:block;
	float:left;
	padding:0 0 10px 0;
}

.contact-form-block {
	width:540px;
	display:block;
	float:left;
}

.contact-form-title {
	width:120px;
	height:20px;
	display:block;
	float:left;
	font-size:13px;
	color:white;
	padding:15px;
	color:white;
}

.contact-form-title-captcha {
	width:120px;
	height:20px;
	display:block;
	float:left;
	font-size:13px;
	color:white;
	padding:10px 15px 15px;
	color:#333;
}

.contact-form-field {
	width:380px;
	display:block;
	float:left;
}

.contact-form-radio,.contact-form-captcha {
	width:372px;
	display:block;
	float:left;
	padding:10px 0 20px;
}

.contact-form-radio label {
	padding:0 5px;
	font-size:14px;
	color:white;
}

.contact-form-field input {
	width:280px;
	padding:6px 10px;
}

.contact-form-field textarea {
	width:358px;
	height:140px;
	padding:10px;
}

.contact-form-field input,.contact-form-field textarea {
	background-color:#e2e5ff;
	border:1px solid white;
	font-size:14px;
	line-height:14px;
	color:#222;
	margin:10px 0;
	font-family:arial,helvetica;
	-moz-border-radius:5px;
	border-radius:5px;
}

.contact-form-captcha input {
	float:left;
	width:195px;
	padding:6px 10px;
	border:1px solid #aaa;
	font-size:14px;
	color:#222;
	font-family:arial,helvetica;
}

.contact-form-captcha img {
	float:right;
}

#contact-form-submit input {
	background:#ff8daf;
	width:96px;
	cursor:pointer;
	border:1px solid white;
	float:left;
	margin:0 9px 0 0;
	color:#222;
	text-transform:uppercase;
	font-weight:700;
	-moz-border-radius:5px;
	border-radius:5px;
}

.submit_space {
	padding: 10px 0 0 0;
}

input:focus,textarea:focus {
	background-color:#e2e5ff;
}

.grey {
	color:#333;
}

@media all and (max-width: 780px) {

	header,
	#logo,
	#logo_title a,
	#logo_sub_title,
	#main_content {
		width: 100%;
		height: auto;
	}
	
	#logo_title {
		font-size: 20px;
	}

	nav,
	#tel,
	#email {
		display: none;
	}
	
	#home_banner {
		width: 100%;
		height: auto;
	}

	#home_banner img  {
		width: 100%;
		height: auto;
	}
	
	header {
		padding-bottom: 10px;
		height: auto;

	}
	
	#header_wrapper {
		width: 90%;
		padding: 0 5%;
	}
	
	#main_content {
		width: 90%;
		padding: 10px 5%;
	}

	p {
		font-size: 15px;
	}
	
	#main_content img {
	    padding: 0;
	}

	footer {
		width: 90%;
		padding: 10px 5%;
		height: auto;
	}
	
	#home_intro {
		width: 100%;
		padding: 0;
	}
	
	.header_contact_details_email {
		float: left;
		text-align: left;
	}
	
	#main_content img {
		width: 100%;
		float: none;
	}
	
	.left {
		float: none;
	}
	
	.header_contact_details_email {
		width: 100%;
		float: none;
		height: auto;
		font-size: 15px;
	}

	.header_contact_details_email img {
		float: left;
		padding: 0px 10px 0 0;
	}
		
	.credits {
		width: 100%;
		padding: 15px 0;
		height: auto;
		font-size: 15px;
	}
	
	#credits_main {
		width: 100%;
		padding: 0;
		height: auto;
	}
	
	#credits_wrapper {
		width: 100%;
		height: auto;
		padding-bottom: 10px;
	}
	
	#footer_wrapper {
		height: auto;
	}
	
	.border-top {
		margin-top: 0;
	}
	
	#contact-box {
		width: 100%;
	}
	
	#contact-left {
		width: 100%;
	}
	
	form#contact-form {
		width: 100%;
		padding: 0 0 30px 0;
	}

	.contact-form-title {
		width: 100%;
		padding: 0;
	}
	
	.contact-form-block {
		width: 100%;
	}
	
	.contact-form-field {
		width: 100%;
		padding: 0;
	}
	
	.contact-form-field textarea {
		width: 90%;
		padding: 6px 2%;
	}
	
	.contact-form-field input {
		width: 90%;
		padding: 6px 2%;
	}
	
	.required_fields {
		float: left;
		width: 100%;
		padding: 10px 0;
	}
	
	.contact-form-title {
		font-size: 15px;
	}
	
	iframe {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	
	.box_facebook img {
		display: none;
	}
	
	.header_contact_details_email a {
		color: #ff8daf;
		text-decoration: underline;
	}
	
	#contact-left p {
		font-size: 15px;
	}
	
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
	background-color:transparent;
	border:0;
	overflow:hidden;
/* IE 6/7 fallback */
	*text-indent:-9999px;
}

.ir:before {
	content:"";
	display:block;
	width:0;
	height:100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
	display:none!important;
	visibility:hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
	visibility:hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,.clearfix:after {
	content:" ";
/* 1 */
	display:table;
/* 2 */
}

.clearfix:after {
	clear:both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
	*zoom:1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
	
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 144dpi) {
	/* Style adjustments for high resolution devices */
}