/* CSS Document */

html {
	width:100%;
	height:100%; }

body{
	font-family:Arial;
	font-size:12px;
	background-color:#C4D0E5; /*#C6D6E7*/
	margin:1.5% 3%; }

#wrapper {
		width:960px;
		margin:10px auto;
		height:100%;
		border:1px solid #333333; }
		
.newline {  /* used  to force the next div onto a new line */
	width:100%;
	clear:both;
	margin:0px;
	padding:0px;
	height:1px; }
		
p {
	color:#FFFFFF; }
	
p.breadcrumbs {
	color:#FFF;
	margin:0px;
	padding:0px; }
	
a:link, a:visited {
	color:#ffffff;
	text-decoration:none;  }
	
a:hover, a:active {
	color:#FF8800;
	text-decoration:none; }
	
.standout a:link, .standout a:visited {
	color:#FF8800;
	text-decoration:underline;  }
	
.standout a:hover, .standout a:active {
	color:#FF8800;
	text-decoration:underline; }
	
h1 {
	font-size:165%;
	color:#FFF;
	font-weight:bold;
	margin:0px 0px -10px 5px;}
	
h2 {
	font-size:120%;
	color:#FFF;
	font-weight:bold;
	margin:0px 0px 5px 5px;
	padding:0px;}
	
hr {
	border:1px solid #FFF;
	height:1px;
	margin:0px;
	padding:0px; }
	
ol { 
	list-style-position:inside;
	margin:0px 5px;
	padding:0px; }
		
ul {
	margin:0px 20px;
	padding:0px; }
	
li {
	color:#FFF; }
	
ul.squares li {
	list-style-image: url(../images/bullet_squares.gif);
	color:#FFF;
	margin:0px;
	padding:0px; }	
	
ul.squares a:link, ul.squares a:visited, ul.squares a:hover, ul.squares a:active {
	color:#FF8800;
	text-decoration:underline; }
	
img {
	border:0px;
	margin:5px 2px;}
	
img.spike {
	margin:10px 5px 0px 5px;
	clear:both; }
	
img.pricepromise {
	margin:0px 10px 0px 30px;
	float:right; }
	
img.article_thumb {
	margin:5px;
	float:left;
	border:1px solid #FFF; }
	
img.article_extras {
	margin:5px;
	float:left;
	border:1px solid #FFF; }
		
#header { 
	overflow:hidden; 
	width:100%;
	height:100px;
	background-image: url(../images/header_backing_strip.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border-bottom:1px solid #505050; }
	
#header_logo { 
	width:650px;
	float:left; }
	
#header_contact { 
	width:auto; 
	float:right; }

#holder { 
	width:100%;
	min-height:400px;
	height:100%;
	background-color:#7E9CB9;
	background-image: url(../images/backing_content.jpg); 
	background-position:bottom right; 
	background-repeat:no-repeat; 
	margin:0px;
	padding:0px; }
	
#holder2 { /* used purely to make left sidebox appear to extend to 100% height */
	width:100%;
	height:100%;
	background-image:url(css_sidebar.gif);
	background-position:left;
	background-repeat:repeat-y;}
	
#sidebar { 
	width:165px;
	/* height:100%; */
	background-color:#666666;
	float:left;
	padding:10px 0px; }
	
#menu_item {
	width:155px;
	min-height:10px;
	border-top:1px dotted #CCCCCC;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	float:none;
	background-color:#666666; }
	
#menu_item a:link, #menu_item a:visited {
	color:#ffffff; }
	
#menu_item a:hover, #menu_item a:active {
	color:#FF8800;
	text-decoration:none; }
	
#content { 
	width:785px;
	min-height:400px; 
	padding:10px 5px;
	float:left; }
	
#content p { 
	padding:0px 5px; 
	font-weight:bold;
	text-align:justify; }
	
#content h2 {
	font-size:120%;
	color:#FFF;
	font-weight:bold;
	margin:20px 0px;
	padding:0px 5px;}
	
#content h3 {
	font-size:120%;
	color:#FFF;
	font-weight:bold;
	margin:5px 0px;
	padding:0px 5px;}
	
#content-index {
	overflow:hidden; 
	width:500px;
	float:left; }
	
#content-index a:link, #content-index a:visited {
	color:#ff8800;
	font-weight:bold;
	text-decoration:underline; }
	
#content-index a:hover, #content-index a:active {
	color:#FF8800;
	text-decoration:underline; }
	
	
#content-index .standout a:link, #content-index .standout a:visited {
	color:#990000;
	text-decoration:none;  }
	
#content-index .standout a:hover, #content-index .standout a:active {
	color:#FF8800;
	text-decoration:none; }

#content-sidebox {
	width:250px;
	height:100%;
	min-height:400px;
	float:right; 
	margin-left:10px;
	border-left:0px dotted #FFF;}
	
#content-sidebox p {
	font-weight:normal;
	padding:0px;
	margin:5px 5px 10px 5px;
	text-align:left;}
	
#content-sidebox h1 {
	font-size:150%;
	color:#F90;
	font-weight:bold;
	margin:0px 0px -10px 5px;;}
	
#content-sidebox h2 {
	font-size:100%;
	color:#FFF;
	font-weight:bold;
	margin:5px 0px -5px 0px;
	text-transform:uppercase;}
	
#content-sidebox a:link, #content-sidebox a:visited {
	padding:0px;
	margin:0px;
	clear:both;}
	
#content-sidebox a:hover, #content-sidebox a:active {
	padding:0px;
	margin:0px;
	clear:both;}
	
		
#content-sidebox ul li {
	color:#FFF;
	list-style-image: url(../images/bullet_squares.gif);
	margin:2px 0px; }
	
	
	
#footer { 
	width:100%;
	min-height:20px;
	background-image: url(../images/footer_backing_strip.jpg);
	background-repeat:no-repeat;
	background-color:#E6E6E6;
	border-top:1px solid #505050; }
	
#footer_menu{ 
	width:165px;
	float:left; }

#footer_navbar{
	line-height:2em; 
	font-size:80%;
	float:left; }
	
#footer_navbar a:link, #footer_navbar a:visited {
	color:#000000; }
	
#footer_navbar a:hover, #footer_navbar a:active {
	color:#000000;
	text-decoration:underline; }	
	
/* CATEGORY SELECTION PAGE */

#category-thumbs {
	width:92px;
	height:92px;
	margin:5px;
	padding:1px;
	float:left; }
	
#category-thumbs img {
	margin:0px;
	border:0px; }
	
#category-thumbs a:link, #category-thumbs a:visited {
	border:1px solid #666666;
	margin:0px; }
	
#category-thumbs a:hover, #category-thumbs a:active {
	border:1px solid #FF9900;
	margin:0px; }
	
#supplier-thumbs {
	width:auto;
	height:33px;
	padding:0px;
	float:left; }
	
#supplier-thumbs img {
	margin:1px 5px; }
	
#supplier-thumbs a:link, #supplier-thumbs a:visited {
	border:1px solid #666666;
	margin:0px 5px; }
	
#supplier-thumbs a:hover, #supplier-thumbs a:active {
	border:1px solid #FF9900;
	margin:0px 5px; }
	
/* PRODUCT SELECTION PAGE */	

#product-wrapper {
	width:355px;
	margin:0px 5px;
	padding:0px 5px 5px;
	border-top:1px dotted #CCCCCC;
	float:left; }
#product-wrapper-head {
	width:auto;
	margin:5px;
	padding:5px 0px;
	clear:both; }
	
#product-wrapper-foot {
	width:auto;
	margin:0px 5px;
	padding:0px;
	clear:both; }
	
#product-thumbs {
	background-color:#666666;
	width:92px;
	height:92px;
	margin:0px;
	padding:2px 1px 0px;
	float:left; }
	
#product-thumbs p {
	margin:0px;
	padding-bottom:2px;
	border:0px;
	text-align:center;
	font-size:80%;
	font-weight:bold;  }

#product-thumbs a:link, #product-thumbs a:visited {
	border:1px solid #666666;
	margin:1px 0px; }
	
#product-thumbs a:hover, #product-thumbs a:active {
	border:1px solid #FF9900;
	margin:1px 0px; }
	
#product-thumbs img {
	margin:0px 0px 1px 0px;
	border:0px; }
	
#product-thumbs img.buttons {
	margin:1px 0px;
	border:0px; }
			
#product-view_details {
	width:92px;
	height:15px;
	margin:-5px 0px 0px 0px;
	padding:2px 1px 0px 1px;
	float:left; }
	
#product-add_to_basket {
	width:auto;
	height:15px;
	margin:-5px 0px 0px 20px;
	padding:2px 1px 0px 1px ;
	float:left; }
		
#product-details {
	width:auto;
	min-height:110px;
	float:left;
	padding:0px 0px 0px 20px; }
	
#product-details h1 {
	font-size:110%;
	color:#333;
	padding:0px 0px 5px;
	margin:0px; }
	
#product-details h2 {
	font-size:100%;
	color:#FFF;
	padding:0px 0px 5px;
	margin:0px; }
	
#product-details p {
	font-size:100%;
	color:#FFF;
	padding:0px 0px 5px;
	margin:0px;
	font-weight:normal;
	text-align:left; }
	
#product-details img {
	margin:5px 10px 5px 0px; }
	
/* PRODUCT INFORMATION PAGE */	

#product_info-wrapper {
	width:645px;
	margin:0px 5px;
	padding:0px 5px 5px;
	border-top:1px dotted #CCCCCC;
	float:left; }
#product_info-wrapper-head {
	width:auto;
	margin:5px;
	padding:5px 0px;
	clear:both; }
	
#product_info-wrapper-foot {
	width:auto;
	margin:0px 5px;
	padding:0px;
	clear:both; }
	
#product_info-thumbs {
	background-color:#666666;
	width:auto;
	height:auto;
	margin:0px;
	padding:2px 1px 0px;
	float:left; }
	
#product_info-thumbs p {
	margin:0px;
	padding-bottom:2px;
	border:0px;
	text-align:center;
	font-size:80%;
	font-weight:bold;  }
	
#product_info-thumbs a:link, #product_info-thumbs a:visited {
	border:1px solid #666666;
	margin:1px 0px; }
	
#product_info-thumbs a:hover, #product_info-thumbs a:active {
	border:1px solid #FF9900;
	margin:1px 0px; }
	
#product_info-thumbs img {
	margin:0px 0px 1px 0px;
	border:0px; }
	
#product_info-thumbs img.buttons {
	margin:1px 0px;
	border:0px; }

/* SERVICES PAGE */	

#service {
	width:100%;
	clear:both;}

#service img { 
	border:0px solid #FFFFFF;
	margin:0px 5px 10px 5px; }
	
#service img.right {
	float:right;
	margin:0px 5px 20px 20px; 
	border:1px solid #FFF; }
	
#service img.left {
	float:left;
	margin:0px 20px 20px 0px; 
	border:1px solid #FFF; }
	

#service a:link, #service a:visited {
	border:1px solid #FFFFFF; }
	
#service a:hover, #service a:active {
	border:1px solid #FF9900; }
	
#service .serv {
	width:112px;
	margin:0px 5px;
	padding:1px;
	height:110px;
	float:left; }

#service .serv img { 
	border:1px solid #FFF;
	margin:0px; }
	
#payments img.creditcards {
	border:1px solid #fff;
	margin:0px 0px 0px 5px; }

#service .serv a:link, #service .serv a:visited {
	border:0px solid #FFFFFF; 
	padding:0px;
	margin:0px;}
	
#service .serv a:hover, #service .serv a:active {
	border:0px solid #FF9900; }
	
#service .serv h1 {
	font-size:100%;
	text-align:center;
	text-transform:uppercase;
	margin:0px;}
	
/* PAYMENTS PAGE */	

#payments {
	overflow:hidden; 
	width:100%;}
	
#payments p {	
	margin-top:0px; }
	
#payments h1 {
	color:#333;
	font-size:100%;
	text-align:left;
	margin:0px 5px;}
	
#payments h2 {
	font-size:100%;
	text-align:left;
	margin:0px 0px 10px 0px;}
	
#payments h3 {
	font-size:110%;
	text-align:left;
	margin:10px 5px 10px 5px;
	text-decoration:underline;
	clear:both; }
	
#payments h4 {
	color:#fff;
	font-size:100%;
	text-align:left;
	margin:0px 5px 10px 5px;}
	
#payments h5 {
	color:#333;
	font-size:100%;
	text-align:left;
	margin:0px 5px 10px 5px; }
	
#payments hr {
	width:100%;
	height:1px;
	padding:0px;
	margin:0px 0px -10px 0px;
	clear:both;}
	
#payments li { 
	font-weight:bold; }
	
#payments ul { 
	margin-bottom:20px; }

#payments img { 
	border:0px solid #FFFFFF;
	margin:0px 5px 10px 5px; }
	
#payments img.right {
	float:right;
	margin:0px 5px 20px 20px; 
	border:1px solid #FFF; }
	
#payments img.left {
	float:left;
	margin:0px 20px 20px 0px; 
	border:1px solid #FFF; }
	
#payments img.cards {
	float:left;
	margin:0px 20px 10px 5px; 
	border:0px; }

#payments img.bnpl {
	float:left;
	margin:0px 10px 0px 5px; 
	border:0px solid #FFF; }

#payments a:link, #payments a:visited {
	border:0px solid #FFFFFF; }
	
#payments a:hover, #payments a:active {
	border:0px solid #FF9900; }
	
/* SHOPPING BASKET */

#basket {
	width:auto;
	margin:10px; }

#basket p {
	color:#444;
	line-height:16px;
	font-size:100%;
	clear:both;
	margin:5px 0px;
	float:left; }

#basket h1 {
	color:#000;
	font-size:100%;
	clear:both;
	margin:5px 0px;
	float:left; }
	
#basket .textfield {
	height:14px;
	color:#000;
	font-size:100%;
	margin:0px 5px 0px -5px;
	padding:0px;
	float:left;
	text-align:center; }
	
#basket .buttons {
	clear:both;
	float:left;
	margin:1px 0px;
	border:1px solid #444; }
	
#basket .remove {
	clear:both;
	float:left;
	margin:1px 0px;
	border:0px solid #444; }
	
#basket img {
	border:1px solid #444;
	float:left;
	margin:5px 10px 5px 0px; }
	
#basket img.checkout {
	border:1px solid #444;
	float:right;
	margin:5px 0px; }
	
table.tBasket {
	width:auto;
	border-collapse:collapse;}
	
table.tBasket td{
	border-top:1px solid #FFF;
	}
	
table.tBasket td.subtotal{
	text-align:right;
	font-weight:bold;
	border-bottom:1px solid #FFF;
	padding:5px 0px;
	}
	
/* CHECKOUT */

#checkout {
	width:100%;}
	
#checkout h1 {
	font-size:125%;
	margin:10px 5px;
	padding:0px;
	color:#000; }

#checkout h2 {
	font-size:100%;
	margin:5px;
	padding:0px; }
	
#checkout h3 {
	font-size:100%;
	margin:5px;
	padding:0px; }
	
#checkout hr {
	width:100%;
	margin:5px 5px 0px 5px;
	padding:0px; }
	
#checkout .checkout_form_entry {
	width:100%;
	clear:both; }
		
#checkout .checkout_title {
	width:125px;
	float:left;
	clear:left; }
	
#checkout .checkout_title p {
	text-align:right;
	line-height:24px;}
	
#checkout .checkout_fields {
	width:auto;	
	float:left;
	text-align:left;
	margin-left:5px; }
	
#checkout .checkout_dropdown {
	width:auto;	
	float:left;
	text-align:left;
	margin-left:10px; }
	
#checkout .checkout_required {
	width:auto;	
	float:left;
	text-align:left;
	margin-left:5px; }
	
#checkout .checkout_required p {
	text-align:left;
	line-height:24px;
	color:#900; }
	
/* CONFIRM_ORDER */

#confirm_order {
	width:100%;}
	
#confirm_order p {
	text-align:left;
	line-height:18px;
	margin:0px;}
	
#confirm_order h1 {
	font-size:100%;
	margin:10px 5px 0px 5px;
	padding:0px;
	color:#000; }

#confirm_order h2 {
	font-size:100%;
	margin:5px;
	padding:0px; }
	
#confimr_order h3 {
	font-size:100%;
	margin:5px;
	padding:0px; }
	
#checkout hr {
	width:100%;
	margin:5px 5px 0px 5px;
	padding:0px; }
	
#checkout .checkout_form_entry {
	width:100%;
	clear:both; }
		
#checkout .checkout_title {
	width:125px;
	float:left;
	clear:left; }
	
#checkout .checkout_title p {
	text-align:right;
	line-height:24px;}
	
#checkout .checkout_fields {
	width:auto;	
	float:left;
	text-align:left;
	margin-left:5px; }
	
/* MISC */

.clearboth {
	clear:both;}