/*
COMMENTS:
- body has text-align: center so content divs are centered in container divs in IE5/Win
*/

body {
	margin: 0px;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, sans-serif;
}

/********
 * DIVs *
 ********/
 
div.footerfeature {
	width: 750px;
	border: 2px dotted #CC89AF;
	background-color: #E6C4D7;
	padding: 10px;
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
}

div.headercontainer {
	width: 100%;
	height: 250px;
	background: url(..//images/headerbg.jpg) repeat-x;
}

div.header {
	width: 770px;
	height: 250px;
	margin: 0px auto;
}

div.smallheadercontainer {
	width: 100%;
	height: 100px;
	background: url(..//images/smallheaderbg.jpg) repeat-x;
}

div.smallheader {
	width: 770px;
	height: 100px;
	margin: 0px auto;
}

div.menucontainer {
	width: 100%;
	height: 34px;
	background: url(..//images/menubg.jpg) repeat-x;
}

div.menu {
	width: 770px;
	height: 34px;
	margin: 0px auto;
}

div.contentcontainer {
	width: 770px;
	margin: 20px auto 0px auto;
}

div.side {
	width: 200px;
	float: left;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
}

div.content {
	width: 550px;
	float: right;
	text-align: justify;
	font-size: 12px;
	line-height: 24px;
}

div.footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: left;
	color: #CCCCCC;
	font-size: 9px;
}


/********
 * MENU *
 ********/
div.menu ul {
	margin: 0px;
	padding: 0px;
}

div.menu li {
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

div.menu li.home {
	width: 90px;
	border-left: 1px dotted;
}

div.menu li.aboutus {
	width: 90px;
	border-left: 1px dotted;
}

div.menu li.benefits {
	width: 90px;
	border-left: 1px dotted;
}

div.menu li.treatments {
	width: 110px;
	border-left: 1px dotted;
}

div.menu li.howwework {
	width: 111px;
	border-left: 1px dotted;
}

div.menu li.quotation {
	width: 90px;
	border-left: 1px dotted;
}

div.menu li.links {
	width: 90px;
	border-left: 1px dotted;
}

div.menu li.contactus {
	width: 90px;
	border-left: 1px dotted;
	border-right: 1px dotted;
}

div.menu ul li a {
	height: 34px;
	padding: 0px;
	margin: 0px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, sans-serif;
	font-size: 12px;
	line-height: 34px;
}

div.menu ul li a:hover,
div.menu ul li a:active {
	color: #FFFFFF;
	background-color: #999999;
	border: none;
}

div.menu li.selected a:link,
div.menu li.selected a:visited,
div.menu li.selected a:hover,
div.menu li.selected a:active {
	background-color: #999999;
}


/*********************
 * PARAGRAPH STYLING *
 *********************/

div.content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}


div.content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top: -10px;
}


/*********
 * LINKS *
 *********/
 
div.footer a:link,
div.footer a:visited,
div.footer a:active,
div.footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px dotted;
	font-size: 9px;
}

div.side a:link,
div.side a:visited,
div.side a:active {
	color: #CC89AF;
	text-decoration: none;
	border-bottom: 1px dotted;
}

div.side a:hover {
	color: #333333;
	border-bottom: none;
}

div.content a:link,
div.content a:visited,
div.content a:active {
	color: #CC89AF;
	text-decoration: none;
	border-bottom: 1px dotted;
}

div.content a:hover {
	color: #333333;
	border-bottom: none;
}


/****************
 *TABLE STYLING *
 ****************/
 
table td {
	vertical-align: top;
 	padding-right: 30px;
}

table.nopadding {
	width: 350px;
}

table.nopadding td {
	vertical-align: top;
	padding: 0px;
}

table.treatmentsquote {
	width: 100%;
}

table.treatmentsquote td {
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}

table.treatmentsquote td.title {
	text-align: left;
}

table.treatmentsquote tr.highlight {
	background-color: #F0F0F0;
}

table.treatmentsquote tr.highlightdark {
	background-color: #CC89AF;
	font-weight: bold;
}