/*------------------------------------------------
Main Style Sheet

Version:	1.0
Author:		Michael Walsh
Website:	www.enov8.co.uk
Created:	11/05/07
------------------------------------------------*/

/*HTML TAGS*/

body {
  margin:0;
  padding:0;
  color:#000;
  font:70% "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align:center;
  background:#2A6AB4 url(../images/interface/bg.gif) top no-repeat;
}

html {
     overflow: -moz-scrollbars-vertical;
}

#flash {
	width:1000px;
	position:relative;
	height:157px;
}

#header {
	width:980px;
	position:relative;
	height:46px;
}

h1 {
	position: absolute;
	top: 60px;
	left: 149px;
	margin: 0;
	font-size: 2px;
}

h1 a {
	display: block;
	text-indent: -700em;
	text-decoration: none;
	height:60px;
	width:315px;
}

p, h3, h4 {
	border:0;
	margin:0;
	padding-top:1em;
}

h3, h4 {
	text-align:left;
}

table {
	margin-top:1.4em;
	margin-bottom:0.4em;
}

h2 {
	margin:0;
	border:0;
	font-size:1.7em;
	color:#2A6BCE;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3 {
	font-size:1.2em;
	color:#2A6BCE;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h4 {
	color:#666;
	font-size:1.1em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

em {
	color:#666;
}

abbr, acronym {
  border-bottom: 1px dotted #858585;
  cursor: help;
}

blockquote {
	padding:0 20px;
	margin:0 2em;
	margin-top:1.4em;
	font-style:italic;
	overflow:visible;
	height:1%;
	border-left:1px solid #2A6BCE;
	border-right:1px solid #2A6BCE;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
}

blockquote p {
	padding-top:0;
}

cite {
	font-style:normal;
	font-weight:bold;
	font-size:0.9em;
	margin-top:1em;
	color:#999;
	display:block;
}

img {
	border: 0px none; 
}

/* FORM */

#frmContact, #thanks, #frmLogin, #frmSignUp, #signupthanks {
	margin-top:1.5em;
	padding:20px;
	padding-top:10px;
	background-color:#CEE5F8;
	border:1px solid #A5C6ED;
	border-bottom:1px solid #2A6BCE;
	border-right:1px solid #2A6BCE;
	float:right;
}

#frmLogin, #frmSignUp, #signupthanks {
	float:left;
}

form p {clear:both;}

#thanks {
	width:500px;
	/*height:476px;*/
	height:375px;
}

#signupthanks {
	width:500px;
	height:300px;
}

.clearonfocus, .input {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #A5C6ED;
	width:370px;
	padding:3px 4px;
	background:#FFF url(../images/interface/bg-input.gif) top left no-repeat;
	color:#666;
}

#frmLogin .clearonfocus, #frmLogin .input {
	width:200px;
}

label {
	width:120px;
	display:block;
	float:left;
}

#frmLogin label {
	width:75px;
}

.checkboxes {
	float:left;
	width:350px;
}

.checkboxes input {
	padding:0;
	margin:0;
	border:0;
	margin-right:4px;
	vertical-align:middle;
}

.checkboxes label {
	width:150px;
	font-size:0.9em;
}

input:focus, textarea:focus {
	border:1px solid #2A6BCE;
}

.button {
	margin-left:120px;
	width:75px;
	background-color:#2F77B2;
	border:1px solid #47B3D9;
	border-bottom:1px solid #235985;
	border-right:1px solid #235985;
	color:#FFF;
	font-weight:bold;
	font-size:0.9em;
	height:25px;
}

.buttonHover {
	margin-left:120px;
	width:75px;
	background-color:#41A2D4;
	border:1px solid #62D1EA;
	border-bottom:1px solid #31799F;
	border-right:1px solid #31799F;
	color:#FFF;
	font-weight:bold;
	font-size:0.9em;
	height:25px;
}

#frmLogin .button, #frmLogin .buttonHover {
	margin-left:75px;
}

* html .button {margin-left:123px;}
* html .buttonHover {margin-left:123px;}

* html #frmLogin .button {margin-left:78px;}
* html #frmLogin .buttonHover {margin-left:78px;}

/*ACCESSIBILITY*/

.skipLink {
	position: absolute;
	left: -999px;
	width: 990px;
}

.hide {
	display:none;
	clear:both;
}

/* CLASSES */

.image {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	margin-top:0.4em;
	border:5px solid #CEE5F8;
}

.imagenoborder {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	margin-top:0.4em;
}


.imageright {
	float:right;
}

.imageleft {
	float:left;
	margin-right:20px;
	margin-top:0.4em;
	border:5px solid #CEE5F8;
}

.imagehome {
	float:right;
	border:1px solid #2A6BCE;
	margin-left:20px;
}

.imagehomeleft {
	float:left;
	margin-right:20px;
}

.imagehomeright {
	float:right;
}

.center {
	text-align: center;
}

.clear {
	clear:both;
}

.datatable {
	width:100%;
	line-height:normal;
	border:1px solid #2A6BCE;
}

.datatable th {
	background:#2F77B2 url(../images/interface/tile-table-heading.gif) top repeat-x;
	font-size:1em;
	padding:0.5em 0.8em;
	vertical-align:top;
	font-weight:bold;
	color:#FFF;
	text-align:left;
}

.datatable td {
	background-color:#CEE5F8;
	font-size:0.9em;
	padding:0.5em 0.8em;
	vertical-align:top;
	text-align:left;
	color:#666;
}

.datatable th a {
	color:#FFF !important;
	text-decoration:none;
}

.datatable th a:hover{
	color:#B2D15B !important;
}

.datatable tr:hover td {
	background-color:#FFF !important;
}

.datatable tr:nth-child(2n+1) td, .datatable tr:nth-child(odd) td {
	background-color:#BDDDF4;
}

.datatable tr.odd td {
  background-color: #BDDDF4;
}

/*.datatable .dividerrow td {
	height:1px;
	background-color:#2A6BCE;
	padding:0;
}

.datatable .dividerrow:hover td {
	background-color:#2A6BCE !important;
}*/

/* HEADER */

#header {
	position: relative;
	font-size:1.2em;
	background:url(../images/interface/tile-primary.gif) bottom repeat-x;
}
 
#header ul {
	width: auto;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0 5px 0 149px;
	list-style: none;
	background:url(../images/interface/primary-end.gif) right no-repeat;
}

/* html #header ul {margin-bottom:-1px;}*/

#header li {
	float: left;
	background: transparent url("../images/buttons/primary.gif") 100% 0px no-repeat;
	padding: 0 6px 0 0;
	margin: 0;
}
#header ul a {
	float: left;
	display: block;
	height:46px;
	padding: 17px 9px 0 15px;
	background: transparent url("../images/buttons/primary.gif") 0% 0px no-repeat;
	color: #fff;
	text-decoration: none;
	voice-family: "\"}\""; voice-family:inherit;
	height:29px; /*box model hack for IE5*/
}
#header ul li:hover a { background-position: 0% -200px; }
#header ul li:hover { background-position: 100% -200px; }
#header ul #current a, #header ul #current a:hover { 
	background-position: 0% -400px;
	color:#2A6BCE;
	padding:15px 9px 0px 15px;
	height:46px;
	voice-family: "\"}\""; voice-family:inherit;
	height:31px; /*box model hack for IE5*/
}
#header ul #current, #header ul #current li:hover { background-position: 100% -400px; padding: 0 6px 0 0;}

/*NAVIGATION*/

#navigation, #sidebar {
	width:149px;
	float:left;
	padding-bottom:5px;
	background:url(../images/interface/secondary-btm.gif) bottom no-repeat;
}

#sidebar {
	background:none;
}
 
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	padding: 0;
	margin: 0;
}

#navigation h3 {
	position: absolute;
	left: -9999px;
	width: 990px;
}

#navigation ul a {
	display: block;
	padding: 4px 20px 4px 8px;
	color:#696E72;
	text-decoration: none;
	background:url(../images/buttons/secondary.gif) no-repeat;
	height:1%;
}



#navigation ul .current a, #navigation ul .current a:hover{
	background-position:0 -200px;
}

/*#navigation ul a:visited {
	background-position:0 -300px;
}*/

#navigation ul a:hover {
	background-position:0 -100px;
}

#navigation ul ul {
	padding:0;
}

#navigation ul ul li {
	
}

#navigation ul ul a {
	padding: 2px 20px 2px 20px;
	background:url(../images/buttons/tertiary.gif) top no-repeat !important;
}

/*#navigation ul ul a:visited {
	background:url(../images/interface/tick_sec.gif) right no-repeat !important;
	padding-right:23px;
}*/

#navigation ul ul a:hover  {
	background-position:0 -100px !important;
}

#navigation ul ul .current a, #navigation ul ul .current a:hover {
	font-weight:bold;
	background-position:top !important;
}

#navigation ul li:first-child a, #navigation ul li:first-child.current a {
	background:url(../images/buttons/secondary-first.gif) no-repeat;
}

#navigation ul li:first-child a:hover {
	background-position:0 -100px;
}

#navigation ul li:first-child.current a {
	background-position:0 -200px;
}

/* IDs */
	
#wrapper, #wrapperwide {
	width:1000px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

#bodywrapper {
	height:1%;
	width:980px;
	float:left;
	background:#FFF url(../images/interface/tile-secondary.gif) repeat-y;
}

#wrapperwide #bodywrapper {
	background:url(../images/interface/tile_body_wide.gif) repeat-y;
}

#mBody {
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	padding-right:24px;
	padding-top:20px;
	height:1%;
	min-height:275px;
	width:807px;
	font-size:1.1em;
	line-height:1.6;
	text-align:justify;
	color:#666;
	voice-family: "\"}\""; voice-family:inherit;
	width:783px; /*box model hack for IE5*/
}	

* html #mBody {height:275px;} 

#wrapperwide #mBody {
	background:url(../images/interface/bg_title_wide.gif) no-repeat;
	width:757px;
	voice-family: "\"}\""; voice-family:inherit;
	width:687px; /*box model hack for IE5*/
}

#mBody ul {
	list-style-type:none;
	/*text-align:left;*/
	margin-bottom:0;
	margin-top:1em;
}

#mBody ul ul {margin-top:0;}

#mBody ul li {
	padding-left:15px;
	background:url(../images/interface/bullet.gif) no-repeat 0 0.6em;
	margin-left:-15px;
}

#mBody ol li {
	padding-left:0;
	margin-left:-15px;
}

#mBody a {
	color:#2A6BCE;
	text-decoration:none;
}

#mBody a:hover {
	text-decoration:underline;
}

/*#mBody a:visited {
	background:url(../images/interface/tick.gif) right no-repeat;
	padding-right:15px;
}*/

#breadcrumb {
	position:absolute;
	right:44px;
	top:230px;
	color:#597FB9;
	font-size:0.9em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#breadcrumb a {
	color:#597FB9;
	text-decoration:none;
}

#breadcrumb a:hover {
	text-decoration:underline;
}

/* PRODUCT PANELS */

.newproduct {
	background:url(../images/interface/panel/new-product-panel.gif) top no-repeat;
	padding:20px;
	padding-top:8px;
	width:339px;
	min-height:217px;
	border-bottom:1px solid #2A6BCE;
	margin-top:2em;
	position:relative;
}

.newproduct #newproduct1, .product #newproduct2 {
	display:block;
	position:absolute;
	right:6px;
	top:6px;
}

.productwidehome #newproduct3 {
	display:block;
	position:absolute;
	right:409px;
	top:6px;
}

* html .newproduct {height:217px;}

.newproduct h3, .product h3, .productwidehome h3 {
	padding:0;
	margin-bottom:1em;
}

.newproduct h3 {
	color:#FFF;
}

.product {
	background:url(../images/interface/panel/product-panel.gif) top no-repeat;
	padding:20px;
	padding-top:8px;
	width:339px;
	min-height:217px;
	border-bottom:1px solid #ACC6EC;
	margin-top:2em;
	position:relative;
}

* html .product {height:217px;}

#ultimatelab {background:url(../images/interface/panel/product-panel-ultimate-lab.gif) top no-repeat;}

.product h3 {
	padding:0;
	margin-bottom:1em;
}

.product p {
	margin-left:190px;
	text-align:left;
}

.plfloat {
	float:left;
	margin-right:24px;
}

.prfloat {
	float:right;
}

.productwide {
	background:url(../images/interface/panel/product-panel-wide.gif) top no-repeat;
	padding:20px;
	padding-top:8px;
	width:742px;
	border-bottom:1px solid #ACC6EC;
	min-height:190px;
	border-top:2em solid #FFF;
}

* html .productwide {height:190px;}

.productwidehome {
	background:url(../images/interface/panel/product-panel-wide-ctc.jpg) top no-repeat;
	padding:20px;
	padding-top:8px;
	width:742px;
	border-bottom:1px solid #ACC6EC;
	min-height:217px;
	border-top:2em solid #FFF;
	clear:both;
	position:relative;
}

.productwidehome p {
	margin-right:400px;
}

* html .productwidehome {height:217px;}

.productwide h3 {
	padding:0;
	margin-bottom:1em;
}

.productwide img {
	float:right;
	border:1px solid #2A6BCE;
	margin-left:20px;
	margin-top:13px;
}

/*FOOTER*/

#footer {
	padding:0 0 0 173px;
	background:url(../images/interface/footer.gif) no-repeat;
	width:980px;
	clear:both;
	voice-family: "\"}\""; voice-family:inherit;
	width:807px;
}

#wrapperwide #footer {
	width:757px;
	voice-family: "\"}\""; voice-family:inherit;
	width:722px; /*box model hack for IE5*/
}

#footer h3 {
	position: absolute;
	left: -9999px;
	width: 990px;
	background:none;
}

#footer a {
	color:#666;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
	color:#000;
}

#backtotop {
	float:right;
	margin-top:23px;
	padding:11px 0 0 15px;
	background:url(../images/buttons/btt.gif) no-repeat;
	display:block;
	width:104px;
	height:42px;
	voice-family: "\"}\""; voice-family:inherit;
	height:31px; /*box model hack for IE5*/
	width:89px; /*box model hack for IE5*/
}

#backtotop:hover {
	background-position:0 -100px;
	text-decoration:none !important;
}

#footer ul {
	float:left;
	width: auto;
	margin:0;
	padding:0;
	border:0;
	list-style: none;
	padding-top:34px;
}

#footer li {
	float:left;	
}

#footer ul a {
	float: left;
	display: block;
	padding-right: 10px;
}

#footer ul a {
	color:#
}

#copyright {
	clear:both;
	padding:10px 0;
	color:#749ECE;
	height:1%;
	text-align:center;
}

#copyright a {
	color:#749ECE !important;
	text-decoration:none;
}

#copyright a:hover {
	text-decoration:underline;
}

#copyright strong {
	color:#FFF !important;
}