
body {
	margin: 0px;
	padding: 0px;
	
	background-color: #ffffff;

	background-attachment: fixed;
	background-image: url('../images/bgPage.jpg');
	background-position: left bottom;
	background-repeat: repeat-x;

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

html, body, #wrapper {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #wrapper, html>body #wrapper #mainBody {
	height: auto;
}

/* ***** Page Structure ***** */
#wrapper {
	position: absolute;
	top: 0px;
	left: 0px;

	background-image: url('../images/bgHex.png');
	background-position: left -4px;
	background-repeat: repeat;

	text-align: center;
}

#mainBody {
	position: relative;
	margin: 0px auto 80px auto;
	width: 968px;
	min-height: 100%;
	height: 100%;
	
	border: 0px none #000000;
	border-style: none solid;
	background-color: #ffffff;
}

div#mainContent {
	float: left;
	position: relative;
	padding: 60px 0px 30px 30px;
	margin: 0px;
	width: 680px;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	text-align: left;
}
div#mainContent.home {
	float: none;
	margin-top: 30px;
	padding: 0px 0px 30px 30px;
}

div#header {
	height: 85px;
	margin: 0px;
	padding: 0px;
	width: 100%;

	background-image: url('../images/bgMask.gif');
	background-position: -21px 0px;
	background-repeat: no-repeat;

	text-align: center;
}
div#header div {
	margin: 0px auto;
	position: relative;
	width: 968px;
	
	text-align: left;
}

div#bannerImages {
	padding: 7px 0px;
	width: 100%;
	
	background-color: #000000;
	background-image: url('../images/bgBannerImages.jpg');
	background-position: 100px top;
	background-repeat: no-repeat;
}

div#bannerImages img {
	margin: 0px;
	padding: 0px;
}

/* ***** Navigation ***** */
	/* Site Nav */
div#header ul {
	position: absolute;
	right: 0px;
	top: 30px;
	
	list-style-type: none;
}

div#header ul li {
	display: block;
	float: left;
	margin: 0px 0px 0px 30px;
}

div#header ul li a {
	color: #000000;
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}
div#header ul li a:hover { text-decoration: underline; }

	/* Product Nav */
div.nav {
	float: left;
	margin: 60px 40px 0px 0px;
	width: 200px;
}

div.nav ul {
	margin: 10px 0px 30px 15px;
	padding: 0px;

	border-top: 1px solid #dddddd;
	
	list-style-type: none;
}

div.nav ul li {
	margin: 0px;
	padding: 10px 10px 10px 20px;
	
	background-image: url('../images/icoHex.gif');
	background-position: 8px 15px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #dddddd;
	
	text-align: left;
}
div.nav ul li:hover,
div.nav ul li.current:hover { background-position: 8px -15px; }
div.nav ul li.current { background-position: 8px -45px; }

div.nav ul li a {
	color: #3c5aa2;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
div.nav ul li.current a { color: #cc6600; }
div.nav ul li a:hover { color: #000000; }

/* ***** Blocks ***** */
	/* News */
div#news {
	clear: right;
	float: right;
	margin: 10px 30px 0px 0px;
	padding: 0px 5px 5px 5px;
	width: 202px;
	
	background-color: #000000;
	background-image: url('../images/bgNews.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	
	text-align: left;
}

div#news h3 {
	margin: 0px;
	padding: 4px 0px;
	
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

div#news div {
	padding: 7px;
	
	background-color: #ffffff;
	
	color: #333333;
}

div#news div h3 {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	
	border-bottom: 1px solid #cccccc;
	
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
}

div#news div p.date {
	margin: 0px;
	
	color: #888888;
	font-size: 10px;
}
div#news div p { margin: 5px 0px 20px 0px; font-size: 11px; line-height: 14px; }

	/* Home Links */
div.homeLink {
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 10px 5px;
	width: 310px;
	
	border: 3px solid #dddddd;
	border-style: solid none;
	
	font-size: 11px;
}

div.homeLink h2 {
	margin: 0px 0px 5px 0px;
	
	color: #CC6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}

div.homeLink img {
	float: right;
	margin-left: 15px;
	
	border: 1px solid #888888;
}

div.homeLink p { line-height: 14px; }


	/* Contact Details */
div.contactDetails {
	float: left;
	margin: 0px 15px 15px 0px;
	width: 280px;
}

	/* Columns */
div.col {
	float: left;
	margin-right: 40px;
	width: 300px;
}
div.col p { margin-right: 0px; }

	/* Test Results */
div.testResults {
	float: left;
	height: 180px;
	margin-right: 20px;
	padding: 0px;
	width: 300px;
	
	border: 2px solid #dddddd;
}

div.testResults h3 {
	margin-top: 0px;
	padding: 5px 10px;
	
	background-color: #dddddd;
}
div.testResults p { margin: 10px; }


/* ***** Forms ***** */
form fieldset {
	margin: 0px;
	padding: 0px;
	
	border: 0px none #000000;
}

form fieldset legend {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

form fieldset legend span {
	color: #CC6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}

form p {
	margin: 1px 0px;
}

form p label {
	display: block;
	float: left;
	padding-left: 15px;
	width: 80px;
}

form p input,
form p select,
form p textarea {
	border: 1px solid #aaaaaa; 
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form p input { width: 200px; }
form p select { width: 202px; }
form p textarea { height: 80px; width: 300px; }

form p.controls {
	margin-left: 95px;
}

form p.controls input {
	padding: 2px 10px;
	width: auto;
	
	background-color: #CC6600;
	border: 0px none #000000;
	
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

/* ***** Headings ***** */
h1 {
	margin-top: 0px;
	
	font-family: "Myriad Pro", Myriad, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #3c5aa2;
}
h1 span { font-size: 24px; }
h1 sup { font-size: 16px; }

h2 {
	margin-bottom: 10px;
	
	color: #CC6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
h2 sup { font-size: 12px; }

h3 {
	margin-bottom: 0px;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #444444;
}

/* ***** Images ***** */
div#header img {
	margin-top: 25px;
}

img.phFloatLeft {
	float: left;
	margin: 0px 20px 20px 0px;
	
	border: 1px solid #888888;
}

img.phFloatRight {
	float: right;
	margin: 0px 10px 20px 30px;
	
	border: 1px solid #888888;
}

/* ***** Links ***** */
a { color: #5b89f2; }
a:hover { text-decoration: none; }

a.btnLicences {
	float: right;
	margin: 40px 30px 0px 0px;
}
a.btnLicences img { border: 0px none #000000; } 

a#siteCredits {
	bottom: 8px;
	display: block;
	height: 23px;
	padding: 9px 0px 0px 22px;
	position: absolute;
	left: 9px;
	width: 143px;
	
	background-color: transparent;
	background-image: url('../images/bgSiteCredits.png');
	background-position: left top;
	background-repeat: no-repeat;
	
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
a#siteCredits:hover { background-position: left bottom; text-decoration: underline; }

a.pdf {
	padding: 2px 0px 2px 20px;
	
	background-image: url('../images/ico_PDF.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

/* ***** Lists ***** */
ul.links {
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

ul.links li {
	clear: left;
	margin: 0px;
	padding: 10px 0px;
}

ul.links li h3 {
	margin-top: 0px;
}

ul.links li p {
	margin-top: 5px;
	max-width: 360px;
}

/* **** Tables ***** */
table {
	margin-bottom: 15px;
	
	border-collapse: collapse;
	
	font-size: 11px;
}

table col.units { width: 50px; }
table col.polyphen { width: 120px; }
table col.test { width: 120px; }

table tr {
	border-bottom: 1px solid #dddddd;
}

table th {
	padding: 5px 10px;
	
	text-align: left;
}

table th[scope=col] { border-bottom: 1px solid #888888; vertical-align: bottom; }
table th[scope=row] { width: 330px; font-weight: normal; }

table td { padding: 5px 10px; }
table td.lstCells { vertical-align: bottom; }

table th ol,
table td ol {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	
	list-style-type: lower-alpha;
}
table td ol { padding-left: 18px; }

table th ul {
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

table td ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* ***** Text ***** */
p {
	margin-right: 80px;
	
	line-height: 17px;
}

p.intro {
	max-width: 420px;
	font-size: 14px;
	color: #1c3f94;
	line-height: 19px;
}

p.copyright {
	margin: 40px 0px 0px 20px;
	padding-bottom: 10px;
	
	font-size: 10px;
	text-align: left;
}

address {
	display: block;
	margin: 5px 0px;
	
	font-style: normal;
}

p.error {
	color: #bb0000;
	font-weight: bold;
}

p.confirm {
	color: #00bb00;
	font-weight: bold;
}

/* ***** Miscellaneous ***** */
span.clear {
	display: block;
	clear: both;
}

hr {
	margin: 20px 40px;
	
	border: 0px none #000000;
	border-top: 1px solid #888888;
}
