/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clearfix {
  display: inline-block;
}
 
html[xmlns] .clearfix {
  display: block;
}
 
* html .clearfix {
  height: 1%;
}

/**
 * 11px/15px
 */
body {
	background-color: black;
	background-image: url(/images/background.jpg);
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 68.75%;
	line-height: 1.364em;
}

#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#header {
	padding-top: 43px;
	position: relative;
	z-index: 2;
}

#main {
	position: relative;
	z-index: 1;
}

#logo {
	width: 57px;
	height: 91px;
}

#navigation {
	position: relative;
	width: 980px;
	height: 40px;
	/*overflow: hidden;*/
}

#navigation li {
	float: left;
	margin-right: 2.545em;
	line-height: 40px;
  position: relative;
}

#navigation a {
	color: #808080;
	text-decoration: none;
	display: block;
	padding: 0px 15px;
	height: 40px;
	position: relative;
	left: 0px;
	top: 0px;
}


#navigation > ul > li:first-child a {
	padding-left: 0px; 
}

#navigation a:hover, .nav-state-active > a, #navigation .nav-state-active > a, #footer_menu .nav-state-active > a {
	color: #ffffff;
}

#navigation .parent a {
	z-index: 99999;
}

#navigation .parent > a {float: left; overflow: hidden; cursor: pointer;}
#navigation .parent a span {float: left; overflow: hidden;}

#navigation .parent .menu-hint-icon {width: 16px; height: 16px; margin: 12px 0; background-position: -16px -32px;}
#navigation .parent:hover .menu-hint-icon {background-position: -16px -16px;}
#navigation .parent-state-over > a {
	background-color: #1a1a1a;
	border: 1px solid #808080;
	border-bottom: none;
	height: 39px;
	padding: 0 14px;
	line-height: 38px;
	color: #fff
}
#navigation .parent-state-over .menu-hint-icon {margin-top: 11px;}

#navigation ul .sub {
  position: absolute; /*--Important--*/
  top: 39px; 
	left: 0;
  z-index: 99998;
  padding: 15px 15px 15px;
  display: none; /*--Hidden for those with js turned off--*/
	background-color: #1A1A1A;
	border: 1px solid #808080;
	min-width: 120px;
}

#navigation .sub li {
	margin: 0;
	padding: 0;
	display: block;
	line-height: 2.091em;
	float: none;
}

#navigation .sub a {
	height: auto;
	border: none;
	white-space: nowrap;
	padding: 0;
}

#navigation .parent:hover .sub a, #navigation .parent-state-over .sub a {
	border: none;
}

#navigation .mega ul {
	float: left;
	padding-right: 30px;
}

#navigation .mega ul:last-child {
	padding: 0;
}

#content,
#content_carousel {
  float: left;
	width: 480px;
	min-height: 354px;
}

#content a {color: #A68462; text-decoration: none;}
#content a:hover {text-decoration: underline;}

#content .scrollbar-pane {
	width: 440px;
}

#content .scrollbar-handle-container {
	width: 19px;
	background: url(/images/ui/scrollbar_container_bg.png) no-repeat;
}

#content .scrollbar-handle {
	width: 9px;
	margin: 0 5px;
	background: rgb(127,127,127);
	background: rgba(255,255,255,0.25) !important;
	border-radius: 1px;
}

#content_carousel {
	padding-left: 20px;
}

#main .carousel {
	overflow: hidden;
	height: 354px;
  width: 980px;	
}

#content_carousel .carousel {
	width: 480px;
}

#main .carousel .carousel-controller-next,
#main .carousel .carousel-controller-prev {
	width: 48px !important;
	height: 48px !important;
	top: 153px !important; /* (354 - 48) / 2 */
}
	
#main .carousel .carousel-controller-next,
#promo_panel .carousel-controller-next {
	background: url(/images/ui/carousel_controller_icon_next.png) 24px 16px no-repeat;
}

#main .carousel .carousel-controller-prev,
#promo_panel .carousel-controller-prev {
	background: url(/images/ui/carousel_controller_icon_prev.png) 10px 16px no-repeat;
}
	
#promo_panel .carousel-controller-next,
#promo_panel .carousel-controller-prev {
  background-position: 0px 0px;
}

h1 {
	color: #A68462;
	font-size: 118.182%;
	margin-bottom: 1.154em;
}

h2 {
	color: #808080;
	font-size: 118.182%;
}

h3 {
	color: #ffffff;
	font-size: 118.182%;
}

button {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #A68462;
  border: 1px solid #A68462;
  background-color: transparent;
	width: auto;
	overflow: visible;
	position: relative;
}

button:hover {
  cursor: pointer;
  color: #fff;
  border-color: #fff;
}

button .button-label {
  display: block;
  float: left;
/*  margin: 3px 16px 3px 0px; */
  margin: 3px 0px;
  height: 16px;
  line-height: 16px;
	white-space: nowrap;
}

#content p {margin-bottom: 1.364em;}

#promotional_area {
	width: 980px;
	height: 224px;
	overflow: hidden;
	clear: both;
}

#booking_request_panel, 
#promo_panel,
#map_panel {
	position: relative;
	float: left;
	padding-top: 20px;
}

#promo_panel {
	margin: 20px 20px 0 20px;
	padding: 0;
	width: 460px;
	height: 204px;
}

#promo_panel .promo {
	width: 400px;
	height: 154px;
	background: #000;
	color: #fff;
	padding: 30px 30px 20px 30px;
}

.promo a {color: #808080; text-decoration: none;}
.promo h2 {font-size: 1.273em; margin-bottom: 1em;}
.promo h2 a {color: #AD8F6B;}
.promo .promo-content {width: 220px; margin-bottom: 2.909em;}
.promo .promo-link a {display: block; background: url(/images/ui/panel_link_icon.png) no-repeat; line-height: 21px; padding-left: 2.5em; text-transform: uppercase; color: #666;}

#footer_menu {float: right; height: 40px; overflow: hidden;}
#footer_menu li {float: left; color: #979797; padding-left: 1em; line-height: 3.636em;}
#footer_menu li:after {content: "|"; padding-left: 0.5em;}
#footer_menu li:last-child:after {display: none;}
#footer_menu a {color: #808080; text-decoration: none;}
#footer_menu a:hover {color: #ffffff;}

.branch_menu a {color: #808080; text-decoration: none;}
.branch_menu a:hover {color: white;}

#treatment_category h1, #treatment_category h2, #package_category h1, #treatment_categories h1, #product_categories h2, #product_categories h3 {margin-bottom: 1.364em;}

#treatment_sub_categories .treatment-category {
	border-top: 1px solid #808080;
	padding-top: 1.364em; 
}
#treatment_sub_categories .treatment-category .treatment {
	border-top: none;
	padding: 2.728em 0 1.364em 0;
}
#treatment_sub_categories .treatment-category .treatment + .treatment {
	border-top: 1px solid #808080;
	padding: 1.364em 0; 
}
.treatment-category {margin-bottom: 2.182em;}
.treatment, .package, .product {border-top: 1px solid #808080; padding: 1.364em 0;}
.treatment h3, .package h3, .product h3 {margin-bottom: 1.154em;}
.treatment-pricing, .package-pricing, .product-pricing {margin-bottom: 1.364em;}

.treatment-addon-pricing {margin-bottom: 1.364em;}
.treatment-addon-pricing .treatment-pricing-label {color: #808080;}

.treatment button, .package button {display: block; width: 176px; height: 25px; margin-bottom: 1.364em; background-image: url(/images/ui/button-1-sprite.png); padding: 25px 0 0 0; overflow: hidden; border: none;}
.treatment button:hover, .package button:hover {background-position: 0px -25px;}
.treatment-short-description {margin-bottom: 1.364em;}
.treatment-short-description ul {padding-left: 2em; list-style-type: disc; margin-bottom: 1.364em;}

.treatment-short-description p:last-child, .package-short-description p:last-child {margin-bottom: 0 !important}

.treatment-addons-label {color: #808080;}
.treatment-addons {}
.treatment-addons ul, .treatment-addons li, .treatment-addons-label {float: left;}
.treatment-addons ul {padding-right: 0.5em;}
.treatment-addons li {margin-left: 0.5em;}
.treatment-addons li:after {content: ",";}
.treatment-addons .last:after {content: "";}

.treatment-booking-link, #booking_request_link, #voucher_link {
	display: block;
  width: 135px;
  height: 23px;
  padding: 0; 
  margin-bottom: 1.364em;
  border: 1px solid #A68462;
  background-color: transparent;
  text-align: center;
	text-transform: uppercase;
	text-decoration: none;
  color: #A68462;
  line-height: 1.909em;
}

.treatment-booking-link, #voucher_link {
	float: left;
	width: auto;
	padding: 0 1em;
	margin: 0;
}

.treatment-booking-link a, .category-treatments-link a, .package-booking-link a, .product-category a, #voucher_link a {color: #A68462; text-decoration: none; text-transform: uppercase; font: 90.909%/1.5em Arial, Helvetica, sans-serif;}
.treatment-booking-link a:hover, .category-treatments-link a:hover, .package-booking-link a:hover, .product-category a:hover, #voucher_link a:hover {text-decoration: underline;}

#package_category_description {margin-bottom: 1.364em;}
#package_category_description ul {list-style: disc; padding-left: 2em;}
#product_categories li {
	margin-bottom: 1.364em;
}

.product-image {width: 135px; height: 135px; float: right; margin-left: 1.364em;}
.product-pricing {overflow: hidden; margin-bottom: 1.364em;}
.product-pricing dt {float: left; clear: left; margin-right: 0.5em;}
.product-pricing dd {float: left; margin-bottom: 0;}
.product-description {width: 290px;}

span.ui-radio, span.ui-checkbox {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 0.5em;
	background: url(/images/ui/checkbox-icon.png) 0px 0px no-repeat;
}

span.ui-radio-checked, span.ui-checkbox-checked {
	background-position: 0px -16px;
}

.arrow-icon {
	display: block;
	width: 16px; 
	height: 16px;
	overflow: hidden;
	background-image: url(/images/ui/arrow-icon-sprite);
	background-repeat: no-repeat;
}

.arrow-icon-n {background-position: 0px 0px;}
.arrow-icon-s {background-position: -16px 0px;}
.arrow-icon-e {background-position: -32px 0px;}
.arrow-icon-w {background-position: -48px 0px;}

.directions dd + dt {margin-top: 1.364em;}

.awards-and-reviews dl, .awards-and-reviews ul {margin-bottom: 1.364em;}

.contact-us dl {margin-bottom: 1.364em;}
.contact-us dt {float: left; clear: right; margin-right: 0.5em;}

.terms-of-use ol, .privacy-policy ol {list-style: decimal; padding-left: 2.728em;}
.terms-of-use li, .privacy-policy li {margin-bottom: 1.364em;}

.tinymce-content-body {
	padding: 1em;
}

