/* @override 
	http://bmo/css/screen.css
	http://bmo/css/screen.css
	http://bmo/css/screen.css
	http://bmo.insidenewcity.com/css/screen.css
*/

@import url(reset.css);

/* @group Product Tabs */

.ui-tabs-nav {
	display: inline-block;
	height: 27px;
	float: left;
	margin: 2em 0 0 0;
	background: #7cc180 url(/images/button.png) repeat-x 0 100%;
	padding: 3px 1em;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	width: 478px;
	font-size: 1.2em;
	
}

.ui-tabs-nav li {
	float: left;
	margin: 0;
	list-style: none;
}

.ui-tabs-nav li a:link,
.ui-tabs-nav li a:visited {
	color: white;
	display: block;
	text-align: center;
	text-decoration:  none;
	padding: 5px 21px 7px;
}

.ui-tabs-nav li.ui-state-active a:link,
.ui-tabs-nav li.ui-state-active a:visited {

	color: #005a9e;
	background-image: none;
	background-color: #ffffff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;

}

.ui-tabs-nav li a:hover,
.ui-tabs-nav li a:acitve {
	text-decoration:  none;
}

table.productLarge #tabs #reviews,
table.productLarge #tabs #related-products,
table.productLarge #tabs #nutrition-info,
table.productLarge #tabs #recipes {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 0 1em;
	font-size: 1.1em;
}

.ui-tabs-hide {
	display: none;
}

/* @end */

/* @group Generic */

/* @group Classes */

.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.read-more {
	margin-top: 1em;
	float: right;
}

/* @end */

/* @group Font Sizes and Margins */

body {
	background-color: #ffffff;
	color: #000000;
	color: rgba(0, 0, 0, 0.99);
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

p,
td,
li,
th,
dt,
dd {
	font-size: 1.2em;
	line-height: 1.5em;
}

li li,
li p,
td li,
dt li,
dd li {
	font-size: 1.0em;
}

p {
	margin: 0.5em 0;
}

/* @end */

/* @group Headers */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "ronnia-condensed-1","ronnia-condensed-2", Arial, Helvetica, sans-serif;
	color: #005A9E;
	margin: 0.5em 0;
	line-height: 1.5em;
}

h1 {
	color: #4a764a;
	font-size: 3.0em;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

h2 {
	font-size: 2.4em;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

h3 {
	font-size: 2.1em;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

h4 {
	font-size: 1.4em;
	text-transform: uppercase;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.2em;
}

/* @end */

/* @group Blockquotes */

blockquote {
	border: 5px solid #F4F3BD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #3C9340;
	display: inline;
	float: right;
	margin:1em;
	text-align: right;
	width: 216px;
}

blockquote p {
	margin: 0.6em;
	font-size: 1.7em;
	line-height: 1.2em;
}

blockquote p cite {
	display: block;
	text-align: right;
	color: #666666;
	text-transform: uppercase;
	font-size: 0.6em;
	font-style: normal;
	font-weight: normal;
}

blockquote p cite:before {
	content: "— ";
}

/* @end */

/* @group Lists */

ul,
ol {
	margin: 0.5em 0;
}

li {
	margin: 0.25em 0;
}

ul li {
	list-style: disc;
	margin-left: 1.6em;
}

ul.square li {
	list-style-type: square;
}

ol li {
	list-style: decimal;
	margin-left: 1.6em;
}

ul.horizontal li {
	border-right: 1px solid #999999;
	display: inline;
	float: left;
	margin: 0 0.8em 0 0;
	padding: 0 0.8em 0 0;
}
	
ul.horizontal li.last {
	border-right: 0 none;
	padding-right: 0;
	margin-right: 0;
}

.menu {
	margin: 0.25em 0;
}

.menu h4 {
	margin: 0;
	line-height: 1em;
}

.menu li {
	background: url(/images/arrow-blue.png) no-repeat 0 50%;
	font-size: 1.1em;
	list-style: none;
	margin: 3px 0;
	padding-left: 8px;
	color: #2c71a5;
	
}

.menu li.foodbuzz {
	background: url(/images/foodbuzz-logo.png) no-repeat 0 0;
	padding-left: 23px;
	font-weight: normal;
	display: inline-block;
}

.menu li.twitter {
	background: url(/images/twitter-logo.png) no-repeat 0 0;
	padding-left: 23px;
	font-weight: normal;
	display: inline-block;
}

.menu li.facebook {
	background: url(/images/facebook-logo.png) no-repeat 0 0;
	padding-left: 23px;
	font-weight: normal;
	display: inline-block;
}

.menu li.youtube {
	background: url(/images/youtube-logo.png) no-repeat 0 0;
	padding-left: 23px;
	font-weight: normal;
	display: inline-block;
}

.menu li.rss {
	background: url(/images/rss-logo.png) no-repeat 0 0;
	padding-left: 23px;
	font-weight: normal;
	display: inline-block;

}

.menu li.twitter a:link,
.menu li.twitter a:visited,
.menu li.facebook a:link,
.menu li.facebook a:visited,
.menu li.youtube a:link,
.menu li.youtube a:visited,
.menu li.rss a:link,
.menu li.rss a:visited {
	font-weight: normal;
}



/* @end */

/* @group Breadcrumb */

.breadcrumb {
	float:  left;
	font-size: 1.1em;
	margin: 0.5em 0;
}

.breadcrumb  a:link,
.breadcrumb  a:visited {
	font-weight: normal;
	text-decoration: underline;
}

.breadcrumb a.last:link,
.breadcrumb a.last:visited {
	text-decoration: none;
	color: #333333;
}

.breadcrumb a:hover,
.breadcrumb a:active {
	text-decoration: none;
	color: #333333;
}

/* My Comment */



/* @end */

/* @group Tables */

table {
	margin: 1.5em 0 0 0;
	width: 100%;
}

table td {
	padding: 9px 14px;
	font-size: 1em;
}

table th {
	padding: 9px 0;
	text-align: left;
}

/* @end */

/* @group Links */

a:link,
a:visited {
	color: #005a9e;
	font-weight: bold;
	text-decoration: none;
}

a:hover,
a:active {
	color: #4A764A;
	text-decoration: underline;
}

a img {
	border: 0 none;
}

a.button:link,
a.button:visited {
	background: #7cc180 url(/images/button.png) repeat-x 0 100%;
	font-family: "ronnia-condensed-1","ronnia-condensed-2", Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: inline-block;
	padding: 2px 5px 2px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	
	text-decoration: none;
}

a.button-blue {
	background: #ffffff url(/images/button-blue.png) repeat-x 0 100%;
	font-family: "ronnia-condensed-1","ronnia-condensed-2", Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: inline-block;
	padding: 5px 8px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 6px;

	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);

	text-decoration: none;
}

a.button-blue span {
	background: transparent url('/images/arrow-white.png') no-repeat 100% 50%;
	padding-right: 10px;
}

/* Business catalyst uses an input button for this instead of the a.button above */
input.productSubmitInput,
input.cat_button {
	background: #7cc180 url(/images/button.png) repeat-x 0 100%;
	font-family: "ronnia-condensed-1","ronnia-condensed-2", Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: inline-block;
	padding: 2px 5px 2px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
}

input.cat_button  {
	font-size: 15px;
}

/* @end */

/* @group Images, Pullquotes and Callouts */

a img {
	border-width: 0;
}

img {
	margin: 0;
	padding: 0px;
}

.image-left,
div.callout-left,
div.pullquote-left {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
}

.image-right,
div.callout-right,
div.pullquote-right {
	display: inline;
	float: right;
	margin: 0 0 10px 10px;
}

div.image-left,
div.image-right {
 	width: 100px;
}

img.image-left,
img.image-right,
.image-left img,
.image-right img {
	display: block;
}

.image-left p,
.image-right p {
	color: #797979;
	color: rgba(102, 102, 102, 0.99);
	font-size: 1.1em;
}

div.pullquote-left,
div.pullquote-right {
	background-color: #000;
	border-width: 3px 0;
	color: rgba(255, 255, 255, 0.99);
	font-size: 160%;
	line-height: 1.5em;
}

div.callout-left,
div.callout-right {
	background-color: #666;
}

/* @end */

/* @group Grid */

.home .column-left { 
	float: left;
	width: 751px;
	position: relative;
	z-index: 1;
}

.column-left {
	float: left;
	width: 194px;
}

.column-middle {
	float: left;
	width: 522px;
	margin-left: 15px;
}

.column-right {
	float: right;
	width: 194px;
}

.block {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.5);
	margin: 0 0 1.5em;
	padding: 10px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	-khtml-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

.block .block {
	background-color: #ffffff;
}

.block .block.last {
	margin-bottom: 1em;
}

/* @end */

/* @group Clear */

.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}

.clear span {
	position: absolute;
	left: -9999em;
}

.group:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

/* @end */

/* @end */

/* @group Backgrounds */
body {
	background: #00bdf1 url(/images/background-gradiant.png) repeat-y 0 0;
}

#wrapper-1 {

}

#wrapper-2 {
	background:  url(/images/background-sunrays-top.jpg) no-repeat 0 0;
	min-height: 792px;
}

#wrapper-inner {
	margin: 0 119px;
	width: 960px;
}

/* @end */

/* @group Header */

#header {
	padding: 18px 0 5px;
	margin-bottom: 1em;
	position: relative;
	z-index: 20;
	
}

#logo {
	background: url(/images/logo.png) no-repeat 0 0;
	display: block;
	float: left;
	height: 90px;
	text-indent: -9999px;
	width: 367px;
	padding-right: 120px;
}

#nav_851925 {
	position: absolute;
	right: 0;
	top: 70px;
	margin: 0;
}

#nav_851925 li {
	background: url(/images/arrow-blue.png) no-repeat 0 50%;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	list-style: none;
	margin: 4px 0 0 12px;
	padding-left: 7px;
}

.tell-a-friend {
	display: block;
	position: absolute;
	top: 38px;
	right: 0;
}

.subscribe,
.search {
	float: right;
	background: transparent;
	margin-left: 24px;
	margin-top: 5px;
	display: inline-block;
}

.subscribe input,
.search input {
	margin: 0;
}

.subscribe p,
.search p {
	margin: 0;
	display: inline-block;
}

.search #keywords {
	background: url(/images/search-input.png) no-repeat 0 0;
	border: 0 none;
	height: 13px;
	width: 150px;
	padding: 6px;
	color: #005A9E;
}

.subscribe .email {
	background: url(/images/subscribe-box.png) no-repeat 0 0;
	border: 0 none;
	height: 17px;
	width: 150px;
	padding: 2px;
	padding-left: 7px;
	color: #005A9E;
}


.search #submit {
	background: url(/images/search-button.png) no-repeat 0 0;
	border: 0 none;
	height: 26px;
	text-indent: -9999px;
	width: 29px;
	cursor: pointer;
	position: relative;
}

.subscribe .join {
	background: url(/images/subscribe-go.png) no-repeat 0 0;
	border: 0 none;
	height: 21px;
	text-indent: -9999px;
	width: 29px;
	cursor: pointer;

}

/* @group Main Navigation */
#nav_14623 {
	clear: both;
	float: left;
	width: 550px;
	position: relative;
}

#nav_14623 li {
	font-family: "ronnia-condensed-1","ronnia-condensed-2", Arial, Helvetica, sans-serif;
	float: left;
	list-style: none;
	font-size: 1.6em;
	margin: 0 5px 0 0;
	text-transform: uppercase;
	position: relative;
}

#nav_14623 a:link,
#nav_14623 a:visited {
		background: #ffffff url(/images/button-blue.png) repeat-x 0 100%;
		font-family: "ronnia-condensed-1","ronnia-condensed-2", Arial, Helvetica, sans-serif;
		color: #ffffff;
		display: inline-block;
		padding: 1px 8px;

		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 6px;

		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);

		text-decoration: none;
}

#nav_14623 a.hover {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	
	background: transparent url(/images/button-green-rollover.png) repeat-x 0 100%;
}

#nav_14623 li ul {
	display: none;
	padding: 8px;
	position: absolute;
	top: 16px;
	left: 0;
	float: none;
	text-transform: none;
	border: 5px solid #5b9f5f;
	background-color: #ffffff;
	width: 150px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;

	
}

#nav_14623 li li {
	float: none;
	display: block;
	line-height: 1em;
	font-size: 0.8em;
	text-transform: none;
	margin: 0.5em;
	position: relative;
}

#nav_14623 li li a:link,
#nav_14623 li li a:visited {
	background: none;
	color: #005a9e;
	padding: 0;
	margin: 0;
	border: none;
	text-shadow: none;
	display: inline;
	font-weight: normal;
}

#nav_14623 li li a:hover,
#nav_14623 li li a:active {
	color: #5b9f5f;
	text-decoration: underline;
}

#nav_1194553 {
	clear: both;
	float: left;
	width: 600px;
	position: relative;
}

#nav_1194553 li {
	font-family: "ronnia-condensed-1","ronnia-condensed-2", Arial, Helvetica, sans-serif;
	float: left;
	list-style: none;
	font-size: 1.6em;
	margin: 0 5px 0 0;
	text-transform: uppercase;
	position: relative;
}

#nav_1194553 a:link,
#nav_1194553 a:visited {
		background: #ffffff url(/images/button-blue.png) repeat-x 0 100%;
		font-family: "ronnia-condensed-1","ronnia-condensed-2", Arial, Helvetica, sans-serif;
		color: #ffffff;
		display: inline-block;
		padding: 1px 8px;

		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 6px;

		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);

		text-decoration: none;
}

#nav_1194553 a.hover {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	
	background: transparent url(/images/button-green-rollover.png) repeat-x 0 100%;
}

#nav_1194553 li ul {
	display: none;
	padding: 8px;
	position: absolute;
	top: 16px;
	left: 0;
	float: none;
	text-transform: none;
	border: 5px solid #5b9f5f;
	background-color: #ffffff;
	width: 150px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;

	
}

#nav_1194553 li li {
	float: none;
	display: block;
	line-height: 1em;
	font-size: 0.8em;
	text-transform: none;
	margin: 0.5em;
	position: relative;
}

#nav_1194553 li li a:link,
#nav_1194553 li li a:visited {
	background: none;
	color: #005a9e;
	padding: 0;
	margin: 0;
	border: none;
	text-shadow: none;
	display: inline;
	font-weight: normal;
}

#nav_1194553 li li a:hover,
#nav_1194553 li li a:active {
	color: #5b9f5f;
	text-decoration: underline;
}

#nav_1202928 {
	clear: both;
	float: left;
	width: 600px;
	position: relative;
}

#nav_1202928 li {
	font-family: "ronnia-condensed-1","ronnia-condensed-2", Arial, Helvetica, sans-serif;
	float: left;
	list-style: none;
	font-size: 1.6em;
	margin: 0 5px 0 0;
	text-transform: uppercase;
	position: relative;
}

#nav_1202928 a:link,
#nav_1202928 a:visited {
		background: #ffffff url(/images/button-blue.png) repeat-x 0 100%;
		font-family: "ronnia-condensed-1","ronnia-condensed-2", Arial, Helvetica, sans-serif;
		color: #ffffff;
		display: inline-block;
		padding: 1px 8px;

		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 6px;

		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);

		text-decoration: none;
}

#nav_1202928 a.hover {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	
	background: transparent url(/images/button-green-rollover.png) repeat-x 0 100%;
}

#nav_1202928 li ul {
	display: none;
	padding: 8px;
	position: absolute;
	top: 16px;
	left: 0;
	float: none;
	text-transform: none;
	border: 5px solid #5b9f5f;
	background-color: #ffffff;
	width: 150px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;

	
}

#nav_1202928 li li {
	float: none;
	display: block;
	line-height: 1em;
	font-size: 0.8em;
	text-transform: none;
	margin: 0.5em;
	position: relative;
}

#nav_1202928 li li a:link,
#nav_1202928 li li a:visited {
	background: none;
	color: #005a9e;
	padding: 0;
	margin: 0;
	border: none;
	text-shadow: none;
	display: inline;
	font-weight: normal;
}

#nav_1202928 li li a:hover,
#nav_1202928 li li a:active {
	color: #5b9f5f;
	text-decoration: underline;
}
/* @end */


#phone {
	position: absolute;
	color: #000000;
	font-size: 1.1em;
	margin: 0;
	top: 65px;
	right: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

#phone span {
	color: #c73526;
}

#my-cart {
	float: right;
	width: 122px;
}

#my-cart table.cartSummaryTable {
	margin:  0;
	width: 100px;
}

#my-cart table td.cartSummaryItem {
	padding: 0;
	font-size: 1.1em;
	color: #005A9E;
	font-weight:  bold;
	position: absolute;
	width: 80px;
	padding-top: 17px;
}

#my-cart #catCartSummary {
	display: block;
	width: 89px;
	float: right;
}

#my-cart table td.cartSummaryItem a:link,
#my-cart table td.cartSummaryItem a:visited {
	font-size: 1.3em;
	font-family: "ronnia-condensed-1","ronnia-condensed-2", Arial, Helvetica, sans-serif;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#my-cart img {
	display: inline;
	margin: 0;
	float: left;
	padding-right: 5px;
}


.member-actions {
	float: right;
	margin: 4px 0;
	right: 0;
	top: 0;
	width: 52px;
}

.member-actions li {
	background: url(/images/arrow-blue.png) no-repeat 0 50%;
	list-style: none;
	margin: 0;
	padding: 0 0 0 8px;
	font-size: 1.1em;
}

/* @end */

/* @group Content Feature */ 
#feature-controller {
	position: relative;
	height: 40px;
}

#feature-controller ul {
	display: block;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.5);
	margin: 0 0 2em;

	float: left;
	position: absolute;
	right: 25px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;


	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	-khtml-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

#feature-controller li {
	list-style: none;
	margin: 0;
	float: left;
}



#feature-controller li a:link,
#feature-controller li a:visited {
	list-style: none;
	margin: 0;
	float: left;
	padding: 5px 13px;
}

#feature-controller li.first a:link,
#feature-controller li.first a:visited{
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
}

#feature-controller li.last a:link,
#feature-controller li.last a:visited{
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}

#feature-controller li.active a:link,
#feature-controller li.active a:visited {
	background-color: #ffffff;
}

#feature-controller li a:hover,
#feature-controller li a:active {
	background-color: #ffffff;
}

/* @group Content Feature */ 

#content-feature {
	margin: 0;

}

#content-feature li {
	list-style: none; 
	padding: 0;
	margin: 0;
	display: none;
}

#content-feature li.first {
	display: block;
}

/* @end */

/* @group Content Main */

/* @group Content Main Header */

#content-main-header {
	margin-top: -39px;
	margin-left: -5px;
}

.column-middle h1 {
	line-height: 1em;
	margin-bottom: 0;
}

.column-middle h2 {
	font-size: 2em;
	line-height: 1em;
}

/* @end */

.column-middle {
	padding-top: 26px;
	margin-left: 15px;

}

.column-middle .block {
	margin-bottom: 0;
	padding-left:15px;
	padding-right:15px;
}

#content-main .category-description {
	margin-top: 1.2em;
}


#content-main .category-description img {
	margin: 0 0 2em 2em;
}

#content-main .catalog-top-description {
	font-size: 1.2em;
	line-height: 1em;
}

#content-main .catalog-top-description p,
#content-main .catalog-top-description ul li,
#content-main .catalog-top-description b,
#content-main .catalog-top-description small {
	font-size: 1em;
	line-height: 1.1em;
}

/* @end */

/* @group Home Content Main */

.home #content-main {
	padding: 10px 14px;
}

.home #content-main .hgroup {
	padding-bottom: 20px;
}

.home #content-main h1 { 
	background: url(/images/featured-rainbow.png) no-repeat 85px 5px;
	float: left;
	padding-top: 13px;
	margin-top: -20px;
	margin-bottom: 0;
	color: #005a9e;
}

.home #content-main h2 {
	float: right;
	font-size: 1.8em;
	margin: -1px 0 0;
}

.home #content-main dl {
	width: 334px;
	height: 80px;
	margin-top: 3px;
}

.home #content-main dl.last {
	margin-bottom: 7px ;
}

.home #content-main dl.left {
	clear: both;
	float: left;
}

.home #content-main dl.right {
	float: right;
}

.home #content-main dl dt {
	font-family: "ronnia-condensed-1","ronnia-condensed-2", Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	line-height: 1.1em;
	margin-top: -22px;
	padding: 0;
	margin-bottom: 5px;
}

.home #content-main dl dt,
.home #content-main dl dd {
	float: right;
	width: 210px;
}

.home #content-main dl dd.image {
	float: left;
	text-align: center;
	width: 116px;
	margin-top: -18px;
}

.home #content-main dl dt a:link,
.home #content-main dl dt a:visited {
	color: #4A764A;
}

.home #content-main dl dd ul {
	margin-top: 0;
}

.home #content-main dl dd ul.left {
	float: left;
}

.home #content-main dl dd ul.right {
	float: right;
	margin-right: 10px;
}

.home #content-main dl dd li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Content Sub */

#content-sub #enter-to-win {
	background: #ffffff no-repeat 3px 3px;
	margin: 0 0 1.5em;
	padding: 7px;
	font-family: "ronnia-condensed-1","ronnia-condensed-2", Arial, Helvetica, sans-serif;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	-khtml-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	height: 90px;
	
	text-align: center;
}

#content-sub #enter-to-win p {
	color: #005a9e;

	font-size: 2.4em; 
	margin: 0 0 12px;
	line-height: 1em;
}

#content-sub #enter-to-win a:link,
#content-sub #enter-to-win a:visited {
	font-size: 1.6em;
}


#content-sub #enter-to-win p span {
	font-size: 1.1em;
}

#content-sub .productfeaturelist {
	margin: 0;
	padding: 0;
}

#content-sub .productfeaturelist li {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#content-sub h3 {
	background: url(/images/featured-leaf.png) no-repeat 0 0;
	padding-left: 19px;
	font-size: 1.9em;
	margin: -6px 0 6px -3px;
}

#content-sub dl.last {
	margin-bottom: 3px;
}

#content-sub dl {
	margin: 0 0 1.2em;
	padding-left: 0;
}

#content-sub dl dt {
	font-family: "ronnia-condensed-1","ronnia-condensed-2", Arial, Helvetica, sans-serif;
}

#content-sub dl dt,
#content-sub dl dd {
	color: #333333;
	font-size: 1.1em;
	float: right;
	width: 82px;
	line-height: 1em;
}

#content-sub dl dd.image {
	float: left;
	text-align: center;
	width: 76px;
}

#content-sub dl dd.button {
	font-size: 1.2em;
	margin-top: 6px;
}

#content-sub h4.first {
	margin-top: 0;
}

#content-sub h4 {
	margin: 1em 0 0.2em;
}

#content-sub .additional-info {
	margin-bottom: 0;
	margin-top: 0.3em;
}

#content-sub .additional-info p {
	font-size: 1.1em;
}

#content-sub .additional-info h3 {
	margin-top: -1.22em;
	background-image:  none;
	padding: 0;
}
/* @end */

/* @group Footer Block */
#footer-block .subscribe {
	margin: 0;
}

#footer-block .subscribe label {
	font-family: "ronnia-condensed-1","ronnia-condensed-2", Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	color: #3c9440;
	padding-right: 8px;
	background: transparent url(/images/arrow-green.png) no-repeat 100% 50%;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

#footer-block {
	padding: 0;
}

#footer-block form {
	float: right;
	display: inline;
	padding: 6px;
}


/* @group Footer Navigation */

#footer-block ul {
	float: left;
	width: 470px;
	margin: 4px 0 0;
}

#footer-block li {
	float: left;
	list-style: none;
	margin: 0 0 0 5px;;
	font-size: 1em;
	position: relative;
}

#footer-block a {
	font-size: 1.1em;
	padding: 10px 7px 10px 17px;
	line-height: 1em;
	background: transparent url(/images/arrow-blue.png) no-repeat 10px 45%;
	float: left;
	display: inline;
}

#footer-block a.hover {
	background: #ffffff url(/images/arrow-blue-down.png) no-repeat 8px 45%;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	color: #005a9e;
}

#footer-block li ul {
	display: none;
	padding: 8px 8px 8px 16px;
	margin: 30px 0 0 0;
	position: absolute;
	top: 0px;
	left: 0;
	float: none;
	text-transform: none;
	background-color: #ffffff;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	
	height: 60px;
	width: 245px;
}

#footer-block li li {
	float: left;
	line-height: 1em;
	text-transform: none;
	margin: 0.5em;
	width: 120px;
	margin: 0.2em 0;
	display: inline-block;
}

#footer-block li li a:link,
#footer-block li li a:visited {
	background: none;
	color: #005a9e;
	padding: 0;
	margin: 0;
	border: none;
	text-shadow: none;
	float: none;
	font-weight: normal;
	
}

#footer-block li li a:hover,
#footer-block li li a:active {
	color: #5b9f5f;
	text-decoration: underline;
}

#footer-block li a img {
	display: none;
}

/* @end */




/* @end*/

/* @group Footer */

#footer {
	clear: both;
	padding: 1px 0 160px;
}

#footer #seals {
	float: left;
	margin: 0 0 0 142px;
	width: 186px;
}

#footer #seals li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0 5px;
}

#footer #seals li a {
	display: block;
	height: 53px;
	text-indent: -9999px;
	width: 52px;
}

#footer #seals li.usda-organic a {
	background-image: url(/images/seal-usda-organic.png);
}

#footer #seals li.raw-vegan a {
	background-image: url(/images/seal-raw-vegan.png);
}

#footer #seals li.earth-kosher a {
	background-image: url(/images/seal-earth-kosher.png);
}

#footer #footer-content {
	float: right;
	width: 50em;
	margin-right: 12em;
}

#footer p {
	color: #005a9e;
	font-size: 1.1em;
	opacity: 0.8;
	text-align: left;
	margin: 0 auto 0.7em;
}

#footer p b {
	color: #2c71a5;
	font-size: 1.1em;
	font-weight: bold;
}

#footer p.payment-types {
	padding-top: 2.5em;
	clear: both;
	text-align: center;
}

/* @end */

/* @group Secondary Navigation */

.column-left .catalogueitemdump  {
	margin: 0.25em 0;
}

.column-left .catalogueitemdump li {
	list-style: none;
	margin: 0;
	font-size: 1em;
}

.column-left .catalogueitemdump li a {
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 0.5em 0;
	line-height: 1.5em;
	font-family: "ronnia-condensed-1","ronnia-condensed-2", Arial, Helvetica, sans-serif;
}

.column-left .catalogueitemdump li.active h4 a:link,
.column-left .catalogueitemdump li.active h4 a:visited,
.column-left .catalogueitemdump li.active h4 a:hover,
.column-left .catalogueitemdump li.active h4 a:active {
	color: #4A764A;
}

.column-left.catalogueitemdump li li{
	background: url(/images/arrow-blue.png) no-repeat 0 50%;
	font-size: 0.71em;
	list-style: none;
	padding-left: 8px;
}
	


/* @end */

/* @group Product Large (Product Detail) */


table.productLarge td {
	padding: 0;
	font-size: 1em;
}

table.productLarge tr {
	 border-top: 1px solid #E5E5E5;
}

table.productLarge b {
	font-size: 1.2em;
}

table.productLarge .product-price-quantity table{
	width: 300px;
	margin-top: 0;
}

table.productLarge .product-price-quantity input {
	margin: 0;
}

table.productLarge .product-price-quantity tr {
	border: none;
}

table.productLarge .product-price-quantity td {
	padding: 0.5em 0.5em 0.5em 0;
	text-align: left;
}

table.productLarge .product-price-quantity  {
	position: relative;
	padding-bottom: 1.8em;
	margin-bottom: 1.8em;
	margin-top: 1.5em;
	font-size: 1.2em;
	border-bottom: 1px solid #E5E5E5;
}

table.productLarge .product-price-quantity td.price {
	font-weight: bold;
}

table.productLarge .product-price-quantity caption {
	font-size: 1.7em;
	color: #2c71a5;
	text-align: left;
	font-weight: bold;
	line-height:  1em;
}

table.productLarge .description {
	font-size: 1.2em;
}

table.productLarge .description p,
table.productLarge .description ul li,
table.productLarge .description b,
table.productLarge .description small {
	font-size: 1em;
}

table.productLarge .item-photos {
	float: right;
	margin: 0;
}

table.productLarge .item-photos img {
	width: 190px;
}

table.productLarge .item-photos ul {
	margin-top: 1.2em;
}

table.productLarge .item-photos ul li {
	float: left;
	list-style: none;
	margin: 0;
	margin-right: 0.8em;
}

table.productLarge .reviews li {
	margin: 0 0 1.4em 0;
	list-style: none;
}

table.productLarge .reviews li p {
	margin: 0 0 1em 0;
}
.productItem .image a img{
	width:75px;
}
table.productLarge .reviews .byline {
	color: #2c71a5;
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1em;
	height: 1em;
}

table.productLarge .reviews em {
	font-weight: normal;
	color: #000;
}


/* @end */

/* @group Category List */

.catalogueTable {
	margin: 0 0;
}

.catalogueTable a:link,
.catalogueTable a:visited {
	display: block;
}

.catalogueTable td {
	text-align: center;
	margin: 0;
	padding: 0 0 15px 0;
}

.catalogueTable td h2 {
	margin: 0;
	margin-top: -11px;
}

.catalogueTable td h2 a:link,
.catalogueTable td h2 a:visited {
	font-size: .67em;
	line-height: 1em;
	display: inline-block;
	text-decoration: none;
}

/* @end */

/* @group Product Small (Subcategory Product List) */

table.productSmall {
	width: 500px;
}

table.productSmall p {
	font-size: 1.1em;
}

table.productSmall h4 {
	margin: 0;
	line-height: 1em;
}

table.productSmall td {
	list-style: none;
	font-size: 1em;
	margin: 0;
	padding: 1.7em 0;
	border-top: 1px solid #e5e5e5;
}

table.productSmall img {
	float: left;
	margin: 0 1.5em 0 0;
}

table.productSmall p {
	margin: 0;
	font-size: 0.91em;
 }

table.productSmall .price {
	font-size: 1.3em;
	font-weight: bold;
}

table.productSmall div {
	float: left;
	width: 194px;
	font-size: 1.1em;
}

table.productSmall div.add-to-cart {
	float: right;
	width: 130px;
	position: relative;
}

table.productSmall div.add-to-cart select {
	width: 127px;
}

table.productSmall div.add-to-cart .price {
	position: absolute;
	right: 6px;
	margin-top: 9px;
}

table.productSmall div.add-to-cart label {
	font-weight: bold;
	font-size: 1em;
}

table input.productTextInput {
	margin-top: 7px;
	width: 17px;
}

table.productSmall div.add-to-cart .buttons {
	padding: 15px;
	width: 108px;
}

table.productSmall div.add-to-cart .buttons p {
	margin: 7px 0;
}



/* @end */

/* @group Brands */

.brands .column-middle {
	padding: 0; 
	width: 733px;
	background-color: #ffffff;
}

.brands .column-left .block {
	padding: 3px 0 3px 6px;
}

.brands .column-left .block ul {
	margin: 0;
}
 
.brands .column-left .block ul li {
	margin: 0;
    list-style: none;
}

.brands .column-left .block ul li a {
	float: left;
}

.brands .better-than-roasted {
	border: 8px solid #ffffff;
	background: #ffffff url('/images/brands-background-btr.png') repeat-y 0 0;

}

.brands .better-than-roasted #content-main-inner {
	background: transparent url('/images/brands-background-top-btr.png') no-repeat 0 0;
	margin-top: -13px;
	padding: 238px 20px 0;
	min-height: 536px;
}

.brands .better-than-roasted #content-main-outer {
	background: transparent url('/images/brands-background-bottom-btr.png') no-repeat 0 100%;
}

.brands .the-raw-bakery {
	border: 5px solid #ffffff;
	background: #ffffff url('/images/brands-background-trb.png') repeat-y 0 0;
	width: 741px;
}

.brands .the-raw-bakery #content-main-outer {
	
	background: transparent url('/images/brands-background-bottom-trb.png') no-repeat 0 100%;
}

.brands .the-raw-bakery #content-main-inner {
	margin-top: -10px;
	padding: 238px 20px 20px 20px;
	min-height: 469px;
	background: transparent url('/images/brands-background-top-trb.png') no-repeat 0 0;

}

.brands .love-raw-foods {
	border: 5px solid #16813e;
	width: 741px;
	background: #ffffff url('/images/brands-background-lrf.png') repeat-y 3px 0;
}

.brands .love-raw-foods #content-main-inner {
	margin-top: -12px;
	padding: 138px 20px 0;
	min-height: 469px;
	margin-left: 2px;
	margin-right: 2px;
	background: transparent url('/images/brands-background-top-lrf.png') no-repeat 0 0;
}

.brands .love-raw-foods #content-main-outer {
	background: transparent url('/images/brands-background-bottom-lrf.png') no-repeat 3px 100%;
	margin-bottom: 3px;
}

.brands .blue-mountain-cashew-creamery {
	border: 5px solid #ffdc00;
	width: 741px;
	background: #ffffff url('/images/brands-background-bmcc.png') repeat-y 5px 0;
}

.brands .blue-mountain-cashew-creamery #content-main-inner {
	margin-top: -20px;
	padding: 332px 20px 150px 20px;
	min-height: 469px;
	margin-left: 5px;
	margin-right: 4px;
	background: transparent url('/images/brands-background-top-bmcc.png') no-repeat 0 0;
}

.brands .blue-mountain-cashew-creamery #content-main-outer {
	background: transparent url('/images/brands-background-bottom-bmcc.png') no-repeat 5px 100%;
}

/* @group My Group */



/* @end */

.landing {
	background-color: #ffffff;
	border: 5px solid #16813E;
}

.landing #content-main-outer {
	padding: 3px;
}

.landing #content-main-inner {
	background: #DFF3FC url(/images/brands-logo-landing.png) no-repeat 0 0;
	padding: 215px 8px 0;
}

.landing #content-main-inner ul {
	margin: 0 0 3em 47px;
}

.landing #content-main-inner ul li {
	float: left;
	display: inline;
	margin: 11px;
	list-style: none;
}

.landing #content-main-inner ul li a:link,
.landing #content-main-inner ul li a:visited {
	display: block;
	width: 188px;
	height: 74px;
}



/* @group Brands Content */

.brands .content {
	padding: 0 5px 0 15px;
}

.brands .content img.brand-tm {
	margin-top: -34px;
}

.brands .content .product-image {
	margin-right: 3.5em;
}

.brands .content p {
	margin: 1em 0;
	font-size: 1.5em;
}

.brands .content .brand-description p {
	font-size: 1.1em;
}


.brands .content ul {
	color: #4a764a;
	font-weight: bold;
	margin-bottom: 1.5em;
}

.brands .content #col {
	display: inline;
	float: left;
	width: 173px;
}

.brands .content h3 {
	margin: 0;
}

.brands .content .menu h4 {
	color: #4a764a;
}

/* @end */

/* @end */

/* @group jQuery List Menu */
.a-z-list {
	margin-top: 1em;
}

.lm-letters a:link,
.lm-letters a:visited {
	border: 1px solid #e5e5e5;;
	font-size: 1.8em;
	padding: 0 0.14em;
}

.lm-letters a:hover,
.lm-letters a:active {
	color:  #5b9f5f;
	text-decoration: none;
	font-size: 1.8em;
	padding: 0 0.14em;
}

.lm-menu ul {
	margin: 2em 0;
}

.lm-menu li {
	list-style: none;
	margin: 1em 0;
	line-height: 1em;
}

a.lm-disabled:link,
a.lm-disabled:visited {
	color: #e5e5e5;
}

a.lm-selected {
	color:  #5b9f5f;
}

/* @end */

/* @group Shopping Cart */  
.shop-cart table td {
	font-size: 1.2em;
	text-align: top;
}

.cart td, .cart th {
	padding: 0.5em;
	margin-left: 1em;
}

.cart .var {
	background-color: #e5e5e5;
	
}

.cart tr.total {
	border-top: 1px solid #e5e5e5;
}

.cart .discount .quantity,
.cart .giftvoucher .quantity  {
	width: 170px;
}

.cart .productitemcell {
	margin: 1em 0 0 0;
	display: block;
	height:36px;
}

.cart #ShippingOptions, 
.cart #shippingCountry,
.cart #shippingPostcode {
	width: 233px;
	margin-bottom: 1em;
}
/* @end */

/* @group Default No-Sidebar */
.default-no-sidebar .column-middle {
	width: 730px;
}

.productItem a img {
	width:150px;
}

.catalogueItem a img {
	width:150px;
}
/* @end */

/* @group Wholesale Application*/
.wholesale-application {
	font-size: 1.2em;
	margin-top: 2em;
}

.wholesale-application td,
.wholesale-application p,
.wholesale-application ul,
.wholesale-application ol {
	font-size: 1em;
}

.wholesale-application td {
	padding: 0;
}

.wholesale-application table {
	margin: 0 0 15px 0;
}

.wholesale-application #CreditTerms,
.wholesale-application #Membership {
	display: none;
}

/* @end */

/* @group */
table.account-information table,
table.account-information {
	margin-top: 0;
	margin-bottom: 1em;
}

table.account-information td td {
	font-size: 1.2em;
}

table.account-information td {
	padding: 10px;
	font-size: 1em;
}

table.account-information select {
	width: 150px;
}

/* @end */

/* @group New Customer */
#new-customer {
	display: inline;
	float: right;
	margin-left: 20px;
}
/* @end */

/* @group Newsletter */
.newsletter td {
	font-size: 1.2em;
}

/* @end */


.req
	{
	color: #990000;
	font-weight: bold;
	font-size: 15px;
	}


/* @group Blog */

hr
	{
	width: 0;
	height: 0;
	}

p.description
	{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	line-height: 20px !important;
	}

.post-title
	{
	padding-top: 30px;
	font-size: 2.5em !important;
	}

.post-details
	{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	line-height: 18px !important;
	font-weight: bold;
	color: #7030a0 !important;
	}

.post-body
	{
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	line-height: 22px !important;
	}

.links
	{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
	line-height: 18px !important;
	}

/* @group Quote Rotate front page */

#quotetext
	{
	width: 750px;
	margin: 5px 0px 15px 0px;
	padding: 0px;
	font-family: "ronnia-condensed-1","ronnia-condensed-2", Arial, Helvetica, sans-serif;
	color: #005A9E;
	line-height: 1.3em;
	font-size: 1.7em;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	text-align: center;
	}

/* @group Quote Rotate front page */

#newstext
	{
	width: 750px;
	margin: 15px 0px;
	padding: 0px;
	font-family: "ronnia-condensed-1","ronnia-condensed-2", Arial, Helvetica, sans-serif;
	color: #005A9E;
	font-size: 1.6em;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	text-align: center;
	}

/* @end */

