body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 14px;	
	background-image: url(../images/color-chart.gif);
	background-attachment: fixed;
  background-position: 0% 100%;
  background-repeat: no-repeat;
}
/* Page Header */
#header {	
	width:100%;
	margin: 0px;
	background-image: url(../images/bg-repeat.jpg);
	background-repeat: repeat-x;
	height: 112px;
}
#topRight {
	top: 0;
	float: right;
}
#topLeft{
	top: 0;
	float: left;
}
#logo{
	text-align: center;
}
.tagline{
	text-align: center;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #007682;
	padding: 5px 0 5px 0;
}
/* End Header */
/* Top Links */
#links {
	position: absolute;
	z-index: 5;
	top: 92px;
	left: 10px;
	padding-bottom: 3px;
	font-family: verdana,helvetica,sans-serif;
	color: #000;
	font-size: 12px;
}
#links img{
	z-index: 6;
	top: 87px;
	left: 0;
}
#links a {
	text-decoration: none;
	color: #000;
}
#links a:active {
	text-decoration: none;
	color: #000;
}
#links a:hover {
	text-decoration: underline;
	color: #000;
}
/* End Top Links */
/*content area*/
#contentArea {
	padding: 5px 10px 0 10px;
}
.productHead {
 font-family: Arial,Helvetica,Sans-Serif;
 font-size: 16px;
 font-weight: bold;
 color: #007682;
 padding: 5px 0 0 0;
}
/*#contentArea img {
	text-align: center;
	padding: 5px 20px 0 20px;
}*/
/*end content area*/
#footer {
	margin: 10px 10% 10px 5%;
	font-family: verdana, arial,helvetica,sans-serif;
	font-variant: small-caps;
	font-size: 11px;
	text-align: center;
	color: #000;
}

legend{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color:  #344CA6;
}
.form{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}
.required {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: red;
}
input, select, textarea, button {
  border: 1px solid #999;
  background-color: #eee;
}

button :hover {
	border: 1px solid #999;
  background-color: #ccc;
}
.contactdetails {
	padding-top: 5px;
	padding-left: 10px;
	font-size: 12px;
	padding-right: 35px;
}
.hours {
	font-weight: bold
}
.emails {
	padding-top: 5px;
	padding-left: 15px;
	font-size: 11px;
}
.contacttype {
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
	color: #007682;
}
td {
	text-align: center
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}