*{
	margin:0px;
	padding:0px;
}
html{
	overflow-y:scroll;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#666;
}
a{
	text-decoration:none;
	outline:0;
	color:#00BBE4;
}
a:hover {
	color:#00BBE4;
}
a:active {
	color:#00BBE4;
}
img{
	border:0;
}
p, h1, h2, h3, h4, h5, h6 {
	padding:0px;
	margin:0px 0px 10px 0px;
}
h1{
	color:#B9B9B9;
	font-size:1.5em;
	font-weight:normal;
}
h2{
	color:#707070;
	font-size:1.4em;
	font-weight:bold;
}
th{
	text-align:left;
	border-bottom:1px solid #E0E0E0;
	padding-bottom:5px;
}
form {
	margin:0px;
	padding:0px;
	border:0px;
}
fieldset {
	margin:0px;
	padding:0px;
	border:0px;
}
input, select {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF !important;
	color:#666666;
	padding:0px;
	margin:0px;
}
label{
	display:block;
	float:left;
}
.clear{clear:both;}
.left{float:left;}
.right{float:right;}
.redtext{color:#FE1B14;}
.whitetext{color:#FFFFFF;}
.blacktext{color:#000000;}
.bulletheader{
	background: url('/images/bullet.gif') 0px 2px no-repeat;
	padding-left:20px;
	color:#666666;
	font-weight:bold;
}

.hr {
	display: block;
	padding: 20px 0;
}

hr {
	border: none;
	border-top: 1px solid #D9D9D9;
}

.inputstandard {
	color: #666666;
	border: 1px solid #666666;
	padding: 2px;
	font-size: 11px;
}

.bottomline {
	border-bottom: 1px solid #E0E0E0;
	padding: 7px;
}

.bottomlineon {
	border-bottom: 1px solid #E0E0E0;
	background-color: #CCF1FA;
	padding: 7px;
}

.bottomlineoff {
	border-bottom: 1px solid #E0E0E0;
	background-color: #ffffff;
	padding: 7px;
}

.on {
	background-color: #CCF1FA;
}



/* Treatments Navigation */
.treatment_navigation ul{
	list-style:none;
	display:block;
	padding:0px;
	margin:0px;
}
.treatment_navigation ul li{
	display:block;
	float:left;
	padding:0px;
	margin:0px 1px 0px 0px;
	height:40px;
	overflow:hidden;
}
.treatment_navigation li a {
	display:block;
	background-position:0% 100%;
	background-repeat:no-repeat;
	height:40px;
}
.treatment_navigation li a:hover {
	background-position:0% 0%;
}
.treatment_navigation li a span {
	display:none;
}
.treatment_navigation li.nav1 a {
	background-image:url("/images/navigation/treatments/facials.gif");
	width:91px;
}
.treatment_navigation li.nav2 a {
	background-image:url("/images/navigation/treatments/health.gif");
	width:91px;
}
.treatment_navigation li.nav3 a {
	background-image:url("/images/navigation/treatments/detox.gif");
	width:91px;
}
.treatment_navigation li.nav4 a {
	background-image:url("/images/navigation/treatments/body.gif");
	width:91px;
}

.facials-heading{color:#f9cbe5;font-size:18px;font-weight:bold;}
.health-heading{color:#00bbe4;font-size:18px;font-weight:bold;}
.body-heading{color:#fe1b14;font-size:18px;font-weight:bold;}
.detox-heading{color:#b37b86 ;font-size:18px;font-weight:bold;}