@charset "utf-8";
/* v1.0 | 20080212 RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*RESET END*/
body{
	background:#2f2f2f;
	background:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#b9b9b9;
}

a{
	color:#ff6600;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;

}
.center{
	text-align:center;
}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */div.container{
	width:950px;
	margin:0 auto;
	overflow:hidden;
	height:100%;
	background:#1b1b1b;
	border:solid 1px #666;
}
.insidecontainer{
	width:950px;
	margin:0 auto;
}
#contentcontainer{
	background:#1b1b1b;
}

#header{
	height:150px;
	background: url(/images/banner.jpg) center no-repeat #1b1b1b;

}
#headlogo{
	float:left;
	height:140px;
}
#headlogo img{
	margin-top:5px;
}
#nav{
	float:left;
	/*text-align:center;*/
	background:#000;
	background:url(/images/navbg.jpg) center center repeat-x;
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
	overflow:hidden;
	width:100%;
}
#nav ul{
	
	list-style:none;
	margin-left:-10px
	
	/*text-align:center;*/

}
#nav li{
	display:inline;
	/*float:left;*/
}
#nav li a{
	padding:0px 20px;
	line-height:25px;
	font-size:1.7em;
	/*font-weight:bold;*/
	font-family:Arial, Helvetica, sans-serif
}
#nav li a.on{
	color:#fff;

}

#nav li a:hover{
	text-decoration:none;
	color:#ff6600;
	color:#fff;

}


#mainbar{
	background:#222;
	height:224px;
}
#mainbar .container{
		background:url(/images/mainbar2.jpg) no-repeat;
}
#content{
	float:left;
	font-size:1.3em;
	line-height:1.5em;
	padding:10px;
	/*width:100%;*/
}
#contentfull{
	width:100%;
}
.row{
	clear:both;
	margin-top:10px;
}
.row2{
	clear:both;
	margin-top:20px;
}
	
.col1{
	float:left;
	width:445px;

}
.col2{
	float:left;
	width:455px;
	margin-left:25px;
}
.col1-contact{
	float:left;
	width:400px;

}
.col2-contact{
	float:left;
	width:500px;
	margin-left:25px;
}

.col1-content{
	float:left;
	width:700px;

}
.col2-img{
	float:left;
	width:205px;
	margin-left:25px;
}
.col2-img img{
	border:solid 2px #f60;
	margin-bottom:15px;
}
.shopcol1{
	float:left;
	width:700px;

}
.shopcol2{
	float:left;
	width:205px;
	margin-left:25px;
}

.texthead{
	font-size:1.2em;
	font-weight:bold;
}
.colortext{
	color:#fb0;
}
.orangetext{
	color:#f60;
}

.bluetext{
	color:#09f;
}

.whitetext{
	color:#fff;
}
.whitetexthead{
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
}

.whitebold{
	color:#fff;
	font-weight:bold;
}

/*.col1 h2, .col2 h2{*/
h1{
	font-size:1.4em;
	color:#f60; 
	margin:0 0 10px 0;
	padding:4px 10px 4px 0;
}

h2{
	font-size:1.3em;
	color:#f60; 
	margin:0 0 10px 0;
	padding:4px 10px;
	background:#000;
}
h3{
	font-size:1.2em;
	color:#f60; 
	margin:10px 0 10px 0;
}
.h2{
	font-size:1.3em;
	color:#f60; 
	margin:0 0 10px 0;
	padding:4px 10px;
	background:#000;
	font-weight:bold;
}
.h3{
	font-size:1.2em;
	color:#f60; 
	margin:10px 0 10px 0;
	font-weight:bold;

}

.box{
	float:left;
	border:solid 1px #666;
	background:#282828 url(/images/boxbg.jpg) no-repeat left top;
	/*overflow:hidden;*/
	width:100%;
	margin-top:15px;
}
.boxcontent{
	padding:5px 10px;
}

.mainlist{
	list-style:none;
	padding-left:10px;
	width:200px;
	float:left;
	
}
.mainlist li{}
.mainlist li a{ color:#b9b9b9; text-decoration:none;}
.mainlist li a:hover{ color:#f60;}


#contactpage .col1{
	width:350px;
}
#contactpage .col2{
	width:535px;
	padding:10px;
	text-align:left;

}
#footer{
	float:left;
	width:100%;
	clear:both;
	background:#000;
	padding-top:20px;
	border-top:solid 1px #666;
	padding-bottom:10px;
}
#footer ul{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}
#footer ul li{
	display:inline;
	margin-left:15px;
}
#footer ul li a{
	font-size:1.4em;
	color:#777;
	/*font-weight:bold;*/
}
#footer ul li a.on{
	color:#fff;
}

#footer ul li a:hover{
	text-decoration:none;
	color:#999;
}
#footer #reginfo{
	margin-left:15px;

	clear:both;
	float:left;
	font-size:1.2em;
	color:#fff;
	margin-right:20px;
}

#footer #siteby{
	float:right;
	font-size:1em;
	color:#fff;
	margin-right:20px;
}
#footer #siteby a{
	color:#fff;
	
	font-weight:bold;
}
#footer #siteby a:hover{
	text-decoration:none;
	color:#999;
}

div.css-panes div img{
	border:solid 1px #f60;
}

/*=======================================Gallery Styles==============================================*/
#gall-img{
	float:left;
	width:600px;
	padding-left:10px;
}
#gall-vid{
	float:left;
	width:290px;
	margin-left:25px;
}
.vidgall{
	
}
.video{
	float:left;
	margin-bottom:15px;
}
.videotitle{
	font-weight:bold;
	color:#fff;
}
.viddetails a img{
	float:left;
	background:#fff;
	padding:2px;
	border:solid 1px #f60;
	margin: 0 5px 5px 0;
}
.viddetails a:hover img{
	background:#aaa;
}
/* the thumbnails */
#triggers {
	/*text-align:center;*/
}
 
#triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #f60;
	margin:15px 15px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#triggers a:hover img{
	background:#aaa;
}
 
/* the active thumbnail */
#triggers a.active img {
	outline:1px solid #000;
 
	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}

#galcol1{ float:left; width:360px; margin-right:40px; padding:0 10px; }
#galcol2{ float:left; width:500px; }


/*=======================================End Gallery Styles==============================================*/


/*=======================================CONTACT US Styles==============================================*/


#contactus{
	padding:0 0px;
}
#contactus form{
	border:1px solid #999;
	background:#000;
	margin:20px 0;
	
}
#contactus fieldset {
	
	display:block; 
	padding:10px 0;
	 
	margin-bottom:0.5em; 
}
#contactus legend {font-family:Verdana, Arial, Helvetica, sans-serif, sans-serif; color:#fff; font-size:1em; font-weight:bold; border:1px solid #999; margin:0 0 5px 20px; padding:2px 15px 4px 15px;  background:#333;}
#contactus label {clear:left; display:block; float:left; width:170px; text-align:right; padding-right:10px; margin-bottom:0.5em; font-weight:bold;}
#contactus input {border:1px solid #f60; /*padding-left:0.5em;*/ margin-bottom:0.6em; font-size:1em; font-family:Verdana, Arial, Helvetica, sans-serif; width:250px; padding:2px; background:#ccc;}
#contactus textarea {border:1px solid #f60; /*padding-left:0.5em;*/ margin-bottom:0.6em; font-size:1em; font-family:Verdana, Arial, Helvetica, sans-serif; width:250px; background:#ccc;}
#contactus select {border:1px solid #f60; /*padding-left:0.5em;*/ margin-bottom:0.6em; font-size:1em; font-family:Verdana, Arial, Helvetica, sans-serif; padding:2px; background:#ccc;}
/*#contactus #button { margin-left:110px;}*/
#contactus #button1 {color:#fff; background-color:#f60; padding:5px 10px; cursor:pointer; width:auto; font-weight:bold;}
/*#contactus #button1:hover {background-position:center left; color:#000;}*/
#contactus label.checkbox {clear:none; display:block; float:none; width:auto; text-align:left; padding-right:0px; color:#000; margin-bottom:0; font-weight:normal;}
#contactus input.checkbox { border:none; /*padding-left:0.5em;*/ margin-bottom:0;  font-family:Verdana, Arial, Helvetica, sans-serif; width:auto;}
.formmess{
		margin:0 0 10px 180px;
}
.errmessage{
	color:#c00;
}



/*--------------PRODUCTS---------------*/

.product{
	float:left;
	clear:both;
	padding:15px 0;
	border-bottom:solid 1px #ccc;
	width:100%;
}
.prodimg{
	float:left;
	width:200px;
	text-align:center;
}
.prodimg img{
	padding:1px;
	border:solid 1px #f60;
}
.proddetails{
	float:left;
	width:690px;
}

.prodtitle{
	color:#fff;
	
	
}
.proddesc{
}

/*--------------END PRODUCTS---------------*/

/*========================================NEWS STYLES===================================================*/
#newssection{
	/*margin:5px;*/
	margin-right:0px;
	margin-left:0px;
	margin-top:0;
	padding:0;
}
#pagecount{
	display:block;
}
#newspage{
	float:left;
	margin-bottom:10px;
}
#newspagecount{
	float:right;
}
.newstop{	border-bottom:solid 1px #ccc;
margin-bottom:15px;
}
.newstitle{
	clear:both;
	display:block;
	margin-bottom:5px;
}
.newshead{
	float:left;
	font-weight:bold;
	color:#f60;
	font-size:1.2em;
}
.newsdate{
	float:right;
	color:#999;
}
.newscat{
	font-weight:bold;
	color:#005DB3;
}

.newscontent{
	display:block;
	clear:both;
	border-bottom:solid 1px #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
img.newsfloatright{
	float:right;
	margin-left: 5px;
	padding:1px;
	border: 1px solid #f60;
	margin-top:5px;
}

img.newsfloatleft{
	float:left;
	padding:1px;
	border: 1px solid #f60;
	margin-right: 5px;
	margin-top:5px;

}



#newsimages{
	width:165px;
	float:right;
	margin-left:10px;
}
.newsdetdate{
	color:#999;
}
.newsdochead{
	font-weight:bold;
	color:#005DB3;
}

#newsdocs{
	/*background:url(/images/greydot.gif) top repeat-x;*/
	margin-top:10px;
	padding-top:5px;
}
#newsdocs ul{
	list-style:none;
	margin-top:5px;;
}
#newsdocs ul li{
	line-height:30px;
	vertical-align:middle;
	padding:5px;
}
#newsdocs ul li a{
	margin-right:15px;

}


.newsgallery { }
.newsgallery ul { margin:0; padding:0; }
.newsgallery ul li { display:inline; float:none; height:auto; }
.newsgallery ul li a img{ background-image:none; margin:8px; padding:2px; position:relative; border:1px solid #f60; float:left; display:block; width:auto; height:auto; background-color:#fff; }
.newsgallery ul li a:hover img { background:#aaa; z-index:2; }


.hnews{
	float:left;
	border:solid 1px #999;
	background:#000;
	margin:0px 0 10px 10px;;
	padding:2px 0 2px 2px;
}
.hnewsdate{
	float:left;
	width:28px;
	text-align:center;
	background:#fff;
	border:solid 1px #666;
}
.hnewsmon{
	float:left;
	width:28px;
	background:#f60;
	color:#fff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.hnewsday{
	float:left;
	width:28px;
	background:#333;
	color:#fff;
}
.hnewstitle{
	float:left;
	width:380px;
	
	padding-left:5px;
}
.hnewsimg{
	border:solid 1px #666;
	float:right;
	margin:0 2px 0 5px;
}

/*=======================================End NEWS Styles==============================================*/
.errmessage{
	color:#f00;
}


/*=======================================START SHOP NEWS==============================================*/
.sidecarthead{width:60px; float:left; font-weight:bold; color:#f60;}
.sidecartdet{width:80px; float:left;}
.sidecartgo{ float:left; margin-top:10px;}
.buttonlink{ float:left; display:block; padding:2px 5px; background:#bf5712; color:#fff; font-weight:bold; border:solid 2px #f60;}


.prodbox{ float:left; width:150px; margin-left:15px; border:solid 1px #ccc;}
.prodboxtitle{ text-align:center; background:#f60; color:#fff; font-weight:bold; padding:3px 0;}
.prodboxitemtitle{ text-align:center; background:#f60; color:#fff; font-weight:bold; height:38px; padding:2px 4px;}
.prodboxitemtitle a{ color:#fff;}
.prodboximage{ border-bottom:solid 1px #ccc; height:130px;}
.prodboxview{ text-align:center; background:#000;}
.prodboxdetail{ background:#000; padding:2px 4px; font-weight:bold; height:53px;}


.salelink{ color:#c00;}
.costlink{}



.productinfo {vertical-align: top;	border:1px #9A9A9A dashed;	margin:0 0 15px 0; padding:25px 8px 15px 11px; }

.producttitle {	font-size:1.4em;font-weight:bold;line-height:1.3em;/*display: inline-block;*/	vertical-align:top; color:#f60;}
.productprice {	font-size:1.2em;font-weight:bold;line-height:1.3em;/*display: inline-block;*/	vertical-align:top; margin:6px 0 0 0; color:#fff;}
.productpricethrough {	font-size:1.2em;font-weight:bold;line-height:1.3em;/*display: inline-block;*/	vertical-align:top; margin:6px 0 0 0; /*color:#C6403F;*/ text-decoration:line-through;}


.productpicsection {width:155px;float:left;display: inline-block;margin-right: 5px;	/*height:200px;*/}
.productpicsection ul{ margin:8px 0 4px -11px; float:left; width:155px;}
.productpicsection ul li{ display:inline; float:left; margin:0 0 5px 11px;}
.productpicsection img{ padding:1px; border:solid 1px #ccc;}


.productinfosection {width:400px;float:left; display: inline-block;vertical-align:top;}


.cartlink {text-align:right;font-size:1.2em;display:block;margin:35px 8px 10px 0;}
.cartlink a {	color:#fff;	text-decoration:none;padding:2px 5px;background-color:#c67f3f; border-bottom:#9c6311 1px solid;border-right:#9c6311 1px solid;}
.cartlink a:hover {	text-decoration:none;	padding:2px 5px;	color:#3D3D3D;	background-color:#B7B7B7;border-bottom:#656565 1px solid;border-right:#656565 1px solid;}

p.productdescription {	font-size:1.1em; line-height:1.3em;	margin:10px 0 15px 0;}
.productfields {font-size:1.1em; line-height:1.3em;	margin:5px 0;display:block;}
.productfields label {width:100px;	margin:10px 0 0 0;display:inline-block;}
.productfields select{ font-size:1em;}

.addthis {/*bottom:15px;left:10px;position: absolute;*/ margin-top:10px;}


.clicklarger {float:left;font-size:0.9em;margin:4px 6px 0 0;}
.clicklarger a {color: #c6c6c6;}
.clicklarger a:hover {color: #C6403F;}





#refine {
display: block;
clear:both;
}
#pagecount{
	margin:5px 0 0 0;
	text-align:right;
}
/*#pagecount a {color: #f60;}
#pagecount a:hover {color: #C6403F;}*/



#refinespacer{
	margin-bottom: 38px;
}

.backbutton {
float:right;
margin-right: 6px;
}

/*.backbutton a {color: #f60;}
.backbutton a:hover {color: #C6403F;}*/

.showall {margin-right: 10px;}

/*.showall a {color: #000;}
.showall a:hover {color: #C6403F;}*/

.sortby{
	font-size:1em;
}



.ajaxloading{ text-align:center;}


/* =Checkout */


#checkout {margin:0 0 15px 0;padding:25px 0 35px 11px;	width:690px; }
#checkout .checkoutproducts { height:60px;  margin-bottom: 10px; padding-bottom:10px; border-bottom:solid 1px #ccc; }

#checkout .checkoutheadings {height:20px; margin-bottom:10px; font-weight:bold;}

#checkout .checkoutproductimg-title { float:left; width:100px;height:29px; margin-right: 16px;}
#checkout .checkoutproductimg { float:left;width:100px;height:29px; margin-right: 16px;}
#checkout .checkoutproductimg img {border:2px #777 solid}


#checkout .checkoutproducttitle { float:left;width:295px;height:29px; margin-right: 26px; }
#checkout .checkoutproducttitle a {/*color:#C6403F;*/  }
#checkout .checkoutproducttitle a:hover {color:#4F4F4F;  }

#checkout .checkoutproductquantity { float:left;width:82px;height:29px; margin:0 10px;text-align: center;font-weight: bold;}
#checkout .checkoutproductquantity input { font-size:1.1em; text-align:center; width:20px;}

#checkout .checkoutproductquantity span.number {display:block;}
#checkout .checkoutproductquantity span.remove {display: block;background: url(/images/remove.png) center top no-repeat;width:82px; height:17px;margin-top: 3px; }
#checkout .checkoutproductquantity span.remove a {display: block;width:62px; height:17px;}

#checkout .checkoutproductunitprice {float:left;width:70px;height:29px;text-align: right; font-weight: bold }

#checkout .checkoutproductprice {float:left;width:70px;height:29px;text-align: right; font-weight: bold;}

#checkout .deliverydetails{ width:400px; float:left;}

#checkout .carttotals{ float:right; width:200px; margin:20px 10px 20px 0;}
#checkout .carttotalsdesc{ float:left; width:100px;text-align:right; font-weight:bold; margin-bottom:5px; color:#f60;  }
#checkout .carttotalsval{ float:left; width:100px; text-align:right; font-weight:bold; margin-bottom:5px;}



#checkout .proceed { margin-top:20px;display:block;float: right;}
.paypalsubmitbutton{color:#fff;	text-decoration:none; padding:0;  border-bottom:#9C1211 1px solid;border-right:#9C1211 1px solid; border:none; font-size:1.2em; background:#bf5712; padding:2px 4px;}
.paypalsubmitbutton:hover {	color:#3D3D3D;	background-color:#B7B7B7; border-bottom:#656565 1px solid;border-right:#656565 1px solid; border:none;}


#checkout .paymentspowered {/*bottom:13px;right:50px;*/display:block;float: right; margin-top:20px;}


.updatebutton{
	text-align:right;
	padding-right:10px;
	font-size:1.1em;
}
.updatebutton a {text-decoration: none;padding: 1px 4px;;color:#fff;background-color:#c67f3f;/*border-bottom:#9C1211 1px solid;border-right:#9C1211 1px solid;*/}
.updatebutton a:hover {text-decoration: none;color:#3D3D3D;	background-color:#B7B7B7;/*border-bottom:#656565 1px solid;border-right:#656565 1px solid;*/}


#rightside{
	float:left;
	
}
#rightlist{
	margin-top:0px;
	border-top:solid 1px #f60;
}

#rightlist #righttitle{
	margin-top:1px;
	padding:2px 0 2px 10px;
	background:#f60;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	
}
#rightlist ul{
	border:solid 1px #ccc;
	margin:0;
	padding: 6px 3px 6px 3px;
	/*background:url(/images/rightbg.jpg) repeat-x top;*/
	background:#000;
	list-style:none;
	
}	
#rightlist ul li {
  padding: 3px 5px 3px 15px;
  background: url(/images/bpoint.gif) 0px 7px no-repeat;
  border-bottom: 1px solid #bbb;
}
/*#rightlist ul li a{
	color:#006;
}*/
#rightlist ul li.bottom {
  padding-bottom: 0px;
  border-bottom: none;
}
#rightlist ul li.top {
  padding-top: 0px;
  background-position: 0 3px;
}

.Box{
	margin-top:5px;
	border-top:solid 1px #f60;
}
.BoxTitle{
	margin-top:1px;
	padding:2px 0 2px 10px;
	background:#f60;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.BoxContent{
	border:solid 1px #ccc;
	border-top:solid 2px #ccc;
	margin:0;
	padding: 6px 3px 6px 3px;
	background:#000;
}





/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */







/*=======================================EDITOR Styles==============================================*/



.texthead{
	font-size:1.2em;
	font-weight:bold;
}
.whitetexthead{
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
}

.whitetext{
	color:#fff;
}

.whitebold{
	color:#fff;
	font-weight:bold;
}
.h2{
	font-size:1.3em;
	color:#f60; 
	margin:0 0 10px 0;
	padding:4px 10px;
	background:#000;
	font-weight:bold;
}
.h3{
	font-size:1.2em;
	color:#f60; 
	margin:10px 0 10px 0;
	font-weight:bold;

}

.ColouredText{color:#888;}
.AlignCentre{text-align:center}
.AlignLeft{text-align:left}
.AlignRight{text-align:right}

Table.No-Border{font-size:1em; overflow:auto; border-collapse:collapse;padding:3px; text-align:left;}
Table.Border{font-size:1em; border:1px solid #ccc; overflow:auto; border-collapse:collapse;padding:3px; text-align:left;}
Table.FullBorders {border:solid 1px #000; font-size:1em;}
Table.FullBorders TR TD{border:solid 1px #000;}
Table TD{padding:0px 5px;}
Table TD.TopHead{font-weight:bold; color:#f60; background:#000; border-bottom:2px solid #f60;}
Table TD.TopHeadCentre{font-weight:bold; color:#f60; background:#000; border-bottom:2px solid #f60; text-align:center;}
Table TD.LeftHead{font-weight:bold; color:#f60; background:#000; border-right:2px solid #f60;}
Table TD.LeftHeadCentre{font-weight:bold; color:#f60; background:#000; border-right:2px solid #f60; text-align:center;}
Table TD.VertAlignTop{vertical-align:top;}
img.AlignRight{float:right; padding:2px; margin:0 0 5px 10px;}
img.AlignLeft{float:left; padding:2px; margin:0 10px 5px 0;}
img.AlignRightBorder{float:right; padding:2px; margin:0px 0 10px 15px; border:1px solid #f60;}
img.AlignLeftBorder{float:left; margin:0 10px 5px 0; border:1px solid #f60;}
img.ImageBorder{border:1px solid #f60;}
.Error{color:#c00; font-size:1.2em; font-weight:bold;}
/*=======================================END EDITOR Styles==============================================*/

