html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: 10pt;
	color: white;
	background-color: black;
}

body, div, form {
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
	border: none
}

a img {
	border: none
}

a:link, a:visited {
	color: white;
	text-decoration: none
}

a:hover, a:active {
	color: #951cae;
	text-decoration: underline
}

h1 {
	font-size: 12pt
}

h2 {
	font-size: 10pt
}

table {
	position: relative;
	width: 99% !important
}

hr {
	color: #71407b
}

#pagewrapper {
	position:relative;
	text-align:left;
	width:100%;
	padding: 0;
	background-color: black;
	width: 97%;
	margin: 0 auto;
}

#content {
	position:relative;
	text-align:left;
	width:100%;
}

#header {
	background-color: #9d129b;
	background-image: url('/images/header_bg.jpg');
	background-repeat: repeat-x;
	height: 138px;
	margin-top: 0
}

#header p {
	display: none;
}

#header_globe {
	position: absolute;
	width: 975px;
	height: 342px;
	background-image: url('/images/header_bg_left.jpg');
	background-repeat: no-repeat;
	margin-top: 0;
}

#header_forest {
	position: absolute;
	right: -10px;
	width: 909px;
	height: 440px;
	background-image: url('/images/header_bg_right.png');
	background-repeat: no-repeat;
	margin-top: 0;
}

#header_title {
	position: absolute;
	top: 27px;
	left: 23px
}

#header_address {
	float: right;
	position: relative;
	top: 20px;
	right: 30px;
	z-index: 3000;
	font-size: 9pt;
	text-align: right
}

#header_address p {
	display: block;
	margin-bottom: 20px
}

#top_nav {
	height: 61px;
	position: relative;
	top: -20px;
	z-index: 3023;
	margin: 0
}

#top_nav_left {
	width: 27px;
	height: 61px;
	float: left;
	background-image: url('/images/top_nav_left.png');
	background-repeat: no-repeat;
}

#top_nav_centre {
	height: 61px;
	background-image: url('/images/top_nav_bg.png');
	background-repeat: repeat-x;
	margin: 0 27px
}

#top_nav_right {
	width: 27px;
	height: 61px;
	float: right;
	background-image: url('/images/top_nav_right.png');
	background-repeat: no-repeat;
	background-position: 0 1px
}

#top_nav ul {
	margin: 23px 0;
	padding: 0 10px
}

#top_nav ul li {
	display: inline;
	padding: 5px 0 5px 5px;
	background-image: url('/images/top_nav_separator.png');
	background-repeat: no-repeat;
}

#top_nav ul li.first {
	background-image: none
}

#top_nav ul li a:link, #top_nav ul li a:visited {
	text-decoration: none;
	font-weight: bold;
	padding: 15px;
}

#top_nav ul li a:hover, #top_nav ul li a:active {
	background-image: url('/images/top_nav_highlight.png');
	background-repeat: repeat-x;
	background-position: 0;
	color: #6f1685;
}

#main_content {
	position:relative;
	top: -30px;
	margin:0;
	padding:10px;
}

/**** left content *****/

#side_navigation {
	border-right: 1px solid #71407b;
	position:relative;
	top:-20px;
	clear: right;
	float:left;
	width:160px;
	margin:0 20px 0 0;
	padding:10px;
	z-index:100;
}

#side_navigation form#left_nav_search {
	width: 165px;
	height: 47px;
	background-image: url('/images/left_nav_search.png');
	background-repeat: no-repeat;
	text-align: center;
}

#side_navigation form#left_nav_search label {
	display: block;
	font-size: 8pt;
	margin: 5px 0;
	padding: 1px 0
}

#side_navigation form#left_nav_search input#left_nav_search_text {
	display: block;
	float: left;
	width: 121px;
	height: 15px;
	color: #cca6d7;
	font-weight: bold;
	margin-left: 5px
}

#side_navigation form#left_nav_search input#left_nav_search_submit {
	display: block;
	float: right;
	margin-top: -27px
}

#side_navigation ul#mainmenu {
	margin-left: -40px
}

#side_navigation li {
	width: 165px;
	list-style-type: none;
}

#side_navigation li a:link, #side_navigation li a:visited {
	width: 130px !important;
	word-wrap: break-word;
	background-color: transparent;
	background-image: url('/images/side_nav_box.png');
	background-repeat: no-repeat;
	display: block;
	color: white;
	text-decoration: none;
	font-size: 10pt;
	padding: 3px 15px 4px 20px;
	margin-bottom: 1px;
	overflow: hidden;
	border: 1px solid transparent;
}


#side_navigation li a:hover, #side_navigation li a:active {
	background-color: #caa9d4;
	border: 1px solid white;
	color: black
}

#side_navigation li a.current_category, #side_navigation li a.current_parent_category {
	background-color: #caa9d4;
	border: 1px solid white;
	color: black
}

#side_navigation li a.current_parent {
	position: relative;
	width: 297px !important;
	background-image: url('/images/side_nav_box_click_long.png');
	background-color: #bb39cb;
	z-index: 3001;
	outline: none;
	margin-bottom: 0
}

#side_navigation li a.current_parent:hover {
	color: white;
	border: 1px solid transparent
}

#side_navigation ul.child_cat {
	position: absolute;
	left: 177px;
	z-index: 3000
}

#side_navigation .child_cat li {
	background-color: transparent;
	border: none;
}

#side_navigation .child_cat li a:link, #side_navigation .child_cat li a:visited {
	background-image: url('/images/side_nav_box.png');
	background-repeat: no-repeat;
	background-color: #caa9d4;
	border-top: 1px solid white;
	display: block;
	color: black;
	text-decoration: none;
	padding: 4px 15px 4px 20px;
	margin: 0;
	width: 130px;
}

#side_navigation .child_cat li a:hover, #side_navigation .child_cat li a:active {
	background-image: url('/images/side_nav_box_click.png');
	background-color: #bb39cb;
	color: white;
	border: 1px solid transparent
}

#side_navigation .child_cat, #side_navigation .child_cat li {
	padding: 0;
	margin: 0;
	background-image: none;
}

#side_navigation .current_parent_category {
	color: #0091d0;
}

#side_navigation .current_category {
	color: #58c3f1;
}

#side_navigation #knowledge_base_links {
	border: 1px solid #71407b;
	margin-top: 25px
}

#side_navigation #knowledge_base_links h2 {
	font-size: 12pt;
	margin: 0;
	padding: 5px 15px 0 5px;
	background-color: black;
	margin: -17px auto auto -8px;
	width: 130px
}

#side_navigation #knowledge_base_links ul, #side_navigation #knowledge_base_links li {
	margin: 3px;
	padding: 0
}

#side_navigation #knowledge_base_links ul li a:link, #side_navigation #knowledge_base_links ul li a:visited {
	background-image: url('/images/knowledge_base_link.png');
	background-repeat: no-repeat;
	padding: 0 0 10px 20px;
	border: none
}

#side_navigation #knowledge_base_links ul li a:hover, #side_navigation #knowledge_base_links ul li a:active {
	background-color: inherit !important;
	color: inherit !important;
	text-decoration: underline;
}

#right_content {
	position: relative;
	right: 3px;
	float: right;
	width: 140px;
	margin: 0;
	padding: 8px;
	z-index: 99;
	background-color: #dedede
}

#centre_content {
	clear: right;
	position:relative;
	padding:0 15px 0 200px;
}

#footer {
	clear: left;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	font-size: 9pt
}

#footer p {
	margin: 5px 0;
}

#footer .footer_content div {
	width: 33%;
	float: left;
}

#footer .footer_content div p {
	float: left;
}

#footer .footer_content div p.right {
	float: right;
	text-align: right
}

#footer p.links img {
	padding-bottom: 4px
}

#footer p.links a {
	font-size: 8pt
}

#footer p.facebook {
	font-size: 8pt;
	width: 166px;
	height: 47px;
	background-image: url('/images/facebook_box.png');
	background-repeat: no-repeat;
	text-align: left
}

#footer p.facebook img {
	padding: 5px;
	float: left
}

#footer p.facebook span {
	position: relative;
	top: 9px
}

#footer p.facebook span a:hover, #footer p.facebook span a:active {
	color: white;
	text-decoration: none
}

/***** home page *****/

div#home_intro_text {
	padding: 0;
}

div#home_intro_text h1 {
	font-size: 12pt !important;
	margin: 0 0 8px 0;
	padding: 0;
}

div#home_intro_text div {
	font-size: 9pt
}

form#home_newsletter {
	width: 241px;
	height: 105px;
	background-image: url('/images/newsletter_bg.png');
	background-repeat: no-repeat;
	padding: 5px;
	text-align: left
}

form#home_newsletter h2 {
	margin: 0 0 10px 0;
	padding: 0 20px;
	font-size: 10pt
}

form#home_newsletter label {
	font-size: 9pt
}

form#home_newsletter input#newsletter_signup_text {
	margin: 10px 0;
	width: 141px;
	display: block;
	float: left	
}

form#home_newsletter input#newsletter_signup_submit {
	display: block;
	float: right;
	margin: -3px	
}

div.products_box, div.info_box {
	clear: right;
	border: 1px solid #71407b;
	height: 320px;
	margin-bottom: 30px;
	top: 170px;
}

div.products_box div.products_box_content {
	width: 750px; 
	margin: auto
}

div.products_box h2, div.info_box h2 {
	font-size: 12pt;
	margin: 0;
	padding: 5px 15px 0 5px;
	background-color: black;
	margin: -17px auto auto -8px;
}

div.products_box h2.home-page-new-products {
	width: 200px
}

div.products_box h2.home-page-special-offers {
	width: 110px
}

div.info_box h2.how_to_order {
	width: 105px
}

div.info_box p {
	font-size: 9pt;
	padding: 10px;
}

div.testimonial {
	margin-top: 20px;
	margin-right: 10px;
	width: 235px;
	height: 135px;
	background-image: url('/images/testimonial.png');
	background-repeat: no-repeat;
}

div.testimonial p {
	width: 175px;
	height: 75px;
	font-size: 8pt;
	margin: 0;
	padding: 5px;
}

div.testimonial a {
	color: #bb39cb;
	text-decoration: none;
	margin-top: 60px;
	margin-right: 10px;
	background-image: url('/images/arrow.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px
}

div.home_product {
	float: left;
	width: 215px;
	height: 230px;
	border: 1px solid white;
	padding: 5px;
	margin: 10px 0 0 10px;
}

div.home_product div.product_image {
	width: 225px;
	height: 150px;
}

div.home_product div.product_image img {
	margin: auto;
}

div.home_product p.item_name {
	height: 25px;
	font-size: 9pt;
	font-weight: bold;
	padding: 0 5px
}

div.home_product p.rrp {
	color: #951cae;
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
	padding: 0 5px
}

div.home_product p.price {
	font-size: 8pt;
	margin: 0;
	padding: 0 5px
}

div.home_product p.price span {
	font-size: 11pt;
	font-weight: bold;
	color: #951cae
}

div.home_product div.badge {
	width: 88px;
	height: 88px;
	float: right;
	position: relative;
	top: -58px;
	left: 24px
}

div.home_product div.badge.new {
	background-image: url('/images/new.png');
	background-repeat: no-repeat;
}

div.home_product div.badge.sale {
	background-image: url('/images/sale.png');
	background-repeat: no-repeat;
}

div.knowledge_base_section {
	border-bottom: 1px solid #951cae;
	margin: 20px 0
}

div.knowledge_base_section div.knowledge_base_text {
	float: left
}

div.knowledge_base_section div.knowledge_base_images {
	float: right;
	width: 150px
}

div.knowledge_base_section div.knowledge_base_images img {
	margin: auto
}

/********* basket ***************/

div#basketwrapper {
	width: 97%;
	float: left
}

div#basketwrapper h1, div#centre_content h1 {
	font-size: 16pt
}

table#basket {
	font-size: 10pt;
}

.tableheader  {
	background-color: #71407b;
	color: white;
	text-align: center
}

tr.tablebody td, td.tablebody {
	background-color: white;
	color: black;
}

td.basketbutton a {
	color: white;
	text-align: center;
	font-size: 0.75em;
	display: block;
	text-decoration: underline;
	padding: 2px 0px 3px 0px;
	width: 80px
}

td.basketbutton2 a {
	color: white;
	text-align: center;
	font-size: 0.75em;
	display: block;
	padding: 2px 0px 3px 0px;
	text-decoration: underline;
	width: 101px
}

td.basketbutton3 a {
	color: white;
	text-align: center;
	font-size: 0.75em;
	display: block;
	padding: 2px 0px 3px 0px;
	text-decoration: underline;
	width: 117px
}

table#promo_entry {
	width: 25% !important
}

/************ checkout ************/

#shopwrapper {
	background-color: white;
	width: 590px;
	min-height: 400px;
	height: auto !important;
	height: 400px
} 

#shopwrapper h1 {
	margin: 0;
	font-size: 12pt
}

.error {
	color: #cc0000;
}

/* classes */

.small_text {
	font-size: 8pt; 
}

.clear {
	float: none;
	clear: both
}

.clearleft {
	clear: left
}

.clearright {
	clear: right
}

.red {
	color: #820000 !important
}

.left {
	float: left
}

.right {
	float: right
}


.products_box2 {
	border: 1px solid #71407B;
	background: #000;
	padding: 20px 10px 20px 20px;
}

.products_box2 .title {
	background: #000;
	font-size: 12pt;
	font-weight: bold;
	width: 
}


.item_box {
	width: 200px;
	height: 330px;
	float: left;
	border: 1px solid #FFF;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

.item_box img {
	margin: 0 auto;
}

.item_box h2 {
	margin: 5px 0;
	padding: 0;
}

.item_box .title {
	height: 75px;
}

.item_box .title h2 {
	font-size: 9pt;
}

.item_box .description {
	font-size: 8pt;
	height: 60px;
}

.item_box .price {
	color: #951CAE;
	font-size: 14pt;
	font-weight: bold;
}

.item_box select {
	font-size: 8pt;
}

#previous_customers_wrapper a
{
	color: #66147b;
}

