/* Refined HTML elements
*****************************************************************/

html {
    height: 100%; /* force scrollbars in Mozilla */
	overflow-y: scroll; /* force scrolbars in Mozilla */ 
}

body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #524D48;
	background-image: url(../images/bg_tile_reg2.gif);
	background-color: #ffffff;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
    /*height: 100%;*/ /* force scrollbars in Mozilla */
}

/* be kind to NN4 */

p, td, li, ul, ol, form {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #524D48;
	background-color:transparent;
}

p {
	margin-left: 1px;
	margin-bottom: 1em;
	margin-top: 0;
}

h1, h2  {
	display: none;
	padding-top: 0;
	margin: 0;
	}
	h2.block, h2.blockW, h2.blockTwoCol {
		display: block;
		width: 467px;
		font-size: 14px;
		font-weight: normal;
		color: #fff;
		padding: 4px 8px;
		background: #ccbca2;
		}
	h2.blockTwoCol {
		background: #ccbca2 url(../images/heading_col_divider.gif) 238px 0px no-repeat;
		}
	h2.blockW {
		width: 712px;
		}
	h2.padTop{
		margin-top: 33px;
		}
	h2.padTopShort{
		margin-top: 1.5em;
		}
	h2 .subhead {
		font-size: 12px;
		}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #CCBCA2;
	background-color:transparent;
	padding: 0;
	margin: 1em 0 2px 0;
	}
h4 {
	font-size: 1em;
	font-weight: bold;	
	}
	h4.noteHeading {
		font-style: italic;
		margin: 0 0 0.8em 0;
		}

a {
	text-decoration: underline;
	color: #C1B095;
	background-color:transparent;
	outline-style:none;
}

a:visited {
	color: #C1B095;
	background-color:transparent;
}

a:hover {
	text-decoration: underline;
	color: #563E26;
	background-color:transparent;
}

blockquote {
	background:transparent url(../images/quotes.gif) left top no-repeat;
	margin:0 0 1em 0;
	min-height:3em;
	padding:0 0 0 37px;
}


/* Common presentational rules
*****************************************************************/


h3.tileheadings {
	margin: 10px 5px 5px 0;
	width: 133px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 4px 8px;
	background: #ccbca2;	
	}
	h3.tileheadings.featured {
		width:	139px;
		margin-bottom: 20px;
		margin-right: 0;
	}
	h3.sideheadings {
		margin: 0px 0px 12px 0px;
		display: block;
		font-size: 14px;
		font-weight: normal;
		color: #ccbca2;
		padding: 0px 2px;	
	}
	h3.subsideheadings {
		margin: 0px 0px 12px 0px;
		display: block;
		font-size: 10px;
		font-weight: normal;
		padding: 0px 2px;
		color: #524D48; 	
	}
.bc {
	color: #FFFFFF;
	background-color:transparent;
	margin-right: 9px;
	margin-bottom: 7px;
	}
	.bc a, .bc a:active, .bc a:visited {
		color: #FFFFFF;
		background-color:transparent;
		text-decoration: none;
	}
	.bc a:hover {
		color: #FFFFFF;
		background-color:transparent;
		text-decoration: underline;
	}
.bcLinks {
	/* display: table-cell; */
}
.bcNoPrintVersion {
	margin-bottom: 10px;
}
.bestsellertile {
	float: left;
	padding: 0 5px 5px 5px;
}
.checkbox {
	margin-left: 0;
}

.clear {
	clear: both;
	font-size: 1px;
	margin: 0;
	padding: 0;
}
.contentbox {
	margin: 9px 0 9px 6px;
}

.contentboxhardtop {
	margin-top: -6px;
	margin-bottom: 9px;
	margin-left: 6px;
	margin-right: 0px;
}

.contentboxnarrow  {
	margin: 9px 9px 9px 15px;
}

.contentboxflattop {
	margin-top: 0 0 9px 6px;
}

.contentboxfullwidth {
	margin: 9px;
}

.columnleft {
	margin-right: 23px;
}

.columnrightTxt {
	width: 221px;
}
.dark {
	color: #524D48;
	background-color:transparent;
}
.dotteddivider {
	background: transparent url(../images/dottedline.gif) repeat-x;
	height: 1px;
	overflow: hidden;
	margin: 1.5em 0 1.5em 0;
}
.fileDownload {
    background: transparent url(../images/file_icon.gif) no-repeat left top;
    display: block;
    height: 35px;
    padding-left: 38px;
}
.margR0 {
	margin-right: 0;
}
.margL9px {
	margin-left: 9px;
}
.cost {
	color: #C1B095;
	background-color:transparent;
	}
	.cost span {
		font-size: 0.9em;
		}
.form {
	margin-bottom: 0;
}
.formbox, .formboxSelect, .formboxOneCol {
	margin-top: 2px;
	margin-bottom: 8px;
	padding: 2px 0 2px 2px;
	color: #524D48;
	background-color: #E8E0D4;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #b09f83;
}
.formboxOneCol {
	width: 222px;
}
.formboxclose {
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #E8E0D4;
	color: #524D48;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
}
.formerror {
	font-weight: bold;
	color: #FF0000;
	background-color:transparent;
}
.formbtn {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #524D48;
}
.flL {
	float: left;
}
.flR {
	float: right;
}
.gap5r {
	margin-right: 5px;
}
.gap8b {
	margin-bottom: 8px;
}
.gap8r {
	margin-right: 8px;
} 
.inline {
	display: inline;
}
img { 
	border: 0;
}
.large {
	font-size: 12px;
}
.lhbox {
	background-color: #CCBCA2;
	color: #FFFFFF;
	font-size: 12px;
}
.lightbg {
	background-color: #CCBCA2;
}
.lighttxt {
	color: #C1B095;
	background-color:transparent;
}
.mediaDownloadImage {
	margin: 5px;
}
.mediaDownloadImgBox, .mediaDownloadImgBoxRight {
	font-size:1px;
	height: 152px;
	background-color: #EEE4DB;
	margin-bottom: 5px;
}
.mediaDownloadImgBox {
	width: 152px;
	margin-right: 5px;
}
.mediaDownloadImgBoxRight {
	width: 151px;
}
.mediaDownloadImgTitle {
	margin: 0 0 0 10px;
    text-transform:uppercase;
}
.noBtm  {
	margin-bottom: 0;
}
.noTop  {
	margin-top: 0;
}
.nowrap {
	white-space: nowrap;
}
.pageHeader {
	font-size: 0;
}
.paratop {
	margin-top: 0px;
	margin-left: 1px;
}
.pNoTop {
	margin-top: 0;
}
.pPadTop {
	margin-top: 1em;
}
.pMedBtm {
	margin-bottom: 1em;
}
.printerheader {
	display: none;
}
.printerVersion {
	height: 23px;
	vertical-align: middle;

}
.printerVersion img {
	vertical-align: middle;
}
.small {
	font-size: 10px;
}
.subhead {
	margin-top: 7px;
}
.subhead.padTop {
	margin-top: 16px;
}
.subheadInCol {
	margin: 7px 0 9px 0;
}
.space1px {
	color: #FFFFFF;
	background-color:transparent;
	width: 1px;
	display: inline;
}
.va-middle {
	/* vertical-align: middle; */
}

#endpage {
	margin-left: 18px;
	margin-right: 6px;
	text-align: right;
}

#header {
	margin-bottom: 16px;
}

/* Defined - Flash Intro (homepage & media)
*****************************************************************/

#introflash {
	/*margin: 78px 0 85px 0;*/
	margin: 0px 0 85px 0;
}
#introflashMedia {
	margin: 78px 0 85px 0;
}
#flashcontentSplash {
	width: 728px;
	height: 140px;
}



/* Main page structure
*****************************************************************/


#maintable {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#maintable #contenttable {
	text-align: center;
	background-color: #FFFFFF;
}
#maintable #paddingtable {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#titlebar {
	padding-bottom: 6px;
}


/* Header/Logo
*****************************************************************/

#logobar {
	position: relative;
	}
	#logobar p {
		text-align: right;
		position: absolute;
		top: 9px;
		left: 345px;
		color: #d5cfc9;
		line-height: 1.2;
		font-size: 11px;
		width: 367px;
		}

/* Navbar (HTML images)
*****************************************************************/

#navBar {
	background-color: #CCBCA2;
	width: 728px;
	height: 19px;
	padding: 2px 0;
}
.navDivider {
	width: 1px;
	height: 19px;
	float: left;
	background: url(../images/nav_reg_divider.gif) 0 0 no-repeat;
	font-size: 1px;
}
#navCont a {
	width: 66px;
	height: 19px;
	float: left;
	background: url(../images/nav_reg_cont.gif) -41px 0 no-repeat;
}
#navCont a:hover {
	background: url(../images/nav_reg_cont.gif) -141px 0 no-repeat;
}
#navGift a {
	width: 99px;
	height: 19px;
	float: left;
	background: url(../images/nav_reg_gift.gif) -41px 0 no-repeat;
}
#navGift a:hover {
	background: url(../images/nav_reg_gift.gif) -141px 0 no-repeat;
}
#navSpec a {
	/*width: 67px;*/
    width:93px;
	height: 19px;
	float: left;
	background: url(../images/nav_reg_spec.gif) -41px 0 no-repeat;
}
#navSpec a:hover {
	background: url(../images/nav_reg_spec.gif) -141px 0 no-repeat;
}
#navTreat a {
	width: 85px;
	height: 19px;
	float: left;
	background: url(../images/nav_reg_treat.gif) -41px 0 no-repeat;
}
#navTreat a:hover {
	background: url(../images/nav_reg_treat.gif) -141px 0 no-repeat;
}
#navRetreat a {
	width: 69px;
	height: 19px;
	float: left;
	background: url(../images/nav_reg_retreat.gif) -41px 0 no-repeat;
}
#navRetreat a:hover {
	background: url(../images/nav_reg_retreat.gif) -141px 0 no-repeat;
}
#navReservations a {
	width: 91px;
	height: 19px;
	float: left;
	background: url(../images/nav_reg_reservations.gif) -41px 0 no-repeat;
}
#navReservations a:hover {
	background: url(../images/nav_reg_reservations.gif) -141px 0 no-repeat;
}
#navClubSpa a {
	width: 64px;
	height: 19px;
	float: left;
	background: url(../images/nav_reg_spaclub.gif) -41px 0 no-repeat;
}
#navClubSpa a:hover {
	background: url(../images/nav_reg_spaclub.gif) -141px 0 no-repeat;
}
#navShop a {
	width: 72px;
	/* width: 47px; */
	height: 19px;
	float: left;
	background: url(../images/nav_reg_shop.gif) -41px 0 no-repeat;
}
#navShop a:hover {
	background: url(../images/nav_reg_shop.gif) -141px 0 no-repeat;
}
#navNews a {
	width: 48px;
	height: 19px;
	float: left;
	background: url(../images/nav_reg_news.gif) -41px 0 no-repeat;
}
#navNews a:hover {
	background: url(../images/nav_reg_news.gif) -141px 0 no-repeat;
}
#navMedia a {
	width: 50px;
	height: 19px;
	float: left;
	background: url(../images/nav_reg_media.gif) -41px 0 no-repeat;
}
#navMedia a:hover {
	background: url(../images/nav_reg_media.gif) -141px 0 no-repeat;
}
#navEcards a {
	width: 63px;
	height: 19px;
	float: left;
	background: url(../images/nav_reg_ecards.gif) -40px 0 no-repeat;
}
#navEcards a:hover {
	background: url(../images/nav_reg_ecards.gif) -140px 0 no-repeat;
}
#navSpa a {
	width: 43px;
	height: 19px;
	float: left;
	background: url(../images/nav_reg_spa.gif) -40px 0 no-repeat;
}
#navSpa a:hover {
	background: url(../images/nav_reg_spa.gif) -140px 0 no-repeat;
}
#navSpa span, #navTreat span, #navRetreat span, #navReservations span, #navGift span, #navShop span, #navMedia span, #navNews span, #navSpec span, #navClubSpa span, #navCont span, #navEcards span{
	display:none;
}

/* Dropdown menus
*****************************************************************/

#dropdown {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}
#dropdownGV {
	position: absolute;
	left: 0px;
	top: 68px;
	visibility: hidden;
}
#dropdownSpec {
	position: absolute;
	left: 189px;
	top: 68px;
	visibility: hidden;
}
#dropdownTreat {
	left: 98px;
	position: absolute;
	top: 68px;
	visibility: hidden;
}
#dropdownRetreats {
	left: 184px;
	position: absolute;
	top: 68px;
	visibility: hidden;
}
#dropdownMedia {
	left: 460px;
	position: absolute;
	top: 68px;
	visibility: hidden;
}
#dropdownSpa {
	/*left: 511px;*/
	left: 575px;
	position: absolute;
	top: 68px;
	visibility: hidden;
}
#dropdown ul {
	background-color: #e5ddd0;
	list-style: none;
	width: 131px;
	margin: 0;
	padding: 0;
	font-size: 1px;
}
#dropdown ul li {
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	padding: 0;
}
#dropdown ul li a, #dropdown ul li a:link, #dropdown ul li a:visited {
	color: #563e26;
	background-color: #e5ddd0;
	display: block; /* make links full width of dropdown */
	zoom: 1; /* trigger has layout for IE */
	padding: 3px 5px 3px 11px;
	text-decoration: none;
	border-bottom: 1px solid #eee9e0;
}
#dropdown ul li a.btm, #dropdown ul li a:link.btm, #dropdown ul li a:visited.btm {
	border-bottom: 0;
}
#dropdown ul li a:hover {
	color: #FFFFFF;
	background-color: #563e26;
}

/* Lists
*****************************************************************/

ul.altList {
	text-align: left;
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}
ul.altList li {
	padding: 0.2em 0 0.2em 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	line-height: 1.5em;
	font-weight: bold;
}
.altListEven {
	background-color: #F0ECE8;
}
.altListOdd {
	background-color: #FAF8F6;
}
ul.link-list {
	text-align: left;
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
}
ul.link-list li {
	padding: 0.2em 0 0.2em 10px;
}
ul.link-list firstItem {
}
ul {
	text-align: left;
	margin-left: 0.8em;
	padding: 0 0 0 1em;
	list-style: none;
}
ul li {
	list-style-image: url(../images/list_arrow.gif);
	list-style-type: disc;
}

/* Sidebar menus
*****************************************************************/

.lhmenuWrap {
	width: 215px;
	padding: 12px;
}
ul.lhmenu {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
ul.lhmenu ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
ul.lhmenu li {
	padding-left: 10px;
	background-image: url(../images/arrow_lhmenu_off.gif);
	list-style-image: none;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0 .5em;
	font-size: 12px;
	color: #FFFFFF;
	background-color:transparent;
	padding-top: 1px;
}
ul.lhmenu li a {
	font-size: 12px;
	color: #FFFFFF;
	background-color:transparent;
	text-decoration: none;
}
ul.lhmenu li.active {
	background-image: url(../images/arrow_lhmenu_on.gif);
}
ul.lhmenu li.active a {
	text-decoration: none;
	font-size: 12px;
	color: #563E26;
	background-color:transparent;
}
ul.lhmenu li.active a:visited {
	color: #563E26;
	background-color:transparent;
}
ul.lhmenu li a:visited  {
	color: #FFFFFF;
	background-color:transparent;
}
ul.lhmenu li a:hover {
	color: #563E26;
	background-color:transparent;
	text-decoration: none;
}
ul.lhmenu li ul li a, ul.lhmenu li ul li a:link, ul.lhmenu li ul li a:active {
	font-size: 11px;
	color: #FFFFFF;
	background-color:transparent;
}
ul.lhmenu li ul li a:visited, ul.lhmenu li.active ul li a:visited  {
	font-size: 11px;
	color: #FFFFFF;
	background-color:transparent;
}
ul.lhmenu li ul li a:hover, ul.lhmenu li.active ul li a:hover {
	color: #563E26;
	background-color:transparent;
	text-decoration: none;
}
ul.lhmenu li ul li.active a  {
	text-decoration: none;
	font-size: 11px;
	color: #563E26;
	background-color:transparent;
}

/* Highlight Links
*****************************************************************/

.highlightLink {
	background: transparent url('../images/btn_arrow_reg.gif') 0 0.5em no-repeat;
	padding: 0 0 0 9px;
	}
	.highlightLink.shortBtm {
		margin-bottom: 0;
		}
	.highlightLink.reverse {
		background: transparent url('../images/btn_arrow_reg_rev.gif') 0 0.5em no-repeat;
		}

/* Treatments
*****************************************************************/

.treatmentList {
    border-spacing:0;
	}
	.treatmentList th {
		padding: 0 0 4px 0;
		font-size: 11px;
		}
	.treatmentList td {	
		padding: 4px 10px 4px 0;
		border-top: 1px solid #e0d6c6;
		}
		.treatmentList td.num, .treatmentList td.min, .treatmentList td.price {	
			padding-right: 0;
			}
	.treatmentList .num {
		font-weight: bold;
	}
	.treatmentList .name {	
		width: 120px;
		}
	.treatmentList .desc {	
		width: 245px;
		}
	.treatmentList .descTop10 {	
		width: 205px;
		}
	.treatmentList .num, .treatmentList .min, .treatmentList .price {	
		width: 40px;
		}
.treatmentList a {
	text-decoration: none;
	font-weight: bold;
	}
	.treatmentList a:hover {
	text-decoration: underline;	
	}
.treatmentList .upgrade td {
	border: none;
	}
	.treatmentList .upgrade td.name {
		font-style: italic;
		}
.contraindication {
	padding: 0 0 0 12px;
	}
	.contraindication.shortBtm {
		margin-bottom: 0;
		}
	.pregnancy {
		background: transparent url('../images/contraindication_pregnancy.gif') left center no-repeat;
		}
	.heart {
		background: transparent url('../images/contraindication_heart.gif') left center no-repeat;
		}
	.allergy {
		background: transparent url('../images/contraindication_allergy.gif') left center no-repeat;
		}
 .treatmentKey {
    width:465px;
    margin: 0;
    border-spacing:0;
    border-top: 1px solid #e0d6c6;
	}
	.treatmentKey td {	
		padding: 0 7px 2px 0;
        margin:0;
		}
	.treatmentKey .icon {	
		width: 15px;
		}
	.treatmentKey .desc {	
		width: 443px;
        padding-right:0;
        font-style: italic;
		}
     .treatmentKey .topRow .icon, .treatmentKey .topRow .desc {
        padding-top:1em;
        }
 .treatmentKey.addon {
    border:none;
    margin: -0.8em 0 1em 0;
    }
 .upgradeIcon {
    margin: 0.6em 1em 0 0;
 }
  .upgradeIconKey {
    vertical-align:middle;
 }

/* notes and announcements
*****************************************************************/

.greenspaTagline {
	padding: 0 0 0px 10px;
	color: #CCBCA2;
	font-size: 10px;
	width:700px;
}


/* Mother's Day 2009
*****************************************************************/

#introflashMumsDay {
	margin:78px 0 85px 0;
	background: #231F20;
}