body {
	background-color: #99ccff;
	margin: 0px;
	background-image: url(images/white_background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.container {
	background-color: #ffffff;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.banner {
	background-color: #ffffff;
	width: 760px;
	height: 183px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: #99ccff solid 3px;
	border-bottom: #99ccff solid 3px;
}

h3 {
	font-style: italic;
	font-size: 18px;
	color: #778899;
	padding-left: 40px;
}

h4 {
	font-size: 17px;
	font-weight: bold;
}

.content {
	padding: 5px 0px 5px 0px;
	color: #000000;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}

.hometext {
	float: left;
	width: 340px;
}

#homeimages {
	float: right;
	width: 408px;
	text-align: center;
}

h4 {
	margin-bottom: 0px;
}

ul#homelistskin, ul#homelisthair, ul#homelistjane, ul#homelistnutrition {
	margin-top: 0px;
}

#homelistskin li, #homelisthair li, #homelistjane li, #homelistnutrition li  {
	margin-left: -24px;
}

ul#nav {
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
}

#nav li {
	display: inline;
	list-style-type: none;
}

#nav a {
	padding: 3px 10px;
}

#nav a:link, #nav a:visited {
	color: #B0C4DE;
	text-decoration: none;
	font-family: tahoma, arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8pt;
	letter-spacing: 1px;
}

#nav a:hover {
	color: #B0C4DE;
	text-decoration: none;
	font-family: tahoma, arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8pt;
	letter-spacing: 1px;
	text-decoration: underline;
}

body#home a#homenav,
body#about a#aboutnav,
body#news a#newsnav,
body#treatments a#treatmentsnav,
body#products a#productsnav,
body#contact a#contactnav {
	text-decoration: none;
	background-color: #99ccff;
	color: #ffffff;
	letter-spacing: 2px;
}


.navigation{
	width: 99%;
	font-weight: bold;
}

.navigation:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}


.navigation ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: " ";
}

.dropmenudiv{
	position:absolute;
	top: 0px;
	border-bottom-width: 0px;
	font-family: tahoma, arial, sans-serif;
	letter-spacing: 2px;
	font-size: 11px;
	line-height:18px;
	z-index:100;
	background-color: #FFFFFF;
	width: 120px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 2px;
	text-decoration: none;
	font-weight: bold;
	color: #003399;
	text-transform: uppercase;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{
	background-color: #38B0DE;
	color: #ffffff;
	text-transform: uppercase;
}


.copyright {
	color: #778899;
	font-size: 7pt;
	font-family: tahoma, arial, sans-serif;
	text-align: center;
	padding: 5px;
	border-top: solid 1px #778899;
}

#copyright a:link, #copyright a:visited,
#content a:link, #content a:visited {
	color: #003366;
}

#copyright a:hover, #content a:hover {
	color: #003366;
	text-decoration: none;
}

.home {
	width: 100%;
}

.homecontent {
}

.homeimage {
	padding: 3px;
}

#homeimage img {
	height: 121px;
	width: 121px;
}

ul {
	list-style-type: disc;
}

.title {
	font-size: 12pt;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.title:first-letter {
	font-weight: bold;
	font-size: 15pt;
}

.product {
	width: 748px;
	margin-top: 10px;
	clear: both;
}

h1 {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 4px;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 18px;
	color: #778899;
	text-align: center;
}

h2 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
	font-family: verdana, tahoma, arial, sans-serif;
	margin-bottom: 3px;
}

.productdesc {
	text-align: justify;
}

.contact {
	width: 100%;
}

.contacttext {
}

.contactmap {
}

ul#numeric
	{
	list-style-type: decimal;
}

.subtitle {
	font-size: 14pt;
	letter-spacing: 3px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-top: 20px;
}

.subtitle2 {
	font-style: italic;
	font-size: 11pt;
	letter-spacing: 2px;
	padding-left: 20px;
	padding-top: 15px;
}

p {
	text-align: justify;
}

.treatment {
	font-weight: bold;
	text-transform: uppercase;
}


input, textarea, option, select {
	background-color: #ffffff;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #003366;
	padding: 2px;
}

.right {
	text-align: right;
}

#hairintro, #janeiintro, #skinintro, #nutritionintro, #nutritionintro2 {
	border-bottom: 1px solid #778899;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.images {
	text-align: center;
}