body  {
	background: #FFF url(../images/bg.gif) repeat-y center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #536039;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

* {
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none;
}

.wrapper #container {
	width: 960px;  
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

h1 {
	color: #C02221;
}

h2 {
	color: #C02221;
}

.wrapper #header {
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
} 

q {
	font-weight: normal;
	font-style: italic;
	color: #C02221;
}

.wrapper #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: url(../images/logo.gif);
	height: 100px;
	width: 590px;
	text-indent: -9999px;
}

.wrapper #header ul {
	background: #404F24;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style-type: none;
	width: 100%;
	height: 42px;
	font-size: 1.3em;
	margin-bottom: 5px;
}

.firstNavItem {
	padding-left: 32px;
}

#siteTools {
	width: 286px;
	text-align: right;
	position: absolute;
	left: 663px;
	top: 19px;
	color: #666;
}

#MiniSiteHeader {
	width: 266px;
	text-align: right;
	position: absolute;
	left: 683px;
	top: 19px;
	color: #666;
}

.wrapper #header #siteTools a {
	color: #666;
	padding: 0px;
	font-weight: bold;
	font-size: 1.0em;
}

.wrapper #header #MiniSiteHeader {
	color: #666;
	padding: 0px;
	font-weight: bold;
	font-size: 1.1em;
}

.wrapper #header li {
	background: url(../images/menu_bevel.gif) no-repeat right;
	float: left;
}
.wrapper #header li.lastItem {
	background: url(none);
}

.wrapper #header a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
	line-height: 40px;
}
.wrapper #header a:hover {
	text-decoration: underline;
}

.wrapper #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 0px;
	margin: 0px;
}

.wrapper #mainContent {
	margin: 0 220px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0px 0px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
} 

.wrapper #footer {
	padding: 0 10px 0 20px;
	clear: both;
} 

.wrapper #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.wrapper #footer a {
	color: #666666;
	padding: 0px;
	font-weight: bold;
	font-size: 1.0em;
	text-decoration: none;
}
.wrapper #footer a:hover {
	text-decoration: underline;
}



.panel {
	border-bottom: 5px solid #404F24;
	clear: both;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
.panel .about_buy_local {
	background: url(../images/about_buy_local.gif) no-repeat left top;
	height: 93px;
	width: 200px;
	text-indent: -9999px;
}
.panel a {
	color: #ADB291;
}


.panel h4 {
	color: #FFFFFF;
	background: #ADB291;
	width: 190px;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	font-size: 1.3em;
}
.panel h5 {
	font-size: 1.3em;
	color: #ADB291;
	padding-top: 5px;
}

.panel ul {
	width: 100%;
}

.panel li {
	color: #C02221;
	list-style-type: none;
	display: block;
	width: 100%;
	background: url(../images/panel_li.gif) 10px no-repeat center;
	line-height: 25px;
	border-bottom: 1px solid #CCCCCC;
}

.panel li.lastItem {
	border-bottom: none;
}

.panel li a {
	color: #C02221;
	text-decoration: none;
	width: 90%;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 30px;
}
.panel img {

}

.floatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.floatLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
  height:0px;
  font-size: 1px;
  line-height: 0px;
}

.centre {
	text-align: center;
	width: 100%;
}

#mainContent {
	font-size: 1.2em;
	line-height: 1.4em;
}

#mainContent h1 {
	font-size: 1.4em;
	font-weight: bold;
	font-family: Tahoma;
	text-transform: uppercase;
}

#mainContent h2 {
	margin-top: 5px;
	font-size: 1.2em;
	font-weight: normal;
	font-family: Tahoma;
}

#mainContent p {
	margin: 10px 0px 0px;
}

#mainContent li {
	list-style-type: none;
	background: url(../images/li-tick.gif) no-repeat left top;
	padding-left: 20px;
	color: #404F24;
	line-height: 1.7em;
}
#mainContent a {
	color: #404F24;
}
#mainContent a:hover {
  text-decoration:none;
}


#bannerImage {
	padding: 0px;
	margin: 0px;
	width: 727px;
	height: 96px;
	background: transparent url(../images/banner_1_s.jpg) no-repeat left top;
	border-bottom: 5px solid #404F24;
	padding-bottom: 4px;
}

#subNav {
	float: left;
	width: 200px;
	border-bottom: 4px solid #404F24;
	margin: 0px;
	padding: 0px;
}

#subNav li {
	background: #EAEBE3;
	color: #404F24;
	border-bottom: 1px solid #FFF;
	padding-left: 10px;
}

#subNav li a {
	color: #404F24;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.8em;
}
#subNav li a:hover {
	color: #C02221;
}

#subNav li.subHeader {
	border-bottom: none;
	font-size: 0.9em;
	color: #C02221;
	font-weight: bold;
}
#subNav li.subHeader a {
	text-decoration: none;
}
#subNav li.subHeader a:hover {
	text-decoration: none;
	color: #C02221;
}

#subNav li.subItem {
	border-bottom: none;
	font-size: 0.9em;
}
#subNav li.subItem a {
	text-decoration: none;
}
#subNav li.subItem a:hover {
	text-decoration: none;
	color: #C02221;
}










.newsletterText {
	color: #C02221;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#newsletterImg {
	background: url(../images/news_update.gif) no-repeat left center;
	position: absolute;
	height: 81px;
	width: 111px;
	left: 890px;
	top: 622px;
}
#tellAFriendImg {
	background: url(../images/tellAfriend.gif) no-repeat left center;
	position: absolute;
	height: 81px;
	width: 111px;
	left: 890px;
	top: 760px;
}
.postcodeChecker {
	height: 110px;
	width: 100%;
	background-color: #C02221;
	padding:10px;
}
.postcodeChecker p {
	color: #FFFFFF;
	font-weight: bold;
}








.homeStub {
	border-bottom: 4px solid #C02221;
	background: url(../images/vans_s.jpg) no-repeat right bottom;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 100%;
}
.homeStub p {
	color: #536039;
}


#centerContent {
	margin-left: 220px;
	padding-top: 20px;
}
#centerContent   .events h1 {
	color: #537E12;
	font-size: 1.1em;
	margin-top: 0px;
}
#centerContent img {
	display: block;
}




.events {
	margin-top: 1em;
}
.events img {
	float: left;
	padding-right: 10px;
}
.events h2 {
	color: #8FC740;
}
.events a {
	color: #ADB291;
}


.inset {
	color: #404F24;
}

.pnlSupplier {
	border-bottom: 1px solid #C02221;
	padding-top: 10px;
}

.pnlSupplier a {
	color: #8FC740;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.9em;
}

.supplierDetails {
	margin-left: 150px;
	width: 340px;
	height: 140px;
}
#mainContent .pnlSupplier h1 {
	background: #D6D8C8;
	color: #404F24;
	font-size: 1.1em;
	font-weight: normal;
	padding-left: 1em;
	margin-top: 0px;
}
#mainContent   .pnlSupplier  p {
	color: #000000;
	font-size: 1em;
	margin-left: 12px;
}


.ruledBase {
	border-bottom: 4px solid #C02221;
	padding-bottom: 10px;
}
.signature {
	text-align: right;
	font-weight: normal;
	color: #404F24;
	padding-bottom: 2px;
	padding-right: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADB291;
	padding-left: 2px;
}
.goButton {
	padding-left: 5px;
	vertical-align: middle;
	display: inline !important;
}

.pnlShop {
	background: #f5f5f0;
	height: 265px;
	width: 156px;
	border: 2px solid #e5e5da;
	float: left;
	margin-top: 20px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#mainContent  .pnlShop h1 {
	color: #404F24;
	font-size: 1.0em;
	margin: 0px;
	padding: 5px 5px 0px;
}
#mainContent  .pnlShop p {
	font-size: 0.9em;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 1.4em;
	margin-top: 0px;
	padding-top: 0px;
}

#mainContent  .pnlShop img {
	padding-top: 3px;
	padding-left: 3px;
}
#mainContent #pnlLogin {
	background: #404F24;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFFFFF;
	line-height: 1.8em;
	padding-bottom: 10px;
}
#pnlLogin h1 {
	color: #D6D8C8;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 0px;
}
#pnlLogin label {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.8em;
}
#pnlLogin a {
	color: #D6D8C8;
	padding: 0px;
	font-weight: bold;
	font-size: 1.0em;
	text-decoration: none;
}
#pnlLogin a:hover {
	text-decoration: underline;
}




#shopContext {
}
#shopContext img {
	display: inline;
	vertical-align: middle;
	padding-left: 0.5em;
}

#shopContext h1 {
	color: #404F24;
	font-size: 1.25em;
	text-transform: uppercase;
	vertical-align: middle;
	line-height: 1.8em;
}
#shopContext h2 {
	color: #404F24;
	font-size: 1.25em;
	margin-left: 1.5em;
}

#shopContext  h3 {
	color: #404F24;
	font-size: 1em;
	font-weight: bold;
	background: #D6D8C8;
	padding-top: .2em;
	padding-bottom: 0.2em;
	margin-right: 170px;
	padding-left: .5em;
}
#shopContext  h4 {
	color: #CC3333;
	font-size: 1em;
	font-weight: bold;
	background: #D6D8C8;
	padding-top: .2em;
	padding-bottom: 0.2em;
	margin-right: 170px;
	padding-left: .5em;
}

#shopContext .shopMinus {
	background: url(../images/sym_minus.gif) no-repeat left center;
	display: block;
	padding-left: 18px;
}
#shopContext .shopPlus {
	background: url(../images/sym_plus.gif) no-repeat left center;
	display: block;
	padding-left: 18px;
}

#shopContext p {
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
}
#shopContext  .pnlProductBox {
	margin-left: 4em;
	padding: .5em 0em;
	border-bottom: 1px solid #AD1724;
	margin-top: .5em;
	margin-bottom: .5em;
}



#shopContext .Consideration {
	background: #F5F5F0;
	border: 2px solid #E5E5DA;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 440px;
	padding: 5px;
	font-size: 0.9em;
	color: #404F24;
}
#shopContext  .pnlConsiderationProductBox {
	padding: .5em 0em;
	margin-top: .5em;
	font-size: 1.0em;
}

#shopContext  .pnlConsiderationProductBox h3 {
	color: #404F24;
	font-size: 0.8em;
	font-weight: bold;
	background: #D6D8C8;
	padding-top: .1em;
	padding-bottom: 0.1em;
	margin-right: 100px;
	padding-left: .5em;
	height: 15px;
}
#shopContext  .pnlConsiderationProductBox h3 a {
	color: #404F24;
	padding: 0px;
	font-weight: bold;
	font-size: 1.0em;
	text-decoration: underline;
}


#shopContext  .shopConsiderationQuantity {
	font-size: 0.9em;
}
#shopContext  h4 {
	color: #CC3333;
	font-size: 0.8em;
	font-weight: bold;
	background: #D6D8C8;
	padding-top: .1em;
	padding-bottom: 0.1em;
	margin-right: 100px;
	padding-left: .5em;
	height: 15px;
}
#shopContext .shopConsiderationProductImage {
	float: right;
	padding-top: 5px;
	margin-left: 5px;
}
#shopContext .shopConsiderationPrice {
	color: #CC3333;
	font-weight: bold;
}





#shopContext .price {
	color: #CC3333;
}
#shopContext .label1 {
	color: #404F24;
}
#shopContext label {
	font-size:1.1em; 
}
#shopContext .addToBasket {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-right: .75em;
	height: auto;
	padding-top: 1em;
	padding-bottom: 1em;
}
#shopContext .linkSupplier a strong {
	color: #000000;
}
#shopContext  .linkSupplier a {
	color: #404F24;
	text-decoration: none;
}
#shopContext .ratethis {
	font-size: 0.9em;
	padding-left: 0em;
}

.hrFine {
	height: 1px;
	border-top: 1px solid #C02221;
	margin-top: 1em;
}
#shopContext .shopProductImage {
	float: right;
	padding-top: 10px;
	margin-left: 10px;
}
#shopContext .shopConsiderationProduct {
	padding-top: 5px;
	padding-bottom: 5px;
}
.shopProductImage img {
	padding-bottom: 5px;
}
.pnlFeatures {
	border-top: 1px solid #AD1724;
	border-bottom: 1px solid #AD1724;
	padding-bottom: 1em;
	margin-bottom: 1em;
}


.pnlProductSearch {
	position: absolute;
	left: 405px;
	top: 125px;
	width: 333px;
	text-align: right;
}
#mainContent   .pnlProductSearch .btnProductSearch {
	display: inline;
	vertical-align: bottom;
	padding-left: 5px;
}
.smallPrint {
	font-size: .9em;
	color: #000000;
}

.defra {
	padding: 0 10px 0 20px;
	clear: both;
} 
.defra p {
	padding: 0 10px 0 20px;
	clear: both;
	font-size: 0.8em;
	text-align:justify;
} 

#mainContent .hometext {
	padding: 0 10px 0 0;
	width: 550px;
} 
#mainContent .hometext p {
	padding: 0 10px 0 0;
} 



.bloglink {
	color: #C02221;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a.bloglink:link {
	text-decoration: none;
}
a.bloglink:visited {
	text-decoration: none;
}
a.bloglink:hover {
	text-decoration: none;
}

#mainContent .blogfooter {
	color: #888888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
#mainContent .blogfooter a {
	color: #888888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#mainContent .blogfooter a:visited {
	color: #888888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#mainContent .blogfooter a:hover {
	color: #888888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

#mainContent .pnlShopCategory {
	background: #f5f5f0;
	border: 2px solid #e5e5da;
	margin-top: 20px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 490px;
}
#mainContent .pnlShopCategory h1 {
	font-size: 1.2em;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: bold;
	text-decoration: none;
}
#mainContent .pnlShopCategory a {
	font-size: 1.1em;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: bold;
	text-decoration: none;
}
#mainContent .pnlShopCategory a:hover {
	color: #C02221;
}
#mainContent .pnlShopCategory p {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

/* Shop product pagination */
#mainContent .shopPagination {
	font-size: 0.9em;
	font-weight: bold;
	float: left;
}
#mainContent .shopPagination A {
	text-decoration: none;
}
#mainContent .shopPagination A:hover {
	color: #C02221;
	text-decoration: none;
}
#mainContent .shopPaginationCurrentPage {
	color: #C02221;
	font-weight:bold
}

/* Shop breadcrumb trail */
#mainContent .shopBreadcrumb {
	background: #F5F5F0;
	border: 2px solid #E5E5DA;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 485px;
	padding: 5px;
	font-size: 0.9em;
	color: #404F24;
}
#mainContent .shopBreadcrumb A {
	text-decoration: none;
	font-weight: bold;
	color: #404F24;
}
#mainContent .shopBreadcrumb A:hover {
	color: #C02221;
	text-decoration: none;
}
#mainContent .shopCheckBox {
	font-size: 0.9em;
}





.pnlAssociateProductBox {
	margin-left: 4em;
	padding: .5em 0em;
	border-bottom: 1px solid #AD1724;
	margin-top: .5em;
	margin-bottom: .5em;
}
.pnlAssociateProductBox h3 {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 0.1em;
}

.Associations {
	background: #F5F5F0;
	border: 2px solid #E5E5DA;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 380px;
	padding: 5px;
	font-size: 0.9em;
	color: #404F24;
}












