@charset "utf-8";
/* CSS Document */

body
{
	background-color: #e5e5e5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

a, a:link, a:visited
{
	text-decoration: none;
	color: #0000FF;
}

#MainLayer
{
	width: 850px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}

#Footer
{
	width: 850px;
	background-color: #403540;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	font-size: 0.7em;
}

#Footer2
{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	color: #aaa;
	font-size: 0.7em;
	padding-left: 13px;
	padding-top: 5px;
}


.ContentPane
{
	width: 600px;
	float:left;
}

.InnerContentPane
{
	padding: 10px 10px 10px 30px;
	color: #555;
	line-height: 1.5em;
}

.InnerContentPane h1
{
	font-size: 1.7em;
	color: #444;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.InnerContentPane h2
{
	margin-top: 35px;
	font-size: 1.2em;
	color: #444;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.InnerContentPane p
{
	
}

.SidePane
{
	width: 250px;
	background-image: url(images/Background.JPG);
	background-repeat:repeat-y;	
	float: right;
}

.InnerSidePane
{
	padding: 8px 10px 9px 10px;
}

.NavigationSidePane
{
	background-color: #403540;
	padding: 5px;
}

.NavigationSidePane ul
{
	margin: 0px;
	padding: 0px 15px 0px 15px;
	text-align: right;
	list-style-type: none;
	font-weight: bold;
}

.NavigationSidePane li
{

	border-bottom: 1px dashed #594f59;
}

.NavigationSidePane ul a:link
{
	padding: 1px;
	color: #fff;
	display: block;
	text-decoration: none;
}

.NavigationSidePane ul a:visited
{
	padding: 1px;
	color: #fff;
	text-decoration: none;
	display: block;
}

.NavigationSidePane ul a:hover
{
	background-color: #594f59;
}

.MalePopup
{
	background-image: url(images/TextBubble.jpg); 
	background-repeat:no-repeat; 
	height: 145px; 
	width: 600px; 
	float: left;
}

.MalePopup h1
{
	padding-left: 185px;
	padding-top: 38px;
	font-size: 1.3em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #403540;
}

.MalePopup p
{
	margin-top: 5px;
	padding-top: 0px;
	padding-left: 185px;
	padding-right: 40px;
}

.FemalePopup
{
	background-image: url(images/TextBubble2.jpg); 
	background-repeat:no-repeat; 
	height: 127px;
	width: 575px; 
	float: right;
}

.FemalePopup h1
{
	padding-left: 20px;
	padding-top: 10px;
	font-size: 1.3em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #403540;
}

.FemalePopup p
{
	margin-top: 5px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 140px;
}

.ProductDescription
{
	border-top: 3px solid #eee;
	padding-top: 15px;
}

.ProductDescription ul
{
	list-style-type: disc;
	padding: 0px;
	margin-left: 15px;
}

.ProductDescription li
{
	padding: 0px;
	margin: 0px;	
}

.TreatmentSelector
{
	border-spacing: 0px;
	line-height: normal;
}

.TreatmentSelector ul
{
	list-style-type: none;
	padding: 0;
	margin-left: 13px;
}

.TreatmentSelector li
{
	border-spacing: 0px;
	width: 95%;
	display:block;
	margin-bottom: 10px;
}

.TreatmentSelector li a, .TreatmentSelector li a:visited
{
	padding: 5px 5px 5px 25px;
	display: block;	
	text-decoration: none;
	color: #333;
	height:30px;	
	border: 1px solid #f0f0f0;
	background-image:url(/images/Highlight.gif);
	background-repeat: no-repeat;
	background-position: left;	
	font-weight: bold;
}

.TreatmentSelector li a:hover
{
	background-color: #def;
	background-image:url(/images/HighlightBlue.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.TreatmentDescription
{
	color: #333333; 
	font-size:0.8em;
	font-weight: normal;
}

.BeforeAndAfter
{
	border: 1px solid #ccc;
	width: 200px;
	padding: 5px;
	text-align: center;
	color: #777;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
}



