/* CSS RESET 
==============================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

html {
	font-size: 100.01%;	
}


body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}



/* Links
==============================================================================*/
a {
	text-decoration: underline;
}

a, a:link, a:visited {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

/* Headers
==============================================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
 
h1 {
	font-size: 2em;
	color:#8CA33C;
}
 
h2 {
	padding: 1em 0;
	font-size: 1.5em;
	color:#8CA33C;
}
 
h3 {
	font-size: 1em;
	font-weight: bold;
	color:#8CA33C;
}

/* Text
==============================================================================*/
p {
	line-height: 1.4em;
}

p, ul, ol {
	padding: 0 0 1.25em 0;
}
 
ul, ol {
	padding: 0 0 1.25em 2.5em;
}
 
blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
}
 
small {
	font-size: 0.85em;
}
 
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
 
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
 
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}

/* GLOBAL
==============================================================================*/
.noscreen {
	display: none;
}

.cleaner {
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.nofloat {
	float: none;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.textjustify {
	text-align: justify;
}
 
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	border-bottom: 1px solid;
}

.imgleft {
	float: left;
	margin: 4px 10px 4px 0;
}

.imgright {
	float:right;
	margin: 4px 0 4px 10px;
}

.imgcenter {
	display: block;
	margin: 0 auto;
}

.nopadding {
	padding: 0;
}

.noindent {
	margin-left: 0;
	padding-left: 0;
}

.nobullet {
	list-style: none;
	list-style-image: none;
}

/* TYPOGRAPHY AND COLORS
==============================================================================*/
body {
	font-size: small;
	font-family: arial, tahoma, verdana, sans-serif;
	text-align: center;
	color: #242424;
	background: #ffffff url(../img/layout/web-bg.gif) 0 0 repeat-x;
}

p {
	line-height: 1.4em;
}

p, ul, ol {
	padding: 0 0 1.25em 0;
}

ul, ol {
	padding: 0 0 0 1em;
	line-height: 1.5em;
}

ul {
	list-style-type: none;
}

ol {
	list-style-type: decimal;
}

small {
	font-size: 0.85em;
}

strong {
	color: #22531b;
}

.highlight {
	background: #ffc;
}

.inner ul {
	margin-bottom: 15px;
}

.inner ul li {
	padding-left: 12px;
	background: url(../img/layout/arrow.gif) 0 6px no-repeat;
	
}


/* LINKS
==============================================================================*/
a {
	color: #8CA33C;
}

a:hover {
	color: #22531b;
}

/* HEADERS
==============================================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
 
h1 {
	color: #22531b;
	padding: 0 0.25em 1em 0;
	font-size: 2em;
}

h2 {
	color: #22531b;
	padding: 1em 0 0.5em 0;
	font-size: 1.5em;
}
 
h3 {
	font-size: 1.2em;
	padding: 0.5em 0;
	font-weight: bold;	
}

h4 {
	font-size: 1em;
	padding: 1em 0;
	font-weight: bold;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	padding: 1em 0;
}

h6 {
	font-size: 1em;
	font-weight: bold;
	padding: 1em 0;
}

/* =Breadcrumbs 
-----------------------------------------------------------------------------*/
.breadcrumbs {
	margin: -15px 0px 8px 20px;
	font-size:12px;
	width:750px;
	float:left;
	line-height:24px;
	padding:0 0 0 10px;
	background-color:#A7BC49;
	color:#22531b;
}
.breadcrumbs a, .breadcrumbs a:visited{
	color: #fff;	
	text-decoration: none;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}
.breadcrumbs span{
	padding: 0 5px;
}

/* NAVIGATION
==============================================================================*/

/* main menu */
#menubox {
	margin: 0 20px;
	width: 940px;
	height: 60px;
	padding: 0;
	background: url(../img/layout/menu-bg.png) 0 0 no-repeat;
	
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
float: left;
padding: 0;
height: 36px;
width: 940px;
list-style-type: none;
font-size: 1.1em;
line-height: normal;
z-index: 597; 
}

ul.dropdown li {
float: left;
display: block;
height: 34px;
list-style-type: none;
display: inline;
margin:0;
padding:0;
background: url(../img/layout/menu-parser.gif) 100% 0 no-repeat; 
}

ul.dropdown li.hover,
ul.dropdown li:hover {
position: relative;
z-index: 599;
cursor: default;
}

ul.dropdown li.last {	
background: none;
}


ul.dropdown li a {
display: block;
margin: 0 2px 0 2px;
padding: 0 10px;
color: #fff;
text-decoration: none;
line-height:36px;
font-size:12px;
font-weight:bold;
}

ul.dropdown li a:hover, ul.dropdown li a.selected {
color: #22531b;
background: url(../img/layout/menu-arrow.gif) 50% 0 no-repeat;
}

ul.dropdown ul {
visibility: hidden;
position: absolute;
z-index: 598;
width: 200px;	
margin-top:0px;
padding: 2px;
background-color: #9BBC28;
text-align: left;
font-size: 90%;
line-height: 14px;  
}
ul.dropdown ul li {
float: none;
background: none;
padding: 0;
margin-bottom: 0px;
}
ul.dropdown ul  li a {
display:block;
padding: 0px 15px;
margin: 0 0 0 10px;
background: none;
font-weight: normal;
color: #fff;
line-height:20px;
height: 20px;
background: transparent url(../img/layout/arrow-submenu.gif) no-repeat center left;
}
	
ul.dropdown ul  a:hover {
background: transparent url(../img/layout/arrow-submenu.gif) no-repeat center left;
/*background: none;
background-color: #8ea43b;*/
color: #22531B;
}



ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}





/* STRUCTURE
==============================================================================*/
#main, #header, #footer {
	width: 980px;
}

#main {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header {
	height: 185px;
	background: url(../img/layout/header-bg.png) 0 0 no-repeat;
}

#info{
	float:right;
	position:relative;	
	margin: 4px 30px -17px 0px;
	padding:0;
	color: #fff;
	font-size:11px;
}

#info a{
	color: #22531B;
	text-decoration:none;
}
#info a:hover{
	
	text-decoration:underline;
}

#content {
	display: inline;
	float: right;
	margin-right: 20px;
	padding-bottom: 20px;
	width: 700px;
}

#content h1{
	padding: 5px 5px 10px 8px;
	margin-bottom:10px;
	font-size: 18px;
	/*background: url(../img/layout/h1_bg.png) 0 0 no-repeat;*/
	color:#8CA33C;
}

#content h2{
	padding: 0px 0px 0px 10px;
	margin:5px 5px 5px 0px;
	/*border-bottom:1px solid #98b12d;*/
	font-size: 1.3em;
}

#content .column {
	float: left;
	margin-right: 20px;
	width: 220px;
}

#content .column.last {
	margin-right: 0;
}

#content .column.fixheight .quartbox {
	min-height: 200px;
}

#content h2.quartboxheader {
	padding: 5px 10px 0 10px;
	margin:0;
	height: 40px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	color: #ffffff;
	background: url(../img/layout/quartbox-header-bg.gif) 0 0 no-repeat;
}

#content .column .img {
	width:220px;
	height:165px;
	display: block;
	margin: 0 auto;
	padding-bottom: 5px;
	background: url(../img/layout/quartbox-underimg.gif) 0 bottom no-repeat;
}

#footer {
	clear: both;
	padding: 10px 0;
	text-align: left;
	color: #A2B640;
	background: url(../img/layout/footer-bg.png) 50% 0 no-repeat;
}
#footer a{
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

#footer p {
	padding: 0.25em 0 0.25em 18px;
	font-size:11px;
}
#footer .copyright{
	margin:0px 0 0 15px;
}

#footer #footermenu a {
	padding: 0 0.5em;
}

#impel{ float:right; margin:10px 25px 0 0;width:65px;padding-top:0;}

#impel a { display:block; width:65px; height:20px; text-indent:-9999px; background: transparent url(../img/layout/impel_logo.gif) top left no-repeat; }

#impel a:hover { background: transparent url(../img/layout/impel_logo.gif) top right no-repeat; }

/* =Footer Links
-----------------------------------------------------------------------------*/
.footer-links{
	background: url(../img/layout/footer-bottom.png) bottom center no-repeat;
	/*border-bottom: #A2B640 1px solid;*/
	clear: both;
	padding: 0px 0 10px 15px;
	
}

.footer-links .links-item{
	border-right: #A2B640 1px dotted;
	line-height: 1.6em;
	width: 200px;
	padding: 0 20px;
	float: left;
}
.footer-links .links-item.last{
	border-right: none;
}
.footer-links ul{
	list-style-type: none;
	margin: 0;
	padding: 0px 0 10px 0;
	display: block;
	overflow: hidden;
	font-size:11px;
}
.footer-links ul li{
	display: block;
}

.footer-links .links-item h3{
	color: #22531b;
	font-weight:normal;
}
.footer-links .links-item ul.arrows li a{
	padding-left:10px;
	background:transparent url(../img/layout/arrow.gif) no-repeat center left;
}
/* HEADER */
#header #logo { 
	float: left;
	padding: 60px 0 0 37px;	
}

#header #logo a { /* logo */
	position: relative;
	overflow: visible;
	font-size: large;
}

#header #logo a {
	float:left;
	width: 302px;
	height: 88px;
	text-indent:-9999px;
}

#header #logo a span {
	float:left;
	width: 280px;
	height: 121px;	
}

#header #logo a span { /* logo - image replacement*/
	position: absolute;
	left: -15px;
	top: 0px;
	background: url(../img/layout/logo.png) no-repeat 0 0;	
}

#header #slogan {
	display: block;
	float: left;
	margin: 110px 0 0 20px;
	width: 300px;
	font-size: 110%;
	line-height: 1.5em;
	color: #8ca33c;
}

#header #slogan strong.green {
	color: #E3E9C6;
}

#header #slogan span {
	padding-left: 1em;
}

#header #header_right {	
	float: right;	
	width: 450px;
	margin-right:30px;
	position:relative;
}
#header ul.top_left {
	float: right;
	margin:34px 5px 0 0;
	padding: 0px;
	list-style-type: none;	
	width:220px;
	font-size:11px;
}

#header ul.top_left li {	
	display: inline;
	padding:2px 0 2px 15px;
	list-style-type: none;
	background: url(../img/layout/menu_arrow.gif) no-repeat center left;
}

#header ul.top_left li a {	
	color: #22531B;
	text-decoration:none;	
}

#header ul.top_left li a:hover {	
	text-decoration: none;
	color:#F36F21;
}


#header ul.top_right {
	float: right;
	padding: 0px 0 0 0px;
	margin:25px -11px 0 0;
	list-style-type: none;
	width:250px;
}

#header ul.top_right li {	
	display: inline;
	padding-right: 5px;
	list-style-type: none;
	padding:0;
	margin:0;
	float:right;
}

#header ul.top_right li a {
	padding: 2px 0;
	color: #22531B;
	text-decoration: none;
}
#header ul.top_right li a:hover {
	color:#F36F21;
}
#header ul.top_right li.logout a {
	padding-left: 20px;
	margin-right:10px;
	/*background: url(../img/layout/logout.png) 0 0 no-repeat;*/
	font-size:11px;
}

#header ul.top_right li.account a {
	padding-left: 20px;
	margin-right:10px;
	/*background: url(../img/layout/account.png) 0 0 no-repeat;*/
	font-size:11px;
}

#header ul.top_right li.cart a {
	display:block;
	height:27px;
	width:210px;
	padding: 4px 0 4px 40px;
	line-height:26px;
	text-align:left;
	font-size:11px;
	background: transparent url(../img/layout/basket.png) center left no-repeat;
	border-top:1px dotted #A7BC49;
}
#header ul.top_right li.cart a span{
	font-weight:bold;
}
#header ul.top_right li.cart{
	position: relative;
}
#header ul.top_right li.cart div.mini_cart{
	visibility: hidden;
	position: absolute;
	top:36px;
	left:-3px;
	z-index:9999;
	width: 240px;
	height: auto;
	padding: 2px;
	background-color: #F6FAE8;
	border:1px dotted #A7BC49;
	margin:0px 0 0 0px; 
	text-align:center;
	color: #22531B;
	padding:5px 5px;
	font-size:11px;
}
#header ul.top_right li.cart div.mini_cart a{
	background: none;
	padding:0;
	color:#22531B;
}

#header ul.top_right li.cart:hover > div.mini_cart {
 visibility: visible;
}



.mini_product {
	margin-bottom:7px;
}

.mini_title {float:left;margin-top: 4px; width:180px;}
.mini_title a{
	line-height:13px!important;	
	padding-top:4px!important;
	border:none!important;
}
.mini_title a img{
	width:45px;
	height:45px;
	float:left;
	margin-right:5px;
	border:1px dotted #A7BC48;
}
.mini_price {float:right;margin-top: 20px; font-weight:bold;}

.checkout { font-size:12px; font-weight:bold; width:240px;height:50px;border-top:1px solid #A7BC48; margin-top:5px;}

a.buy_button, a.buy_button:link, a.buy_button:visited {
		display: inline;
		float:right;
		height: 24px;
		line-height: 24px;
		margin-top: 10px;
		width: 50px;
		background: url(../img/layout/cart.png) no-repeat 50px 4px!important;
		font-size: 10px;
		padding-left:5px!important;
		font-weight: bold;
		color: #22531B!important;		
		margin-left: 0px;
		text-decoration: none;
		border:1px solid #22531B;
	}
a.buy_button:hover, a.buy_button:active {
	text-decoration: underline;
}

.total {float:left;margin-top: 8px;color:#22531B;}		
.total_amount {float:right;margin-top: 8px;color:#22531B;}


#header form {
	float: right;
	margin-top: 30px;	
	width: 150px;
}


#header form .search_field {
	float: left;
	border: none;
	margin-right: 0px;
	padding: 0px 0 0 8px;
	width: 142px;
	height: 25px;
	font-size:11px;
	line-height:11px;
	color: #22531B!important;
	background: url(../img/layout/search.png) 0 0 no-repeat;
}


#right_menu {	
	float:right;
	margin:10px 0px 10px 0;	
	width:300px;	
	text-align:right;
	position:absolute;
	top:22px;
	left:-205px;
}

#right_menu a{
	color:#22531B;
	text-decoration:none;
	float:left;
	margin-left:5px;
	padding:0px 0 0px 15px;
	font-size:11px;
	background: url(../img/layout/menu_arrow.gif) no-repeat center left;
	
}

#right_menu a:hover{
	text-decoration:none;
	color:#F36F21;
}

#greetings {
	float:right;
	margin:37px 5px 0px 0;	
	font-size: 90%;
	width:300px;	
	height:12px;
	text-align:right;
	color: #22531b;
}
/* SIDEBAR */
#sidebar {
	display: inline;
	float: left;
	margin: 0 20px;
	width: 220px;
}

#sidebar h2 {
	padding: 0px 0 0 10px;
	height: 20px;
	color: #22531b;
	margin:5px 0 5px 0;
	/*background: url(../img/layout/sidebar-header-bg.png) 0 0 no-repeat;*/
}

#sidebar h3 {
	padding: 0;
	font-size: small;
	font-weight: bold;
}

#sidebar .quartbox {
	font-size: 0.9em;
}

.sidebar .cleaner.parser {
	padding-top: 15px;
}

.quartbox {
	margin-bottom: 10px;
	padding: 10px;
	width: 200px;
	background: #E3E9C6 url(../img/layout/sidebar_bg.gif) 50% 95% no-repeat;
	color: #fff;
}

.quartbox .more {
	float: right;
	display: block;
	margin-bottom: 10px;
	padding: 3px;
	width: 3em;
	color: #ffffff;
	background: #669840;
	text-decoration: none;
	text-align: center;
}

.quartbox .more:hover {
	background: #22531B;
	color: #ffffff;
}


.quartbox.news p {
	clear: both;
	padding: 0.5em 0;
	color: #242424;
	font-size:11px;
}
.quartbox.news h3{
	border-bottom:1px solid #F1F4E3;
	font-size:12px;
	line-height:16px;	
	margin:1px 0 1px 0;
	color: #22531b;
}
.quartbox.news h3 img{	
	margin:0px 5px 0px 0;
	
}

.quartbox.products p {
	clear: both;
	padding: 0.5em 0;
	
}


.quartbox.products .info {
	width: 80px;
	float: left;
}

.quartbox.products .product_image {position:relative;text-align:center;border:1px solid #E3E9C6; width:198px;height:133px;background-color:#fff;}
.quartbox.products .product_title {margin:8px 0 0px 0;width:200px; text-align:center; font-size:11px;line-height:12px;}
.quartbox.products .product_title a{color:#22531B; text-decoration:none;} 
.quartbox.products .product_title a:hover{text-decoration:underline;}
/*.quartbox.products .price {color:#f36f21;float:left;margin:0 5px 0 10px;font-size:12px;}*/
.quartbox.products .view {float:right;margin:0 8px 0 0px; font-size:11px;}
.quartbox.products .buy {margin:10px auto 10px auto;padding-top:7px;width:200px; height:18px;}
.quartbox.products .buy a{ color:#22531B; text-decoration:none;}
.quartbox.products .buy a:hover{ color:#f36f21; text-decoration:none;}

.quartbox.products .price {
	color:#fff;
	float:left;
	margin:-4px 0px 0 -19px;
	font-size:12px;
	line-height:20px;
	padding:0 10px;
	height:20px;
	width:45px;
	text-align:center;
	font-weight:bold;
	background: transparent url(../img/layout/price_bg.gif) no-repeat center right;
}

.quartbox.products .product_image .offer{
	position:absolute;
	top:-17px;
	right:-14px;
	width:32px;
	height:22px;
	color:#F36F21;
	font-weight:bold;
	font-size:10px;
	padding-top:10px;
	text-align:center;
	background: transparent url(../img/layout/special_offer.png) top center no-repeat;
}

/* SIDE MENU */
.side_menu{
width: 200px; /*width of menu*/

}

.side_menu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 3px; /*bottom spacing between each UL and rest of content*/
}

.side_menu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.side_menu ul li a{
color: #22531b;
/*background: url(../img/layout/side_menu.png) no-repeat 183px 5px; /*custom bullet list image*/
display: block;
padding: 2px 0 2px 5px;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #C8CFA8;
font-size: 90%;
}

.side_menu ul li a:visited{
color: #22531b;
}

.side_menu ul li a:hover{ /*hover state CSS*/
color: #f36f21;
/*border-bottom: 1px solid #f36f21;*/
background: url(../img/layout/menu_sign.png) no-repeat 183px 5px; /*custom bullet list image*/
}

.side_menu ul li.selected{ /*hover state CSS*/
color: #f36f21;
background: url(../img/layout/menu_sign.png) no-repeat 183px 5px; /*custom bullet list image*/
}

.side_menu .pin{
	position:relative;
	float:right;
	margin:-30px -13px 0 0px;
	width:32px;
	height:32px;	
	background: transparent url(../img/layout/pin.png) no-repeat;
	
}

/* HOMEPAGE */
#newsletter {
width:265px;
height:80px;		
float:left;
margin:0px 0 0 0px;
padding:10px 5px;
display:block; 
border:1px solid #E3E9C6;
-moz-border-radius: 8px; 
-webkit-border-radius: 8px;
background:#A7BC49;
}
#newsletter h3 {
	color:#fff;
	margin: 0 0 0px 0;
	padding: 0 0 0 0;
}
#newsletter p{
	color: #fff;
	margin-bottom:0;
}
#newsletter form{
	margin:0;
	padding:0;
}
#newsletter form .register_field {
float: left;
border: none;
margin-right: 0px;
padding: 0px 3px 0 8px;
width: 142px;
height: 25px;
color: #fff!important;
background: url(../img/layout/newsletter.png) 0 0 no-repeat;
}
.newsletter_button{
background: url(../img/layout/mail_send.png) no-repeat 0 0;
width:32px;
height:32px;
float:left;
text-indent:-9999px;
cursor:pointer;		
margin:-5px 0 0px 12px;
border:0;
}

#social {
width:200px;
height:75px;		
float:left;
margin:0px 0 0 35px;
padding:15px 5px 10px 5px;
display:block; 
border:1px solid #E3E9C6;
-moz-border-radius: 8px; 
-webkit-border-radius: 8px;
background:#D9E1B1;
text-align:center;
}


#delivery {
width:400px;
height:80px;			
float:right;
margin:0px 2px 0 0px;
padding:10px 5px;
display:block; 
border:1px solid #E3E9C6;
-moz-border-radius: 8px; 
-webkit-border-radius: 8px;
background:#A7BC49;
}
#delivery h3 {
	color:#fff;
	margin: 0 0 0px 0;
	padding: 0 0 0 0;
}
#delivery p {
	margin:0 0 0 0;
	color: #fff;
}
#delivery img{			
float:left;
margin:0px 5px 0 0px;
}
#delivery a{			
color:#ffffff; text-decoration:none;float:right;margin-top:-25px;
}

#delivery a:hover{			
color:#fff; text-decoration:none;
}

a.categories_all{	
display:block;
height:15px;		
color:#778b33; 
text-decoration:none;
float:right;
padding-right:20px;
margin:10px 5px 0 0;
font-size:14px;
background:transparent url(../img/layout/opp_arrows.gif) no-repeat center right;
}
a:hover.categories_all{			
color:#8ca33c; 
}

/* Products */
.product_preview{
float:left;
padding:0px 0px 5px 0px;
width:170px; 
height:250px; 
display:block; 
border:1px solid #E3E9C6;
margin:0 3px 10px 0px;
border-top:5px solid #E3E9C6;
border-bottom:5px solid #E3E9C6;
}
.product_preview .product_image {text-align:center;background:#fff; }
.product_preview .product_title {margin:5px 0 0px 0;width:160px; height:25px;text-align:left; font-size:11px;padding:0 5px;}
.product_preview .product_title a{color:#8ca33c; text-decoration:none;} 
.product_preview .product_title a:hover{color:#22531B;text-decoration:none;}
.product_preview .product_description {margin:2px 0 5px 0;width:160px; min-height:20px;text-align:left; color:gray;font-size:11px;padding:0 5px;}
.product_preview .price {
	color:#fff;
	float:left;
	margin:-4px 0px 0 -19px;
	font-size:12px;
	line-height:20px;
	padding:0 10px;
	height:20px;
	width:45px;
	text-align:center;
	font-weight:bold;
	background: transparent url(../img/layout/price_bg.gif) no-repeat center right;
}
.product_preview .view {float:right;margin:0px 0px 0 0px;font-size:11px;}
.product_preview .buy {margin:10px auto 0 auto;padding-top:0px;width:150px; height:18px;}
.product_preview .buy a{ color:#22531B; text-decoration:none;}
.product_preview .buy a:hover{ color:#f36f21; text-decoration:none;}


/* Categories */
.category_preview{
float:left;
padding:0px 0px 3px 0px;
width:170px;
height:150px; 
display:block; 
border:1px solid #E3E9C6;
margin:0 3px 5px 0px;
border-top:5px solid #E3E9C6;
border-bottom:5px solid #E3E9C6;
}
.category_preview .category_image {text-align:center;background:#fff;}
.category_preview .category_title {margin:6px 0 0px 0;width:170px; text-align:center; font-size:14px;line-height:14px;}
.category_preview .category_title a{color:#818F50; text-decoration:none;} 
.category_preview .category_title a:hover{color:#8ca33c;text-decoration:none;}



.home_category_preview{
-moz-border-radius: 8px; 
-webkit-border-radius: 8px; 
float:left;
padding:5px 5px 5px 5px;
background:#A2B640;
width:209px; 
height:150px;
display:block; 
border:1px solid #E3E9C6;
margin:0 18px 10px 0px;
 }
.home_category_preview.last{margin-right:0;}

.home_category_preview .category_image {text-align:center; }
.home_category_preview .category_title {margin:5px 0 5px 0;width:200px; text-align:center; font-size:14px;}
.home_category_preview .category_title a{color:#22531B; text-decoration:none;} 
.home_category_preview .category_title a:hover{color:#fff;text-decoration:underline;}


/*Product view*/
#productview {
	width:700px;
	height:100%;		
	float:left;
}

#productview h1{	
	background: none;
	font-size:20px;
	font-weight:normal!important;
	margin:0;
	padding-bottom:0;
}

#productview .preview{
	width:375px;
	float:left;
	margin:0px 0 0px 0px;
}
#productview .preview #previewimg{
	/*background-color:#A2B640;*/
	text-align:center;
	padding:10px;
}
#productview .preview #previewimg a img{
	border:1px dotted #E3E9C6;
}
#productview .details{
	width:320px;
	padding:10px 0px 0 0px;
	float:left;
	margin:0px 0 0 0px;
}

#productview .details h3{
	border-bottom:1px solid #E3E9C6;
	font-size:12px;
	padding-left:0px;
	margin:1px 0 1px 0;
	color: #22531b;
}
#productview .details p{
	font-size:11px;
}
#productview .details li{
	font-size:11px;
	line-height:18px;
}
#productview .preview img{
	/*width:350px;
	height:263px;*/
}

#productview input.buy{
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	background:#f36f21 url(../img/layout/cartbtn_bg.gif) repeat-x;
	height:30px;
	width:200px;
	margin:15px 0 0 0;
	letter-spacing:1px;
	font-family:arial!important;
	font-weight:bold;
	color:#fff!important;
	border:1px solid #f36f21!important;
	text-align:left;
}

.submitwrap{
	position:relative;
	float:left;
}
.submitwrap img{
	position:absolute;
	top:12px;
	right:-8px;
}
#productview input.buy:hover{
	border:1px solid #f36f21!important;
	color:#333!important;
}
.multiplePrices {width: 210px; margin: 0; padding: 10px 0 15px 0px; float: left; display: inline;}
.statusicon{
	width:48px;
	float:left;
}

.extra{
	width:120px;	
	float:left;
	margin:0px 10px 0 0px;
}

.extra h3{
	width:100px;
	float:left;
}
.extra p{
	clear:both;
	margin-top:0px;
	padding:0;
	}
.extra select{
	margin:5px 0 5px 0;
	background-color:#DEE5BC;
	border:1px solid #A2B640;
	color:#22531b!important;
	width:100px;
}

.multiplePrices p.cost {color: #F36F21; font-size: 16px!important; font-weight: bold; margin-bottom: 0px;padding:0; }
.multiplePrices p.cost small{	font-size:10px; color:#333;}
.multiplePrices p.was {color: #22531b; padding:0; font-size: 10px; font-weight: normal; margin: 0; }
.multiplePrices p.was span.lineThrough {text-decoration: line-through;}
.multiplePrices p.was span.save {color: #F58120; font-size: 10px; font-weight: bold; margin-left: 10px;}



.enlargeImages {margin: 5px auto 0px auto; padding: 0; width: 145px;height:18px;}

.enlargeImages p {line-height:10px;background: url(../img/layout/zoomIcon.gif) no-repeat left 1px; color: #A2B640; font-size: 10px; font-weight: normal; padding: 0 0 2px 18px;}
.enlargeImages p a{
	line-height:10px; color: #A2B640; font-size: 10px; text-decoration:none;
}

/* neighbours 
-----------------------------------------------------------------------------*/
.neighbours {
float:right;
width:178px;
margin: -15px 20px 0px 2px;
font-size:11px;
background-color:#A7BC49;
line-height:24px;
}
.neighbours a{
	color: #fff;	
	text-decoration: none;
	margin-right:5px;
	display:block;
	float:left;
	width:72px;
	text-align:left;
	padding:0 5px;
}
.neighbours a.next{
	float:right;
	text-align:right;
	border-left:1px dotted #fff;
}
.neighbours a:hover{
	color: #333;	
	text-decoration: none;
}

/* Subsection Tabs
--------------------*/
ul.subsection_tabs {
	list-style:none;
	margin:0 0 0px 0;
	padding:0;
	clear:both;
	height:26px;
}

ul.subsection_tabs li.tab {
	float:left;
	border-right:1px solid #fff;
	text-align:center;
}

ul.subsection_tabs li.tab a {
	display:block;
	height:20px;
	padding:2px 6px 3px 15px;
	background:#BFC69E url(../img/layout/tab-icon.gif) no-repeat center left;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	line-height:20px;
	text-decoration:none;
}

ul.subsection_tabs li.tab a:hover {
	color:#22531b;
	background-color:#E3E9C6;
}

ul.subsection_tabs li.active a {
	background-color:#E3E9C6;
	color:#22531b;
}

#checkoutMain #tabs div.tab{
	width:300px;
	height:100%;	
	margin-bottom:10px;
	padding:10px;
background: none;
	font-size:11px;
}

#tabs div.tab{
	width:300px;
	height:100%;	
	margin-bottom:10px;
	padding:10px;
	background-color: #E3E9C6;
	font-size:11px;
}

#tabs {
width:300px;
margin-top:0px;	
}

#related {
width:700px!important;
height:auto;
	
}

/* Page Numbers */
.pages {
	width:660px;
    margin: 20px 0 20px 0;
    clear: left;
    font-size: 1.0em;
	padding: 0 5px 0 20px;
    height: 1em;
    border: none;
    background: url(../img/layout/underline.png) 0 8px repeat-x;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #22531b;
    background: #E3E9C6;
	
}

.pages span.current {
    border: 1px solid #22531b;
    font-weight: bold;
    background: #E3E9C6;
    color: #22531b;
}

.pages span.stats {
	margin-right:15px;
	color: #22531B;
}

.pages a {
    border: 1px solid #22531B;
    text-decoration: none;
	color: #22531b;
}

.pages a:hover {
    border-color: #f36f21;
	text-decoration:none;
	color: #f36f21;
}

.pages a.nextprev {
    font-weight: normal;
}

.pages span.nextprev {
	border: 1px solid #ddd;
    color: #999;
}

.pages .nextprev {
    float: right;
    margin-left: 10px;
}

.pages .pagenum {
    text-align:center;
    margin-left: 2px;
	border-color: #22531b;
	color: #22531B;
}
.pages .prev, .pages .next {
    float: right;
    margin-left: 10px;
	background: #E3E9C6;
	text-align:center;
	border: 1px solid #22531b;
	padding: 0.2em 0.5em;
	color: #22531B;
}


/*------------------------------MANUFACTURERS---------------------------------------*/
ul#aphabet {
	border-top: 1px solid #A2B640;
	border-bottom: 1px solid #A2B640;
	padding: 5px 0 20px 4px;
	list-style-type: none;
	margin:0 0 5px 0;
	background-color:#A2B640;
	width:690px;
}

ul#aphabet li {
	float: left;
	width: 14px;
	background-image: url(../img/layout/arrow_right_white.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding-left:3px;
	padding-right:3px;
}
ul#aphabet li.nlast {
	background-image: none;
	padding-left:5px;
}
ul#aphabet li a{
	font-size:1.2em;
	color: #22531b;
	text-decoration:none;
	display:block;
}
ul#aphabet li a:hover{
	color: #fff;
}
#manufacturer-list-full ul{
	width: 100%;
	float:left;
	margin: 0 0 10px 0px;
	padding: 0;
}
#manufacturer-list-full li{
	border-bottom: 1px dotted #797979;
	display: block;
	float: left;
	height: 25px;
	line-height: 23px;
	overflow: hidden;
	width: 24%;
	margin: 0 5px 0 0;
}
#manufacturer-list-full li a{
	text-decoration:none;
	display: block;
	float: left;
	padding-left: 8px;
}


.highslide-overlay {
	display: none;
}
/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;	
	cursor: pointer; /* w3c */
	background: url(../js/highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	/* Note! the src is relative to the HTML file, not the CSS file */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../js/highslide/graphics/close.png', sizingMethod='scale');
}


/* Company Preview */
.company_preview{float:left;padding:5px 5px 5px 10px;width:162px; height:70px; display:block}
.company_preview span{float:right;font-size:11px;padding:3px 5px 0 0;color:#999999;width:10px;}
.company_preview img{padding:3px 0 5px 0;}


/* BANNER */
#banner {
	margin: 0 20px 20px 20px;	
	width: 940px;
	height: 200px;	

}

#inner_banner {
	margin: 0 20px 10px 0px;	
	width: 700px;
	height: 300px;	

}

#inner_banner img{
	position:absolute;
	z-index:-1;
}
#inner_bannerbox {
	position:absolute;
	margin:0 0 0 400px;
	padding: 15px 10px 0 10px;
	width: 280px;
	height: 285px;	
	background: url(../img/layout/inner_bannerbox.png) 0 0 repeat-x;
}

#inner_bannerbox p {
	padding-bottom: 18px;
	padding-left: 5px;
	color: #eee;
	font-weight:bold;	
}

#bannerbox {
	position:absolute;
	margin:0 0 0 520px;
	padding: 15px 10px 0 10px;
	width: 400px;
	height: 185px;
	background: url(../img/layout/intro_bg.png) 0 0 repeat-x;	
}

#bannerbox p {
	padding-bottom: 18px;
	padding-left: 5px;
	color: #eee;
}

#bannerbox strong {
	color: #fff;
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		z-index:-1;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:940px;
		height:200px;
		overflow:hidden; 		
		}	
	
	
	
/* // Easy Slider */


/* NEWS */

img.thumb{
	float:left;
	padding:2px!important;
	margin:10px 5px 5px 0px!important;
	border:1px solid #98B12D!important;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.Post {	position: relative; clear: left; width: 100%; margin-top:20px;}

.Post h3 { font-size: 19px; line-height: 19px; letter-spacing: -1px; font-weight: normal; font-family: 'Arial'; padding: 0px; margin: 0px; display: block;}
.Post h3 a { color: #22531b; text-decoration: none;}
.Post h3 a:visited { color: #22531b; text-decoration: none;}
.Post h3 a:hover { color: #f36f21; text-decoration: none;}

.PostHead { padding-left: 40px; }

.PostInfo { padding: 0px; margin: 0px; font-size: 11px; color: #828282;}
.PostInfo em { font-style: normal;}
.PostInfo em a { text-decoration: underline; color: #828282;}
.PostInfo em a:visited { text-decoration: underline; color: #828282;}
.PostInfo em a:hover { text-decoration: underline; color: #828282; }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



.PostDate { position: absolute; top: 0px; left: 0; text-align: center; margin: 0; padding: 2px 10px 2px 0px; list-style: none; border-right: solid 1px #ccc;}
.PostDate .month { display: block; font-size: 9px; line-height: 9px; color: #666; text-transform: uppercase;}
.PostDate .day { display: block; font-size: 21px; font-family: 'Arial'; font-weight: bold; line-height: 19px; color: #ccc; letter-spacing: -1px;}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


.PostContent { padding: 0px 0px 0px 0px;  font-size: 12px; line-height: 16px; border-top: solid 1px #98B12D; margin-top: 5px;}
.PostContent p { font-size: 12px; line-height: 18px; padding-bottom:7px;padding-top:7px;}


/*Contact Styles */
#contactform{
	padding:0px;
	font-size:11px;
}
#contactform h3{	
	margin:5px 0 5px 0px;
	padding:0px 0px 0px 0px;
	font-weight:normal;	
	font-size:12px;
}
#contactform input, #contactform textarea{
	background: url(../img/layout/bg_light.png) repeat-x #f0f0f0;
	border:1px solid #E0E0E0;
	padding:2px;
	margin:0 0 3px 0px;
	color:#333;
	 -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
#contactform textarea{
	height: 80px;
	padding: 3px;
	background: url(../img/layout/bg_light.png) repeat-x #E6E6E6;
	margin-bottom:5px;
	border:1px solid #E0E0E0;
	color:#333;
	width:445px;
}
#contactform input{
	width:192px;
}

#contactform textarea{
	width:402px;
}
#contactform input:hover, #contactform textarea:hover {
	border:1px #22531b solid;
}
#contactform input:focus, #contactform textarea:focus {
	border:1px #22531b solid;
}
.submitbtn{
	color:#fff!important;
	font-weight:bold;
	padding:5px!important;
	cursor:pointer;
	font-size:14px!important;
	background-color:#A1C737!important;
	border:1px #E3E9C6 solid;
	padding:2px;
	margin:0 0 5px 12px;
}
.contactsub{
	float:left;
	margin:10px 0 0 0;
	padding:0px 0 0 0px;
	width:210px;
}
.contactsub p{
	padding-top:15px;
}

div.contactsub{
	vertical-align:middle;
}
.validation-advice {
	margin: 0px 0 0 0px;
	padding: 2px 2px 2px 2px;
	color:#F78320;
	font-size:11px;
}
#captcha{
	position:relative;
	top:-30px;
	left:55px;
}



/* Sitemap Links
-----------------------------------------------------------------------------*/

.sitemap{
	
	line-height: 1.6em;
	width: 170px;
	min-height:200px;
	padding: 0 20px;
	float: left;
	margin:0 5px 10px 0;
}

.sitemap ul{
	list-style-type: none;
	margin: 0;
	padding: 4px 0 10px 0;
	display: block;
	overflow: hidden;
	font-size:12px;
}
.sitemap ul li{
	display: block;
}
.sitemap ul li a{
	text-decoration:none;
}

.sitemap h3{
	color: #22531b;
	font-size: 14px;		
	display: block;
	font-weight:normal;
	border-bottom: #A2B640 1px solid;
	line-height:16px;
	padding:0 0 4px 0;
}

.sitemap h3 a{
	text-decoration:none;
}