/* Global
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
ul,li {
	list-style-type:none;
	}

a{
	outline: none;
}

table,table td, table tr{
	border-spacing: 0px;
	padding:0;
	margin:0;
}

img{
	border:0;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	background:url("/images/bg.jpg") #000 no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:13px;
}

#wrapper{
	width:990px;
	margin:0 auto;
	text-align:left;
}

#header,
#content,
#content_sidebar,
#footer,
#content_generic,
.navigation,
.social
{
	position:relative;
	width:100%;
	float:left;
	background:#000;
}

#sidebar,
#content_left,
#contact,
.single{
	margin:15px;
}

.breaker{
	margin:15px;
}

#content{
	margin-top:5px;
	padding:15px;
	width:960px;
}

/* Text
------------------------------------------------------------------*/

h1,h2.single{
	color:#fff;
	letter-spacing:-0.1em;
	margin:0 0 10px 0;
	font-size:34px;
	text-transform:uppercase;
	float:left;
	clear:both;
	width:100%;
}

.single h1{
	letter-spacing:-0.1em;
	font-size:38px;	
	text-transform:uppercase;
}

.arrow{
	background:url("/images/arrow.png") no-repeat 0px 3px;
	padding-left:20px;
}

/* colours
------------------------------------------------------------------*/

.green,
legend,
.child b,
.response .success,
a,
#content .panels div h3{
	color:#67BC29;
}

.white{
	color:#fff;
}

/* Sponsors
------------------------------------------------------------------*/
.sponsors{
	width:100%;
	margin:20px 0 20px 0;
}

.sponsors ul{
	text-align:center;
}

.sponsors li{
	text-align:center;
	display:inline;
	margin:0 15px 0 15px;
	height:90px;
	position:relative;
}



/* HEADER
------------------------------------------------------------------*/

#header{
z-index:999;
}


#header .logos{
	padding-top:15px;
}

#header .logos .rgactive{
	float:left;
	margin:10px;
}

#header .logos .sponsor{
	float:right;
	margin:15px;
}

/* Navigation
------------------------------------------------------------------*/

.nav { display: block; margin: 0; padding: 0; position: relative; }
.nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
.nav a { display: block; }
.nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html .nav ul { line-height: 0; } /* IE6 "fix" */
.nav ul a { zoom: 1; } /* IE6/7 fix */
.nav ul li { float: none; }
.nav ul ul { top: 0; }

/* Essentials - configure this */

.nav ul { width: 200px; top: 41px;}
.nav ul ul { left: 201px; }

/* Everything else is theming */

.nav { background: #67BC29; height: 39px; }
.nav *:hover { background: none; }
.nav a {
	text-transform:uppercase;
	color: #000;
	font-size: 16px;
	padding: 10px 9px 10px 8px;
	text-decoration:none;
	letter-spacing:-1px;
	font-weight:bold;
}

.nav a.parent{
	background:url('/images/dropdown_arrow.gif') no-repeat 100% 52%;
	padding-right:25px;
}

.nav li:hover a { background: #1F1F1F; color:#67BC29}

.nav li:hover a.parent2{
	background:url('/images/dropdown_sub_arrow.gif') no-repeat 90% 58% #1F1F1F;
}

.nav li:hover a.parent2:hover{
	background:#333;
}

/* mouseout */

.nav ul li a { 
background-color: #000; 
color:#67BC29; 
font-size:12px;
letter-spacing:0;
}

.nav li:hover .teamwrap,
.nav li .teamwrap{
	width:310px;
}

.nav h4{
	padding:5px 0 0 0;
	font-size:11px;
}

.nav li:hover .teamwrap li,
.nav .teamwrap li
{
	width:100px;
	float:left;
	text-align:center;
}

.nav li:hover .teamwrap li a,
.nav .teamwrap li a
{
	font-size:11px;
	font-weight:bold;
	letter-spacing:0;
	padding:10px;
	height:105px;
}

.nav ul a:hover { background: #333; }
.nav ul a { border-bottom: 1px solid white; border-right: none;}
.nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


/* Homepage Slideshow
------------------------------------------------------------------*/

#slideshow_wrap{
	clear:both;
	width:100%;
	position:relative;
}

#slideshow {
	position:relative;
	background:url('images/homepage_rotate/default.jpg') no-repeat center;
	width:960px;
	height:400px;
}

#slideshow div{
	background:#000;
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	margin:20px 0 0 0;
}

#slideshow div.active{
	z-index:10;
	opacity:1.0;
}

#slideshow div.last-active{
	z-index:9;
}


h3{
	background:#67BC29;
	color:#000;
	padding:5px;
	font-size:18px;
}

.categories{
	margin:15px 0 0 0;
	text-align:right;
}

.categories .boxText{
	text-align:center;
	line-height:1.5em;
	width:990px;
	padding:5px;
}

.categories a{
	margin:0 0 0 2px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	background:#333;
	color:#67BC29;
	display:block;
	padding:5px 10px;
	 -webkit-border-top-left-radius:4px;
	 -webkit-border-top-right-radius:4px;

	 -khtml-border-radius-topleft:4px;
	 -khtml-border-radius-topright:4px;

	 -moz-border-radius-topleft:4px;
	 -moz-border-radius-topright:4px;

}

.categories a:hover,
.categories a.selected{
	color:#fff;
	background:#67BC29;	
}

.categories h3{
	color:#fff;
	background:none;
	font-size:12px;
	width:100%;
	clear:both;
	position:relative;
	top:5px;
}

span.productSpecialPrice{
	font-size:22px;
}

.breadcrumbs{
margin-top:10px;

}

.breadcrumbs a{
	color:#666;
	float:left;
}

.breadcrumbs span{
	margin:0 5px;
	float:left;
	background:#333;
	height:15px;
	width:3px;
}

.sagepay{
	width:100%;
	text-align:center;
}

table.productListing td{
	border-bottom:1px dashed #666;
	text-align:left;
	padding:15px 5px 15px 5px;
	font-size:14px;
	background:#1f1f1f;
}

table.productListing td.productListing-heading{
	background:#67BC29;
	color:#000;
	padding:5px;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	border:0;
}

table.productListing td.productListing-heading a{
	color:#000;
	text-decoration:none;
}

table.productListing i{
margin-top:10px;
float:left;
color:#999;
font-style:normal;
font-size:12px;
}

td.smallText{
	color:#666;
	font-size:12px;
}

.btn,
.btn_extra_big,
a.buynow{
	border:0;
	background:#2D2D2D;
	padding:8px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#67BC29;

	 -webkit-border-top-left-radius:4px;
	 -webkit-border-top-right-radius:4px;
	 -webkit-border-bottom-left-radius:4px;
	 -webkit-border-bottom-right-radius:4px;

	 -khtml-border-radius-topleft:4px;
	 -khtml-border-radius-topright:4px;
	 -khtml-border-radius-bottomleft:4px;
	 -khtml-border-radius-bottomright:4px;

	 -moz-border-radius-topleft:4px;
	 -moz-border-radius-topright:4px;
	 -moz-border-radius-bottomleft:4px;
	 -moz-border-radius-bottomright:4px;
}

.btn:hover,
.btn_extra_big:hover,
a.buynow:hover{
	background:#333;
	color:#eee;
	cursor:pointer;
}

.btn_extra_big{
	margin-top:10px;
	font-size:22px;
	padding:6px;
}

table.listingcount{
	padding:4px 0 0 4px;
}


.main p{
	font-size:12px;
	line-height:1.8em;
}

.main img{
	border:1px solid #333;
	margin-left:20px;
}

.pageHeading h1{
	position:relative;
	bottom:3px;
}

table .infoBox table{
	font-size:11px;
	text-align:left;
	font-weight:bold;
	text-transform:uppercase;
	padding:3px;
	width:235px;
}

td .infoBoxContents{
	text-align:left;
	padding-bottom:10px;
}

.login_wrapper,
.login_wrapper2{
	padding:10px;
	background:#1f1f1f;
	height:250px;
	 -webkit-border-bottom-right-radius:10px;
	 -khtml-border-radius-bottomright:10px;
	 -moz-border-radius-bottomright:10px;
	 -webkit-border-bottom-left-radius:10px;
	 -khtml-border-radius-bottomleft:10px;
	 -moz-border-radius-bottomleft:10px;
}

.login h2,
.login2 h2{
	color:#67BC29;
}

.login_wrapper{
	float:left;
	width:44%;
	margin-right:20px;
}

.login_wrapper2{
	float:right;
	width:44%;
}

td.login_content{
	font-size:12px;
	line-height:1.8em;
	height:190px;
}

.login_content div{
	margin:10px 0 0 0;
}


.signin{
	padding-top:10px;
}

td.pageHeading{
	padding-bottom:10px;
}

.head{
	width:160px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

.main{
	font-size:12px;
	line-height:2.0em;
}

.wrapper_grey{
	padding:10px;
	background:#1f1f1f;
}

.register_wrapper{
	padding:10px;
	background:#1f1f1f;
	 -webkit-border-bottom-right-radius:10px;
	 -khtml-border-radius-bottomright:10px;
	 -moz-border-radius-bottomright:10px;
	 -webkit-border-bottom-left-radius:10px;
	 -khtml-border-radius-bottomleft:10px;
	 -moz-border-radius-bottomleft:10px;
}

.register_wrapper h2{
	font-size:15px;
	color:#67BC29;
	margin-top:20px;
}

tr.spacer{
	height:30px;
}

.register_wrapper .main input,
.register_wrapper select,
.wrapper_grey .main input,
.wrapper_grey select{
	border:1px solid #333;
	width:300px;
}


.headerNavigation{
	height:50px;
}

td .messageStackError{
	color:#990000;
	font-weight:bold;
	padding-bottom:20px;
}


td.messageStackSuccess{
	font-size:13px;
	background:red;
	padding:4px;
}

td.messageStackSuccess img{
	display:none;
}



.empty{
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding:8px;
}

.accountBox td{
	line-height:2.0em;
	font-weight:bold;
}

.accountBox{
	margin:20px 0 20px 0;
}

.checkoutBarFrom, .checkoutBarTo { font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 12px; color: #CCFC08; }

.register_wrapper input.btn{
	width:150px;
}

.disclaimers{
	text-align:left;
	font-size:11px;
	color:#666;
}

.disclaimers img{
	float:right;
}

.disclaimers a{
	color:#666;
}



.product_options td.main{
font-size:16px;
font-weight:bold;
line-height:1.6em;
}

.product_options h2{
font-size:18px;
}

.product_options{
padding-top:20px;
}

.product_options td select{
margin-top:10px;
border:1px solid #333;
padding:5px;
width:180px;
margin-left:10px;
}


iframe{
background:#fff;
padding:20px;

 -webkit-border-top-left-radius:10px;
 -webkit-border-top-right-radius:10px;
 -webkit-border-bottom-left-radius:10px;
 -webkit-border-bottom-right-radius:10px;

 -khtml-border-radius-topleft:10px;
 -khtml-border-radius-topright:10px;
 -khtml-border-radius-bottomleft:10px;
 -khtml-border-radius-bottomright:10px;

 -moz-border-radius-topleft:10px;
 -moz-border-radius-topright:10px;
 -moz-border-radius-bottomleft:10px;
 -moz-border-radius-bottomright:10px;

}

table.manufacturers{
	position:relative;
	background:#1F1F1F;
	width:960px;
	height:50px;
}

table.manufacturers table td{
	color:#999;
	font-size:12px;
	font-weight:bold;
}

table.manufacturers form{
	width:220px;
}

table.manufacturers select{
	margin-left:10px;
	text-transform:capitalize;
	border:1px solid #666;
	padding:2px;
	font-size:11px;
	color:#333;
}

.manufacturer_dropdown{
	width:150px;
}

.open_search input{
	border:1px solid #666;
	padding:2px;
	height:20px;
	font-size:11px;
	color:#666;
	font-style:italic;
	margin-left:20px;
	width:200px;
}

