/* CSS Document */


 /*
  USAGE:
  Copy and paste this one line into your site's CSS stylesheet.
  Add comma-separated CSS selectors / element names that have transparent PNGs.
  Remember that the path is RELATIVE TO THIS HTML FILE, not the CSS file.
  See below for another method of activating the script without adding CSS here.
 */

 img, div, hover, a, background, li .pngfix{
	behavior: url("/iepngfix.htc")
}
body {
	behavior: url("/csshover3.htc");
}
/*
  Here's an example you might use in practice:
  img, div.menu, .pngfix, input { behavior: url("/css/iepngfix.htc") }
 */


body {
	margin: 0;
	padding: 0;
	color: #6c6b6b;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-image: url(/images/bg_fade.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	background-color: #9BBA6D;
}
div, h1, h2, p, form, label, textarea, img, span {
	margin:0;
	padding:0;
}

#content img {
}
ul {
	margin:0;
	list-style-type:none;
	padding: 0;
}
.spacer {
	clear:both;
	font-size:0;
	line-height:0;
}
.fl {
	float:left;
	margin-right: 15px;
}
.fr {
	float:right;
	margin-left: 15px;
}

.flush {
	clear:both;
	font-size: 0px;
	height: 0px;
	float: none;
}
.clearfloat{
	clear:both;
}
.noborder {
	border: 0;
	padding: 0;
	margin: 0;
}

#container {
	color:#000;
	margin:0 auto;
	padding: 0px;
}
#navbar {
	padding-right: 8px;
	padding-left: 10px;
	height: 35px;
	margin-top: 0px;
}
#header {
	height: 160px;
	position: relative;
	padding: 0px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	z-index: 50;
}
/*------------------------------------------------menus--------------------*/
#menu {
	background-image: url(/images/main_top.png);
	background-repeat: repeat-x;
	position: absolute;
	left: 289px;
	top: 107px;
}

#menu ul li {
	float:left;
	margin: 0px;
	padding: 0px;
	border: none;
}
#menu ul li a {
	display:block;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;
	text-align: center;
	width: 80px;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/images/button_off.png);
	background-repeat: no-repeat;
}
#menu ul li a:hover {
	color: #BAC7DB;
	background-image: url(/images/button_on.png);
	background-repeat: no-repeat;
}
#menu ul li a.select {
	color: #FFFFFF;
	display:block;
	text-decoration:none;
	background-image: url(/images/button_on.png);
	font-weight: bold;
}
/*------------------------------------------------body--------------------*/
#main {
	font-style: normal;
	font-weight: normal;
	margin-right: auto;
	margin-left: 244px;
	width: 700px;
	position: relative;
	padding-left: 0px;
	padding-top: 0px;
	background-image: url(/images/main_bg.jpg);
	background-repeat: repeat-y;
}
.text {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height:450px;
	height:auto!important;
	height:450px;
	position: relative;
	margin-bottom: 60px;
}
/*------------------------------------------------footer--------------------*/

#bottom p {
	color:#d3e6af;
	font-size: 9px;
	text-align: center;
	position: absolute;
	z-index: 20;
	display: block;
	bottom: 10px;
	left: 10px;
}
#bottom a {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #d3e6af;
}
#bottom a:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

#content {
	background-image: url(/images/main_bg.png);
	background-repeat: repeat-y;
}
#content p {
	font-size: 11px;
	color: #6c6b6b;
	line-height: 14px;
	margin-bottom: 8px;
	text-align: left;
}
h1 {
	font-size: 14px;
	color: #5B8E35;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #5B8E35;
	margin-bottom: 2px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #acc586;
	margin-bottom: 5px;
	margin-top: 0px;
	text-align: center;
}
#content p a {
	color: #6c6b6b;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE4D5;
}
#content  a {
	color: #6c6b6b;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #5B8E35;
}
.smalltext {
	font-size: 10px;
}

#content_bottom {
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	height: 126px;
	position: relative;
}

#content ul {
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 40px;
}

#content ul li {
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-type: disc;
	color: #5B8E35;
	font-size: 12px;
}



.script {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
	display: block;
	font-style: italic;
}

.spacer {
	clear: both;
	float: none;
	height: 15px;
}

iframe {
	border: 3px solid #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
#topedge {
	height: 12px;
	background-image: url(/images/main_top.png);
	background-repeat: no-repeat;
	position: relative;
	margin-left: 20px;
	margin-top: 10px;
}

#mainbox {
	position: relative;
}



small {
	font-size: 9px;
	text-align: right;
	float: right;
}





#bottom {
	position: relative;
	width: 1050px;
}



hr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	height: 1px;
	margin-top: 2px;
	margin-bottom: 10px;
	clear: both;
}


#contacts {
	position: absolute;
	color: #3f7fbb;
	left: 28px;
	font-weight: bold;
	bottom: 7px;
}
#contacts a {
	font-size: 11px;
	color: #a0c9ef;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
#contacts a:hover {
	color: #FFFFFF;
}

blockquote {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.box {
	border: 1px solid #9BBA6D;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	clear: both;
	width: 608px;
}
.supplier {
	border: 1px solid #EAF5D9;
	margin-bottom: 10px;
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.formbox {
	width: 270px;
	float: right;
	padding: 10px;
	background-color: #EAF5D9;
	margin-bottom: 10px;
	border: 3px solid #F5FBED;
}
.quotetext {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 14px;
	color: #3364A5;
	line-height: 22px;
}
.goright {
	float:right;
}

.map {
	margin-left: auto;
	width: 456px;
	float: right;
}

#content .box img{
	border: 1px solid #ffffff;
}
.mid {
	text-align: center;
}
#content a img {
	border: 1px solid #FFFFFF;
}

#content a:hover img {
	border: 1px solid #BBD39E;
}


/*-----------------Nav menu------------------*/

#nav {
	position: absolute;
	top: 108px;
	width: 345px;
	left: 336px;
	z-index: 50;
}
#nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	position: relative;
	z-index: 50;
}
#nav a {			/*-----Nav buttons----------*/
	display: block;
	color: #FFFFFF;  /*-----text colour----------*/
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	height: 19px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/images/button1.png);
	background-repeat: no-repeat;
}
#nav li a:hover, #nav li a.sfhover {
	background-image: url(/images/button2.png);
	background-repeat: no-repeat;
}
#nav li {
	float: left;
	width: 79px;
	margin-right: 6px;
}
#nav li ul {         /*-------------- sub menu style ---------------*/
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.5em;
	w\idth: 14.5em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav li li {
	width: 14.5em;
}
#nav li li:hover, #nav li li.sfhover {
	background-image: url(/images/menu6.png);
	background-repeat: no-repeat;	
}
#nav li ul a {   /*-------------- sub menu text style ---------------*/
	text-align: left;
	font-size: 10px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	height: auto;
	background-image: url(/images/menu5.png);
	background-repeat: no-repeat;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#nav li ul a:hover {   /*-------------- sub menu hover style ---------------*/
	color: #FFFFFF;
	background-image: none;	
}
#nav li ul ul {
	margin-top: -2.3em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 14.5em;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;   /*--------- HIde sub menus-----------*/
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;    /*--------- Reveal sub menus-----------*/
}


#nav .select {
	background-image: url(/images/button2.png);
	background-repeat: no-repeat;
}
.mainpic {
	height: 215px;
	background-image: url(/images/banner.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 640px;
	margin-bottom: 10px;
	z-index: 1;
}
#content .mainpic p {
	position: absolute;
	width: 220px;
	top: 68px;
	left: 382px;
	color: #FFFFFF;
}
.mainpic h2 {
	position: absolute;
	left: 382px;
	top: 50px;
	color: #FFFFFF;
}

#left {
	position: absolute;
	height: 760px;
	width: 244px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 0px;
	top: 0px;
	background-image: url(images/flash.jpg);
	background-repeat: no-repeat;
	background-color: #8CAE58;
}
#right {
	background-image: url(/images/water_blobs.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 384px;
	width: 211px;
	left: 944px;
	top: 0px;
}
.sum {
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	left: 39px;
	top: 326px;
}
#right h2 {
	color: #386430;
	position: absolute;
	left: 39px;
	top: 311px;
	font-size: 10px;
}
#right a {
	position: absolute;
	left: 0px;
	top: 18px;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
}
#right a:hover {
	color: #386430;
}

#ring {
	background-image: url(/images/water_ring.jpg);
	background-repeat: no-repeat;
	height: 113px;
	width: 198px;
	position: absolute;
	left: 950px;
	top: 617px;
}
#blob {
	background-image: url(/images/blob.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 39px;
	position: absolute;
	left: -57px;
	top: -16px;
}
#logos {
	position: absolute;
	top: -61px;
	left: 31px;
}
#content .mainpic a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #78A253;
}
#content .mainpic a:hover {
	color: #333333;
}
.pricebox {
	background-color: #EAF5D9;
	padding: 10px;
}
#content .pricebox p{
	color: #5B8E35;
	margin-bottom: 3px;
}
.pricebox .productTextInput {
	width: 30px;
}
#content .shop-product-large .description ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content .shop-product-large .description ul li{
	
	font-size: 11px;
}
.price {	
	background-color: #9BBA6C;
	padding: 10px;
}
#content .price p{
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
#signin {
	position: absolute;
	top: 64px;
	right: 82px;
	color: #FFFFFF;
}
.reg {
	background-image: url(/images/register_up.png);
	height: 25px;
	width: 73px;
	background-repeat: no-repeat;
	display: block;
	float: right;
	text-decoration: none;
	position: absolute;
	top: 55px;
	right: 0px;
}

.reg:hover {
	background-image: url(/images/register_down.png);

}
#signin a {
	font-weight: bold;
	color: #FFFFFF;
}
#signin a:hover {
	color: #333333;
}
.breadcrumbs a {
	font-weight: bold;
}
.shop-product-large .productTextInput {
	width: 30px;
}
#content .details img {
	margin: 0px;
	padding: 0px;
}
.rrp{
	color: #444;
	font-weight: bold;
}
.pricebox img {
}
.shop-product-large .details h4 {
	color: #5B8E35;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
}
.pricebox table {
	margin-right: -3px;
	margin-left: -3px;
}
.pricebox table td {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #5B8E35;
}
#cartbut {
	float: right;
}
#cartbut a {
	color: #FFFFFF;
	background-image: url(images/view_cart.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 76px;
	display: block;
	padding-top: 5px;
	padding-left: 10px;
}
#cartbut a:hover {
	color: #DBECC2;
}
#cartbut #catCartSummary {
	width: 100px;
	right: 100px;
	margin-right: 100px;
}

#cartbut .cartSummaryLink {
	
}
.stockists{
	border: 1px solid #d7e3bc;
}
.paybox {
	padding: 10px;
	background-color: #EAF5D9;
	margin-bottom: 10px;
	border: 3px solid #F5FBED;
	width: 290px;
}
