/* $Date: 2009-08-04 17:43:20 +1000 (Tue, 04 Aug 2009) $ $Revision: 10 $ */
body {
	font: 17px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background: rgb(25,25,25);
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: rgb(225,228,159);
}

.oneColFixCtrHdr #footer a:link {
	font-weight: bold;
	color: #ffffff;
}

.oneColFixCtrHdr #footer a:visited {
	font-weight: bold;
	color: #ffffff;
}

.oneColFixCtrHdr #footer a:active {
	font-weight: bold;
	color: #ff4b32;
}

.oneColFixCtrHdr #footer a:hover {
	font-weight: bold;
	color: #ff4b32;
}

a:link {
	color: #ff4b32;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #ff4b32;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	color: #ff4b32;
	line-height: 1em;
	font-size: 20px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #333333;
	padding: 0px 0px 5px 0px;
	letter-spacing: .1em;
}

h2 {
	color: #ff4b32;
	line-height: 1.3em;
	font-size: 18px;
	padding: 10px 0px 0px 0px;	
	letter-spacing: .1em;

}

h3 {
	color: #ff4b32;
	line-height: 1.3em;
	font-size: 16px;
	padding: 0px 0px 0px 0px;	
	letter-spacing: .1em;
}

.LeftColumn {
	font-size: 14px;
	font-weight: bold;
	width:100%;
	overflow:hidden;
	line-height: 1.3em;
}


.featurebox {
	border: 1px solid rgb(212,225,224);
	background-color: rgb(235,240,240);
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
}
	
.featurebox img {
	border: 1px solid #000000;
}

.normal
	{
	font-size: 17px;
	}

.highlight {
	color: #ff4b32;
}

.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-width: 0px 1px 6px 2px;
	border-style: solid;
	border-color: rgb(128,38,25);
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: rgb(153,139,105); 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
}
.oneColFixCtrHdr #footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:rgb(151,137,103);
	color: #ffffff;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: .1em;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.maincontentimageRHS {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 20px;
}

.default .Remedial, 
.default .Deep_Tissue, 
.default .Swedish, 
.default .Shiatsu, 
.default .Pregnancy, 
.default .Hot_Stone, 
.default .Lomi_Lomi, 
.default .Foot_Reflexology, 
.default .Combos, 
.default .Mobile, 
.default .Corporate, 
.default .Tarot_Reading, 
.default .Gift_Vouchers {
	display: block;
	}

.default .menu	{
	display: none;
	}


.Remedial, 
.Deep_Tissue, 
.Swedish, 
.Shiatsu,
.Pregnancy, 
.Lomi_Lomi,
.Hot_Stone, 
.Foot_Reflexology, 
.Combos, 
.Mobile, 
.Corporate, 
.Tarot_Reading, 
.Gift_Vouchers {
	display: none;
	}

.Remedial_ON .Remedial {
	display: block;
	}

.Deep_Tissue_ON .Deep_Tissue {
	display: block;
	}

.Swedish_ON .Swedish {
	display: block;
	}

.Shiatsu_ON .Shiatsu {
	display: block;
	}

.Pregnancy_ON .Pregnancy {
	display: block;
	}

.Hot_Stone_ON .Hot_Stone {
	display: block;
	}

.Lomi_Lomi_ON .Lomi_Lomi {
	display: block;
	}

.Foot_Reflexology_ON .Foot_Reflexology {
	display: block;
	}

.Combos_ON .Combos {
	display: block;
	}

.Mobile_ON .Mobile {
	display: block;
	}

.Corporate_ON .Corporate {
	display: block;
	}

.Tarot_Reading_ON .Tarot_Reading {
	display: block;
	}
	
.Gift_Vouchers_ON .Gift_Vouchers {
	display: block;
	}