/*------------------------------------------------
Main Style Sheet

Version:	1.0
Author:		Michael Walsh
Website:	www.enov8.co.uk
Created:	16/10/06
------------------------------------------------*/

/*HTML TAGS*/

body {
  margin:0;
  padding:0;
  color:#000;
  font:70% Arial, Helvetica, sans-serif;
  background-color:#FFF;
  text-align:center;
}

html {
     overflow: -moz-scrollbars-vertical;
}

#header {
	position: relative;
	height:96px;
	background-color:#192169;
}

h1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-size: 2px;
}

h1 a {
	display: block;
	width: 146px;
	height: 55px;
	background: transparent url("../images/interface/logo.gif") no-repeat;
	text-indent: -700em;
	text-decoration: none;
}

p, h3, h4 {
	border:0;
	margin:0;
	padding-top:1em;
}

table {
	margin-top:1.4em;
	margin-bottom:0.4em;
}

h2 {
	padding:0;
	border:0;
	margin:0;
	font-size:1.6em;
	color:#192169;
	text-align:left;
}

#header h2 {
	position:absolute;
	color:#FFF;
	font-size:2.8em;
	font-weight:bold;
	top:15px;
	left:300px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#192169;
	font-size:1.2em;
}

.productname {
	background:url(../images/interface/product_title.gif) no-repeat;
	padding-left:12px;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:1.5em;
	margin-left:290px;
	color:#FFF;
}

h4 {
	color:#666;
	font-weight:bold;
	font-size:1.1em;
}

em {
	color:#666;
}

abbr, acronym {
  border-bottom: 1px dotted #3F71DC;
  cursor: help;
}

blockquote {
	padding:12px 20px 14px 100px;
	margin:0;
	margin-top:1.4em;
	font-style:italic;
	overflow:visible;
	height:1%;
	border-bottom:1px solid #3ED9D9;
	border-right:1px solid #3ED9D9;
	background:#D1F6F6 url(../images/interface/blockquote_bg.gif) top left no-repeat;
}

blockquote p {
	padding-top:0;
}

ol ol { 
	list-style-type: lower-alpha;
}

img {
	border:0;
	border-style:none;
}

/*ACCESSIBILITY*/

.skipLink {
	position: absolute;
	left: -999px;
	width: 990px;
}

.hide {
	display: none;
	clear:both;
}

/* CLASSES */

.image {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	border:1px solid #F3CA35;
	margin-top:0.4em;
}

.imageleft {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	border:1px solid #F3CA35;
	margin-top:0.4em;
}

.imagewide {
	border:1px solid #F3CA35;
}

.imagehome {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	margin-top:0.4em;
}

.center {
	text-align: center;
}

.clear {
	clear:both;
}

.datatable {
	width:100%;
	line-height:normal;
}

.datatable th {
	background:#B14245 url(../images/interface/table_heading.gif) bottom left no-repeat;
	font-size:1em;
	padding:0.5em 0.8em;
	vertical-align:top;
	font-weight:bold;
	color:#FFF;
	text-align:left;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
}

.datatable td {
	background-color:#F3CA35;
	font-size:0.9em;
	padding:0.5em 0.8em;
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
}

.datatable th a {
	color:#FFF !important;
	text-decoration:none;
}

.datatable th a:hover{
	color:#B2D15B !important;
}

/*NAVIGATION*/

#header ul {
	width: 742px;
	position: absolute;
	bottom: 0;
	margin: 0 20px;
	padding:0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;
	border-top:2px solid #F9D716;
}

#header li {
	float: left;
	margin:0 20px 0 0;
	padding:0;
}
#header ul a {
	float: left;
	display: block;
	padding: 3px 3px 5px 20px;
	background: transparent url("../images/interface/header_arrow.gif") top left no-repeat;
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}

#header ul a:hover, #header ul #current a {
	background-position:0 -100px;
	color:#F9D716;
}

/* SECONDARY NAVIGATION */

#navbar {
	width:146px;
	float:left;
	padding:2em 0;
	background:url(../images/interface/top_sidebar.gif) top right no-repeat;
}

#navcontainer ul {
	margin:0;
	padding:0;
	list-style:none;
	
}

#navcontainer li {
	padding:0;
	margin:0;
	border:0;
}

#navcontainer a {
	display: block;
	padding:4px 8px;
	text-decoration:none;
	text-align:left;
	height:1%;
	color:#000;
	border-bottom:1px solid #192169;
	width:110px;
	background:#FFF;
	font-weight:bold;
}

#navcontainer a:hover {
	background-color:#76A5D9;
	color:#FFF;
}

#navcontainer ul ul a {
	display: block;
	padding:3px 8px 3px 16px;
	text-decoration:none;
	height:1%;
	font-weight:normal;
	width:102px;
	background-color:#B6DAFF !important;
	color:#666;
}

#navcontainer ul ul a:hover {
	color:#000 !important;
}

#navcontainer .current a {
	font-weight:bold;
	font-size:1.4em;
}

#navcontainer .secondarycurrent a {
	font-weight:bold !important;
}

#navcontainer .current a {
	background-color:#F9D716;
	border-right:1px solid #F9D716;
}

#navcontainer .current a:hover {
	color:#000 !important;
}

/* IDs */
	
#wrapper {
	width:780px;
	margin:0 auto;
	text-align:left;
}

#bodywrapper {
	background-color:#FFF;
	height:1%;
	width:780px;
	float:left;
	border-right:1px solid #192169;
	border-left:1px solid #192169;
	voice-family: "\"}\""; voice-family:inherit;
	width:778px;
}

#products #bodywrapper {
	background:url(../images/interface/tile_sidebar.gif) left repeat-y;
}

#mBody {
	padding:20px;
	padding-top:15px;
	position:relative;
	height:1%;
	width:778px;
	font-size:1.1em;
	line-height:1.6;
	text-align:justify;
	color:#666;
	/*min-height:200px;*/
	voice-family: "\"}\""; voice-family:inherit;
	width:738px; /*box model hack for IE5*/
}

/** html #mBody {height:200px;}*/

#products #mBody {
	float:right;
	width:613px;
	padding-left:0;
	voice-family: "\"}\""; voice-family:inherit;
	width:593px; /*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:0em;
}

#mBody ul li {
	padding-left:15px;
	background:url(../images/interface/bullet.gif) no-repeat 0 0.65em;
	margin-left:-15px;
}

#mBody ol li {
	padding-left:0;
	margin-left:-15px;
}

#mBody a {
	color:#192169;
	text-decoration:none;
	font-weight:bold;
}

#mBody a:hover {
	text-decoration:underline;
}

/*FOOTER*/

#footer {
	padding:32px 20px 0px 20px;
	background:#192169;
	color:#7CADE1;
	height:59px;
	width:780px;
	clear:both;
	background-image:url(../images/interface/footer_wide.gif);
	voice-family: "\"}\""; voice-family:inherit;
	height:27px;
	width:740px;
}

#products #footer {
	background-image:url(../images/interface/footer.gif);
}

#footer a {
	color:#7CADE1;
	text-decoration:none;
}

#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}

#backtotop {
	float:right;
}

#footer ul {
	float:left;
	width: auto;
	margin:0;
	padding:0;
	border:0;
	list-style: none;
}

#footer li {
	float:left;	
}

#footer ul a {
	float: left;
	display: block;
	padding:0 5px;
	border-left:1px solid #F9D716;
}

#footer ul li:first-child a {
	border:0;
	padding-left:0;
}

#copyright {
	clear:both;
	text-align:center;
	padding:10px 0;
	color:#A1A1A1;
	height:1%;
}

#regaddress {
	clear:both;
	text-align:center;
	color:#A1A1A1;
	font-size:0.9em;
	padding-top:1.5em;
}

#copyright a {
	color:#A1A1A1;
	text-decoration:none;
}

#copyright a:hover {
	text-decoration:underline;
}

/* CATEGORY PAGE LISTING S*/

p.product {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 0;
	margin:0;
	margin-top:1em;
	text-align:left;
}

p.product img {
	float:left;
	margin-right:20px;
	border-style:none;
}

p.product a {
	height:74px;
	text-decoration:none !important;
	display : block;
	padding:11px 15px 11px 11px;
	background:url(../images/interface/product_listing.gif) top no-repeat;
}

p.product a:hover {
	text-decoration:none;
	background-position:0 -200px;
}

p.product br {
	display:none;
}

p.product strong {
	display:block;
	font-weight:bold;
	padding:0;
	margin:0;
	margin-bottom:5px;
	margin-top:3px;
	font-size:1.1em;
	color:#192169;
}

p.product span {
	cursor:pointer;
	font-weight:normal !important;
	color:#333;
}

/* PRODUCT PAGE */

.productimage {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	margin-top:1.5em;
	position:relative;
	width:270px;
	height:299px;
	z-index:0;
	font-size:1.2em;
}

.productimage img {
	position:absolute;
	top:29px;
	right:0;
	z-index:-1;
}

.productimage .frame {
	position:absolute;
	width:270px;
	height:299px;
	z-index:100;
	background:transparent url(../images/interface/product_frame.gif);
}

#pdDetail_hlPDF {
	display:block;
	position:absolute;
	top:23px;
	right:20px;
	width:182px;
	padding-top:2px;
	text-align:center;
	color:#192169;
	background:url(../images/interface/download.gif) top no-repeat;
	height: 21px !important; 
	height /**/:23px; /* for IE5/Win */
}

#pdDetail_hlPDF:hover {
	background-position: 0 -100px;
	text-decoration:none !important;
	color:#FFF !important;
}

#back {
	position:absolute;
	top:73px;
	right:34px;
	color:#192169;
}

#back:hover {
	color:#FFF;
	text-decoration:none !important;
}

#pdDetail_buynow {
	display:block;
	background:url(../images/interface/buy_now.gif) top no-repeat;
	text-align:center;
	position:absolute;
	top:0;
	left:99px;
	color:#FFF !important; 
	width:91px;
	padding-top:3px;
	height: 26px !important; 
	height /**/:29px; /* for IE5/Win */
}

#pdDetail_buynow:hover {
	background-position: 0 -100px;
	text-decoration:none !important;
	color:#192169 !important;
}

.information {
	clear:both;
}

.information h3 {
	display:block;
	padding:0;
	background-color:#FFF;
	padding-left:6px;
	border:1px solid #F9D716 !important;
	margin-top:1em;
}

.list {
	margin-left:320px;
	font-size:1.4em;
	margin-right:50px;
	text-align:left;
}

.list li {
	padding-bottom:1em;
}

.diagram {
	background-color:#FBEDB8;
	padding:20px;
	margin-top:20px;
	clear:both;
	padding-top:5px;
}

#price {
	font-weight:bold;
	font-size:1.5em;
	color:#000;
}

#price span {
	font-size:0.7em;
	color:#666;
}

/* FAQS */

.question, .questionon {
	background:#F9D716 url(../images/interface/faq-close.gif) top right no-repeat;
	border:1px solid #BBA110;
	color:#000 !important;
	text-align:left;
	padding:2px 8px;
	margin-bottom:0px;
	margin-top:12px;
	display:block;
	text-decoration:none !important;
}

.question:hover {
	background-color:#7DADE1;
	border:1px solid #5E82A9;
	color:#FFF !important;
	background-position:right -100px;
}

.questionon {
	background-color:#7DADE1;
	border:1px solid #5E82A9;
	color:#FFF !important;
	background-position:right -200px;
}

.answer {
	padding:15px;
	padding-top:0;
	border:1px solid #5E82A9;
	border-top:0;
	background-color:#FFF;
}

/* FLASH */

#flash {
	width:737px;
	height:360px;
	padding:10px 0;
}

