/*Style Sheet for Version 4 Browsers */
body {
	background-color : #FFFFFF;
	margin : 0px;
}

/*Styles for the Main Content Layer */
.maindiv {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 13px;
	padding-left : 40px;
	padding-right : 30px;
	color: #000033;
	background-color : transparent;
	}

.maindiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px
}

.maindiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px
}

.maindiv h3 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px
}

.maindiv hr{
	color : #999999;
	background-color : transparent;	
}
.maindiv a:link { color : #000099; background-color : transparent;	 text-decoration : none; }
.maindiv a:visited {color : #000099;  background-color : transparent;	text-decoration : none; }
.maindiv a:hover { color : #6699CC;  background-color : transparent;	text-decoration : none; }

a.rtv:link { color : #CC9966;  background-color : transparent;	text-decoration : none;}
a.rtv:visited { color : #CC9966;  background-color : transparent;	text-decoration : none;}
a.rtv:hover { color : #6699CC; background-color : transparent;	 text-decoration : none;}

/* Lists*/
ul {
	color : #333333;
	background-color : transparent;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-right : 36px
}

ol {
	color : #333333;
	background-color : transparent;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-right : 36px
}

/*Style Applied to the Sidebar Layer */
.navDiv {
	color : #666666;
	background-color : transparent;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px
}

.news a:link { color : #000099;  background-color : transparent; text-decoration : none; }
.news a:visited { color : #006699; background-color : transparent; text-decoration : none; }
.news a:hover { color : #6699CC; background-color : transparent; text-decoration : none; }

.navDiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px
}

.navDiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px
}

/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
	color : #333333;
	background-color : transparent;	
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-top : 8px;
	font-weight : bold;
}

.navButts a { color : #666666; background-color : transparent;	text-decoration : none }

.navButts a:hover { color : #006699; background-color : transparent;	text-decoration : none }

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubs {
	color : #333333;
	background-color : transparent;	
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-bottom : 2px;
	margin-left : 12px;
	margin-top : 0px
}

.navSubs a { color : #333333; background-color : transparent;	text-decoration : none }

.navSubs a:hover { color : #999999; background-color : transparent;	text-decoration : none }

/*Style Applied to the Paragraphs for Static Down-State Main Section Links */
p.navViz {
	color : #333333;
	background-color : transparent;	
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 16px;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-top : 6px;
	font-weight : bold;
}

.navViz a { 
	color : #666666; 
	background-color : transparent;	
	text-decoration : none
 }
table.matrix {
	border : 1px solid #999999;
	background-color : #CCCCCC;
}
/*Style Applied to the Paragraphs for Copyright-Small-Text */
p.copyrights {
	color : #888888;
	background-color : transparent;	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin-bottom : 12px;
	margin-top : 8px;
}
p.copyrightnav {
	color : #888888;
	background-color : transparent;	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin-bottom : 12px;
	margin-top : 2px;
	margin-left : 30px;
	margin-right: 63px
}
p.footer {
	color : #999999;
	background-color : transparent;	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-top : 6px
}

/* Styles for content */
p.splash {
	color : #999999;
	background-color : transparent;	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-top : 6px;
}
.producttitle{
	color : #000033;
	background-color : transparent;	
	font-size : 13px;
	margin-top : 4px;
	margin-bottom : 0px;
	font-weight : bold;
	line-height : 1.2;
}
.productdesc{
	color : #666666;
	background-color : transparent;	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-top : 5px;
}
span.quote{
	font-style : italic;
	font-weight : bold;
}

/* Styles for FAQs */
table.matrix {
	border : 1px solid #999999;
	background-color : #CCCCCC;
}
span.faq {
	color : #000033;
	background-color : transparent;	
	font-size : 13px;
	font-weight : bold;
	line-height : 1.2;	
}
span.faqanswer {
	color : #666666;
	background-color : transparent;	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

/* The stock status colours are controlled by ccs
1 = Temp out of Stock, 2 = Available, 3 = New, 4 = Discontinued, 5 = Pre-Order */
span.stockstatus1 {
	color : #FF9933;
	background-color : transparent;	
}
span.stockstatus2 {
	color : #008000;
	background-color : transparent;	
}
span.stockstatus3 {
	color : #000033;
	background-color : #FFFF00;
	padding-left : 2px;
	padding-right : 2px;
}
span.stockstatus4 {
	color : #FF0000;
	background-color : transparent;	
}
span.stockstatus5 {
	color : #008000;
	background-color : transparent;	
}

/* Turns off borders in IE4 around images that are links */

img { border: 0px none; }

/*Turns off Borders around Hyperlinked Images- Apply to a-tags*/

a.nn4imgWhite { 
	color: #FFFFFF;
	background-color : transparent;	
 }

/*Styles Applied to Form Elements*/
form td {
	color : #333333;
	background-color : transparent;	
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.button { 
	color: #FFFFFF;
	background-color : #6699CC 
}

/*Styles Applied to Float Images left or right */
.imgfloatright { float : right }

.imgfloatleft { float : left }
