body {
	text-align: center;
	margin: 0;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	background: url("../images/bar.gif") #fff repeat-x 0 116px;
}

#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#wrapper {
	width: 900px;
	padding-bottom: 29px;
}

#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* styles for the 2 column layout */
#right {
	float: left;
	margin: 0 0 0 219px;
	width: 655px;
	padding: 9px 4px 0 22px;
}

#left {
	float: left;
	width: 215px;
	margin: 0 0 0 -900px;
	padding: 9px 0 0 4px;
}
.clear{
	clear: both;
}
/* styles for the 3 column layout */
#right3col {
	float: left;
	width: 215px;
	margin: 0;
	padding: 9px 0 0 0;
}

#left3col {
	float: left;
	width: 215px;
	margin: 0 0 0 -681px;
	padding: 9px 0 0 4px;
}

#middle {
	float: left;
	margin: 0 0 0 219px;
	width: 440px;
	padding: 9px 11px 0 11px;
}


.homepage .content{
	padding:6px;
	background-color:#7793cb;
	color:#fff;
	margin-bottom:8px;
}

.homepage .content h1{
	color:#fff;
	font-size:18px;
	border:none;
}

.homepage .extra-content{
	padding:6px;
	background-color:#ffe35c;
	margin-bottom:10px;
}

.homepage .extra-content h2{
	color:#000;
	line-height:1.1;
	margin-bottom:10px;
}


#header {
	position: relative;
	width: 900px;
	height: 135px;
}

#footer {
	padding: 10px 2px;
	border-top: 2px solid #316194;
	width: 900px;
}

/*standard table layout */
table{
	border-collapse: collapse;
	border-top: 1px solid #72A83B;
	border-right: 1px solid #72A83B;
}
td{
	padding: 4px;
	border-bottom: 1px solid #72A83B;
	border-left: 1px solid #72A83B;
}
/*layout styles for the header*/
#header img {
	float: left;
	margin: 4px 5px 0 0;
}

/* typograpnic styles for the header */

#header em {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.6em;
	color: #316194;
	padding-top: 10px;	
	display: block;
}

#header p {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #7793cb;
	margin: 0 0 0 68px;
	line-height: 0.8em;
}

.highlight {
	width: 100%;
	background-color: #C7E632;
	margin-bottom: 10px;
}

/* styles for the search box */
#search {
	width: 193px;
	height: 65px;
	background-color: #ccc;
	position: absolute;
	top: 0;
	right: 45px;
} 

#search button {
	margin: 0;
	border: 0;
	padding: 0;
	width: 29px;
	height: 31px;
	overflow: hidden;
}

#search button img{
	margin: 0;
	border: 0;
	padding: 0;
	width: 29px;
	height: 31px;
}

#search p{
	color: #316194;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#search form fieldset legend {
	font-size: 1.4em;
	font-weight: normal;
	color: #316194;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 2px 0 0 8px;
}

#search form fieldset:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#search form fieldset .text{
	float: left;
	border: 0;
	margin: 6px 0;
	width: 148px;
	height: 23px;
}

#search form fieldset div {
	clear: left;
	margin: 0  0 0 7px;
}
#search form fieldset div input.action{
	margin: 2px 0 0 4px;
}
/* end search box */

#header #pclogo {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}
/* styles for How to Cook the Best */
.green-line-box {
	background: url("../images/green_line_02.gif") bottom;
	margin-bottom: 10px
}
.green-line-box h2 {
	background: url("../images/green_line_01.gif") no-repeat left top;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #316194;
	padding: 8px 8px;/*different from variety box*/
	margin: 0;
	height: 1.5em;
}
.green-line-box ul {
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 10px 0;
}
/* middle col best */
#middle .green-line-box {
	background: url("../images/wide_green_line_02.gif") bottom;
}
#middle .green-line-box h2 {
	padding-left:15px;
	background: url("../images/wide_green_line_01.gif") no-repeat left top;
}
#middle .green-line-box ul li {
	padding: 0 0 20px 15px;/*different from variety box*/
	height: 114px;/*different from variety box*/
}
.green-line-box p {
	margin: 5px 8px;
	font-weight: bold;
}

.green-line-box ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 20px 10px;/*different from variety box*/
	width: 91px;/*different from variety box*/
	height: 124px;/*different from variety box*/
	text-align: center;/*different from variety box*/
}
/*different from variety box*/
.green-line-box ul li img {
	border: 1px solid #316194;
}

.green-line-box a {
	font-weight: bold;/*different from variety box*/
	color: #000;
	font-size: 0.8em;/*different from variety box*/
}
/* end How to Cook the Best */

/*used in conjunction with green-line-box when th ebox is in the left or right column*/
.side-box{
	text-align: center;
}
.side-box ul{
	padding-bottom: 0;
}
.side-box ul li {
	width: 200px;
	padding: 0 7px 8px 8px;
	float: none;
	clear: both;
	width: auto;/*different from variety box*/
	height: auto;/*different from variety box*/
}
.side-box ul li a{
	font-size: 0.9em;
	display: block;
	float: left;
	width: 100px;
	text-align: left;
	margin: 0 0 0 10px;
}
.side-box ul li div {
	height: 90px;
	width: 90px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	border: 0;
	padding: 0;
	float: left;
}
.side-box ul li div a {
	margin: 0;
	border: 0;
	padding: 0;
	width: 90px;
}
.side-box ul li div img{
	border: 0;
	margin: 0;
	padding: 0;
}
.side-box p {
	width:180px;
	margin: 0 auto;
	padding-bottom: 10px;
	clear: both;
}
.side-box p a {
	color:#316194;
	font-size: 1.1em;
}


/*  Styles for the FAQ */
.highlight ul {
	margin: 0 17px;
	padding: 17px 0;
}

.highlight ul li {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	list-style: none;
	margin: 0;
}

.highlight ul li a {
	color: Black;
}
/* end styles for faq*/
/* styles growing */
.growing {
	width: 100%;
	height: 418px;
	overflow: hidden;
	margin-bottom: 17px;
}
.growing h2{
	color: Black;
	font-size: 1.6em;
	line-height: 1.2em;
	margin: 0;
	padding: 17px 0 10px 17px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.growing ul {
	margin: 0 0 10px 17px;
	padding: 0;
}

.growing ul li {
	list-style: disc;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.growing img{
	float: right;
	clear: right;
	margin-bottom: 5px;
}
.growing img.last{
	margin-bottom: 0;
}

.growing p {
	border-top: 2px dashed white;
	margin: 0 144px 0 17px;
	padding: 10px 0;
}
/* end growing */

/* content area list style */
ul{
	margin: 0 0 15px 0;
}

ul li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#right ul li{
	line-height:22px;
}


ol {
	margin-left: 12px;
}
ol li {
	list-style-type: decimal;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
/* end list styles*/

/* lunch box styles */
.lunchboxhead img{
	float: right;
	margin-left: 20px;
}

.lunchboxhead h2 {
	clear:both;
	float: left;
	background: url("../images/lunch_tab_right.gif") #e11a5f no-repeat right top;
	color: #fff;
	font-size: 1.4em;
	display: inline;
	margin: 0 0 0 10px;
	padding: 0 10px 0 0;
	line-height: 1.6em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	vertical-align: baseline;
}

.lunchboxhead h2 a {
	display: block;
	background: url("../images/lunch_tab_left.gif") no-repeat left top;
	color: #fff;
	float: left;
	height: 1em;
	padding:  0 10px 0 0;
}

.lunchboxhead:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.lunchbox td{
	border-left: 2px dotted white;
	border-bottom: 2px dotted white;
	padding: 20px;
	width:206px;
	vertical-align: top;
}

.lunchbox .first{
	border-left: 0;
	width: auto;
	padding: 5px;
}
.lunchbox .first{
	text-align: center;
}
.lunchbox .last td{
	border-bottom: 0;
}
.lunchbox thead{
	background-color: #F7AC10;
}

.lunchbox thead td{
	text-align: center;
	padding: 5px;
}

.lunchbox thead td p{
	font-weight: bold;
	margin: 0;
	padding: 0;	
}

.lunchbox td ul li{
	margin: 5px 0;
	list-style-position: inside;
}
.lunchbox {
	width: 100%;
	background-color: #C7E230;
	border-collapse: collapse;
	border: 0;
	border-top: 12px solid #e11a5f;
	margin: 0;
}

/* end lunch boxes */

/* Latest News */
.latest-news h2{
	background: #e21a5d url("../images/pink_box_top.gif") no-repeat left top;	
	width: 215px;
	margin: 0;
	padding: 0;
	color: White;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
}
.latest-news p{
	margin: 0;
	padding: 0 8px 8px 8px;
	color: White;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: left;
}
.latest-news a{
	color: White;
}
.latest-news a:hover{
	text-decoration: underline;
}
.latest-news {
	background: url("../images/pink_box_bottom.gif") bottom;	
	width: 215px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}
/* end latest news */

.home{
	background-color: #FACA17;
	margin-bottom: 6px;
}
.home h1{
	color: #E21A5D;
	border-bottom: 0;
	padding: 0 10px 0 10px;
	margin: 0;
	font-size:2.2em;
}
.home h2 {
	color: #E21A5D;
	border-bottom: 0;
	padding: 0 10px 0 10px;
	margin: 0;
	font-size:2.2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.home span{
	color: #F96311;
}
.home p{
	color: #E21A5D;
	border-bottom: 0;
	padding: 0 10px 0 10px;
	margin: 0 0 5px 0;
	font-size:1.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
.home a{ 
	color: #E21A5D;
	border-bottom: 0;
	font-weight: normal;
}
.home ul li a{
	color: black;
	border-bottom: 0;
	font-weight: bold;
}
.home img{
	margin: 0;
}
.home ul{
	margin: 0 10px;
	padding: 5px 0;
}
.home li{
	list-style-type: none;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 5px 0;
	padding: 0 10px 0 10px;
}
/* end home*/

/* styles for the boxes */
.box {
	width: 199px;
	margin-bottom: 10px;
	padding:8px;
	background-color:#cadef3;
	overflow:hidden;
}
.box h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 21px;
	font-weight: normal;
	color: #316194;
	margin:0 0 5px; 
}
.box p{
	margin: 0 0 0 100px;
	font-size: 12px;
	line-height: 16px;
}
.box a{
	color:#316194;
}
.box a:hover{
	text-decoration: underline;
}

.box img{
	float:left;
	margin:0 10px 0 0;
}

/*green box */
.green-box {
	background: url("../images/green_box_bottom.gif") bottom;	
	width: 215px;
	height: auto;
}
.green-box h2{
	background: url("../images/green_box_top.gif") no-repeat left top;	
	width: 199px;
	margin: 0;
	padding: 4px 8px 0 8px;
}
.green-box p{
	line-height: 1.4em;
}
.green-box a{
	font-weight: bold;
	font-size: 1em;
}
/* yellow box */
.yellow-box{
	background-color:#ffe35c;
}

.yellow-box h2{
	color:#000;
}

.yellow-box p{
	margin:0;
}
/* Press Item */
.holderitem{
	border-bottom: 1px dashed #71A83B;
	padding: 10px 0;
}
.holderitem p{
	width: 65%;
	margin:0;
	padding-bottom: 10px;
}
.holderitem img{
	float: right;
}

/*template1 styles */

.template1 #right h2{
	color: #e11a5f
}

/*template4 styles - contact page*/
.template4 #right p {
	float: left;
	margin-right: 80px
}
.template4 #right h2{
	clear: both;
	background: url(../images/contact_bkg.gif) #316194 no-repeat;
	height: 21px;
	width:161px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 21px;
	color: #fff;
	font-weight: normal;
	padding: 4px 8px 0 8px;
	margin: 0 0 0 5px;

}
#Form_Form{
	border: 1px solid #316194;
	border-top: 10px solid #316194;
	padding: 20px 10px 10px 10px;
	position: relative;
}
#Form_Form div{
	clear: left;
	margin-bottom: 5px
}

#Form_Form label{
	clear: left;
	float: left;
	display: block;
	width: 70px;
	padding: 5px 10px;
	text-align: right;
	font-weight: bold;
}
#Form_Form .middleColumn{
	float: left;
	padding: 5px 0;
}
#Form_Form input.text, #Form_Form textarea{
	border: 1px solid #e4e4e4;
	width: 313px
}
#Form_Form p.Action{
	float:left
}
#Form_Form .action{
	background: url(../images/send_bkg.gif) no-repeat;
	width:81px;
	height:26px;
	float:left;
	color: #316194;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: normal;
	border: 0;
	font-size: 18px;
	position: absolute;
	top: 200px;
	left: 430px;
}

/*template5 styles - about us > links*/

.template5 h1{
	margin-bottom: 10px;
}
.template5 #right table{
	border: 0;
	width: 100%;
	margin: 0;

}
.template5 #right table td{
	border: 0;
	border-bottom: 1px dashed #71A83B;
	padding: 10px 1px;
	text-align: center;
}
.template5 #right table p{
	text-align: left;
	margin: 0;
	padding: 0;
}
.template5 #right table p a{
	margin-left: 30px;
}

/*Recipe index styles*/
.recipe-box{
	float: left;
	width: 154px;
	height: 250px;
	margin: 0 0 5px 8px;
	padding: 0;
	position: relative;
	text-align: center;
}
.recipe-box div{
	border: 2px solid #316194;
	padding: 2px;
	height: 180px;
	position: relative;
	text-align: left;	
	margin: 0 0 4px 0;
	background: #fff;
}
.recipe-box div div {
	height: 146px;
	width: 146px;
	overflow: hidden;
	margin-bottom: 13px;
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
}
.recipe-box p {
	font-size: 0.9em;
	font-weight: bold;
	color: #4D4D4D;
	margin: 0;
}
.recipe-box img.veg {
	position: absolute;
	bottom: 3px;
	right: 3px;
}
.recipe-box div a {
	text-align: center;
	line-height: 16px;
}
.best-recipe-box{
	float: left;
	width: 146px;
	height: 195px;
	margin: 0 0 5px 8px;
	padding: 2px;
	text-align: center;	
}
.best-recipe-box img{
	border: 2px solid #316194;
	margin: 0 0 4px 0;	
}
.best-recipe-box a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
}
/*end recipe index styles */

/*recipe detail page */
.recipe p.feature {
	font-size: 16px;
	color: #FBAC0C;
	font-weight: bold;
	margin-bottom: 5px;
}

/*.recipe h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #148140;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0;
}*/

.recipe h2.more {
	padding-top: 5px;
	border-top: 2px solid #7793cb;
	margin: 15px 0 5px;
}

.recipe #rightpanel {
	width: 320px;
	float: right;
	margin: 0 0 10px 20px;
}

.recipe #nutrition {
	font-size: 14px;
	font-weight: bold;
	color: #f96311;
	float: left;
	width: 110px;
}

.recipe #nutrition p {
	margin: 3px 0;
}

.recipe #nutrition ul {
	margin: 0 0 5px;
}

.recipe #nutrition ul li {
	list-style-type: none;
	list-style-position: outside;
	line-height: 24px;
	height: 24px;
}

.recipe #nutrition ul li img {
	vertical-align: middle;
}

.recipe #nutrition h3 {
	border-top: 2px dotted #71A83B;
	padding-top: 3px;
	font-size: 16px;
}

.recipe #nutrition .legend {
	font-weight: normal;
	color: #000;
	font-size: 12px;
	line-height: 12px;
	margin: 0;
}

.recipe #nutrition strong {
	color: #000;
}

.recipe p {
	line-height: 20px
}
.recipe ol {
	margin: 0 0 15px 0;
	padding: 0;
}
.recipe li {
	list-style-position: inside;
	line-height: 20px;
	margin: 0;
}
.recipe ol li {
	margin-bottom: 10px
}	
/*end recipe detail*/

/* small feature - home page */

.smallfeature{
	height: 71px;
	width: 420px;
	background: url(../images/home_jack_bkg.jpg) no-repeat;
	margin-bottom: 7px;
	padding: 8px 10px;
}
.smallfeature h2{
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #148140;
	font-size: 16px;
}
.smallfeature span{
	color: Black;
}
.smallfeature p{
	width: 292px;
	padding: 0;
	margin: 0;
}
.smallfeature a{
	font-size: 12px;
	color: Black;
}
.smallfeature a:hover{
	text-decoration: underline;
}

/*Potato Nutrition styles */

.headline{
	margin: 0 17px;
	padding: 17px 0 10px 0;
	font-weight: bold;
	font-size:0.9em;
}
.headline strong{
	font-size:1.6em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right:6px;
}
.nutrition ul {
	margin: 0 0 17px 0;
	padding: 0;
}
.nutrition ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.nutrition ul li {
	float: left;
	margin: 0;
	padding: 0;
}
.nutrition ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: url("../images/nutrition_bkg.gif") #E31A5C no-repeat left top;
	width: 182px;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	text-align: center;	
	margin: 0 17px 10px 17px;
}

/* end nutrition */

/* slider styles */
/* THE IMPORTANT STUFF STARTS HERE */

.slider-wrap{
	position: relative;
}
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 10px solid #C7E632; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 635px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: auto;
	clear: both;
	background: #fff;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	-moz-user-select: none; /* Stops the panels from highlighting/selecting, which I found problematic in Firefox. Also stops the CSS from validating though. Oh well. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	width: 635px; /* Also specified in  .stripViewer  above */
	height: 100%;
}

.stripViewer .panelContainer .panel .wrapper div{ /* Wrapper to give some padding in the panels, without messing with existing panel width */
	width:100%;
	background-color: #C7E632;
}
.stripViewer .panelContainer .panel .wrapper p {
	padding: 10px
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 0;
}

.stripNavL a {
	display: block;
	height: 28px;
	width: 112px;
	color: White;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.stripNavR a {
	display: block;
	height: 28px;
	width: 79px;
	color: White;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.stripNavL {
	top:100px;
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("../images/previous.gif") no-repeat center;
}

.stripNavR {
	background: url("../images/next.gif") no-repeat center;
}

.stripViewer .panelContainer .panel .wrapper div h2 {
	float: left;
	background: url("../images/nutri_tab_left.gif") #fff no-repeat left top;
	color: #018240;
	font-size: 1.3em;
	display: inline;
	margin: 0 0 0 130px;
	padding: 0  0 3px 5px;
}

.stripViewer .panelContainer .panel .wrapper div h2 a {
	display: block;
	background: url("../images/nutri_tab_right.gif") no-repeat right top;
	color: #018240;
	padding: 5px 8px 0 5px;
	line-height: 1em;	
}
/* end slider styles */

.nutrition div {
	padding: 10px
}
.nutrition div div{
	background-color: White;
	padding: 10px;
	clear: both;
}

.nutrition div ul {
	margin: 0 0 0 9px;
	padding: 0;
}

.nutrition div  ul li {
	float: left;
	background: url("../images/nut_item_left_tab.gif") no-repeat left top;
	margin: 0 3px 0 0;
	padding: 0 0 0 6px;
	line-height: 0;
	list-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

.nutrition div ul li a {
	display: block;
	background: url("../images/nut_item_right_tab.gif") no-repeat right top;
	padding:3px 10px 0 3px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	width: auto;
	line-height: 25px;
	height: 25px
}
.nutrition div ul li.tabon {
	background: url("../images/nut_item_left_tab_on.gif") no-repeat left top;
}

.nutrition div ul li.tabon a {
	background: url("../images/nut_item_right_tab_on.gif") no-repeat right top;
	color: #018240;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #316194;
	border-bottom: 2px dashed #316194;
	font-size: 2.4em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 20px;
	margin-bottom: 0.5em;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #316194;
	font-weight: normal;
	margin-bottom: 0;
}
h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	font-size: 1em;
	font-weight: bold;
}
p {
	line-height: 1.5em;
	margin: 0 0 15px 0;
}
a {
	color: #316194;
	text-decoration: none;
	font-weight: bold;
}
strong, span{
	font-weight: bold;
}
p.leader {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 1em; 
}
p.breadcrumbs {
	color: #316194;
	font-weight: bold;
}
.breadcrumbs a {
	color: #316194;
	font-weight: normal;
	text-decoration: none;
}
img.variety {
	float: right;
}
.required{
	color: #BB0000 
}
.grass {
	background: url('../images/grass.gif') #148140 repeat-x top;
	height: 100px;
	width: 100%;
	clear: both;
	position: relative;
}
.grass ul {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('../images/flouryscale.gif') no-repeat left bottom;
	height: 100px;
	width: 419px;
	padding-left: 20px;
	list-style: none;
	margin: 0;
}
.grass ul li {
	float: left;
	background: url('../images/flourytab.gif');
	width: 40px;
	height: 40px;
	font-size: 2em;
	line-height: 1.5em;
	margin: 35px 3px 0 0;
	text-align: center;
	list-style: none;
}
.grass ul li.raised {
	margin-top: 20px;
	height: 55px;
	background: url('../images/flourytabon.gif');
}
.grass .floury-key {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 210px;
}
.grass .floury-key p {
	margin: 0;
	color: #fff;
	font-size: 11px;
}
.best {
	width: 100%;
	clear: both;
	margin: 20px 0;
}
.best ul {
	border-width: 10px 2px 2px 2px;
	border-style: solid;
	border-color: #018240;
	clear: both;
	margin: 0;
	padding: 0;
	min-height: 100px;
	height: auto;
}
.best ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.best ul li {
	float: left;
	width: 150px;
	height: 150px;
	margin: 10px;
	list-style: none;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}
.best h2 {
	float: left;
	background: url("../images/besttab_left.gif") #018240 no-repeat left top;
	color: #fff;
	font-size: 1.5em;
	margin: 0 0 0 15px;
	padding: 0 0 0 5px;
}
.best h2 a {
	display: block;
	background: url("../images/besttab_right.gif") no-repeat right top;
	color: #fff;
	padding: 5px 8px 0 5px;
	line-height: 1em;
	font-weight: normal;
}
.best-footer {
	margin: 0;
	background: #018240;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 3px 0 7px 0;
}
.best-footer a {
	color: #fff;
}
.template6 .best ul li {
	width: 125px;
}
.template6 .best {
	margin-bottom: 0;
}
#variety-box {
	background: url("../images/varietybox_middle.gif") repeat-y center top;
}
#variety-box p {
	margin: 5px 8px;
	font-weight: bold;
}
#variety-box h3 {
	background: url("../images/varietybox_top.gif") no-repeat center top;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #316194;
	padding: 5px 8px;
}
#variety-box ul {
	background: url("../images/varietybox_bottom.gif") no-repeat center bottom;
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 10px 0;
}
#variety-box ul li {
	list-style: none;
	margin: 0;
	padding: 2px 8px;
}
#variety-box a {
	font-weight: normal;
	color: #000;
}
.waxyorfloury {
	float: right;
	width: 350px;
	background: #E31A5C;
	color: #fff;
	padding: 10px;
}
.waxyorfloury h2 {
	color: #fff;
	margin: 0 0 5px 0;
}
.waxyorfloury p {
	margin: 0 0 5px 0;
}
.waxyorfloury hr {
	border: none;
	border-top: 2px dashed #fff;
	height: 2px;
}
img.recipe {
	float: right;
	border: 2px solid #316194;
}
/* Section Home Page */
#section-home {
	color: #fff;
	padding: 5px 13px 55px 13px;
	height: auto;
	display: inline-block;
	background: #E21A5D;
}
.template2 #section-home {
	background: #E21A5D url('../images/recipe-home.gif') no-repeat bottom right;
}
.template3 #section-home {
	background: #F96311 url('../images/children-home.gif') no-repeat bottom right;
}
#section-home:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#section-home p.subtitle {
	font-size: 1.4em;
	color: #fff;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#section-home p.leader {
	font-size: 1.1em;
}
.template2 #section-home p.subtitle {
	color: #FACA17;
}
#section-home h1 {
	font-size: 2.3em;
	color: #fff;
	border: none;
	margin: 0;
}
#section-home h1 em {
	color: #FACA17;
	font-weight: bold;
}
#section-home .column1 {
	float: left;
	width: 200px;
	margin-right: 7px;
}
#section-home .column2 {
	float: left;
	width: 200px;
	margin-left: 7px;
}
#section-home ul li {
	color: #fff;
	font-size: 0.95em;
	margin: 0 0 13px 0;
	font-weight: bold;
	list-style-position: inside;
}
#section-home ul li a {
	font-size: 14px;
	color: #fff;
}
.template3 #section-home ul li a {
	color: #FACA17;
	font-size: 1em;
}
#section-home ul li em {
	color: #FACA17;
	font-weight: bold;
}
#section-home ul li.image {
	list-style: none outside none;
	height: 120px;
	width: 200px;
	overflow: hidden;
	margin-bottom: 13px;
	position: relative;
}
#section-home ul li.image img {
	margin-top: -40px;
}
#section-home ul li.image p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
	background: url('../images/opal.png') repeat;
	padding: 4px 5px;
	color: #000;
	margin: 0;
	line-height: 1em;
}
#section-home ul li.image a {
	color: #000;
	font-size: 1.2em;
}
#section-home ul li.image em {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	display: block;
}
.template6 #middle hr {
	border: none;
	border-top: 2px dashed #71A83B;
	height: 2px;
}
.template6 #middle h1 {
	color: #E31A5C;
	font-size: 1.4em;
	margin: 0;
	border: none;
}
.template6 #middle p {
	line-height: 1.4em;
}
.template6 #middle p.leader {
	font-size: 1.1em;
	font-weight: bold;
}
.results li {
	border-bottom: 1px dashed #71A83B;
	margin: 10px 0;
	list-style: none;
}
#nutrients {
	float: right;
	margin-left: 20px;
	text-align: left;
}
#nutrients table {
	border-collapse: collapse;
	width: 292px;
	border: 1px solid #148140;
}
#nutrients table caption {
	background: #F96311 url("../images/healthcook_table_title.jpg") no-repeat top center;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	padding: 94px 8px 6px 8px;	
}
#nutrients table td {
	font-size: 1.1em;
}
#nutrients table th {
	color: #F96311;
	font-size: 1.3em;
}
#nutrients table td, #nutrients table th {
	font-weight: bold;
	border-style: solid;
	border-color: #009d57;
	border-width: 1px;
	padding: 4px 8px;
	text-align: left;
}
#nutrients table td.rda {
	color: #f58020;
	font-weight: bold;
}
#nutrients p.key {
	font-size: 0.9em;
	margin: 0.5em 1em;
}
#menu {
	position: absolute;
	top: 90px;
	left: 0;
	width: 900px;
	height: 43px;
	background: url("../images/bar.gif") repeat-x bottom;
	color: #000;
}

#menu ul {
	margin: 0 0 0 68px;
	padding: 0;
}

#menu ul li {
	float: left;
	background: url("../images/tab_left.gif") no-repeat left top;
	margin: 0 1px 0 0;
	padding: 0 0 0 7px;
	line-height: 1em;
	list-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

#menu a {
	display: block;
	background: url("../images/tab_right.gif") no-repeat right top;
	padding: 3px 10px 5px 3px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#menu a:hover {
	color: #fff;
}

#menu ul li.section {
	background: url("../images/tabon_left.gif") no-repeat left top;
}

#menu ul li.section a {
	background: url("../images/tabon_right.gif") no-repeat right top;
	color: #fff;
}

#left-menu {
	margin: 0 0 9px 0;
}
#left-menu ul{
	margin: 0;
}
#left-menu ul li {
	margin: 0 0 3px 0;
	list-style: none;
}

#left-menu ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	background: url("../images/button.gif") #316194 no-repeat left top;
	width: 215px;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	text-align: center;	
}

#left-menu ul li.section a {
	color: #ffe35c;
}

#left-menu ul li a:hover {
	background-color: #fff;
	color: #316194;
}

.iyp {
	height: 269px;
}

.iyp img{
	float: right;
	margin: 17px;
}

.iyp p{
	margin:0pt;
	padding:17px 0 0 17px;
}

/*added by mark 13/06/2008 8/ to fix image align ment issue.*/
.right {
	float: right;
	margin: 0 0 10px 15px;
}
.left {
	float: left;
	margin: 0 15px 10px 0;
}

.content img.left, .extracontent img.left{
	margin: 0 15px 0 0;
}

img.center{
	margin:0 auto;
	display:block;
}

/*meal doctor styles*/
#mealdoctor{
	background-image: url(../images/meal_doctor_bkg.gif);
	padding: 60px 15px 20px 15px;
	margin-top: -50px;
	height: 687px;
	width: 625px;
	overflow: hidden;
}
#mealdoctor .question, #mealdoctor-results-bot .question{
	clear: both;
	background-image: url(../images/question_bkg.gif);
	background-color: #fff2dd;
	width: 384px;
	height: 45px;
	padding: 12px 10px;
	float: left;
	margin-bottom: 20px;
}

#mealdoctor .dropdown, #mealdoctor-results-bot .dropdown{
	width: 140px;
	height: 45px;
	float: left;
	text-align: center;
}
#mealdoctor .help, #mealdoctor-results-bot .help{
	float: right;
}

#mealdoctor-results {
	background: url(../images/mealdoctor_results_mid.gif) repeat-y;
	width: 655px;
}

#mealdoctor-results:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#mealdoctor-results h2 {
	padding: 0 10px;
	margin-bottom: 0;
	color: #e14735;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
}

#mealdoctor-results p {
	padding: 0 10px;
}

#mealdoctor-results-top {
	background: url(../images/mealdoctor_results_top.gif) no-repeat;
	margin-top: -50px;
	width: 625px;
	height: 143px;
	padding: 60px 15px 20px 15px;
}

#mealdoctor-results-bot {
	background: url(../images/mealdoctor_results_bot.gif) no-repeat;
	width: 625px;
	height: 360px;
	padding: 20px 15px;
}

/* footer styles */
#footer p{
	color: #666666;
	font-size: 11px;
}

/* --- $resources ---- */

#resources div{
	overflow:hidden;
	border-bottom:1px solid #316194;
	padding:10px 0 20px;
}

#resources img{
	float:right;
	margin-top:-20px;
}

#resources p, #resources h2{
	margin-right:200px;
}

#resources h2{
	line-height:22px;
	margin-bottom:8px;
}
