/*COMMON STYLES*/
body{
	font-family: verdana, Arial, tahoma, sans-serif;
	font-size: 70%;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
a{
	font-family: verdana, Arial, tahoma, sans-serif;
	color: #FF0000;
	background-color: inherit;
	text-decoration:none; 
}
a:hover{
	text-decoration:underline;
}
img{
	border:none;
}
form{
	margin:0px;
}
h1{
	color:#FF0000;
	background-color: inherit;
	font-weight:normal;
	font-size: 200%;
	margin:0;
}
h1.white{
	color:#FFF;
	background-color: inherit;
	font-weight:normal;
	font-size: 200%;
	margin:0;
}
h2{
	color:#FF0000;
	background-color: inherit;
	font-weight:normal;
	font-size: 160%;
	margin:0;
	line-height:150%;
}

hr.white{
	text-decoration:none;
	height: 1px; 
	border-top: 1px solid #FFFFFF; 
	width:100%;
	text-align:left;
}
hr.h_grey{
	text-decoration:none;
	height: 1px; 
	border-top: 1px solid #CCCCCC; 
	width:100%;
	text-align:left;
}
img.img_border_left{
	padding-left:4px;
}
img.img_border_right{
	padding-right:4px;
}
/*COMMON STYLES*/

/* PAGE WRAPPER STYLE */
#pagewrapper{
	margin-left:auto;
	margin-right:auto;
	width:728px;
}
/* PAGE WRAPPER STYLE */

/*HEADER STYLES*/
#headwrapper{
	margin-top:10px;
	width:100%;
	height:91px;
	background: url(../images/logo.gif) no-repeat;
	background-position:center left;
	background-color: #FFCC00;
}
	#headwrapper #quality{
		float:right;
		width:245px;
		height:91px;
		background: url(../images/quality.gif) no-repeat;
		background-position:center right;
		background-color: #FFCC00;
	}
	/*.toplinks nav list*/
	#headwrapper #toplinks{
		float:right;
	}
	#headwrapper #toplinks a{
		color: #000;
		background-color: inherit;
	}
	#headwrapper #toplinks ul li{
		display:inline;
		padding-left:10px;
		padding-right:10px;
		margin-left:10px; 
		position:relative;
		border-right:1px solid #000;
	}
	#headwrapper #toplinks li.last{
		border:0px;
	}
	#headwrapper #toplinks ul {padding:0;margin:20px 0 0 0;list-style-type: none; float:left;}
	
/*HEADER STYLES*/

/*CONTENT WRAPPER*/
#topnavwrapper{
	margin-top:2px;
	background-color: #666666;
	width:100%;
}
	#topnavwrapper #mainnav{
		width:100%;
		padding:10px 0 10px 0;
		background-color: inherit;
		font-weight:bold;
	}
	
	#topnavwrapper #mainnav a{
		color: #FFF;
		background-color: inherit;
	}
	#topnavwrapper #mainnav ul li{
		display:inline;
		padding-right:30px;
		padding-left:30px;
		margin:0px;
	}
	#topnavwrapper #mainnav li.first{
		padding-left:50px;
	}
	#topnavwrapper #mainnav ul {padding:0;margin:0 0 0 0;list-style-type: none;}

#bannerwrapper{
	background-color: #FFF;	
}
	#bannerwrapper #yourcart{
		float:left;
		width:160px;
		margin-top:20px;
		margin-right:10px;	
	}
	#bannerwrapper #yourcart #basketsummary{
		width:100%;
		border-top:1px solid #DEDEDE;
		border-right:1px solid #DEDEDE;
		border-bottom:1px solid #DEDEDE;
		padding:5px 5px 5px 0;
	}
	#bannerwrapper #yourcart #basketsummary #basketsummary_tbl{
		width:100%;
		border:0;
		padding:0;
	}
	#bannerwrapper #yourcart #cartlink{
		line-height:25px;
		height:21px;
		padding-left:21px;
		background: url(../images/basket_icon.gif) no-repeat;
		background-position:top left;
		background-color: inherit;
	}
	#bannerwrapper #banneritems{
		float:right;
		width:550px;
		background: url(../images/bg_banner_items.jpg) no-repeat;
		background-position:center left;
		background-color: inherit;	
	}
	#bannerwrapper #banneritems_noimg{
		float:right;
		width:550px;	
	}
	#bannerwrapper #techsupport{
		text-align:right;
		width:250px;
		margin-bottom:3px;
	}
	#bannerwrapper #specialoffers{
		width:250px;
		border-top:1px solid #DEDEDE;
		border-left:1px solid #DEDEDE;
		border-bottom:1px solid #DEDEDE;
		padding:4px 0px 4px 4px;
	}
	#bannerwrapper #specialoffers h1{
		border-bottom:1px solid #DEDEDE;
	}
	#bannerwrapper #specialoffers img{
		float:left;
		padding-right:10px;
	}
	#bannerwrapper #specialoffers #copy{
		font-size:80%;
	}

#contentwrapper {
	width:100%;
	background: url(../images/contentwrapper_bg.gif) repeat-y;
	background-position:bottom left;
}

/* LEFT HAND NAVIGATION */
#contentwrapper #leftnav{
	float:left;
	background-color: #FF0000;
	width:170px;
}
	#contentwrapper #leftnav ul li a{
		color:#FFF;
		background-color: inherit;
		display:block;
		padding:10px 10px 10px 0px;
		margin-left:7px; 
		position:relative;
		border-bottom:1px solid #FFF;
		width:145px;
	}
	#contentwrapper #leftnav ul li a:hover{
		display:block;
		padding:10px 10px 10px 0px;
		margin-left:7px; 
		position:relative;
		background: url(../images/navstars.gif) no-repeat;
		background-position:bottom right;
	}
	#contentwrapper #leftnav li.last{
		border:0px;
	}
	#contentwrapper #leftnav ul {padding:0;margin:10px 0 10px 0;list-style-type: none;}
/* LEFT HAND NAVIGATION */

/* MAIN CONTENT PANEL */
#contentwrapper #mainpanel{
	float:right;
	width:549px;
}
/* MAIN CONTENT PANEL */

/* HOMEPAGE FEATURE PANELS */
	#contentwrapper #mainpanel .feature{
		float:left;
		border:1px;
		width:178px;
		padding:1px;
		margin-left:2px;
		background-color:#FF0000;
	}
	#contentwrapper #mainpanel .head{
		padding:3px 3px 3px 10px;
	}
	#contentwrapper #mainpanel .feature .contents{
		background-color:#FFF;
		padding:0 3px 3px 3px;
		height:200px;
	}
	#contentwrapper #mainpanel .feature .contents .image{
		background-color:#FFF;
		padding:0 3px 3px 3px;
		height:130px;
	}
	#contentwrapper #mainpanel .foot{
		padding:3px 3px 3px 3px;
		text-align:right;
	}
	#contentwrapper #mainpanel .foot a{
		font-weight:bold;	
		color:#FFF;
		background-color: inherit;
	}
/* HOMEPAGE FEATURE PANELS */

/* COPY STYLE FOR NON-SHOPPING PAGE */
	#contentwrapper #mainpanel #copy_wrapper{
		margin-left:10px;
	}
/* COPY STYLE FOR NON-SHOPPING PAGE */

/* HOW TO FIND US */
#contentwrapper #mainpanel #findus{
	float:left;
	width:265px;
	margin-left:2px;
	margin-top:2px;
	margin-right:2px;
}
	#contentwrapper #mainpanel #findus .head{
		background-color:#FF0000;	
		color:inherit;
		padding:3px 3px 3px 10px;
	}
	#contentwrapper #mainpanel #findus #map{
		float:left;
		padding:3px 10px 0 0px;
	}
/* HOW TO FIND US */

/* SEARCH */
.spacer{
	margin-top:38px;
}
#search{
	float:left;	
	background-color:#FF0000;	
	color:#FFF;
	width:257px;
	margin-top:2px;
	padding:0 10px 10px 10px;
}
#search input.textbox{ 
	width:200px;
} 
#search select{ 
	width:206px;
} 
#search h1{
	background: url(../images/search_icon.gif) no-repeat;
	background-position:center right;
	background-color: inherit;
}
	#search .head{
		padding:3px 0px 0px 0;
		margin-bottom:5px;
		border-bottom:1px solid #FFF;
	}
/* SEARCH */

#contentwrapper #mainpanel #product_wrapper{
	
}
	/* BREAD CRUMB LINKS FOR CATEGORIES*/
	#contentwrapper #mainpanel #product_wrapper .breadcrumbs{
		width:100%;
		padding:0;
		margin-bottom:10px;
		background-color: inherit;
		margin-bottom:10px;
		padding-bottom:5px;
		border-bottom:1px solid #DEDEDE;
	}
	#contentwrapper #mainpanel #product_wrapper .breadcrumbs ul li{
		font-weight:bold;
		display:inline;
		padding-right:10px;
		margin:0px;
		padding-left:10px;
		padding-right:10px;
		background: url(../images/orange_bullet.gif) no-repeat;
		background-position:center left;
	}
	#contentwrapper #mainpanel #product_wrapper .breadcrumbs li.first{
		font-weight:bold;
		display:inline;
		padding-left:0px;
		padding-right:10px;
		margin:0px;
		background: #FFF;
	}
	#contentwrapper #mainpanel #product_wrapper .breadcrumbs ul {padding:0;margin:0 0 0 0;list-style-type: none;}
	/* END BREAD CRUMB LINKS FOR CATEGORIES*/

	/* BREAD CRUMB LINKS FOR SUB CATEGORIES*/
	#contentwrapper #mainpanel #product_wrapper .breadcrumbs_subcat{
		width:100%;
		padding:0;
		margin-bottom:10px;
		background-color: inherit;
	}
	#contentwrapper #mainpanel #product_wrapper .breadcrumbs_subcat ul li{
		display:block;
		margin:0px;
	}
	#contentwrapper #mainpanel #product_wrapper .breadcrumbs_subcat ul {padding:0;margin:0 10px 0 0;list-style-type: none;float:left;width:160px;}
	/* END BREAD CRUMB LINKS FOR SUB CATEGORIES*/

	#contentwrapper #mainpanel #product_wrapper .paging{
		margin-top:10px;
		margin-bottom:10px;
		padding-top:5px;
		padding-bottom:5px;
		border-top:1px solid #DEDEDE;
		border-bottom:1px solid #DEDEDE;
	}
	#contentwrapper #mainpanel #product_wrapper .product{
		width:100%;
		padding:1px;
		margin-left:2px;
		margin-bottom:2px;
		background-color:#FF0000;
	}
	#contentwrapper #mainpanel #product_wrapper .product .head{
		padding:3px 3px 3px 10px;
	}
	#contentwrapper #mainpanel #product_wrapper .product .contents{
		background-color:#FFF;
		padding:0 3px 3px 3px;
	}
	#contentwrapper #mainpanel #product_wrapper .product .display_image{
		width:130px;
		float:left;
		background-color:#FFF;
		padding:3px 3px 3px 0px;
	}
	#contentwrapper #mainpanel #product_wrapper .product .display_info{
		width:200px;
		float:left;
		background-color:#FFF;
		padding:3px 3px 3px 0px;
	}
	#contentwrapper #mainpanel #product_wrapper .product .details_image{
		width:200px;
		float:left;
		background-color:#FFF;
		padding:3px 3px 3px 0px;
	}
	#contentwrapper #mainpanel #product_wrapper .product .details_info{
		width:200px;
		float:left;
		background-color:#FFF;
		padding:3px 3px 3px 0px;
	}
	#contentwrapper #mainpanel #product_wrapper .product .foot{
		padding:3px 3px 3px 3px;
		text-align:right;
	}
	#contentwrapper #mainpanel #product_wrapper .product .foot a{
		font-weight:bold;	
		color:#FFF;
		background-color: inherit;
	}

/* STEPS */
#contentwrapper #steps{
	border-top:1px solid #DEDEDE;
	border-bottom:1px solid #DEDEDE;
	padding-bottom:10px;
	margin-bottom:10px;
	width:100%;
}
#contentwrapper #steps ul li{
	font-size:90%;
	color:#666666;
	background-color: inherit;
	display:inline;
	padding-left:35px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:5px;
	margin-top:5px;  
	line-height:180%;
	background: url(../images/steps_arrow.gif) no-repeat;
	background-position:center left;
}
#contentwrapper #steps li.last{
	border:0px;
	padding-top:5px;
	padding-bottom:5px;
}
#contentwrapper #steps li.selected{
	border:0px;
	padding-top:5px;
	padding-bottom:5px;
	color:#FF6600;
	background-color: inherit;
	font-weight:bold;
	font-size: 80%;
	text-decoration:underline;
}
#contentwrapper #steps ul {padding:0;margin:10px 0 0 0;list-style-type: none;}
/* STEPS */

/*FOOTER WRAPPER*/
#footerwrapper{
	background-color: #FFFFFF;
	width:100%;
	color:#666666;
}
	#footerwrapper #protx{
		padding-top:10px;
		width:100%;
		text-align:center;	
	}

/* CONTACT FORM CLASSSES */
#enquiry{
	clear:both; /*stops the previuos float assignment inherting to this div class: alternative arguments are, left, right, none*/
	width: 100%;	
}
#enquiry form{
	margin:0px; /**removes margins around forms*/
}
#enquiry label{
	position : relative; 
	width : 14em; 
	display : block; 
	margin : .5em 0em; 
	margin-bottom:1.2em;
}
#enquiry label input { 
	position : absolute; 
	left : 100%; 
	top : 0px; 
	width:272px;
} 
#enquiry label textarea { 
	position : absolute; 
	left : 100%; 
	top : 0px; 
	height:105px;
	width:272px;
	overflow:hidden; /*hides scrollbar in textarea*/
} 
#enquiry label select { /*applys a style to a forms id="text" only*/
	position : absolute; 
	left : 100%; 
	top : 0px; 
	color: #571F77;
	background-color: inherit;
	width:100px;

}
#enquiry input#button { 
	margin-left : 21.3em; 
	font-weight:bold;
	border:0px;
}
/* CONTACT FORM CLASSSES */

/* SHOPPING CART TABLE CLASSES */
#basket_table{
	border:1px solid #FFFFFF;
	padding:0;
	width:100%;
}
#basket_table input{
	width:20px;
}
#basket_table th{
	color:#fff;
	background:#666666;
	text-align:center;
	height:30px;
	padding:2px;
}
#basket_table td{
	padding:2px;
	height:20px;
}
/* END SHOPPING CART TABLE CLASSES */

/*COMMON CLASSES*/
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.text_left{
	text-align:left;
}
.text_right{
	text-align:right;
}
.text_center{
	text-align:center;
}
.search_botton{
	width:88px;
	height:32px;
	border:none;
	outline:none;
	background: url(../images/submit_button.gif) no-repeat;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color:inherit;
}
.large_title{
	color:#666666;
	background-color: inherit;
	font-size: 130%;
	font-weight:bold;
}
.title{
	color:#666666;
	background-color: inherit;
	font-size: 85%;
	font-weight:bold;
}
.title_white{
	color:#FFF;
	background-color: inherit;
	font-size: 115%;
	font-weight:bold;
}
.subtitle{
	color:#FF0000;
	background-color: inherit;
	font-weight:bold;
	font-size: 110%;
}
.top_bottom_border{
	padding-top:5px;
	margin-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-top:1px solid #DEDEDE;
	border-bottom:1px solid #DEDEDE;
}
.bottom_border{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #DEDEDE;
}
.pad_left{
	padding-left:10px;
}
.pad_right{
	padding-right:10px;
}