body {
	background : url("../images/site/bg.png") center repeat-y #dcebf9;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size  : 12px;
	color	   : #000000;
	margin	   : 0px;
}

/* LAYOUT */
#wrapper {
	margin	  : 0 auto;
	padding	  : 0 0 0 14px;
	width	  : 800px;
	background: #fff;
    overflow: hidden;
}

#header {
	width	  : 800px;
	height	  : 152px;
	padding	  : 0px;
	margin	  : 0 0 4px 0;
	background: url('/images/site/header_bottom.png') no-repeat bottom left #0072c1;
    overflow: hidden;
    position: relative;
}

#logo {
	float: left;
	border-width: 0px;
	margin: 24px 0 0 -36px;
}

#header_content {
	width : 580px;
	float : right;
	margin: 26px 0 0 0;
}

#header_content span.larger {
	color	   : #ffbe00;
	font-size  : 18px;
	font-weight: bold;
	line-height: 20px;
	display	   : block;
	margin-bottom: 6px;
}

#header_content span.larger small {
	font-size  : 10px;
	font-weight: normal;
	line-height: 10px;
}

#header_content span.large {
	color	   : #ffbe00;
	font-weight: bold;
	font-size  : 22px;
	line-height: 20px;
	display	   : block;
	margin-bottom: 6px;
}

#header_content #cards {
    margin-top: 6px;
}

#header #delivery {
    position: absolute;
    top: 0;
    right: 30px;
}

#header_content p {
	color: #fff;
	width: 358px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#header_content p a {
	color		   : #fff;
	text-decoration: underline;
}

#header_cart {
	margin: 0;
	padding: 2px 0 0 44px;
	position: absolute;
    bottom: 6px;
    right: 16px;
	color : #fff;
	background: url("../images/site/cart.png") no-repeat;
}

#header_cart a {
	font-weight	   : bold;
	text-decoration: none;
	color		   : #fff;
}

#nav {
	position   : relative;
	display	   : block;
	height	   : 25px;
	font-size  : 11px;
	font-weight: bold;
	background : url('/images/site/nav_top.png') no-repeat top left #0072c1;
}

#nav ul {
	margin		   : 0px;
	padding		   : 0;
	list-style-type: none;
	width		   : auto;
}

#nav ul li {
	display		: block;
	float		: left;
	margin		: 0 1px 0 0;
	border-right: 1px solid #fff;
}

#nav ul li a {
	display		   : block;
	float		   : left;
	color		   : #fff;
	text-decoration: none;
	padding		   : 6px 16px;
	height		   : 13px;
}

#nav ul li a:hover, #nav ul li a.current {
	color	  : #fff;
	background: url("/images/site/menu_arrow.png") no-repeat top center transparent;
}

#cat_info {
	background : #ffbe00;
	float	   : right;
	display	   : block;
	height	   : 25px;
	font-size  : 11px;
	font-weight: bold;
	width	   : 158px;
}

#cat_info a {
	display		   : block;
	color		   : #0072c1;
	text-decoration: none;
	padding		   : 6px 16px;
	height		   : 13px;
}

#breadcrumb {
	position  : relative;
	display	  : block;
	height	  : 12px;
	font-size : 11px;
	background: #ffbe00;
	padding	  : 4px;
}

#cats {
	padding: 0;
	margin: 4px 0 0 0;
	width: 190px;
}

#search_box {
	border: 1px solid gray;
	background: #dbebfa;
	margin: 0 0 4px 0;
	padding: 4px;
}

#search_box input {
	width: 128px;
}

#cats ul {
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	background: #dbebfa;
	margin : 0;
	padding: 0;
}

#cats li {
	list-style-type: none;
	margin		   : 0;
	padding		   : 2px;
}

#cats li:hover, #cats li.active {
	background: url("../images/site/cat_arrow.png") no-repeat 2px 3px;
}

#cats li.parent {
	font-weight: bold;
	background-color : #aad3fa;
	border-bottom: 1px solid gray;
}

#cats li.parent a {
	color: #01325b;
}

#cats li a {
	text-decoration: none;
	padding		   : 0 0 0 16px;
	color		   : #000;
	display		   : block;
}

#content { 
	float	: right;
	color	: #333;
	margin	: 0px;
	padding	: 4px 0;
	width	: 600px;
	display	: inline;
	position: relative;
}

#footer_logos {
    clear: both;
}

#footer_logos img {
    border-width: 0;
    float: left;
}

#footer { 
	width	  : 800px;
	height	  : 25px;
	clear	  : both;
	background: url("../images/site/footer_bg.png") repeat-x;
	margin	  : 0px;
	padding	  : 10px 0 0 0;
	text-align: right;
	font-size : 10px;
}

/* HOME */
.featured_product {
	width : 30%;
	margin: 4px;
    padding: 0 4px 4px 4px;
	float : left;
    border: 2px solid #aad3fa;
    height: 200px;
    overflow: hidden;
    color: #0072c1;
    position: relative;
}

.featured_product a {
    color: #0072c1;
}

.featured_product span {
    position: absolute;
	z-index: 20;
    background: #fff;
    padding: 4px 0;
    width: 96%;
    font-size: 14px;
}

.featured_product span strong {
    font-size: 12px;
}

.featured_product img.product {
	position: absolute;
    bottom: 4px;
    right: 4px;
    width: 86px;
    border: 0px;
}

.featured_product img.brand {
	position: absolute;
    bottom: 4px;
    left: 4px;
    width: 84px;

}

.featured_product img.buy {
	position: absolute;
    top: 100px;
    left: 4px;
}

.featured_product p {
	margin	 : 0;
	padding	 : 0;
	font-size: 11px;
}

/* PRODUCTS LISTINGS */
.logo {
	margin: 2px 0;
}

#filter_container {
    border: 1px solid #0072C1;
    padding: 10px;
    margin-bottom: 10px;
}

#filter_container div.col {
    width: 30%;
    float: left;
    height: 42px;
    position: relative;
}

#filter_container div.col_narrow {
    float: left;
    height: 42px;
    position: relative;
}

#filter_container label {
    font-weight: bold;
    display: block;
    padding: 2px 0;
    margin: 0;
}

#filter_container select {
    width: 95%;
    position: absolute;
    bottom: 0;
}

#filter_container input.button {
    position: absolute;
    bottom: 0;
}

#slider-range {
    margin-top: 7px;
    width: 90%;
    position: absolute;
    bottom: 2px;
}

/* MORE INFO */
#product_table {
	border-color: #0173C1;
	border-width: 0 0 1px 1px;
	border-style: solid;
}

#product_table td {
	border-color  : #0173C1;
	border-width  : 1px 1px 0 0;
	border-style  : solid;
	margin		  : 0;
	padding		  : 8px;
	background    : #fff;
	vertical-align: top;
}

#product_table td.header {
	padding: 0px;
	height: 1%;
	background: #0173C1;
}

#product_table td.header h1 {
	background: #0173C1;
	color	  : #fff;
	font-size : 16px;
	padding	  : 4px 6px;
}

.product_image {
	margin: 6px;
	float: left;
}

.icon_discount {
	float: right;
}

.buy {
	width: auto;
	height: auto;
	border: 0px solid #fff;
}

.yes {
	background: url("../images/site/confirm.gif") no-repeat 0 0;
	margin: 8px 0;
	padding: 3px 0 5px 20px;
	color: #59bf1e;
}

.no {
	background: url("../images/site/deny.gif") no-repeat 0 0;
	padding: 3px 0 5px 20px;
	margin: 8px 0;
	color: #e41c1c;
}

.more_info {
	border: 1px solid #0173C1;
}

.more_info h1 {
	background: #0173C1;
	color	  : #fff;
	font-size : 16px;
	padding	  : 4px 6px;
	position  : relative;
	margin	  : 0;
}

.description {
	margin: 4px;
}

.purchase {
	clear: both;
	padding: 6px;
	border-top: 1px solid #0173C1;
}

.options {
	width: auto;
}

/* BASKET */
.qty_box {
	width: 74px;
}

.info_box { 
	background: url("../images/site/information.png") 4px 4px no-repeat #8cb2d9;
	border	  : 1px solid #365188;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}

.error_box { 
	background: url("../images/site/delete.png") 4px 4px no-repeat #fa9d8b;
	border	  : 1px solid #b84e2e;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}

/* CONTACT US */
#contact_details {
	float: right;
	margin: 0 100px 0 0;
}

/* ORDERS */
#order_payment {
	float: right;
}

/* TAG STYLES */
h1 {
	font-size		: 22px;
	line-height		: 26px;
	padding			: 0px 0px 6px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #0072c1;
}

h2 {
	font-size		: 18px;
	line-height		: 18px;
	padding			: 0px 0px 6px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #0072c1;
}

h3, h3 a {
	font-size		: 16px;
	line-height		: 16px;
	padding			: 0px 0px 6px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #0072c1;
}

h4 {
	font-size		: 14px;
	line-height		: 14px;
	padding			: 0px 0px 6px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #0072c1;
}

h5 {
	font-size		: 12px;
	line-height		: 12px;
	padding			: 0px 0px 6px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #0072c1;
}

h6 {
	font-size		: 10px;
	line-height		: 10px;
	padding			: 0px 0px 6px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #0072c1;
}

p {
	text-align: left;
	padding	  : 0px 0px 10px 0px;
	margin	  : 0px;
}

a {
	color		   : #0036A5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin : 0px;
	padding: 0px;
}

input, textarea {
	border	  : 1px solid #0072c1;
	background: #ffffff;
	width	  : 200px;
}

select {
	border	  : 1px solid #0072c1;
	background: #ffffff;
	width	  : 180px;
}

input.button {
	width	   : auto !important;
	border	   : 1px solid #0072c1;
	background : #0072c1;
	color	   : #fff;
	font-weight: bold;
	
}

table {
	margin : 0px;
	padding: 0px;
}

ul {
	padding: 0px;
	margin : 4px 0px 0px 16px;
}

hr {
	border	  	: none 0;
	text-align	: center;
	width	  	: 100%;
	padding	  	: 0px;
	margin		: 2px 0;
	border-color: #0072c1;
	background	: #0072c1;
	color		: #0072c1;
}

a img {
    border-width: 0px;
}

/* MISC */
p.marker {
	clear	 : both;
	margin	 : 0px;
	padding	 : 0px;
	font-size: 1px;
}

table.table_data th {
	text-align : left;
	color	   : #000;
	font-weight: bold;
}

table.table_form th {
	text-align : right;
	color	   : #000;
	font-weight: bold;
}

table.table_form td {
	text-align : left;
}

.icon {
	border			: 0px solid #fff;
	background-color: transparent;
	vertical-align	: middle;
	height			: auto;
	width			: auto;
}

.thumb {
	border: 1px solid #0036A5;
	float: left;
	margin: 0 6px 6px 0;
}

.error {
	font-weight: bold;
	color: #f00;
}

.clear {
	clear: both;
}

.small {
	font-size: 10px;
}
