body,html{
	margin:0;
	padding:0;
}
body {
	background-color:#FFFFFF;
	color:#333333;
	margin:0;
	padding:0;
	font:1em 'trebuchet ms', arial, sans-serif;
	height: 100%;
}
#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	right: 0px;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 10px;
	background-color: #FFFFFF;
}
body>#headerwrap {
	position:fixed;
}
#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 192px;
	background-color: #FFFFFF;
	margin-top: 0px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}
#title {
	margin-top: 150px;
	margin-right: 20px;
	width: 800px;
	clear: none;
	float: right;
	height: 40px;
}
#navcontainer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 960px;
	height: 32px;
	background-color: #B2AC9E;
	margin-top: 0px;
	background-image: url(../images/nav-back.gif);
	background-repeat: no-repeat;
}
#navcontainer #currentpage a{
	color: #80FF80;
}
#middlewrap {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 260px;
}
#middlewrap table{
	height: 100%;
	width: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
}
#left {
	float:left;
	width:640px;
	min-width: 400px;
	height: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#left li{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 90%;	
}
#right {
	font-size: 90%;
	clear: none;
	float: right;
	height: 100%;
	width: 288px;
	border: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #B2AC9E;
}
#right-content {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 20px;
	height: 500px;
}
#right table{
	margin-right: auto;
	margin-left: auto;
}
#right ul{
	margin-left: 0px;
	padding-left: 10px;
}
#samples {
	overflow: auto;
	height: 340px;
	margin-bottom: 40px;
	width: 600px;
}
#top-right {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 288px;
}
#phone {
	margin-top: 40px;
}
#bottom-right {
	height: 17px;
	width: 288px;
	margin-top: 50px;
}
#right h4 {
	margin-bottom: 0px;
	font-size: 120%;
	margin-top: 0px;
}

#footer {
	background-color:#BDD9E6;
	font-size: 90%;
	text-align: center;
	clear: both;
	padding-top: 4px;
	padding-bottom: 8px;
	vertical-align: middle;
	width: 960px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 32px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#footer a {
	font-variant: normal;
	text-transform: none;
}
#noscript {
	color: #FF0000;
	text-align: center;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	width: 500px;
}
h1 {
	padding:0;
	margin:0;
	color:#FFFFFF;
	font-size:140%;
	text-align: right;
}
h2 {
	padding:0px;
	margin:10px 0 10px;
	font-size:120%;
	line-height: 1.2em;
	color: #1C2346;
	font-weight: normal;
}
h3 {
	padding:0;
	color:#1C2346;
	font-size:100%;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
}
a {
	text-decoration:underline;
	color: #333333;
}
a:hover {
	text-decoration:underline;
	color: #666666;
}
.sidebox {
	margin-bottom:5px;
	padding-top: 10px;
	height: 100%;
	margin-top: 0px;
}
.sidebox h2 { padding:0; margin:0; color:#4e2788; font-size:15px; border-bottom:1px solid #A07850; }

.boxcontent { padding:0.5em 1.5em 0.5em 1em; }
input {
	border: 1px solid #1C2346;
	margin-top: 3px;
	text-indent: 2px;
	color: #666666;
	background-color: #FFFFFF;
}
p {
	margin-top: 5px;
	font-size: 90%;
}
.centre {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}
textarea {
	border: 1px solid #1C2346;
	margin-top: 3px;
	text-indent: 2px;
	font-family: 'trebuchet ms', arial, sans-serif;
	color: #666666;
	font-size: 90%;
}
img {
	border: none;
}
.small {
	font-size: 70%;
	vertical-align: top;
}
.prod-head {
	font-weight: bold;
	background-color: #BDD9E6;
}
.valign-top {
	vertical-align: top;
	font-size: 90%;
}
.img_float-right {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.icon_float-left {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.big-red {
	color: #E74739;
	font-weight: bold;
	font-size: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 30px;
}
.aligncenter {
	text-align: center;
}
.alignright {
	text-align: right;
}
.checkbox {
	margin-right: 10px;
}
.prices-table {
	font-size: 90%;
	text-align: center;
}
.prices-table td {
	border: 1px solid #ADCA9F;
}

