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

html { height:101%; }

body {
	background: url(../images/body-bg.png) #dce4ed repeat ;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;	
}

/* Page Structure */

#wrapper {
	padding: 0px;
	height: auto;
	width: 1020px;
	margin:10px auto;
	overflow-x:hidden;
}
#container {
	background: url(../images/container-bg.png) 0 0 repeat-y;
	padding: 0px;
	height: auto;
	width: 1020px;
	margin: 0px;
}

#navigation {
	width:830px;
	height:73px;
	margin:0px;
	background: url(../images/navigation-bg2.jpg) 0 0 no-repeat;
	padding: 47px 40px 0 150px;
}

#navigation a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	font-weight:normal;
	font-size:1.35em;
	border-bottom:none;
	font-style:normal;
}

.menu-wrap {
	width:800px;
	height:73px;
	position:relative;
	display:block;
	z-index:50;
}
#navigation ul {
	position:relative;
	left:50%;
	clear:both;
	float:left;
}
#index1 {
	z-index:50;
}

#navigation ul li {
	float: left;
	padding:0px;
	margin:0px 15px 6px 0px;
	height: 26px;
	font-weight:bolder;
	position:relative;
	right:50%;
	/* Target ie6 */
	_width:140px;
	_text-align:center;
}

#navigation ul li .hover-left {
	height: 26px;
	padding-left: 11px;
	background: url(../images/hover-bg1.png) 0 0 no-repeat;
}

#navigation ul li .hover-right {
	height: 21px;
	padding: 5px 15px 0 4px;
	background: url(../images/hover-bg1.png) 100% -27px no-repeat;
		

}
.navLink {
text-shadow:0px 0px 1px #000000;
}
#navigation ul li:hover, #navigation ul li.current {
}

#navigation ul li:hover .hover-left, #navigation ul li.current .hover-left {
	background: url(../images/hover-bg.png) no-repeat left top;
}

#navigation ul li:hover .hover-right, #navigation ul li.current .hover-right {
	background: url(../images/hover-bg.png) no-repeat right bottom;
}


#slideShow {
	padding: 0 80px 20px;
	height: 280px;
	width: 860px;
	margin: 0px;
	background: url(../images/slide-show-bg2.jpg) no-repeat;
	position:relative;
	z-index:0;
}

#topDisplay { height:280px; width:860px; padding:0; margin:0; position:relative; z-index:1;}

#main-contents {
	width: 900px;
	height: auto;
	margin: 0px 60px;
	padding: 0px;
}

#main-contents .contents {
	padding: 10px 20px;
}

#main-contents .contents .left-col {
	width: 600px;
	float: left;
	padding:0px 10px 0px 0px;
	border-right: solid 1px #666666;
}

#main-contents .contents .right-col {
	float: right;
	height: auto;
	width: 240px;
	margin: 0px;
	padding: 0px;
}

.leftcol, .rightcol {
	float:left;
}

.leftcol {
	width:180px;
	margin: 0px;
	padding: 0px;
}
.rightcol {
	width:630px;
	padding:0px 0px 0px 20px;
	margin: 0px;
}
.page-content ul.pagemenu {
	padding-top:20px;
	display:block;
	margin:0;
}
ul.pagemenu li {
	list-style-type:none;
	border-bottom: dotted 1px #666666;
	height:30px;
	line-height:30px;
	padding:0;
}

ul.pagemenu li a {
	font-style:normal;
	border-bottom:none;
	font-weight:normal;
}
ul.pagemenu li a:hover {
	text-decoration:underline;
}

ul.section-logos {
	width: 300px;
	padding: 0px;
	height: 100px;
	margin: 0px auto;
}

ul.section-logos li {
	height: 100px;
	width: 100px;
	float: left;
	padding: 0px;
	margin: 0px;
	cursor:pointer;
}

ul.section-logos li:hover {
	background-position: left bottom;
}

ul.section-logos li.current {
	background-position: left bottom;
}

ul.section-logos li a {
	height: 100px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	display:block;
	text-indent:-9999px;
	border-bottom:none !important;
	font-style:normal;
	font-weight:normal;
}

ul.section-logos li a:hover { border-bottom:none; }

.sections-mitchell {
	background: url(../images/sections-mitchell.png) no-repeat 0 1px;
}

.sections-collector {
	background: url(../images/sections-collector.png) no-repeat 0 1px;
}

.sections-bakery {
	background: url(../images/sections-bakery.png) no-repeat 0 1px;
}

.sections-sauces {
	background: url(../images/sections-sauces.png) no-repeat 0 1px;
}

.sections-meals {
	background: url(../images/sections-meals.png) no-repeat 0 1px;
}

.sections-jam {
	background: url(../images/sections-jam.png) no-repeat 0 1px;
}

.sections-dips {
	background: url(../images/sections-dips.png) no-repeat 0 1px;
}

.sections-mobile {
	background: url(../images/sections-mobile.png) no-repeat 0 1px;
}

.sections-choice {
	background: url(../images/sections-choice.png) no-repeat 0 1px;
}

.sections-catering {
	background: url(../images/sections-catering.png) no-repeat 0 1px;
}

#sectionContainer { height:auto; }

#section-info {
	height: auto;
	width: 900px;
	background-image: url(../images/section-bg.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}

#section-info .section-top {
	margin: 0px;
	padding: 0 50px;
	height: 21px;
	width: 800px;
	background: url(../images/section-top.png) no-repeat 0px 0px;
}

#section-info .section-top #pointerHolder {
	height:11px;
	width:auto;
	position:relative;
	overflow:hidden;
}

#section-info .section-top #pointer {
	padding: 0px;
	height: 11px;
	width: 21px;
	background: url(../images/pointer.png) no-repeat 0px 0px;
	margin:11px 0 0 292px;
	position:absolute;
	_display:none;
}

#section-info .section-content {
	padding: 5px 0;
	width: 856px;
	margin:0 22px;
}

#section-info .section-content ul {
}

#section-info .section-content ul li {
	padding: 0px;
	height: auto;
	width: 856px;
	display:none;
}

#section-info .section-content ul li.welcome {
	display:block;
}

#section-info .section-content ul li img, .leftImg, .map {
	float:right;
	margin:0 0 0 20px;
	border:5px solid #e5e5e5;
}

#section-info .section-bottom {
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 900px;
	background:url(../images/section-bottom.png) no-repeat 0 0;
}

#page-info {
	height: auto;
	width: 900px;
	background-image: url(../images/section-bg.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}

#page-info .page-top {
	margin: 0px;
	padding: 0 50px;
	height: 21px;
	width: 800px;
	background: url(../images/section-top.png) no-repeat bottom left;
}

#page-info .page-top #pointer {
	padding: 0px;
	height: 11px;
	width: 21px;
	background: url(../images/pointer.png) no-repeat 0px 0px;
	_display:none;
}

.s1 { margin:0 0 0 292px; }
.s2 { margin:0 0 0 392px; }
.s3 { margin:0 0 0 492px; }
.hidden { display:none }

#page-info .page-content {
	padding: 5px 0;
	height: auto;
	width: 856px;
	margin:0 22px;
	position:relative;
}

#page-info .page-content .col1 {
	height: auto;
	width: 586px;
	margin: 0px;
	float: left;
	padding:5px 10px 5px 0px;
	border-right: solid 1px #666666;
}

#page-info .page-content .col2 {
	padding: 5px 0px 5px 10px;
	height: auto;
	width: 249px;
	margin: 0px 0px 0px -1px;
	float: right;
	border-left: solid 1px #666666;
}

#page-info .page-bottom {
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 900px;
	background:url(../images/section-bottom.png) no-repeat 0 0;
}

#footer {
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 60px;
	width: 1020px;
}

#footer .footer-contents {
	height: 15px;
	width: 860px;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 23px 0px 0px;
	font-size: 0.95em;
}

.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:0;
    font-size: 1px;
    line-height: 0px;
}

/* Page Styling */

.logo {
	height: 145px;
	width: 142px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	z-index: 100;
	padding: 0px;
	margin-top: -15px;
	margin-left: -30px;
	text-indent: -9999px;
}

h1 {
	font-size: 2.8em;
	margin-bottom: 20px;
	font-weight:normal;
	border-bottom:1px dotted #C00;
}

h2 {
	font-size: 2em;
	margin:20px 0 10px;
	font-weight:normal;
	}
	h2.red {
		color:#C00;
	}	

h3 {
	font-size: 1.4em;
	font-style:italic;
	margin:20px 0 10px;
	font-weight:normal;
}

a, a:visited {
	text-decoration:none;
	color:#000000;
	border-bottom:1px dotted #C00;
	font-style:italic;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
	color:#000000;
	border-bottom:2px solid #C00;
}

a.leftImg, a.galleryImg, .galleryImg { border:5px solid #e5e5e5 !important; }
a.leftImg:hover, a.galleryImg:hover { border-color:#C00 !important; }
a.galleryImg { float:left; margin:0 10px 10px 0; }

a.highTea {
	border-bottom:none;
	display:block;
	width:170px;
	height:165px;
	background:url(../images/high-tea-btn.png) no-repeat top left;
	text-indent:-999px;
	overflow:hidden;
	position:absolute;
	top:-45px;
	right:-70px;
	z-index:10;
}
a.highTea:hover { background-position:bottom left; }


a.SydneyShop {
	border-bottom:none;
	display:block;
	width:170px;
	height:165px;
	background:url(../images/sydney-btn.png) no-repeat top left;
	text-indent:-999px;
	overflow:hidden;
	position:absolute;
	top:-45px;
	right:-70px;
	z-index:10;
}
a.SydneyShop:hover { background-position:bottom left; }



p {
	line-height:1.4em;
	margin:0 0 10px;
	display:table;
}

p.opener { font-style:italic; font-size:1.2em; }

.page-content ul { margin:0 0 10px 30px; }
.page-content li { list-style:disc outside; padding:2px 0; }

.left { float:left; }
.right { float: right; }
.cdLink { width:36px; height:12px; background:url(../images/cddesign-logo.png) no-repeat top left; display:inline-block; text-indent:-9999px; border-bottom:none; }
.cdLink:hover { background-position:bottom left; border-bottom:none; }

.findOut { font-weight:bolder; font-style:italic; border-bottom:1px dotted #C00; }

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.break {
	height:20px;
	border-bottom:1px dotted #C00;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../images/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../images/fancybox.png') -55px -90px no-repeat;
}

#fancybox-close, #fancybox-left, #fancybox-right { border-bottom:none; }

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_nw.png', sizingMethod='scale'); }


/* ADDED BY BENB */
.note {
	background:#e9eef4;
	padding:4px 10px;
	border:1px solid #e5e5e5;
	color:#e00;
	font-style:italic;
	font-weight:bold;
}
/* begin dropdown */
#navigation ul ul {
	display:none;
	position:absolute;
	left:-5px;
	z-index:100;
}

#navigation ul li:hover ul { display: block; /* very important */ }

#navigation ul ul {
	padding:3px 0 0 0;
	margin:0;
	font-size: 0.70em;
}
#navigation ul ul li {
	background:#990000;
	width:185px;
	height:26px;
	line-height:26px;
	padding:0 10px;
	color:#fff;
	border-bottom:1px dotted #ae3129;
	float:none;
	margin-bottom:0;
	right:0;
}
#navigation ul ul li a:hover {
	text-decoration:underline;
}
/* end dropdown */

/* begin product buttons */
ul#productBtns {
	width:642;
	height:145px;
	margin:-5px 0 0 0;
	padding-left:135px;
	display:block;
	background:url('../images/pointer.jpg') top left no-repeat;
}
ul#productBtns li {
	list-style-type:none;
	display:block;
	float:left;
	padding:0 0 5px 0;
	margin:-5px 0 0 0;
}
ul#productBtns li a {
	width:140px;
	height:145px;
	display:block;
	border-bottom:none;
}
ul#productBtns li.bakery a {
	background: url('../images/productBtn_littlebakery.png') 0 0 no-repeat;
}
ul#productBtns li.bakery a:hover {
	background: url('../images/productBtn_littlebakery.png') 0 -140px no-repeat;
}
ul#productBtns li.dips a {
	background: url('../images/productBtn_dips.png') 0 0 no-repeat;
}
ul#productBtns li.dips a:hover {
	background: url('../images/productBtn_dips.png') 0 -140px no-repeat;
}
ul#productBtns li.meals a {
	background: url('../images/productBtn_meals.png') 0 0 no-repeat;
}
ul#productBtns li.meals a:hover {
	background: url('../images/productBtn_meals.png') 0 -140px no-repeat;
}
ul#productBtns li.jams a {
	background: url('../images/productBtn_jams.png') 0 0 no-repeat;
}
ul#productBtns li.jams a:hover {
	background: url('../images/productBtn_jams.png') 0 -140px no-repeat;
}
ul#productBtns li.sauces a {
	background: url('../images/productBtn_sauces.png') 0 0 no-repeat;
}
ul#productBtns li.sauces a:hover {
	background: url('../images/productBtn_sauces.png') 0 -140px no-repeat;
}
ul#productBtns li.salads a {
	background: url('../images/productBtn_salads.png') 0 0 no-repeat;
}
ul#productBtns li.salads a:hover {
	background: url('../images/productBtn_salads.png') 0 -140px no-repeat;
}
/* end product buttons */


.img-float {
	width:295px;
	height:auto;
	margin:0 1.0em 0.5em 0;
	float:left;
	}
	.img-float img {
		margin-bottom:0.8em;
}		
.img-float-3inline {
	width:274px;
	height:auto;
	margin:0 10px 0.5em 0;
	float:left;
	}
	.img-float-3inline img {
		margin-bottom:0.8em;
}

.marg-r0 {
	margin-right:none;
}			
.red {
		color:#C00;
	}
.black {
	color:#000;
}	
.intro-line {
	margin-bottom:6px;
}
.author {
	font-style:italic;
	color:#999;
}

.quote {
	padding:0 0 14px 6px;
	border-bottom:dotted 1px #ddd;
	margin-bottom: 15px;
	color:#444;
	}
	.quote a {
		font-weight:normal;
		color:#444;
	}
	.noline {
		border:none;
		margin-bottom:1px;
	}
	
.m10 {
	margin-top:10px;
}		

.hb {
	background:#f1f1f1;
	padding:12px 0 5px 0;
	border-radius:12px;
	margin-bottom:10px;
	box-shadow: 0 0 2px #ddd;
	border:solid 1px #ccc;
}
			
/* Facebook button */

.fb {
	width:155px;
	padding:10px 0 0 10px;
	height:26px;
	background:url(../images/bg-fb.png) no-repeat;
	position:absolute;
	right:80px;
	bottom:20px;
	z-index:50 !important;
	}
	.fb img {
		float:left;
		margin-right:10px;
	}
	.fb .fbbox {
		float:left;
		width:80px;
	}	


