/* Global */

body {
	margin: 10;
	padding: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #58595B;
}
img { vertical-align:top 
}
a img { border: 0 none; 
}
.clearall, .clearfix:after {
    content: ".";
	display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	margin: 0;
}
a, a:link, a:active, a:visited {
    color: #0066FF;
	text-decoration: none;
}
a:hover{
	color: #FF9900;
}
.title{
}
h1 {
	color: #6AB4CD;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	color: #6AB4CD;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul{
	margin: 0px;
	padding: 0px;
}
.hidden{
	display: none;
}
p {
	line-height: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#page{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 785px;
	background-color: #FFFFFF;
}
.header{
	height: 131px;
}
.header_left{
	height: 103px;
	width: 320px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
.header_right{
	height: 123px;
	width: 343px;
	float: right;
	background-image: url(../images/circles.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.logo{
}
#content{
}
#content_left{
	float: left;
	width: 150px;
}
#content_right{
	float: right;
	width: 622px;
	margin-bottom: 20px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.red{
	color: #FF0000;
}






/* global menu */
#menu{
	height: 260px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
a.button, a.button:link, a.button:active, a.button:visited {
	display: block;
	width: 149px;
	height: 37px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
a.button:hover {
	display: block;
	width: 149px;
	height: 37px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
}
a.buttonHit {
	display: block;
	width: 149px;
	height: 37px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
}
#menuHome a.button, #menuHome a.button:link, #menuHome a.button:active, #menuHome a.button:visited {
	background-image: url(../images/menu/homeStack.jpg);
}
#menuHome a.buttonHit, #menuHome a.buttonHit:link, #menuHome a.buttonHit:active, #menuHome a.buttonHit:visited {
	background-image: url(../images/menu/homeStack.jpg);
}
#menuProducts a.button, #menuProducts a.button:link, #menuProducts a.button:active, #menuProducts a.button:visited {
	background-image: url(../images/menu/productsStack.jpg);
}
#menuProducts a.buttonHit, #menuProducts a.buttonHit:link, #menuProducts a.buttonHit:active, #menuProducts a.buttonHit:visited {
	background-image: url(../images/menu/productsStack.jpg);
}
#menuOffers a.button, #menuOffers a.button:link, #menuOffers a.button:active, #menuOffers a.button:visited {
	background-image: url(../images/menu/offersStack.jpg);
}
#menuOffers a.buttonHit, #menuOffers a.buttonHit:link, #menuOffers a.buttonHit:active, #menuOffers a.buttonHit:visited {
	background-image: url(../images/menu/offersStack.jpg);
}
#menuStores a.button, #menuStores a.button:link, #menuStores a.button:active, #menuStores a.button:visited {
	background-image: url(../images/menu/storesStack.jpg);
}
#menuStores a.buttonHit, #menuStores a.buttonHit:link, #menuStores a.buttonHit:active, #menuStores a.buttonHit:visited {
	background-image: url(../images/menu/storesStack.jpg);
}
#menuSignup a.button, #menuSignup a.button:link, #menuSignup a.button:active, #menuSignup a.button:visited {
	background-image: url(../images/menu/signupStack.jpg);
}
#menuSignup a.buttonHit, #menuSignup a.buttonHit:link, #menuSignup a.buttonHit:active, #menuSignup a.buttonHit:visited {
	background-image: url(../images/menu/signupStack.jpg);
}
#menuContact a.button, #menuContact a.button:link, #menuContact a.button:active, #menuContact a.button:visited {
	background-image: url(../images/menu/contactStack.jpg);
}
#menuContact a.buttonHit, #menuContact a.buttonHit:link, #menuContact a.buttonHit:active, #menuContact a.buttonHit:visited {
	background-image: url(../images/menu/contactStack.jpg);
}





/* logo menu */
.featuring{
	height: 60px;
	background-image: url(../images/featuring.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	font-size: 12px;
	color: #999999;
	margin-bottom: 10px;
}
.featuringEnd{
	text-align: center;
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
}
.star{
	font-size: 30px;
}
#logoMenu{
	width: 145px;
	background-image: url(../images/bgFeatures.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.logoItem{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.logoMenuFoot{
	background-image: url(../images/bgFeaturesFoot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 145px;
}


/* Footer Menu */
#footerMenu ul{
	font-size: 12px;
	color: #999999;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 160px;
}
#footerMenu li{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
}




/* Home Page */
.titleHome{
	height: 30px;
	width: 601px;
	background-image: url(../images/titleHome.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 50px;
	color: #E4E4E4;
	font-size: 18px;
	padding-left: 20px;
}
.subHomeHolder{
	height: 41px;
	margin-top: 20px;
}
.subHome{
	float: left;
	width: 400px;
	height: 25px;
	padding-top: 15px;
}
.subHome h2{
	font-size: 24px;
	color: #517A36;
	font-weight: normal;
}
a.goStores, a.goStores:link, a.goStores:active, a.goStores:visited {
	display: block;
	width: 156px;
	height: 41px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/goStore.jpg);
	float: right;
}
a.goStores:hover {
	display: block;
	width: 156px;
	height: 41px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/goStore.jpg);
	float: right;
}
#storesMenu{
	margin-top: 7px;
	margin-bottom: 0px;
	height: 470px;
}
#storesMenuTwo{
	margin-top: 7px;
	margin-bottom: 30px;
	height: 85px;
}
#storesMenu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#storesMenu li{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#storesMenuTwo ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#storesMenuTwo li{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
a.storeButton, a.storeButton:link, a.storeButton:active, a.storeButton:visited {
	display: block;
	width: 192px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-left: 23px;
	padding-top: 195px;
	font-size: 17px;
	color: #517A36;
	text-align: center;
	margin-bottom: 20px;
}
a.storeButton:hover {
	display: block;
	width: 192px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	float: left;
	margin-left: 23px;
	padding-top: 195px;
	font-size: 17px;
	color: #517A36;
	text-align: center;
}
#storeOne a.storeButton, #storeOne a.storeButton:link, #storeOne a.storeButton:active, #storeOne a.storeButton:visited {
	background-image: url(../images/stores/medium/peterlee.jpg);
	margin-left: 0px;
}
#storeTwo a.storeButton, #storeTwo a.storeButton:link, #storeTwo a.storeButton:active, #storeTwo a.storeButton:visited {
	background-image: url(../images/stores/medium/redcar.jpg);
}
#storeThree a.storeButton, #storeThree a.storeButton:link, #storeThree a.storeButton:active, #storeThree a.storeButton:visited {
	background-image: url(../images/stores/medium/northseaton.jpg);
}
#storeFour a.storeButton, #storeFour a.storeButton:link, #storeFour a.storeButton:active, #storeFour a.storeButton:visited {
	background-image: url(../images/stores/medium/sunderland.jpg);
	margin-left: 0px;
}
#storeFive a.storeButton, #storeFive a.storeButton:link, #storeFive a.storeButton:active, #storeFive a.storeButton:visited {
	background-image: url(../images/stores/medium/swansea.jpg);
}
#storeSix a.storeButton, #storeSix a.storeButton:link, #storeSix a.storeButton:active, #storeSix a.storeButton:visited {
	background-image: url(../images/stores/medium/driffield.jpg);
}
a.storeButtonTwo, a.storeButtonTwo:link, a.storeButtonTwo:active, a.storeButtonTwo:visited {
	display: block;
	width: 96px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-left: 9px;
	padding-top: 100px;
	font-size: 12px;
	color: #517A36;
	text-align: center;
}
a.storeButtonTwo:hover {
	display: block;
	width: 96px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	float: left;
	margin-left: 9px;
	padding-top: 100px;
	font-size: 12px;
	color: #517A36;
	text-align: center;
}
#storeSeven a.storeButtonTwo, #storeSeven a.storeButtonTwo:link, #storeSeven a.storeButtonTwo:active, #storeSeven a.storeButtonTwo:visited {
	background-image: url(../images/stores/medium/debradelie.jpg);
}
#storeEight a.storeButtonTwo, #storeEight a.storeButtonTwo:link, #storeEight a.storeButtonTwo:active, #storeEight a.storeButtonTwo:visited {
	background-image: url(../images/stores/medium/Kirkroys.jpg);
}
.quote{
	width: 555px;
	font-size: 16px;
	background-color: #DFF4FF;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	border: 1px solid #003366;
	text-align: center;
	margin: auto;
}
.boxProducts{
	float: left;
	width: 260px;
	background-image: url(../images/bgProducts.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.boxProductsFoot{
	height: 13px;
	width: 260px;
	background-image: url(../images/bgProductsFoot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.boxProducts p{
	padding-left: 8px;
	padding-right: 5px;
	color: #333333;
}
.boxProducts h3{
	padding-left: 8px;
	padding-right: 5px;
	padding-top: 5px;
}
.boxProductsLeft{
	float: left;
	width: 141px;
	padding-top: 45px;
}
.prodImgOne{
	text-align: center;
}
.prodImgTwo{
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
.boxProductsRight{
	float: right;
	width: 112px;
	padding-top: 35px;
}
a.goProducts, a.goProducts:link, a.goProducts:active, a.goProducts:visited {
	display: block;
	width: 110px;
	height: 41px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/goProducts.jpg);
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
a.goProducts:hover {
	display: block;
	width: 110px;
	height: 41px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	background-image: url(../images/goProducts.jpg);
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.boxOffers{
	float: left;
	width: 140px;
	margin-left: 30px;
	background-image: url(../images/headingOffers.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 35px;
}
.offersImg{
	text-align: center;
}
.boxOffers p{
	color: #FFFFFF;
	padding-left: 8px;
	padding-right: 5px;
}
.boxOffers h3{
	color: #FFFFFF;
	padding-left: 8px;
	padding-right: 5px;
	padding-top: 5px;
}
a.goOffers, a.goOffers:link, a.goOffers:active, a.goOffers:visited {
	display: block;
	width: 140px;
	height: 41px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/goOffers.jpg);
}
a.goOffers:hover {
	display: block;
	width: 140px;
	height: 41px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/goOffers.jpg);
}
.boxSignup{
	float: right;
	width: 146px;
	padding-top: 80px;
	background-image: url(../images/bgSignup.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: 254px;
}
.signupImg{
	padding-bottom: 4px;
}
a.goSignup, a.goSignup:link, a.goSignup:active, a.goSignup:visited {
	display: block;
	width: 144px;
	height: 41px;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	background-image: url(../images/goSignup.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}
a.goSignup:hover {
	display: block;
	width: 144px;
	height: 41px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	background-image: url(../images/goSignup.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}






/* Products Page */
.prodIntro{
	padding-top: 20px;
}
.titleProducts{
	height: 30px;
	width: 601px;
	background-image: url(../images/titleProducts.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 50px;
	color: #E4E4E4;
	font-size: 18px;
	padding-left: 20px;
}
.productsOrangeLeftCol{
	width: 300px;
	background-image: url(../images/viewProductsBg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 20px;
	float: left;
}
.productsOrangeRightCol{
	width: 300px;
	background-image: url(../images/viewProductsBg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 20px;
	float: right;
}
.productsOrangeLeftCol h3{
	color: #FFFFFF;
	font-size: 22px;
	font-weight: normal;
}
.productsOrangeRightCol h3{
	color: #FFFFFF;
	font-size: 22px;
	font-weight: normal;
}
.orangeTitle{
	padding: 10px;
	background-image: url(../images/viewProductsBgTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.orangeLeft{
	width: 135px;
	float: left;
}
.orangeImg{
	border: 2px solid #FFFFFF;
	margin-left: 10px;
}
.orangeRight p{
	color: #FFFFFF;
	font-size: 12px;
}
.orangeRight{
	width: 150px;
	float: left;
	height: 100px;
}
a.orangeView, a.orangeView:link, a.orangeView:active, a.orangeView:visited {
	display: block;
	width: 82px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	background-image: url(../images/viewProductsOrange.jpg);
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}
a.orangeView:hover {
	display: block;
	width: 82px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	background-image: url(../images/viewProductsOrange.jpg);
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


.productsWhiteLeftCol{
	width: 300px;
	margin-top: 20px;
	float: left;
	background-image: url(../images/viewProductsBg2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.productsWhiteRightCol{
	width: 300px;
	margin-top: 20px;
	float: right;
	background-image: url(../images/viewProductsBg2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.productsWhiteLeftCol h3{
	color: #FF7021;
	font-size: 22px;
	font-weight: normal;
}
.productsWhiteRightCol h3{
	color: #FF7021;
	font-size: 22px;
	font-weight: normal;
}
a.productsWhiteView, a.productsWhiteView:link, a.productsWhiteView:active, a.productsWhiteView:visited {
	display: block;
	width: 80px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	background-image: url(../images/viewProductsWhite.jpg);
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 3px;
}
a.productsWhiteView:hover {
	display: block;
	width: 80px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	background-image: url(../images/viewProductsWhite.jpg);
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}






/* Offers Page */
.titleOffers{
	height: 30px;
	width: 601px;
	background-image: url(../images/titleOffers.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 50px;
	color: #E4E4E4;
	font-size: 18px;
	padding-left: 20px;
}
.offerRedLeftCol{
	width: 300px;
	background-image: url(../images/viewOffersBg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 20px;
	float: left;
}
.offerRedRightCol{
	width: 300px;
	background-image: url(../images/viewOffersBg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 20px;
	float: right;
}
.offerRedLeftCol h3{
	color: #FFFFFF;
	font-size: 22px;
	font-weight: normal;
}
.offerRedRightCol h3{
	color: #FFFFFF;
	font-size: 22px;
	font-weight: normal;
}
.redTitle{
	padding: 10px;
	background-image: url(../images/viewOffersBgTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.redLeft{
	width: 135px;
	float: left;
}
.redImg{
	border: 2px solid #FFFFFF;
	margin-left: 10px;
}
.redRight p{
	color: #FFFFFF;
	font-size: 12px;
}
.redRight{
	width: 150px;
	float: left;
	height: 100px;
}
a.redView, a.redView:link, a.redView:active, a.redView:visited {
	display: block;
	width: 80px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	background-image: url(../images/viewOffers.jpg);
	float: right;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
}
a.redView:hover {
	display: block;
	width: 80px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	background-image: url(../images/viewOffers.jpg);
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


.offerWhiteLeftCol{
	width: 300px;
	margin-top: 20px;
	float: left;
	background-image: url(../images/viewOffersBg2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.offerWhiteRightCol{
	width: 300px;
	margin-top: 20px;
	float: right;
	background-image: url(../images/viewOffersBg2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.offerWhiteLeftCol h3{
	color: #FF173E;
	font-size: 22px;
	font-weight: normal;
}
.offerWhiteRightCol h3{
	color: #FD1B41;
	font-size: 22px;
	font-weight: normal;
}
.whiteTitle{
	padding: 10px;
	background-image: url(../images/viewOffersBgTop2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.whiteTitleProds{
	padding: 10px;
	background-image: url(../images/viewProductsBgTop2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.whiteLeft{
	width: 135px;
	float: left;
	height: 100px;
}
.whiteImg{
	border: 2px solid #FFFFFF;
	margin-left: 10px;
}
.whiteRight p{
	font-size: 12px;
}
.whiteRight{
	lient puts in too much textwidth: 150px;
	float: left;
	height: 100px;
	width: 150px;
}
a.whiteView, a.whiteView:link, a.whiteView:active, a.whiteView:visited {
	display: block;
	width: 80px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	background-image: url(../images/viewOffersWhite.jpg);
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 3px;
}
a.whiteView:hover {
	display: block;
	width: 80px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	background-image: url(../images/viewOffersWhite.jpg);
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}





/* Full Views */
.fullTitleOffer{
	font-size: 28px;
	color: #FF183C;
	padding-top: 20px;
	padding-bottom: 10px;
}
.fullTitleProduct{
    font-size: 28px;
	color: #FF7021;
	padding-top: 20px;
	padding-bottom: 10px;
}
.fullImgOffer{
	border: 1px solid #FF183C;
	float: left;
}
.fullImgProduct{
    border: 1px solid #FF7021;
	float: left;
}
.fullTxt{
	float: left;
	padding-left: 20px;
	width: 315px;
}
a.offersBack, a.offersBack:link, a.offersBack:active, a.offersBack:visited {
	display: block;
	width: 150px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	background-image: url(../images/offersBack.jpg);
	float: left;
	margin-top: 20px;
}
a.offersBack:hover {
	display: block;
	width: 150px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	background-image: url(../images/offersBack.jpg);
	float: left;
	margin-top: 20px;
}
a.productsBack, a.productsBack:link, a.productsBack:active, a.productsBack:visited {
	display: block;
	width: 170px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	background-image: url(../images/productsBack.jpg);
	float: left;
	margin-top: 20px;
}
a.productsBack:hover {
	display: block;
	width: 170px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	background-image: url(../images/productsBack.jpg);
	float: left;
	margin-top: 20px;
}



/* Full Views Products Extra */
.productsExtraHolder{
	background-image: url(../images/productsExtraBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 619px;
	margin-top: 20px;
}
.productsExtraHolder h2{
	color: #FFFFFF;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}
.productsExtraLeft{
	float: left;
	margin-top: 12px;
	margin-right: 12px;
	margin-left: 12px;
}
.productsExtraRight{
	padding-top: 10px;
	padding-right: 20px;
}
.productsExtraFoot{
	background-image: url(../images/productsExtraFoot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	width: 619px;
}



/* Full Offers Products Extra */
.offersExtraHolder{
	background-image: url(../images/offersExtraBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 619px;
	margin-top: 20px;
}
.offersExtraHolder h2{
	color: #FFFFFF;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}
.offersExtraLeft{
	float: left;
	margin-top: 12px;
	margin-right: 12px;
	margin-left: 12px;
}
.offersExtraRight{
	padding-top: 10px;
	padding-right: 20px;
}
.offersExtraFoot{
	background-image: url(../images/offersExtraFoot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	width: 619px;
}






/* Stores */
.titleStores{
	height: 30px;
	width: 601px;
	background-image: url(../images/titleStores.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 50px;
	color: #E4E4E4;
	font-size: 18px;
	padding-left: 20px;
}
.key{
	font-size: 14px;
	padding-bottom: 10px;
	padding-left: 160px;
}
.mapIntro{
	padding-top: 20px;
	padding-bottom: 20px;
}
.mapHolder{}
.mapLeft{
	float: left;
	width: 155px;
}
.mapRight{
	float: left;
	width: 455px;
	background-color: #749261;
	height: 520px;
	padding-top: 10px;
	padding-left: 10px;
}
.mapItem{
	background-image: url(../images/mapBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 84px;
	width: 150px;
	padding-top: 5px;
	padding-left: 5px;
}
.mapItemRed{
	background-image: url(../images/mapBGred.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 84px;
	width: 150px;
	padding-top: 5px;
	padding-left: 5px;
}
.mapItemName{
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 40px;
	padding-left: 5px;
}
.mapItemNameTwo{
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 25px;
	padding-left: 5px;
}
.mapItemLeft{
	float: left;
}
.mapItemRight{
	float: left;
}
#map{
	width: 445px;
	height: 508px;
}




/* sign up form */
.titleSignup{
	height: 30px;
	width: 601px;
	background-image: url(../images/titleSignup.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 50px;
	color: #E4E4E4;
	font-size: 18px;
	padding-left: 20px;
	margin-bottom: 20px;
}
form{
	margin: 0px;
	padding: 0px;
}
.formLeft{
	width: 260px;
	float: left;
	margin-top: 40px;
	margin-left: 20px;
	display: inline;
}
.formRight{
	float: right;
	width: 280px;
	margin-top: 40px;
	margin-right: 40px;
	display: inline;
}
.formField{
	font-size: 12px;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px;
}
.formItem{
	margin-bottom: 20px;
	text-align: right;
}
.submit{
	float: right;
}






/* Contact Page */
.titleContact{
	height: 30px;
	width: 601px;
	background-image: url(../images/titleContact.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 50px;
	color: #E4E4E4;
	font-size: 18px;
	padding-left: 20px;
	margin-bottom: 30px;
}
.contactTop{
	padding-left: 3px;
}
.formArea{
	text-align: left;
	margin-left: 3px;
}
.enquiry{
	height: 200px;
	width: 470px;
	font-size: 11px;
}
#contactForm .formItem{
	margin-bottom: 20px;
	text-align: left;
}
#contactForm .formLeft{
	width: 200px;
	float: left;
	margin-top: 20px;
	padding-left: 0px;
	margin-left: 3px;
}
#contactForm .formRight{
	float: left;
	width: 200px;
	margin-top: 20px;
	margin-right: 40px;
}
#contactForm .submit{
	padding: 0px;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}
.detailsHolder{


}
.colOne{
	float: left;
	width: 195px;
	margin-bottom: 30px;
}
.colTwo{
	float: left;
	width: 185px;
}
.colThree{
	float: left;
	width: 103px;
	margin-top: 5px;
	margin-right: 20px;
}
a.findStore, a.findStore:link, a.findStore:active, a.findStore:visited {
	display: block;
	width: 100px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	background-image: url(../images/findStore.jpg);
	float: left;
	margin-top: 80px;
}
a.findStore:hover {
	display: block;
	width: 100px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	background-image: url(../images/findStore.jpg);
	float: left;
	margin-top: 80px;
}
.tel{
	font-weight: bold;
	color: #FF6600;
}
#details h2{
	padding-top: 20px;
	padding-bottom: 10px;
	color: #507A38;
}
#details ul{
	margin: 0px;
	padding: 0px;
}
#details li{
	list-style-type: none;
}









/* Site Map */
.titleSitemap{
	height: 30px;
	width: 601px;
	background-image: url(../images/titleSitemap.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 50px;
	color: #E4E4E4;
	font-size: 18px;
	padding-left: 20px;
	margin-bottom: 30px;
}
#footList{
	padding-left: 3px;
}
#footList ul{
	padding-left: 3px;
	list-style-type: disc;
	list-style-position: inside;
	font-size: 14px;
}
#footList li{
	list-style-type: disc;
}









/* Privacy */
.titlePrivacy{
	height: 30px;
	width: 601px;
	background-image: url(../images/titlePrivacy.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 50px;
	color: #E4E4E4;
	font-size: 18px;
	padding-left: 20px;
	margin-bottom: 30px;
}







/* accessibility */
.titleAccess{
	height: 30px;
	width: 601px;
	background-image: url(../images/titleAccess.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 50px;
	color: #E4E4E4;
	font-size: 18px;
	padding-left: 20px;
	margin-bottom: 30px;
}
blockquote{
	background-color: #E4E4E4;
	padding: 10px;
	border: 1px solid #999999;
}
.ul{
	font-weight: bold;
	text-decoration: underline;
}
