@charset "utf-8";
/* CSS Document */


body.products h1 {
	background:url(/products/img/sectitle.gif) 0 0 no-repeat;
}
#mainImg {
	background: url(/products/img/mainimg.jpg) 0 0 no-repeat;
}
body.muffins #mainImg {
	background: url(/products/img/mainimg_muffins.jpg) 0 0 no-repeat;
}
body.focaccia #mainImg {
	background: url(/products/img/mainimg_focaccia.jpg) 0 0 no-repeat;
}
body.sandwich_flats #mainImg {
	background: url(/products/img/mainimg_sandwich_flats.jpg) 0 0 no-repeat;
}
body.tandoori_naan #mainImg {
	background: url(/products/img/mainimg_tandoori_naan.jpg) 0 0 no-repeat;
}
body.pizza_crust #mainImg {
	background: url(/products/img/mainimg_pizza_crust.jpg) 0 0 no-repeat;
}
#tandoori_naan_original .smImg {
	background: url(/products/img/smimg_tandoori_naan_original.jpg) 0 0 no-repeat;
}
#tandoori_naan_garlic .smImg {
	background: url(/products/img/smimg_tandoori_naan_garlic.jpg) 0 0 no-repeat;
}
#tandoori_naan_wholegrain .smImg {
	background: url(/products/img/smimg_tandoori_naan_wholegrain.jpg) 0 0 no-repeat;
}
#pizza_crust_original .smImg {
	background: url(/products/img/smimg_pizza_crust_original.jpg) 0 0 no-repeat;
}
#pizza_crust_multigrain .smImg {
	background: url(/products/img/smimg_pizza_crust_multigrain.jpg) 0 0 no-repeat;
}
#focaccia_rosemary .smImg {
	background: url(/products/img/smimg_focaccia_rosemary.jpg) 0 0 no-repeat;
}
#sandwich_flats_multigrain .smImg {
	background: url(/products/img/smimg_sandwich_flats_multigrain.jpg) 0 0 no-repeat;
}
#sandwich_flats_wholegrain .smImg {
	background: url(/products/img/smimg_sandwich_flats_wholegrain.jpg) 0 0 no-repeat;
}


.ingredients_title {
	font-weight:bold;
	padding:0;
	margin:1.5em 0 -.75em 0;
}
div.features {
	margin-left:12px;
	clear:left;
}
.features ul {
	margin:1em 0 0 1em;
	padding:0;
	list-style:none;
}
.features ul li {
	padding:0 0 5px 15px;
	list-style:none;
	background:url(/_common/img/bullet_readmore.gif) 0 6px no-repeat;
}

.features_title {
	font-weight:bold;
	padding:0;
	margin:1.5em 0 -.75em 0;
}

#medImg_tandoori_naan {
	background: url(/products/img/medimg_tandoori_naan.jpg) 0 0 no-repeat;
	float:left;
	margin-left:30px;
}
#medImg_pizza_crust {
	background: url(/products/img/medimg_pizza_crust.jpg) 0 0 no-repeat;
	float:left;
	margin-left:30px;
}
/* FOR WHEN FOCACCIA IS ACTIVE
#medImg_focaccia {
	background: url(/products/img/medimg_focaccia.jpg) 0 0 no-repeat;
	float:left;
	margin-left:30px;
}
#medImg_sandwich_flats {
	background: url(/products/img/medimg_sandwich_flats.jpg) 0 0 no-repeat;
	margin-left:361px;
}
#medImg_muffins {
	background: url(/products/img/medimg_muffins.jpg) 0 0 no-repeat;
	margin-left:201px;
}
*/
/* FOR INACTIVE FOCACCIA */
#medImg_sandwich_flats {
	background: url(/products/img/medimg_sandwich_flats.jpg) 0 0 no-repeat;
	margin-left:361px;
}
#medImg_muffins {
	background: url(/products/img/medimg_muffins.jpg) 0 0 no-repeat;
	margin-left:361px;
}
/* END- FOR INACTIVE FOCACCIA */

#medImg_muffins_wholegrain, #medImg_muffins_indulgent {
	float:right;
	height:175px;
	margin:-20px 20px 15px 20px;
}
#medImg_muffins_wholegrain:hover, #medImg_muffins_indulgent:hover {
	cursor:auto;
}
#medImg_muffins_wholegrain {
	background: url(/products/img/medimg_muffins_wholegrain.jpg) 0 0 no-repeat;
}
#medImg_muffins_indulgent {
	background: url(/products/img/medimg_muffins_indulgent.jpg) 0 0 no-repeat;
}
.product_block {
	margin:20px 0 40px 0;
}
.product_block h3 {
	margin-bottom:10px;
}
#medImg_tandoori_naan h2, #medImg_pizza_crust h2, #medImg_focaccia h2, #medImg_sandwich_flats h2, #medImg_muffins h2 {
	position:absolute;
	top:150px;
	padding:0;
	width:200px;
	height:29px;
	text-indent:-5000px;
}
#medImg_tandoori_naan h2 {
	background:url(/products/img/title_tandoori_naan.gif) center 0 no-repeat;
}
#medImg_pizza_crust h2 {
	background:url(/products/img/title_pizza_crust.gif) center 0 no-repeat;
}
#medImg_focaccia h2 {
	background:url(/products/img/title_focaccia.gif) center 0 no-repeat;
}
#medImg_sandwich_flats h2 {
	background:url(/products/img/title_sandwich_flats.gif) center 0 no-repeat;
}
#medImg_muffins h2 {
	background:url(/products/img/title_muffins.gif) center 0 no-repeat;
}
body.tandoori_naan h2,body.pizza_crust h2,body.focaccia h2,body.sandwich_flats h2,body.muffins h2 {
	margin:10px 0;
	padding:0;
	height:29px;
	text-indent:-5000px;
}
body.tandoori_naan h2 {
	background:url(/products/img/title_tandoori_naan.gif) 0 0 no-repeat;
}
body.pizza_crust h2 {
	background:url(/products/img/title_pizza_crust.gif) 0 0 no-repeat;
}
body.sandwich_flats h2 {
	background:url(/products/img/title_sandwich_flats.gif) 0 0 no-repeat;
}
body.focaccia h2 {
	background:url(/products/img/title_focaccia.gif) 0 0 no-repeat;
}
body.muffins h2 {
	background:url(/products/img/title_muffins.gif) 0 0 no-repeat;
}
body.muffins h3 {
	font: bold 115% Arial, Helvetica, sans-serif;
	color:#8C5A21;
	padding-top:30px;
	margin-top:0;
	text-transform:uppercase;
}
body.muffins h4 {
	font: bold 105% Arial, Helvetica, sans-serif;
	color:#662D37;
	padding:12px 0 8px 0;
	background:url(/_common/img/chalkline_horiz.png) 0 100% no-repeat;
}
body.muffins #content ul {
	margin:1em 0 0 1em;
	padding:0;
	list-style:none;
}
body.muffins #content li {
	padding:0 0 10px 15px;
	list-style:none;
	background:url(/_common/img/bullet_readmore.gif) 0 6px no-repeat;
}
body.muffins #content .medImg {
	float:right;
	height:175px;
	margin:-20px 20px 15px 20px;
	background-repeat:no-repeat;
}