body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	background-color:transparent;
	text-align:left;
	margin: 0px;
	background-image: url(../images/header-backgrnd-green.png);
	background-repeat: repeat-x;
}	
	
#border-wrapper {
	background-color: transparent;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #32685B;

}
#wrapper {
	background-color: transparent;
	background-image: url(../images/left-menu-backgrnd-green.png);
	background-repeat: repeat-y;
	background-position: left;
}

img {
	border:none;
}

p {
	margin:0px;
}

spacer {
	height: 20px;
	width: 700px;
}

/*--------------------------------------- The header  ---------------------------------------------*/

.banner-style {
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #32685B;
	position: relative;
	height: 166px;
	background-color: #59A74F;
	background-image: url(../images/header-backgrnd-green.png);
	background-repeat: repeat-x;
	text-align: right;

}


#menutop {
	width: 100%;
	border-top:1px solid #FFFFFF;
	background-color:transparent;
	height:22px;
	padding-top: 6px;
	position: absolute;
	top: 113px;
	left: 0px;
}

#menutop a.white-buttons, #menutop a.white-buttons:link, #menutop a.white-buttons:visited {
	float: right;
	color:#fff;
	font-size: 12px;
	display:inline;
	text-decoration:none;
	font-weight: normal;
	padding-right: 6px;
	padding-left: 6px;
} 

#menutop a.white-buttons:hover {
	color: #75938B;
}
#menutop a.white-buttons:active {
	color: #787878;
}
.basket-menu a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.basket-menu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.basket-menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
.basket-menu a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.basket-menu {
	background-image:url(../images/basket-white-green.png);
	padding-top: 5px;
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 19px;
	background-position: 20px 4px;
	width: 160px;
	position: absolute;
	left: 0px;
	top: 142px;
}

/*--------------------------------------- Search form  ---------------------------------------------*/
#searchstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	color: #FFFFFF;
	width: 250px;
	text-align: right;
	top: 142px;
	padding-right: 10px;
	right: 0px;
	background-color: #32685B;
	height: 22px;
	padding-top: 2px;
	overflow: hidden;
	padding-left: 10px;
}
input.txt-search-box {
	background-color: #C4EABF;
	font-size: 9px;
	margin-right: 5px;
	vertical-align: top;
}
#wrapper #searchstyle label {
	font-size:14px;
	vertical-align: top;
	line-height: 20px;
}

/*--------------------------------------- Default links  ---------------------------------------------*/

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #32685B;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #32685B;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #59A74F;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #32685B;
	text-decoration: none;
	
}
/*----------------------  This bit does all the work left menu position ----------------------------------*/

#container {
	display:block;
	border-left:145px solid #C4EABF;
	overflow:visible;
	background-color: transparent;
	background-image: url(../images/bottom-box.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

}
* html #container {display:inline-block;}
#leftcolumn {float:left; position:relative; width:150px; margin-left:-145px; display:inline;}
* html #leftcolumn {width:145px;}

.clear {clear:both;height:1px;overflow:hidden;}

/*--------------------------- left column ----------------------------------*/

.top-left-menu {
	background-image:url(../images/top-left-menu-green.png);
	width:164px;
	height:18px;
	position: absolute;
	top: 168px;
}

.menu {
	font-size:90%;
	padding-top: 18px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:145px;
	background:#C4EABF;
}

.menu li {
	background:transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#FFFFFF;
	text-align:left;
}
/* style the links */
.menu a, .menu a:visited {
	display:block; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:left;
	font-weight: normal;
	text-decoration:none;
	width:130px;
	color:#000;
	border-top: 2px solid #FFF;
	border-bottom: 3px solid #9FEA93;
	background:transparent;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}
/* style the link hover */
.menu a:hover {
	color:#fff;
	background:#57A44E url(../images/left-menu-arrow.png) no-repeat left;
	border-bottom: 3px solid #32685B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#FFFFFF;
	text-align:left;
	padding-top: 4px;
	padding-bottom: 4px;
}


/*--------------------------------------- SF Crest  ---------------------------------------------*/

.footerline #sf-siteseal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url(../images/sf-siteseal.png);
	background-repeat: no-repeat;
	height: 67px;
	width: 115px;
	float: left;
	line-height: 12px;
	margin-bottom: 6px;
	margin-left: 18px;
	margin-right: 2px;
	position: relative;
}
.footerline #sf-siteseal .pbs {
	font-size: 9px;
	color: #336699;
	margin-left: 31px;
	padding-top: 2px;
	margin-right: 3px;
}
.footerline #sf-siteseal .pbs a {
	font-size: 9px;
	color: #336699;
	text-decoration: none;
}
.footerline #sf-siteseal .pbs a:hover {
	font-size: 9px;
	color: #336699;
	text-decoration: underline;
}
.footerline #sf-siteseal .sbt {
	font-size: 9px;
	text-align: center;
	position: absolute;
	width: 115px;
	top: 29px;
}
.footerline #sf-siteseal .sbt a {
	font-size: 9px;
	color: #336699;
	text-decoration: none;
	text-align: center;
}
.footerline #sf-siteseal .sbt a:hover {
	font-size: 9px;
	color: #336699;
	text-decoration: underline;
	text-align: center;
}

/*--------------------------------------- heading styles start ---------------------------------------------*/

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #57A44E;
	margin-bottom: 10px;
}

h2{
	font-size: 14px;
	color: #32685B;
}

h3{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 12px;
}

h4{
	font-size: 11px;
	font-style:italic;
}

h5{
	font-size: 11px;
}

h6{
	font-size: 11px;
}

/*--------------------------- input button ----------------------------------*/
input.btn {
	color:#32685B;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
 }

.body-content-info input {
	color:#32685B;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
 }

/*---------------------------main body container ----------------------------------*/
.body-indexcontent {
	display: table;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin-left: 20px;
	margin-top: 15px;
	width: 92%;
	background-color: #FFFFFF;
}

.body-content {
	display: table;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-left: 20px;
	margin-top: 12px;
	width: 92%;
	background-color: #FFFFFF;
}

.body-prod-content {
	display: table;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-left: 20px;
	margin-top: 12px;
	width: 92%;
	background-color: #FFFFFF;
}
.body-content-info {
	display: table;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-left: 20px;
	width: 92%;
	margin-top: 12px;
	background-color: #FFFFFF;
	padding-bottom: 16px;
	z-index: 5;
}


/*----------------------------  Back link at bottom of page styles ---------------------------------------------------*/
#back-top {
	float: right;
	background-color: #FFFFFF;
}
#back-bottom {
float: right;
clear: both;
}
div.outer1 {
	float: left;
	width: 62px;
	height: 31px;
	background: url(../images/back-button.png) no-repeat 0 -31px;
	}
div.outer1 a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/back-button.png) no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	}
div.outer1 a:visited {
	color: #ffffff;
	}
	
div.outer1 a:hover {
	background-image: url('none');
	text-decoration: none;
	color: #EADC03;
	}
div.outer1 a:active {
	color: #ffffff;
	}
	
div.outer1 span {
	display: block;
	text-align: right;
	margin-bottom: 0;
	padding-top: 6px;
	padding-right: 12px;
	padding-left: 1px;
	}
div.outer2 {
	float: left;
	width: 62px;
	height: 31px;
	background: url('../images/top-button.png') no-repeat 0 -31px;
	}
div.outer2 a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	color:white;
	text-decoration: none;
	background: url('../images/top-button.png') no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	}
div.outer2 a:visited {
	color: #ffffff;
	}
	
div.outer2 a:hover {
	background-image: url('none');
	text-decoration: none;
	color: #EADC03;
	}
div.outer2 a:active {
	color: #ffffff;
	}
	
div.outer2 span {
	display: block;
	text-align: right;
	margin-bottom: 0;
	padding-top: 6px;
	padding-right: 14px;
	padding-left: 1px;
	}
.breadcrumb-hold {
	margin-right: 100px;
	height: 18px;
	margin-top: 5px;
}

.breadcrumb {
	font-family: 				Arial, Helvetica, sans-serif;
	font-size:					11px;
	color: 						#999999;
	height: 					22px;
}

.breadcrumb a:link{
	font-family: 				Arial, Helvetica, sans-serif;
	font-size:					11px;
	color:						#32685B;
	text-decoration: 			none;
	font-weight:				normal;
}

.breadcrumb a:visited{
	font-family: 				Arial, Helvetica, sans-serif;
	font-size:					11px;
	color:						#32685B;
	text-decoration: 			none;
	font-weight:				normal;
}

.breadcrumb a:hover {
	font-family: 				Arial, Helvetica, sans-serif;
	font-size:					11px;
	color: 						#999999;
	text-decoration: 			none;
	font-weight:				normal;
}

.breadcrumb a:active{
	font-family: 				Arial, Helvetica, sans-serif;
	font-size:					11px;
	color:						#32685B;
	text-decoration: 			none;
	font-weight:				normal;
}

/*---------------------------- pop up ---------------------------------------------------*/

#message-container {
	width:350px;
	height:121px;
	background-image:url(../images/pop-box.png);
	position:absolute;
	top:-141px;                             /*height value plus 20px;*/
	left:50%;
	z-index:100;
	margin-left:-175px;                     /*half the width value*/
	font-family:verdana, sans-serif;
	font-size:12px;
	background-repeat: no-repeat;
}
#message-container p {
	text-align:center;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

input.message-button {
	color:#32685B;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 130px;
	right: 17px;
	bottom: 17px;
	}
	
input.message-button2 {
	color:#32685B;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 100px;
	bottom: 17px;
	left: 17px;
	}
	
/*---------------------------- pop up ---------------------------------------------------*/

#message-container-error {
	width:350px;
	height:121px;
	background-image:url(../images/pop-box-error.png);
	position:absolute;
	top:-141px;                             /*height value plus 20px;*/
	left:50%;
	z-index:100;
	margin-left:-175px;                     /*half the width value*/
	font-family:verdana, sans-serif;
	font-size:12px;
	background-repeat: no-repeat;
}
#basketmessage-error {
	text-align:center;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 110px;
}

input.message-button-error {
	color:#32685B;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 100px;
	bottom: 20px;
	left: 171px;
	}
/*---------------------------- pop up opacity effect ---------------------------------------------------*/
/*#dropSheet
{
	position: absolute;
	top: 0;
	left: 0;
	z-index:99;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	
}
*/
/*---------------------------- related items start ---------------------------------------------------*/
.rel-box {
	border-top:2px solid #57A44E;
	clear: both;
}

/*------------------------------- category page styles start ------------------------------------------------*/

.products-holder-firefox {
	width: 100%;
}

.product-list {
	height: auto;
	width: 98%;
	text-align: left;
	float: left;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
}
.product-list2 {
	height: 270px;
	width: 48%;
	text-align: left;
	float: left;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
}

.cat-hotspot-1 {
	margin-bottom: 4px;
	margin-left: 5px;
	margin-top: 5px;
}
.cat-intro-1 {
	margin-bottom: 4px;
	margin-left: 5px;
	margin-top: 5px;
}
/*-------- Sub category styles start -------*/

.SubCatmenu {
	width:100%;
}

    #SubCat {
	float:left;
	font-size:12px;
	line-height:normal;
	background-color: transparent;
	overflow: hidden;
	width: 100%;
	font-weight: normal;
      }
    #SubCat ul {
	margin:0;
	list-style:none;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 0px;
      }
    #SubCat li {
      display:inline;
      margin:0;
      padding:0;
      }
    #SubCat a {
      float:left;
      background:url(../images/SubCatleft-shadow.png) no-repeat left top;
      margin:0;
      padding:0 0 0 17px;
      text-decoration:none;
	  font-weight: normal;
	  font-size:12px;
      }
    #SubCat a span {
	float:left;
	display:block;
	background:url(../images/SubCatright-shadow.png) no-repeat right top;
	color:white;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 14px;
	padding-bottom: 12px;
	padding-left: 1px;
	font-size:12px;
	white-space: nowrap;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #SubCat a span {float:none;}
    /* End IE5-Mac hack */
    #SubCat a:hover span {
    color:#FFF;
	font-weight: normal;
      }
    #SubCat a:hover {
      background-position:0% -31px;
      }
    #SubCat a:hover span {
      background-position:100% -31px;
      }  

/*-------- Sub category styles end -------*/

.cat-hotspot-2 {
	margin-left: 30px;
	width: 90%;
	margin-top: 12px;
	margin-bottom: 12px;
}

.more-details {
	padding: 1px 3px 2px;
	border: 1px solid;
	border-color: #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #32685B;
	font-size: 90%;
	text-align: center;
	white-space: nowrap;
	width: 110px;
	margin-left: 10px;
}

a:hover .more-details {
	padding: 1px 3px 2px;
	border: 1px solid;
	border-color: #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #17312C;
	font-size: 90%;
	text-align: center;
	white-space: nowrap;
	width: 110px;
	margin-left: 10px;
}

.cat-prod-image {
	text-align: center;
	float: right;
	border: 3px solid #57A44E;
	padding: 10px;
	background-color: #FFFFFF;
}

.prod-img-link img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.cat-prod-link a:link {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.cat-prod-link a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.cat-prod-link a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #EADC03;
	text-decoration: none;
	text-align: center;
}
.cat-prod-link a:active {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.product-link {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	margin-bottom: 4px;
	height: auto;
	font-size: 14px;
	margin-left: 0px;
	background-color: #57A44E;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.cat-prod-description {
	text-align: left;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 12px;
	height: 30px;
	margin-left: 5px;
}

.cat-prod-price {
	font-weight: bold;
	text-align: right;
	margin-top: 4px;
	margin-bottom: 12px;
	font-size: 14px;
	margin-left: 5px;
	color: #000000;
}

.cat-buy-now {
	text-align: right;
	line-height: 32px;
	width: auto;
	margin-right: 200px;
}
.body-prod-content .product-list .cat-buy-now label {
	text-align: right;
}
.body-prod-content #firefox-holder .product-list2 .cat-buy-now {
	margin-right: 0px;
	text-align: left;
}
.body-prod-content #firefox-holder .product-list2 .cat-buy-now .cat-prod-price {
	text-align: left;
	text-indent: 40px;
}
.body-prod-content #firefox-holder .product-list2 .add-button .cat-prod-price {
	text-align: left;
}
.body-prod-content #firefox-holder .product-list2 .add-button .cat-prod-price .quantity {
	color: #57A44E;
}
.body-prod-content .product-list .cat-prod-price {
	margin-right: 200px;
}
.body-prod-content .product-list .cat-buy-now .cat-prod-price {
	margin-right: 0px;
}
.body-prod-content .product-list .cat-prod-price .quantity {
	color: #57A44E;
}

/*--------------------------------------- product page styles start ---------------------------------------*/

.body-prod-content h1 {
	color: #FFFFFF;
	background-color: #57A44E;
	padding: 5px;
	background-image: url(../images/header-backgrnd-green.png);
	background-repeat: repeat-x;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.body-content-info h1 {
	color: #FFFFFF;
	background-color: #57A44E;
	padding: 5px;
	background-image: url(../images/header-backgrnd-green.png);
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 9px;
}

.body-content h1 {
	color: #FFFFFF;
	background-color: #57A44E;
	padding: 5px;
	background-image: url(../images/header-backgrnd-green.png);
	background-repeat: repeat-x;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.prod-hotspot-1 {
	margin-top: 25px;
	margin-bottom: 4px;
	margin-left: 5px;
}
.prod-image-holder {
	clear: both;
}
.prod-image {
	margin-bottom: 15px;
	margin-right: 20px;
	margin-top: 15px;
	margin-left: 20px;
	float: left;
}
.prod-image2 {
	margin-bottom: 15px;
	margin-right: 20px;
	margin-top: 15px;
	margin-left: 20px;
	float: left;
}
.prod-image3 {
	margin-bottom: 15px;
	margin-right: 20px;
	margin-top: 15px;
	margin-left: 20px;
	float: left;
}
.prod-buy-now {
	margin-top: 8px;
	margin-left: 5px;
	text-align: left;
	float: left;
	margin-right: 20px;
}

.prod-image {
	margin-bottom: 10px;
	background-color: #FFFFFF;
	float: right;
	margin-left: 10px;
	border-top: none;
	border-right: 3px solid #57A44E;
	border-bottom: 3px solid #57A44E;
	border-left: 3px solid #57A44E;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
}

.prod-summary {
	margin-top: 10px;
	margin-bottom: 4px;
	margin-left: 5px;
}

.prod-price {
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 5px;
	text-align: left;
	color: #3BAA28;
	font-size: 12px;
}

.prod-description {
	margin-top: 25px;
	margin-bottom: 4px;
	margin-right: 13px;
	margin-left: 5px;
	text-align: left;
}

.prod-hotspot-2 {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 5px;
}

.prod-hotspot-3 {
	margin-left: 5px;
	margin-bottom: 12px;
	clear: both;
}

.add-button {
	padding-left: 43px;
	bottom: 28px;
}




/*---------------------------------------------- Search styles -----------------------------------------------*/

.search-message {
	margin-bottom: 4px;
	margin-left: 5px;
	margin-top: 5px;
}

.search-li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #333333;
	text-decoration: none;
	margin-bottom: 5px;
}

.search-li a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #57A44E;
	text-decoration: none;
}

.search-li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #57A44E;
	text-decoration: none;
}

.search-li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
	text-decoration: none;
}
.search-li a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #57A44E;
	text-decoration: underline;
}

.search-right {
	text-align:right;
}
.line {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #59A74F;
	margin-top: 10px;
	padding-top: 10px;
}

/*---------------------------------------------- Cart styles -----------------------------------------------*/
.nopcart {
  padding: 5px;
}
input.nopbutton {
	color:#32685B;
	font-size: 12px;
	font-weight: bold;
}

.nopheader{
  padding: 5px;
}

.nopentry {
  padding: 5px;
}

.noptotal {
  padding: 5px;
}

.cart-pos {
	padding: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
.checkout-message {
	margin-bottom: 4px;
	margin-left: 5px;
	margin-top: 5px;
}
.voucher-checkout {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
}

/*--------------------------------------- info page links  ---------------------------------------------*/
.body-prod-content .body-content-info a {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #57A44E;
	text-decoration: none;
}
.body-prod-content .body-content-info a:visited {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #57A44E;
	font-weight:normal;
	text-decoration: none;
}
.body-prod-content .body-content-info a:hover {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #1E7BDA;
	font-weight:normal;
	text-decoration: none;
}
.body-prod-content .body-content-info a:active {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #57A44E;
	font-weight:normal;
	text-decoration: none;
}

/*--------------------------------------- The footer  ---------------------------------------------*/

.footerline {
	height: 81px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/footer-repeat-green.png);
	background-repeat: repeat-x;
	padding-top: 18px;
}
.footerline img {
	float: right;
}
.footerline p {
	text-align: center;
}

/*---------------------------------------------- left menu -----------------------------------------------*/
.body-content .product-list label {
	margin-left: 5px;
}
.clear {
clear:both;
}
/*---------------------------- Default Index Page ---------------------------------------------------*/
.banner-style p img {
	top: -20px;
	position: absolute;
	left: -10px;
}
.banner-style img {
	left: 10px;
	position: absolute;
	top: -5px;
}

.banner-style p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #FFFFFF;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 300px;
	text-align: left;
}

.banner-info-text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	position: absolute;
	top: 80px;
	width: 380px;
	font-weight: bold;
	text-align: right;
	right: 20px;
}

.index-text-box {
	background-color: #fff;
	margin-bottom: 12px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.index-text-box2 {
	background-color: #fff;
	margin-bottom: 12px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.index-prod-holder {
	background-color: #ffffff;
	margin-left: 0px;
	margin-bottom: 12px;
	width: 98%;
}
.latest-prod {
	width:48%;
	background-color: #C4EABF;
	min-height: 125px;
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9FEA93;
}
.latest-prod img {
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

.latest-prod p {
	padding-top: 10px;
	padding-right: 10px;
}

.latest-prod-spacer {
	height:125px;
	width:20px;
	float: left;
}
.index-text-box img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9FEA93;
}




.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*-------------------------------subcat code ------------------------------------*/

.catsub-prod-holder {
	background-color: #ffffff;
	margin-left: 0px;
	margin-bottom: 5px;
	width: 100%;
}
.catsub-prod {
	width:31%;
	background-color: #C4EABF;
	float: left;
	margin-right: 2%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9FEA93;
	margin-top: 5px;
}
.catsub-image {
	float: left;
	margin-right: 5px;
}
.catsub-prod-text {
	padding: 6px;
}
.catsub-prod-link {
	background-color:#C4EABF;
	text-align: center;
	color: #FFFFFF;
	width: 100%;
	display:block;
	background-image: url(../images/subcat.png);
	background-repeat: repeat-x;
	height: 24px;
	line-height: 22px;
}
.catsub-prod-link a:link {
	background-color:#C4EABF;
	text-align: center;
	color: #FFFFFF;
	width: 100%;
	display:block;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/subcat.png);
	background-repeat: repeat-x;
	height: 24px;
}
.catsub-prod-link a:visited {
	background-color:#C4EABF;
	text-align: center;
	width: 100%;
	display:block;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(../images/subcat.png);
	background-repeat: repeat-x;
	height: 24px;
}
.catsub-prod-link a:hover {
	background-color: #32685B;
	text-align: center;
	width: 100%;
	display:block;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #EADC03;
	background-image: url(../images/subcat2.png);
	background-repeat: repeat-x;
	height: 24px;
}
.catsub-prod-link a:active {
	background-color:#C4EABF;
	text-align: center;
	width: 100%;
	display:block;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(../images/subcat.png);
	background-repeat: repeat-x;
	height: 24px;
}
/*----------------------------  editor style ---------------------------------------------------*/
	
.text-left {
	text-align:			left;
}
.text-right {
	text-align:			right;
}
.text-centre {
	text-align:			center;
}
.text-justify {
	text-align:			justify;
}
.text-colour1 {
	color:				red;
	font-weight: 		bold;
}
.text-colour2 {
	color:				green;
	font-weight: 		bold;
}
.text-colour3 {
	color:				#A52A2A;
	font-weight: 		bold;
}
.text-colour4 {
	color:				blue;
	font-weight: 		bold;
}
.text-colour5 {
	color:				#FF9900;
	font-weight: 		bold;
}
.text-colour6 {
	color:				#9900FF;
	font-weight:		bold;
}
.text-small {
	font-size:			80%;
}
.text-large {
	font-size:			120%;
}
.text-larger {
	font-size:			140%;
}
.image-left {
	float:left;
	margin-right: 		10px;
}
.image-right {
	float:right;
	margin-left: 		10px;
}
