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

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

/********
 * DIVs *
 ********/

div.headercontainer {
	display: none;
}

div.header {
	display: none;
}

div.smallheadercontainer {
	display: none;
}

div.smallheader {
	display: none;
}

div.menucontainer {
	display: none;
}

div.menu {
	display: none;
}

div.contentcontainer {
	width: 100%;
}

div.side {
	display: none;
}

div.content {
	font-size: 12px;
	line-height: 24px;
}

div.footer {
	display: none;
}


/********
 * 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;
}
