body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 99%;
	border:none;
}

#centeringTable {
	width: 100%;
	margin: 0px auto;
	vertical-align: middle;
	text-align: center;

}

#wrapperBody {
  margin: 0px auto;
  width: 800px;
  background-color: #FFF;
}

/*---------------------------------------------------------------*/

#header {
	background: url("../images/hygiene_head.jpg");
	background-color:#FFFFFF;
	width: 800px;
	height: 153px;
}

#topMainNav {
	background: url("../images/mainBodyBackground.gif") repeat-y;
	width: 800px;
	height: 30px;
	font: 12px Arial;
}

#mainBody {
	float: left;
	background: url("../images/mainBodyBackground.gif") repeat-y;
	width: 800px;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
}

#footer {
	float: left;
	background: url("../images/footerBackground.gif") repeat-x;
	width: 800px;
	height: 35px;
	font: 10px Arial;
	color: #FFF;
	text-align: left;
}

/*---------------------------------------------------------------*/



#buttonPower {
	background: url("../images/buttonpp.jpg");
	width: 350px;
	height: 100px;
	float: left
	text-align: left;
	padding-left: 50px;
}

#sectionTitle {
	font: 18px/20px Arial;
	color:#444f29;
}

#boxTitleBlue {
	font: 16px Arial;
	color: #069;
}

#bodyCopy {
	font: 11px/18px Arial;
}

#bodyCopy a, #footer a:visited {
	color:#000; 
	text-decoration:underline; 
	font:11px Arial;
}

#bodyCopy a:hover {
	color:#000; 
	text-decoration:none; 
	font:11px Arial;
}

#testimonialCopy {
	font: italic 11px/18px Arial;
}

#menuOptions {
	font: 11px Arial;
	color: #FFF;
}

#privacyPolicy {
	margin-left:22px; 
	line-height:34px;
}

#headerLogo {
	height:131px; 
	width:119px; 
	float:left; 
	margin-left:45px; 
	margin-top:35px;
}

.headerMenu {
	height:70px; 
	width:130px; 
	background-color:#069; 
	float:right; 
	margin-right:45px; 
	margin-top:40px; 
	text-align:left;
}

.headerMenu a, .headerMenu a:visited {
	color:#fff; 
	text-decoration:none; 
	font:bold 11px Arial;
}

.headerMenu a:hover {
	color:#0CF; 
	text-decoration:none; 
	font:bold 11px Arial;
}

#headerMenuPadding {
	padding-top:12px; 
	padding-left:20px;
	padding-bottom:12px;
}

#indexButton {
	float:left;
	width:225px; 
	height:90px; 
	background-color:#999; 
	color:#fff; 
	text-align:left; 
	font:12px Arial;
}

#indexButtonPadding {
	padding:12px 15px;
}
	
#indexButtonTitle {
	font:bold 14px Arial;
}

#indexButton a, #footer a:visited {
	color:#fff; 
	text-decoration:underline; 
	font:12px Arial;
}

#indexButton a:hover {
	color:#0CF; 
	text-decoration:none; 
	font:12px Arial;
}

.boxPadding {
	padding:10px;
}

#sectionWhiteBox {
	width:200px; 
	float:left; 
	text-align:left; 
	background-color:#FFF; 
	border:#ccc 1px solid; 
	margin-bottom:25px;
}

#testimonialBox {
	width:200px; 
	float:left; 
	text-align:left; 
	background-color:#C9D9E7; 
	border:#ccc 1px solid; 
	margin-bottom:25px;
}

#interestedBox {
	width:200px; 
	float:left; 
	text-align:left; 
	background-color:#D9D9D5; 
	border:#ccc 1px solid;
}

.clinicalAppResearchBox {
	width:450px; 
	float:left; 
	text-align:left; 
	background-color:#fff; 
	border:#ccc 1px solid;
}

.clinicalAppResearchBox p {
	font:12px Arial;
}

#footer a, #footer a:visited {
	color:#fff; 
	text-decoration:underline; 
	font:10px Arial;
}

#footer a:hover {
	color:#0CF; 
	text-decoration:none; 
	font:10px Arial;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	float:left;
	/* width is 6px smaller than 750 to accomodate the padding */
	width:794px; 
	height:30px;
	padding-left:6px; 
	font:bold 11px Arial; 
	position:relative; 
	z-index:100; 
	background: url('../images/navBarBackground.gif') repeat-x;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:794px; 
	w\idth:794px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0px; 
	margin:0px; 
	list-style-type:none;
}

.menu ul ul {
	text-align:left;
}

/* float the list to make it horizontal and a relative position so that you can control the dropdown menu position */
.menu li {
	float:left;
	position:relative;
}

/* style the links for the top level */
.menu a, 
.menu a:visited {
	display:block; 
	font-size:11px; 
	text-decoration:none; 
	color:#8fa552;
	height:30px; 
	background:#0d470c; 
	background: url("../images/navBarBackground.gif"); 
	padding-left:28px;
	padding-right:28px;
	line-height:30px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, 
* html .menu a:visited {
	width:0px; 
	w\idth:0px;
	padding-left:18px;
	padding-right:18px;
}

/* style the second level background */
.menu ul ul a.drop, 
.menu ul ul a.drop:visited {
	background:#b7b8ba;
}

/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#b7b8ba;
}

.menu ul ul :hover > a.drop {
	background:#b7b8ba;
}

/* hide the sub levels and give them a position absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0px;
	top:30px;
	left:0px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:30px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0px; 
	left:0px; 
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, 
.menu ul ul a:visited {
	background:#b7b8ba; 
	color:#cae873; 
	height:12px; 
	line-height:12px; 
	padding:8px 18px; 
	width:145px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, 
* html .menu ul ul a:visited {
	width:145px;
	w\idth:145px;
}

/* style the top level hover */
.menu a:hover, 
.menu ul ul a:hover {
	color:#cae873; 
	background:#b7b8ba;
}

.menu :hover > a, 
.menu ul ul :hover > a {
	color:#ebffc7; 
	background:#b7b8ba;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, 
.menu ul a:hover ul {
	visibility:visible; 
}