/* ~~ Common ~~ */
.fpotts {
	background-image: url(../images/features/potts-family-image-03.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;	
}
.ffind {
	background-image: url(../images/features/compass-01.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.fchef1 {
	background-image: url(../images/features/chef-01.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.fshop {
	background-image: url(../images/features/shopping-basket-01.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

/* ~~ Food ~~ */

.frk {
	background-image: url(../images/features/condiments-01.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.fcm {
	background-image: url(../images/features/casserole-01.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.fcs {
	background-image: url(../images/features/cooking-sauce-01.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.fpo {
	background-image: url(../images/features/pouring-sauce-01.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.fds {
    background-image: url(../images/features/dessert-sauce-01.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.fgv {
    background-image: url(../images/features/gravy-01.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.fst {
    background-image: url(../images/features/stock-01.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.fdf {
    background-image: url(../images/features/dessert-filling-01.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.fcn {
	background-image: url(../images/features/condiments-01.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.fdr {
	background-image: url(../images/features/dressings-01.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}


/* ~~ Pouches ~~ */
.fbkch {
	background-image: url(../images/features/pouch-df-blackcherry.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.fchck {
	background-image: url(../images/features/pouch-gv-chicken.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.ffish {
	background-image: url(../images/features/pouch-cs-fish-pie.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.fholl {
	background-image: url(../images/features/pouch-po-hollandaise.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.ftfws {
	background-image: url(../images/features/pouch-ds-toffee-whisky.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.fbutr {
	background-image: url(../images/features/pouch-ds-butterscotch.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.fmapl {
	background-image: url(../images/features/potts-family-image-02.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}


.fvege {
	background-image: url(../images/features/pouch-st-vegetable.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

/* ~~ Owen Potts ~~ */
.fcondiments {
	background-image: url(../images/features/jar-cn-range.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.fdressings {
	background-image: url(../images/features/bottle-dr-range.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
/* ~~ Offer box~~ */
.offer {
	/* border: 1px solid #ccc; */
	background-color:#c00;
	color:#fff;
	padding: 7px 5px 2px 0;
	margin:10px 0;
	font-weight: normal;
}

.offer a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.offer a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.offer a:hover, a:active, a:focus { 
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}