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;
}

#header {
	width	  : 800px;
	height	  : 152px;
	padding	  : 0px;
	margin	  : 0 0 4px 0;
	background: url("../images/site/header.png") no-repeat;
}

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

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

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

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

#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: 24px 16px 0 0;
	padding: 2px 0 0 44px;
	float : right;
	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 : #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: #0072c1 url("../images/site/menu_arrow.png") no-repeat top center;
}

#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 { 
	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 */
#home_box_1, #home_box_2, #home_box_3 {
	width : 200px;
	height: 378px;
	margin: 0 0 20px 0;
	color : #fff;
	float : left;
}

#home_box_1 {
	background: url("../images/site/home_box_1.png") no-repeat;
}

#home_box_2 {
	background: url("../images/site/home_box_2.png") no-repeat;
}

#home_box_3 {
	background: url("../images/site/home_box_3.png") no-repeat;
}

#home_box_1 h2, #home_box_2 h2, #home_box_3 h2 {
	margin: 250px 8px 0 8px;
    padding: 0;
	color : #fff;
    font-size: 14px;
	line-height: 14px;
}

#home_box_1 p, #home_box_2 p, #home_box_3 p {
	margin	   : 2px 8px;
	text-align : left;
	line-height: 16px;
}

#top_selling {
	clear : both;
	border: 1px solid #0173C1;
	height: 170px;
}

#top_selling h5 {
	color	  : #003765;
	background: #DCEBF9;
	padding	  : 6px;
}

#top_selling p {
	margin: 6px;
}

.featured_product {
	width : 48%;
	margin: 4px;
	float : right;
}

.featured_product h4 {
	margin: 0px;
	padding: 0px;
}

.featured_product img {
	float: left;
	margin: 0 4px 4px 0px;
}

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

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

/* 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 {
	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;
}

/* 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;
}