@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

img{
border:0px;
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

#header {
	width: 100%;
	height: 60px;
	background-color: #17060d;
}

#content {
	width: 100%;
	background-color: #000000;
	padding-bottom: 20px;
}

#contentwhite {
	width: 100%;
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}

#contentwrapper{
	margin-left: auto;
	margin-right: auto;
	width:950px;
}

#leftcol{
	width: 170px;
	float: left;
}

#rightcol{
	width: 780px;
	float: right;
}

#results{
	float: none;
}

#searcharea{
	float: none;
}


#clearall{
	clear: both;
}

#clearit{
	clear: both;
}

#colfloatleft{
	float: left;
	padding-left:13px;	
	padding-right:13px;	
	border-right: dotted #888888 1px;
	width: 168px;
}

#speccol{
	float: left;
	padding-left:12px;	
	padding-right: 12px;	
	width: 168px;
	background-color: #4b4b4b;
}

#colwidefloatleft{
	float: left;
	padding-left:0px;	
	padding-right:16px;	
	width: 372px;
	border-top: solid #4b4b4b 1px;
}

#colfloatright{
	float: right;	
	width: 168px;
}

#suitabilitycol {
	float: right;	
	width: 168px;
	border-top: solid #4b4b4b 1px;
	padding-left:16px;	
	padding-right:16px;	
	background-color: #333333;
}

#headerfloatleft{
	float: left;
}

#headerfloatright{
	float: right;
	width: 500px;
}

#productthumb{
	border-bottom: dotted #888888 1px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	color: #fff;
	padding: 20px 0px 0px 0px;
	position:relative;
}

#footer_left {
float:left;
width:500px;
}
	
#footer_right	{
float:right;
}

#mainmenu {
	width: 950px;
	padding: 22px 0px 22px 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/header-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#col1 {
	width: 303px;
	height: 400px;
	float: left;
	margin: 0px;
	padding: 0px 30px 0px 0px;
}

#col2 {
	width: 222px;
	height: 400px;
	float: left;
	border-left: 1px dotted #FFFFFF;
	margin: 0px;
	padding: 0px 30px 0px 30px;
}

#col3 {
	width: 303px;
	height: 400px;
	float: right;
	border-left: 1px dotted #FFFFFF;
	padding: 0px 0px 0px 30px;
	margin: 0px;
}


ul {
	list-style-image:url(../images/bullet-orange-x.png);	
	padding-left: 20px;
	margin: 0px;
}

.nobullet {
	list-style: none;	
}

li {
	padding-left: 3px;
}



h1{
	font-family: Verdana;
	font-size: 30px;	
	color: #ec6921;
    line-height: 1em;
}

h2{
	font-family: Verdana;
	font-size: 24px;	
	color: #ec6921;
	margin: 0px;
	padding: 0px 0px 5px 0px;
    line-height: 1em;
}

h3{
	font-family: Verdana;
	font-size: 20px;	
	color: #4b4b4b;
	margin: 0px;
	padding: 0px;
    line-height: 1em;
}

h3 a:link{
	font-family: Verdana;
	font-size: 20px;	
	color: #4b4b4b;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
    line-height: 1em;
}

h3 a:visited {
	font-family: Verdana;
	font-size: 20px;	
	color: #4b4b4b;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
    line-height: 1em;
}

h3 a:active {
	font-family: Verdana;
	font-size: 20px;	
	color: #4b4b4b;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
    line-height: 1em;
}

h3 a:hover {
	font-family: Verdana;
	font-size: 20px;	
	color: #4b4b4b;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
    line-height: 1em;
}

#col3 h3 a:link{
	font-family: Verdana;
	font-size: 20px;	
	color: #ec6921;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
    line-height: 1em;
}

#col3 h3 a:visited {
	font-family: Verdana;
	font-size: 20px;	
	color: #ec6921;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
    line-height: 1em;
}

#col3 h3 a:active {
	font-family: Verdana;
	font-size: 20px;	
	color: #ec6921;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
    line-height: 1em;
}

#col3 h3 a:hover {
	font-family: Verdana;
	font-size: 20px;	
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
    line-height: 1em;
}

#col3 a:link{
	color: #ec6921;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#col3 a:visited {
	color: #ec6921;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#col3 a:active {
	color: #ec6921;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#col3 a:hover {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}


h4{
	font-family: Verdana;
	font-size: 13px;	
	color: #cccccc;
	margin: 0px;
	padding: 0px;
    line-height: 1em;
}

h5{
	font-family: Verdana;
	font-size: 13px;	
	color: #cccccc;
	margin: 0px;
	padding: 0px;
    line-height: 1em;
}

.darkbgtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.spectext {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.colouroptions {
	font-family: Verdana;
	line-height: 1em;
	font-size: 10px;
	color: #000000;
}

.introorange {
	font-family: Verdana;
	line-height: 1em;
	font-size: 20px;
	color: #888888;
}

.introdarkgrey {
	font-family: Verdana;
	line-height: 1em;
	font-size: 20px;
	color: #888888;
}

.mainmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.mainmenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.mainmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.mainmenu a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.mainmenu a:hover {
	color: #ee6a20;
	text-decoration: none;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ee6a20;
}

.footertext a:link {
	color: #ee6a20;
	text-decoration: none;
}

.footertext a:visited {
	color: #ee6a20;
	text-decoration: none;
}

.footertext a:active {
	color: #ee6a20;
	text-decoration: none;
}

.footertext a:hover {
	color: #ffffff;
	text-decoration: none;
}


.smallprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.smallprint a:link {
	color: #666666;
	text-decoration: none;
}

.smallprint a:visited {
	color: #666666;
	text-decoration: none;
}

.smallprint a:active {
	color: #666666;
	text-decoration: none;
}

.smallprint a:hover {
	color: #ffffff;
	text-decoration: none;
}

img{ 
    border: 0px; 
}


.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 950px; /*Width of Carousel Viewer itself*/
height: 300px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 930px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#overlaywide {
	background-color: #000000;
	position:absolute;
	width: 420px;
	height: 60px;
	top:170px;
	right:0px;
	color: #ffffff;
	padding: 10px 10px 12px 15px;
	z-index:20;
	/* for IE */
	filter:alpha(opacity=70);
    /* CSS3 standard */
    opacity:0.7;
	/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 10px;
	-khtml-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;  }
  
#overlaytext {
	position:absolute;
	width: 420px;
	top:170px;
	right:0px;
	color: #ffffff;
	padding: 10px 10px 12px 12px;
	z-index:25;
  }


a:link{
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

a:visited {
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

a:active {
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

a:hover {
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}

	
#productinfo {
width:780px; 
margin-top:30px;
}

.tabs ul {
float:left; 
width:780px; 
list-style-type:none; 
margin:0;
}
	
.tabs ul li	{
float:left;
}
	
.tabs ul li a {
float:left; 
text-decoration:none; 
border:solid 1px #d0d0d0; 
border-bottom:none; 
font-weight:bold; 
color:#999; 
background:#fff url(../images/bg_tab.gif) bottom repeat-x; 
padding:5px 9px; 
margin-right:4px; 
}
	
.tabs ul li a:hover	{
float:left; 
text-decoration:none; 
border:solid 1px #d0d0d0; 
border-bottom:none; 
font-weight:bold; 
color:#ee6a20; 
background:#fff url(../images/bg_tab.gif) bottom repeat-x; 
padding:5px 9px; 
margin-right:4px; 
}
	
.tabs ul li a.current {
position:relative; 
top:1px; 
border:solid 1px #d0d0d0; 
background:#fff; 
border-bottom:none; 
color:#222;
}

.tabs_container	{
float:left; 
width:740px; 
padding:17px 20px; 
border:solid 1px #d0d0d0;
}
	
.overview_left {
float:left;
width:400px;
}
	
.overview_right	{
float:right;
}

.features_left {
float:left;
width:250px;
}
	
.features_right	{
float:right;
}

.contactform{
	border: 1px solid #ccc;
	margin: 5px;
	padding: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans;
	color: #999999;
	font-size:12px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#formtitle {
	width: 150px;
	float:left;
}


