/*====================================================================================================*/
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0px;
	margin: 0px;
	background-color: #e1eecd;
	background-image: url(../images/css/pagebg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
input, select, textarea, button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #004812;
}
.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	/*background-image: url(../images/css/containerbg.gif);*/
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*====================================================================================================*/
.header {
	background-image: url(../images/css/bgheader.png);
	background-repeat: no-repeat;
	height: 187px;
}
.hlogo {
	float: left;
	height: 101px;
	width: 465px;
	padding: 25px;
}
.hminicart {
	float: right;
	margin: 20px;
	background-color: #ffffff;
	color: #004812;
	width: 200px;
}
.hminicart em strong {
	display: block;
	padding: 3px;
	font-style: normal;
}
.hminicart p {
	display: block;
	padding: 5px 5px 5px 35px;
	margin: 0px 2px 2px 2px;
	background-color: #c3de9a;
	background-image: url(../images/css/basketicon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 15px;
	height: 55px;
}
.hminicart a {
	text-decoration: none;
	color: #004812;
}
.hmenusearch {
	clear: both;
	height: 25px;
}
.hmenu {
	float: left;
	width: 750px;
	height: 25px;
	line-height: 25px;
}
.hmenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.hmenu ul li {
	display: inline;
}
.hmenu ul li a {
	text-decoration: none;
	color: #004812;
	padding-left: 11px;
	padding-right: 10px;
	background-image: url(../images/css/gradbgdark.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.hmenu ul li:first-child a {
	background-image: none;
}
.hsearch {
	float: left;
	width: 250px;
	height: 25px;
	line-height: 25px;
}
.hsearch form {
	padding: 0px;
	margin: 0px;
	color: #004812;
}
.hsearch form label {
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	width: 95px;
	padding-left: 15px;
}
.hsearch form input {
	border: none;
	margin: 0px;
	padding: 0px;
	height: 25px;
}
.hsearch form input::-moz-focus-inner {
	/*because firefox is special*/
	border: 0;
	padding: 0;
}
.hsearch #xs {
	display: block;
	float: left;
	width: 98px;
	background-color: transparent;
	line-height: 24px;
}
.hsearch #searchSubmit {
	display: block;
	float: left;
	background-color: transparent;
	width: 25px;
}
/*====================================================================================================*/
.left {
	float: left;
	width: 170px;
	margin-left: 10px;
}
.middle {
	float: left;
	width: 620px;
	margin-left: 10px;
	color: #666666;
	min-height: 500px;
}
.right {
	float: left;
	width: 170px;
	margin-left: 10px;
	
}
.footer {
	clear: both;
	padding: 10px;
	text-align: center;
	color: #004812;
}
.footer a {
	color: #004812;
	text-decoration: none;
}
/*====================================================================================================*/
.left h1 {
	font-size: small;
	line-height: 25px;
	color: #ffffff;
	background-image: url(../images/css/gradbgdark.gif);
	background-repeat: repeat-x;
	margin: 0px;
	text-indent: 10px;
}

/*Added 23/06/2011 - SEO Ammend*/
.left h3 {
	font-size: small;
	line-height: 25px;
	color: #ffffff;
	background-image: url(../images/css/gradbgdark.gif);
	background-repeat: repeat-x;
	margin: 0px;
	text-indent: 10px;
}
/*End*/

.left ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
.left ul li a {
	text-decoration: none;
	display: block;
	height: 25px;
	line-height: 25px;
	color: #004812;
	background-image: url(../images/css/gradbglight.gif);
	background-repeat: repeat-x;
	margin-top: 1px;
	text-indent: 10px;
}
.left ul li a:hover {
	color: #ffffff;
	background-image: url(../images/css/gradbgmid.gif);
}
.left form {
	background-color: #f0f7e6;
	background-image: url(../images/css/gradbglight.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px;
	color: #004812;
}
.left form label {
	display: block;
	clear: both;
	margin-top: 5px;
}
.left form input[type=text], .left form input[type=password] {
	width: 144px;
}
.left form input[type=submit] {
	margin-top: 5px;
	margin-left: 47px;
	width: 56px;
	height: 18px;
	line-height: 18px;
	padding: 0px;
	border: none;
	background-image: url(../images/css/buttonsmall.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#addtocart input[type=submit] {
	width: 56px;
	height: 18px;
	line-height: 18px;
	padding: 0px;
	border: none;
	background-image: url(../images/css/buttonsmall.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*====================================================================================================*/
.middle h1 {
	font-size: large;
	font-weight: lighter;
	color: #004812;
}
.middle h2 {
	font-size: large;
	font-weight: lighter;
	color: #004812;
}

.middle h3 {
	font-size: large;
	font-weight: lighter;
	color: #000000;
	margin-bottom:4px;
}
.middle h3 span{
	color: #000000;
	font-size:small;
	font-weight:bold;
}

.middle h1 span {
	font-size: small;
	font-weight: bold;
	color: #004812;
}

/*SEO Ammend - 28/06/2011*/
.middle h2 span {
	font-size: large;
	font-weight: lighter;
	color: #004812;
}
/*End*/

.middle a {
	color: #004812;
	text-decoration: none;
}
/*====================================================================================================*/
.homerange {
	width: 206px;
	float: left;
}
.homerangemiddle {
	width: 206px;
	float: left;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
.homerange h1, .homerangemiddle h1 {
	color: #004812;
	font-size: small;
	background-image: url(../images/css/gradbgmid.gif);
	line-height: 25px;
	text-indent: 10px;
	margin-top: 1px;
	margin-bottom: 0px;
	font-weight: bold;
}

/*Added 28/06/2011 - SEO Ammend*/
.homerange h2, .homerangemiddle h2 {
	color: #004812;
	font-size: small;
	background-image: url(../images/css/gradbgmid.gif);
	line-height: 25px;
	text-indent: 10px;
	margin-top: 1px;
	margin-bottom: 0px;
	font-weight: bold;
}
/*End*/

.homerange div, .homerangemiddle div {
/*padding: 5px;*/
}
.homerangeclear {
	clear: both;
	font-size: 1px;
	height: 16px;
	background-image: url(../images/css/homerangeclearbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.homerangeprods {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.homerangeprods li {
	display: inline;
}
.homerangeprods li a {
	display: block;
	float: left;
	border: 1px solid #ffffff;
}
.homerangeprods li a:hover {
	border: 1px solid #666666;
}
.greenline {
	clear: both;
	font-size: 1px;
	height: 16px;
	background-image: url(../images/css/greenline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top:5px;
	margin-bottom:5px;
}
/*====================================================================================================*/
.rightprods {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.rightprods li {
	background-color: #f0f7e6;
	background-image: url(../images/css/gradbglight.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.rightprods li a {
	display: block;
	width: 170px;
	background-image: url(../images/css/rightitem.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 10px;
	text-decoration: none;
	color: #004812;
}
.rightprods li a img {
	float: right;
	margin-right: 10px;
	margin-left: 8px;
	margin-top: 10px;
}
.likerightprodsspan {
	font-size: small;
	color: #004812;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	display:block;
}
.likerightprodsh1 {
	font-size: small;
	line-height: 25px;
	color: #ffffff;
	margin: 0px;
	text-indent: 5px;
	font-weight:bold;
	padding:10px;
}
/*====================================================================================================*/
.bestsellers {
border-collapse: collapse;
	background-color: #f0f7e6;
	background-image: url(../images/css/gradbglight.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border:1px solid #56885d;
}
.bestsellers th {
	border-collapse: collapse;
	text-align: left;
	font-size: small;
	height: 25px;
	line-height: 25px;
	color: #ffffff;
	background-image: url(../images/css/gradbgdark.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	text-indent: 10px;
}
.bestsellers td {
	border-collapse: collapse;
	font-size: x-small;
	padding: 3px;

}
.bestsellers a {
/*	display: block;
	margin-top: 5px;
*/	color: #004812;
	text-decoration: none;
	font-weight: bold;
}
.bestsellers form {
	text-align: right;
	padding: 0px;
	margin: 0px;
}
.bestsellers hr {
/*	padding: 0px;
	margin: 0px;
*/	background-color: #56885d;
	color: #56885d;
}

/*====================================================================================================*/
.rightprodsred {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.rightprodsred li {
	background-color: #f7e7e6;
	background-repeat: repeat-x;
	background-position: bottom;
}
.rightprodsred li a {
	display: block;
	width: 170px;
	background-image: url(../images/css/rightitemred.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 10px;
	text-decoration: none;
	color: #004812;
}
.rightprodsred li a img {
	float: right;
	margin-right: 10px;
	margin-left: 8px;
	margin-top: 10px;
}
.rightprodsred li a span {
	font-size: small;
	color: #004812;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	display:block;
}
.rightprodsred li a h1 {
	font-size: small;
	line-height: 25px;
	color: #ffffff;
	margin: 0px;
	text-indent: 5px;
}
/*====================================================================================================*/
.rightprodsorange {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.rightprodsorange li {
	background-color: #feefe2;
	background-repeat: repeat-x;
	background-position: bottom;
}
.rightprodsorange li a {
	display: block;
	width: 170px;
	background-image: url(../images/css/rightitemorange.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 10px;
	text-decoration: none;
	color: #004812;
}
.rightprodsorange li a img {
	float: right;
	margin-right: 10px;
	margin-left: 8px;
	margin-top: 10px;
}
.rightprodsorange li a span {
	font-size: small;
	color: #004812;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	display:block;
}
.rightprodsorange li a h1 {
	font-size: small;
	line-height: 25px;
	color: #ffffff;
	margin: 0px;
	text-indent: 5px;
}

/*Added 23/06/2011 - SEO Ammend*/
.rightprodsorange li a h3 {
	font-size: small;
	line-height: 25px;
	color: #ffffff;
	margin: 0px;
	text-indent: 5px;
}
/*End*/

.rightprodsorange table {
	font-size: smaller;
}
/*====================================================================================================*/
.homeprods {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.homeprods li {
	background-color: #f0f7e6;
	background-image: url(../images/css/gradbglight.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.homeprods li a {
	display: block;
	width: 200px;
	height:140px;
	background-image: url(../images/css/homepageitem.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 10px;
	text-decoration: none;
}
.homeprods li a img {
	float: right;
	margin-right: 16px;
	margin-left: 8px;
	margin-top: 10px;
}
.homeprods li a div {
	font-size: small;
	color: #004812;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.homeprods li a h1 {
	font-size: small;
	line-height: 25px;
	color: #ffffff;
	margin: 0px;
	text-indent: 5px;
}
/*====================================================================================================*/
.imagelist {
	list-style-type: none;
	padding: 0px;
	margin: 10px;
	float: right;
}
.imagelist li a {
	margin-bottom: 10px;
}
/*====================================================================================================*/
.nutinfo {
	border-collapse: collapse;
}
.nutinfo th {
	font-size: small;
	height: 25px;
	color: #ffffff;
	background-image: url(../images/css/gradbgdark.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px 5px 0px 5px;;
	border-collapse: collapse;
	text-align: left;
	white-space: nowrap;
}
.nutinfo td {
	padding: 3px;
	background-color: #f0f7e6;
	border-collapse: collapse;
}
/*====================================================================================================*/
.contactform label {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}
.contactform input, .contactform textarea, .contactform select {
	margin-left: 10px;
}
.contactform #xSubmit {
	display: block;
	clear: both;
	margin-top: 5px;
	width: 56px;
	padding: 0px;
	border: none;
	background-image: url(../images/css/buttonsmall.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.error {
	color: #FF0000;
}
/*====================================================================================================*/
.typetbl {
	width: 100%;
}
.typetblleft {
	width: 30%;
	vertical-align: top;
}
.typetblright {
	width: 70%;
	vertical-align: top;
}
/*====================================================================================================*/
.blender {
	display: block;
	float: left;
	width: 620px;
	height: 349px;
}
.imgdiv {
	width: 620px;
	height: 349px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
/*====================================================================================================*/
.smallprice {
	color: #d61108;
}
/*====================================================================================================*/
.social {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.social li {
/*	display: inline;*/
}
.social li img {
	margin-top: 10px;
}
/*====================================================================================================*/
.prodtable {
	border-collapse: collapse;
}
.prodtable td {
	vertical-align: top;
	padding: 5px;
	border-collapse: collapse;
}
.prodtable h2 {
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-weight: bold;
}
.prodtable p {
	margin: 0px;
	padding: 0px;
}
.altrow td {
	background-color: #e4efdc;
}
/*====================================================================================================*/
.services {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 76px;
}
.services li {
	display: block;
	float: left;
}
/*====================================================================================================*/
.flags {
	list-style-type: none;
	padding: 0px;
	margin: 3px;
}
.flags li {
	display: inline;
}
.flags li a {
	margin-right: 3px;
}
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
