body {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: -moz-scrollbars-vertical;
	height:101%;
}

p {
	color: #666666;
}
a, a:visited {
	color: #000000;
}
a:hover {
	text-decoration: none;
}

h2 {
	font-size: 12px;
	color: #333333;
}
h3 {
	color: #958F80;
	font-size: 11px;
	border-bottom: 1px solid #958F80;
	
}
th {
	background: #99CCCC;
	font-size: 11px;
}
td {
	vertical-align: top;
}
/* Colored Backgrounds*/
body.home {
/*	background: #68160F;*/
	background: #7F535A;
}

body.reviews {
/*	background: #DDCB85;*/
	background: #949981;
}
body.biodyn {
/*	background: #C6A44B;*/
	background: #A18B51;
}
body.range {
	background: #B3C1C1;
}
body.contact {
	/*background: #E2CBB3;*/
/*	background: #511425;*/
	background: #7F535A;
}
body.agents {
	background: #ADA59D;
}
/* Menu area */
.menubar {
	background: #A8A396;
}



#mainTable {
	width: 760px;
	margin: auto;
}
.content {
	background: #FFFFFF;
	padding: 10px;
}
#scrolltext {
	background: #FFFFFF;
	border: none;
	color: #666666;
	height: 300px;
	width: 100%;
	overflow: auto;
	/* Scrollbars IE only*/
	scrollbar-3dlight-color: #CCCCCC;
   scrollbar-arrow-color:#333333;
   scrollbar-base-color: #FFFFFF;
   scrollbar-darkshadow-color: #000000;
   scrollbar-face-color: #CCCC99;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-shadow-color: #999999
}
.footer, .footer a {
	color: #FFFFFF;
}
/*Review Section*/
.quote {
	background: #CDC8BC;
	padding: 5px 15px 5px 15px;
	width: 90%;
	border-right: 3px solid #000000;
}

.quote h2 {
	color: #958F80;
	border-bottom: 1px solid #958F80;
}

