body 
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #2C0300;
	font-size: small;
}
p 
{
	margin: 0 0 1.2em 0;
	line-height: 1.2em;
	padding:0;
}

p.intro{
	color:#6F4D44;
	font-style:italic;
	font-size:120%;
}
p.note{
	color:#666;
	font-style:italic;
	font-size:90%;
}

table 
{
	border: 0;		
	border-collapse: collapse;
	font-size: 100%; /* IE hack */ 
}
sup 
{
	line-height: 0;
	vertical-align: text-top;
}
img 
{
	border: 0;
}
img.left 
{
	float: left;
	margin: 0 15px 10px 0;
}
img.right 
{
	float: right;
	margin: 0 0 10px 15px;
}

.hide
{
	display: none;
}
a { color: #667203; }
a:hover { color: #710000; }
/*a:visited { color:#80a820; }
a:active { color: #999; }*/

h1, h2, h3, h4, h5, h6 
{
	padding: 0;
	margin: 0 0 0.5em 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a 
{
	text-decoration: none;
}
h1 
{
	color: #B90000;
	font-size: 180%;
	margin-bottom: 0.6em;
	font-weight: normal;
	line-height:120%;
}
h1 span {font-size:120%;text-transform:uppercase;}
h2 
{
	color: #788042;
	font-size: 140%;
	margin: 0.3em 0 0.4em 0;
	margin: 2em 0 0.4em 0;
}
h3 
{
	color: #6b723f;
	font-size: 125%;
	margin: 0.4em 0 0.3em 0;
}
h4 
{
	color: #600;
	font-size: 112%;
	margin: 0.4em 0 0.3em 0;
	font-weight: normal;
}
h5 
{
	color: #645644;
	font-size: 100%;
	margin: 0.4em 0 0.3em 0;
	font-weight: normal;
}
h6 
{
	color: #333;
	font-size: 80%;
	margin: 0.3em 0 0.3em 0;
	font-weight: normal;
}
hr 
{
	background-color: #ccc;
	height:1px;
	border:0;
	margin:5px 0;
}

ul
{
	margin: 0 0 10px 10px;
	/*list-style: url(../img/bullet.gif) outside disc;*/
}
ul li
{
	margin-left: 20px;
	padding-bottom: 0.4em;
	line-height: 120%; 
	list-style-image: url(../img/bullet.gif);
}
ol
{
	margin: 10px 5px 10px 10px;
}
ol li li       { list-style-type: upper-alpha; }
ol li li li    { list-style-type: upper-roman; }
ol li li li li { list-style-type: lower-roman; }

ol li
{
	margin-left: 20px;
	padding-bottom: 0.4em;
	line-height: 120%; 
}
blockquote 
{
	margin: 10px 30px;
	margin: 10px 0 15px 0;
	padding: 0 30px 0 10px;
	border-left: 20px solid #d7d4b9;
}

/* ---- FORMS --- */

form 
{
	display: inline;
}
select option 
{
	padding: 0 0.4em;
}
input,
select
{
	/*font: 0.9em Arial, sans-serif;*/
	color: #4b4133;
}
textarea 
{ 
	/*overflow: auto; */
	font-size: 100%;
	font-family: Calibri, Arial, sans-serif;
	color: #4b4133;
}
.autosize input, .autosize textarea
{
	width: 99%;
}
label.preFieldWidth {
	/*display:-moz-inline-box;*/
	display:inline;
	height:26px;
	margin:0pt 4px 0pt 0pt;
	min-width:7em;
	padding:0pt 2px;
}
label.preField {
	/*display:-moz-inline-box;*/
	display:inline;
	height:26px;
	padding:0pt 2px;
}
label.postField {
	margin-left:4px;
	margin-right:4px;
}


/*=========================================================*/
/* SIDE COLUMN  AREAS */
/*=========================================================*/
#mainSide {
	color:#6F4D44;
	font-size:86%;
}

#mainSide h2 {
	text-align:center;
	padding:7px 0 10px 0;
}
#mainSide h2 img {
}
/* --- CTA SIDEBOXES FOR PRODUCTS --- */
.ctaBox {
	width:298px;
	border:1px solid #CCC;
	position:relative;
	height:120px;
	margin-bottom:15px;
}

.ctaBox h3 {
	height:28px;
	padding: 5px 0 0 7px;
	margin:0 0 0.2em 0;
	color:#fff;
	font-size:110%;
}
.ctaBox h3 a {
	color:#fff;
	text-decoration:none;
}
.ctaBox h3 a:hover{
	color:#fff;
	text-decoration:none;
}
.ctaBox p {
	padding: 0 113px 0 7px;
	line-height:120%;
	margin:0 0 0.2em 0;
}
.ctaBox a {
	color:#D22201;
	text-decoration:none;
}
.ctaBox a:hover {
	color:#710000;
}
.ctaBox .pic {
	position:absolute;
	top:-15px;
	right:-4px;
}

/* --- Green - Falafel  --- */
.greenBox { border-color:#9B9F69; background: #fff url(../img/cta-bg-1.png) no-repeat bottom left;}
.greenBox h3 { background: #9EA671 url( ../img/cta-hd-green-bg.png) repeat-x bottom left; }

/* --- Orange - Lentil  --- */
.orangeBox { border-color:#DB5E00; background: #fff url(../img/cta-bg-2.png) no-repeat bottom left;}
.orangeBox h3 { background: #FF7E20 url( ../img/cta-hd-orange-bg.png) repeat-x bottom left; }

/* --- Red - Marinade  --- */
.redBox { border-color:#B90000; background: #fff url(../img/cta-bg-3.png) no-repeat bottom left;}
.redBox h3 { background: #DE3301 url( ../img/cta-hd-red-bg.png) repeat-x bottom left; }

.ingredientsBox {
	height:auto;
}
.ingredientsBox h3 {
	margin:0;
}
.ingredientsBox p {
	padding:7px;
}

.ingredientsBoxGradient {
	background: #fff url(../img/cta-bg-gradient.png)repeat-x bottom left;
}

.testimonial {
	height:auto;
}
.testimonial h3 {
	margin:0;
}
.testimonial p {
	font-family: Tahoma;
	padding:7px 7px 2px 7px ;
	font-size: 1em;
}

/* --- LEFT COLUMN  --- */
#contentSide 
{
	padding:0 0 60px 0;
}
#contentSide h2
{
	/*text-indent:-6000px;*/
	border-bottom:1px #fff solid;
	padding:0;
	margin:0;
	padding:0 0 7px 7px;
}
#contentSide .snippet
{
	font-size:90%;
	color: #6F4D44;
	background-color:#E4D8BD;
	border-bottom:1px #fff solid;
	padding:7px;
}
#contentSide .snippetColour1{ background-color:#D7D4B9; }
#contentSide .snippetColour2{ background-color:#DDD4CE; }

#contentSide .snippet h3
{
	color: #E86A0C;
	padding: 0;
	font-weight:normal;
	margin:0 0 2px 0;
}
#contentSide .snippet h3 a,
#contentSide .snippet h3 a:hover
{
	color: #E86A0C;
}
#contentSide .snippet p
{
	margin: 0 0 5px 0;
	padding: 0;
}
#contentSide .snippet a
{
	text-decoration: none;
	color:#D22201;
}
#contentSide .snippet a:hover
{
	text-decoration: underline;
	color:#B90000;
}


/*=========================================================*/
/* CONTENT AREAS */
/*=========================================================*/

ul.sitemap ul
{
	margin: 0;
	border: 0px dashed #cebbaa;
	border-top-width: 1px;
	/*border-bottom-width: 1px;*/
}

ul.sitemap li
{
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

ul.sitemap a
{
	display: block;
	padding: 3px 5px 4px 5px;
	color: #482917;
	text-decoration: none;
}

ul.sitemap a:hover
{
	background-color: #ccd891;
	color: #36231d;
}
/* TABLE GRIDS */

.nutritionGrid{
	width:99%;
}
.nutritionGrid td{
	padding:3px;
}
.nutritionGrid td.key{
	width:40%;
	padding-left:7px;
}

.nutritionGrid td.value{
	text-align:right;
}

.product-list{
	width: 100%;
	display: block;
	clear: left;
}

.product-item {
	/*clear:left;*/
	border-top: 1px dotted #D7D4B9;
	margin:0 0 20px 0;
	padding:10px 0 10px 0;
	width: 45%;
	float: left;
}

.product-item h2 {
	margin: 0.3em 0 0.4em 0;
	padding:10px 0 0 ;
}

body#recipes h2 {
	margin-top: 20px;
}
body#recipes h3 {
	color: #d00000;
}
.serving-suggestion {
	padding: 5px;
	border: 1px solid #d7d4b9;
	background-color: #f0ecdc;
	margin: 15px 0;
}
body#recipes .serving-suggestion h3 {
	color: #6b723f;
	text-align: right;
}