/*	Desc: TYSON - Embrace Dinner
	Author: Second Sun (www.secondsunstudio.com)
	Date: 8/11/2008
	+ Colors
	- #f68e24 MD Orange (Background)
	- #f6dca3 LT Orange (Sidebar Background)
	- #c85431 DK Orange (Callout Mastheads, Text)
	- #a02013 ED Red (Embrace Dinner Red)
	- #fcb040 ED Gold (Embrace Dinner Gold)
	- #0a3444 ED DK Blue (Embrace Dinner Blue)
	
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {

}
body {
	background: #f68e24 url(../images/BodyBackGround.gif) repeat-y center top;

}
/*=COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0
}
p,
li {
	line-height: 150%
}
#masthead h1 {
	text-indent: -9999px;
	font-size: 1%
}
a {

}

form {
	margin: 0 !important; 
	padding: 0 !important; 
}

/*=WRAPPER
=== === === === === === === === === === */
#wrapper {
	width: 818px;
	height: auto;
	margin: 0 auto;
	clear: both;
	background: white;
}
/*=MASTHEAD
=== === === === === === === === === === */
#masthead {
	background: #ffffff url(../images/MastheadBackGround.jpg) no-repeat;
	float: left;
	width: 818px;
	height: 170px;
	margin: 0;
}

#submasthead {
	background: #ffffff url(../images/MastheadBackGroundsub.jpg) no-repeat;
	float: left;
	width: 818px;
	height: 170px;
	margin: 0;
}
/*=NAVIGATION
=== === === === === === === === === === */
#navcontainer {
	width: 693px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	overflow: hidden;
	position: relative;
	padding: 0;
	left: 4px;
}

#navbanner {
	width: 420px;
	height: 115px;
	margin-right: 80px;
	margin-top: 0px;
	float: right;
	margin-left: 0px;
	margin-bottom: 20px;
}

#homelink {
	width: 100px;
	height: 100px;
	display: block;
	margin-left: 90px;
	margin-top: 20px;
	clear: both;
}

#homespacer {
	width: 100%;
	height: 120px;
	background-color: transparent;
}

/* Each Button requires it's own code. */
/* Button 1 */

#navcontainer a {
	display: block;
	float: left;
}

a.rollover1 {
	width: 120px; /*this changes*/
	height: 50px;
	text-decoration: none;
	background: url(../images/nav1.jpg); /*this changes*/
}

a.rollover1:hover, a.current1 {
background-position: -120px 0; /*this changes*/
}
/* Button 2 */
a.rollover2 {
	width: 125px; /*this changes*/
	height: 50px;
	text-decoration: none;
	background: url(../images/nav2.jpg); /*this changes*/
}

a.rollover2:hover, a.current2 {
background-position: -125px 0; /*this changes*/
}
/* Button 3 */
a.rollover3 {
	width: 135px; /*this changes*/
	height: 50px;
	text-decoration: none;
	background: url(../images/nav3.jpg); /*this changes*/
}

a.rollover3:hover, a.current3 {
background-position: -135px 0; /*this changes*/
}
/* Button 4 */
a.rollover4 {
	width: 180px; /*this changes*/
	height: 50px;
	text-decoration: none;
	background: url(../images/nav4.jpg); /*this changes*/
}

a.rollover4:hover, a.current4 {
	background-position: -180px 0; /*this changes*/
}
/* Button 5 */
a.rollover5 {
	display: block;
	width: 130px; /*this changes*/
	height: 50px;
	text-decoration: none;
	background: url(../images/nav5.jpg); /*this changes*/
}

a.rollover5:hover, a.current5 {
	background-position: -130px 0; /*this changes*/
}

/*=BRANDBLOCK
=== === === === === === === === === === */
#brandblock {
	background: #ffffff url(../images/BrandBlockBackGround.jpg) no-repeat;
	float: left;
	width: 818px;
	height: 300px;
	margin: 0;	
}

/*=CONTENT
=== === === === === === === === === === */

#contentcontainer {
	background: #f6dca3 url(../images/SideBarBackGround.jpg) no-repeat right top;
	float: left;
	width: 818px;
	height: auto;
}


#printcontainer {
	float: left;
	width: 818px;
	height: auto;
	background-color: #FFFFFF;
}

#content {
	background: #ffffff url(../images/ContentBackGround.jpg) no-repeat left top;
	float: left;
	width: 578px;
	height: auto;
	min-height: 300px;
	margin: 0;
	overflow: hidden;
}

#print {
	float: left;
	width: 578px;
	height: auto;
	min-height: 300px;
	margin: 0;
	overflow: hidden;
	background-color: #FFFFFF;
}

#contentmain {	
	width: 500px;
	height: auto;
	color: #a02013;
	text-align: left;
	margin-bottom: 30px;
	float: right;
	margin-top: 30px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-right: 12px;
	margin-left: 65px;
	font-size: 12px;
	line-height: 24px;
}

#contentmainPerfectPairs {	
	width: 500px;
	height: auto;
	color: #a02013;
	text-align: left;
	float: right;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 30px 40px 30px 10px;
	font-size: 12px;
	line-height: 24px;
}

#printmain {
	width: 500px;
	height: auto;
	color: #000000;
	text-align: left;
	margin-bottom: 30px;
	float: left;
	margin-top: 30px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-right: 12px;
	margin-left: 65px;
	font-size: 12px;
	line-height: 24px;
	background-color: #FFFFFF;
}

#contentmain a, #contentmain a:visited {
	color: #a02013;
}

#contentmain a. {
	
}

#content h1 {
	margin-bottom: 30px;
	font-size: 32px;
	line-height: 32px;
}

#contentmain p, #contentmain li, #contentmain ul {
	font-size: 14px;
	line-height: 24px;
}

#contentmain span.legalline {
	font-size: 9px;
	line-height: 10px;
}


#contentmain div.chefbest {
	width: 310px;
	margin-left: 140px;
	height: auto;
	padding: 10px;
	background-color: #f6dca3;
	font-size: 10px;
}

#content h2 {
	font-size: 14px;
	font-weight: bold;
}

#contentmain ul, #contentmain ol, {
	font-size: 12px;
	line-height: 24px;
}

#contentmain li {
	margin-left: 40px;
}

#contentmain li .source {
	color: #f68e24;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

#contentmain img.left {
	float: left;
	margin-right: 40px;
	margin-bottom: 60px;
}

#contentmain img.left.solid {
	margin-bottom: 100px;
}


#contentmain img.right {
	float:right;
	margin-left: 40px;
}

#contentmain p span.subsubheader, #contentmain p span.ingredients, #contentmain p span.instructions,
#contentmain span.subsubheader {
	font-weight: bold;
	color: #f68e24;
}

#contentmain h2.recipe_name a {
	color: #f16122;
	font-size: large;
}

#contentmain span.note {
	font-style: italic;
	display: block;
	margin-top: 20px;
}

#contentmain p span.ingredients, #contentmain p span.instructions, 
#contentmain span.subsubheader {
	display: block;
	margin-top: 20px;
}


#contentmain a.pork, #contentmain p a.product1.pork  {
	
}
#contentmain a.beef, #contentmain p a.product1.beef  {

}
#contentmain a.chicken, #contentmain p a.product1.chicken  
{

}

#products div.product_spacer {
		clear: left;
	width: auto;
	height: 400px;
}


.candp_can, .frozen_bag, .fridge_bag {
	margin-bottom: 25px;
}


#contentmain h1.smaller_h1 {
	font-size: 24px;
	line-height: 27px;
}

#casablock {
	font: bold 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 30px;
	width: 525px;
	margin-top: 10px;
	margin-bottom: 20px;
}




#casablock img {
	float: left;
	padding-right: 10px;

}

#casablock p {
	color: gray;
}

#content #casablock h1 {
	font: bold 9px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-top: 18px;
}

#casablock h1 a, #casablock h1 a:visited, #casablock h1 a:hover  {
	color: #c85431;
}

#recipecontainer {
	width: 640px;
	height: 480px;
	overflow: scroll;
	margin-right: auto;
	margin-left: auto;
}

#recipecontainer #content{
	width: 640px;
	height: 480px;
	overflow: visible;
}

 {
	
}


#sidebar {
	float: right;
	width: 240px;
	height: auto;
	min-height: 300px;
	margin: 0;
}

form#form1 {
	margin-top: 20px;
	margin-bottom: 10px;
}

input#name, input#email, input#confirm {
	color: #333333;
	font-size: 10pt;
	margin-bottom: 10px;
	height: auto;
	width: 180px;
}

input#submit {
	font-size: 10pt;
	height: auto;
	color: #00000;
	width: 60px;

}



label {
	text-align: left;
	padding-left: 50px;
	
	float: left;
	margin-top: -14px;
	margin-bottom: 20px;
	padding-right: 20px;
}

#EmailSignUp_pnlForm label.lblTxt {
	margin: 0;
	padding: 0 0 3px 25px;
}


.super {
	font-size: 16px;
	vertical-align: text-top;
	position: inherit;
}

#EmailSignUp_txtName  {
	color: #333333;
}

#EmailSignUp_txtEmail {
	color: #333333;
}

#EmailSignUp_txtConfirm {
		color: #333333;
}

#EmailSignUp_txtZipCode {
	color: #333333;	
}

#EmailSignUp_cbOptIn {
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}

#sidebarcontent {
	margin-top: 110px;
}

#sidebarcontent div.article {
	color: #c85431;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 190px;
	text-align: left;
	background: url(../images/articlearrow.gif) no-repeat 0 3px;
	font-size: 12px;
	margin-top: 10px;
}

#sidebarcontent div.article a, #sidebarcontent div.article a:visited {
	color: #c85431;
	font:  Arial, "Helvetica Neue",Helvetica, Geneva, sans-serif;
}

#sidebarcontent div.current {
	background: url(../images/articlearrowcurrent.gif) no-repeat 0 3px;
}

#sidebarcontent div.article.current h2 a {
	color: #a02013;
	font-weight: bold;
	font-style: italic;
}

#sidebarcontent div.article h2 {
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
}

#sidebarcontent div.article p {
	padding-left: 15px;
}

p.subscribeCopy {
	color: #c85431;
	font: bold 12px/16px Arial, "Helvetica Neue",Helvetica, Geneva, sans-serif;
	text-align: left;
}

#contentmain div.sitemap a{
	text-decoration: none;
}

#contentmain div.sitemap h1 {
	font-size: 18px;
	margin: 29px 0 0;
}

#contentmain div.sitemap h2 a{
	font-size: 16px;
	color: #f68e24;
	margin-left: 10px;
}

#contentmain div.sitemap h3 a{
	font-size: 12px;
	color: #dfb250;
	margin-left: 49px;
}
#adminMain img {
	display: none;
}


#adminMain #EmailSignUp_pnlForm {
	padding-left: 20px;
}

#adminMain #EmailSignUp_pnlForm label {
	margin: 0;
		padding: 0 0 0 15px;
}

#adminMain #EmailSignUp_cbOptIn {
	margin: 0;
}





#callout1, #callout2 {
	width: 287px;
	height: 240px;
	overflow: hidden;
	margin: 10px 0 0;
	padding: 0;
}

#callout1 {
	float: left;
}

#callout2 {
	float: right;
}

#coupon {
	clear: both;
	width: 575px;
	height: auto;
	overflow: hidden;
}

#contentmain a img.rtn {
	width: 65px;
	height: 65px;
	margin-right: 10px;
	border: 3px solid transparent;
	margin-bottom: 10px;
}

#contentmain a img.rtn:hover {
	border: 3px solid #f68e24;
}

#contentmain div.mrtn a span.recipe_text_link {
	float: left;
	font-size: 14px;
}

#contentmain div.mrtn a img {
	width: 145px;
	height: 135px;
	border: 3px solid transparent;
	float: left;
	clear: left;
}

#contentmain div.mrtn {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

#contentmain div.mrtn a img:hover {
	border: 3px solid #f68e24;
}





/*=PRODUCTS
=== === === === === === === === === === */
#products, 
#candp_products {
	width: 162px;
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 40px;
}
#products h3, 
#candp_products h3 {
	font-size: 14px;
}
/* Each Product requires it's own code. */
#products a, 
#candp_products a {
	display: block;
	margin-bottom: 6px;
	margin-right: 3px;
	float: left;
	margin-left: 3px;
}

img.plateshot {
	float:right;
	margin-right:5px;
}

img.package {
	float: right;
	width: 160px;
	height: 210px;
	margin-left: 20px;
}

#contentmain p em strong {
}

#products a:hover, 
#products a#current {
background-position: -73px 0;
}

 {
	
}
/* Product 1 */
#products a.product1 {
	width: 73px;
	height: 60px;
	text-decoration: none;
	background-image: url(../images/product_1.gif);
}
/* Product 2 */
#products a.product2 {
	width: 73px;
	height: 60px;
	text-decoration: none;
	background-image: url(../images/product_2.gif);
}
/* Product 3 */
#products a.product3 {
	width: 73px;
	height: 60px;
	text-decoration: none;
	background-image: url(../images/product_3.gif);
}
/* Product 4 */
#products a.product4 {
	width: 73px;
	height: 60px;
	text-decoration: none;
	background-image: url(../images/product_4.gif);
}
/* Product 5 */
#products a.product5 {
	width: 73px;
	height: 60px;
	text-decoration: none;
	background-image: url(../images/product_5.gif);
}
/* Product 6 */
#products a.product6 {
	width: 73px;
	height: 60px;
	text-decoration: none;
	background-image: url(../images/product_6.gif);
}
/* Product 7 */
#products a.product7 {
	width: 73px;
	height: 60px;
	text-decoration: none;
	background-image: url(../images/product_7.gif);
}
/* Product 8 */
#products a.product8 {
	width: 73px;
	height: 60px;
	text-decoration: none;
	background-image: url(../images/product_8.gif);
}
/* Product 9 */
#products a.product9 {
	width: 73px;
	height: 60px;
	text-decoration: none;
	background-image: url(../images/product_9.gif);
}

/* Canned and Packaged 1*/
#products a.candp_product1 {
	width: 73px;
	height: 60px;
	text-decoration: none;
	background-image: url(../images/candp_1.gif);
}

/* Canned and Packaged 2*/
#products a.candp_product2 {
	width: 73px;
	height: 60px;
	text-decoration: none;
	background-image: url(../images/candp_2.gif);
}

/* Canned and Packaged 3*/
#products a.candp_product3 {
	width: 73px;
	height: 60px;
	text-decoration: none;
	background-image: url(../images/candp_3.gif);
}

/* Canned and Packaged 4*/
#products a.candp_product4 {
	width: 73px;
	height: 60px;
	text-decoration: none;
	background-image: url(../images/candp_4.gif);
}

/* Canned and Packaged 5*/
#products a.candp_product5 {
	width: 73px;
	height: 72px;
	text-decoration: none;
	background-image: url(../images/candp_5.gif);
}

/* Refrigerator 1*/
#products a.frige_product1 {
	width: 73px;
	height: 72px;
	text-decoration: none;
	background-image: url(../images/frige_1.gif);
}

/* Refrigerator 2*/
#products a.frige_product2 {
	width: 73px;
	height: 72px;
	text-decoration: none;
	background-image: url(../images/frige_2.gif);
}

/* Refrigerator 3*/
#products a.frige_product3 {
	width: 73px;
	height: 72px;
	text-decoration: none;
	background-image: url(../images/frige_3.gif);
}

/* Refrigerator 4*/
#products a.frige_product4 {
	width: 73px;
	height: 72px;
	text-decoration: none;
	background-image: url(../images/frige_4.gif);
}

/* Refrigerator 5*/
#products a.frige_product5 {
	width: 73px;
	height: 72px;
	text-decoration: none;
	background-image: url(../images/frige_5.gif);
}

/* Frozen 1*/
#products a.frozen_product1 {
	width: 73px;
	height: 72px;
	text-decoration: none;
	background-image: url(../images/frozen_1.gif);
}

/* Frozen 2*/
#products a.frozen_product2 {
	width: 73px;
	height: 72px;
	text-decoration: none;
	background-image: url(../images/frozen_2.gif);
}

/* Frozen 3*/
#products a.frozen_product3 {
	width: 73px;
	height: 72px;
	text-decoration: none;
	background-image: url(../images/frozen_3.gif);
}

/* Frozen 4*/
#products a.frozen_product4 {
	width: 73px;
	height: 72px;
	text-decoration: none;
	background-image: url(../images/frozen_4.gif);
}

/* Frozen 5*/
#products a.frozen_product5 {
	width: 73px;
	height: 72px;
	text-decoration: none;
	background-image: url(../images/frozen_5.gif);
}

table tbody tr.tableheader td {
	background-color: #cc512a;
}

table tbody tr.tableheader td p {
	color: white;
	font-weight: bold;
}

table tbody tr.odd td {
	background-color: #f6dca3;
}

table tbody tr.even td {
	background-color: #fff6e5;
}

#contentmain table p {
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
}

#contentmain table tr td {
	padding: 0;

}

#contentmain p.testblurb {
	display: block;
	padding: 10px;
	margin-top: 5px;
	font: italic 14px/24px Georgia, "Times New Roman", Times, serif;
	border: 1px dotted #f6dca3;
	min-height: 120px;
	background-color: #fff6e5;
}

#contentmain p.testblurb.btg {

}

#contentmain p.testblurb.bprg {

}

#contentmain p.testblurb.bstbs {

}

#contentmain p.testblurb.ham {

}

#contentmain p.testblurb.rbbg {

}

#contentmain p.testblurb.sbm {

}

#contentmain p.testblurb.cbww {

}

#contentmain p.testblurb.cbmih {

}

#contentmain p.testblurb span.testname {
	display: block;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
}

#contentmain p.testblurb:hover {
	border: 1px dotted #a22517;
	background-color: #f6dca3;
}

/*=FOOTER
=== === === === === === === === === === */
#footer {
	width: 575px;
	height: auto;
	text-align: center;
	color: #000000;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 20px;
	margin-top: 94px;
	float: left;
}

#footer a{
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
}

#footer span.footer1 a{
	text-decoration: none;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	color: #a02013;
}

#footer span.footer2 a{
	text-decoration: none;
	font-size: 12px;
}

#footer span.legal {
	text-decoration: none;
	font-size: 9px;
}

#sidebarcontent h3 {
	font-size: 12px;
	margin-left: 30px;
	margin-bottom: 5px;
}

#sidebarcontent h3 a.current, #sidebarcontent h3 a:hover {
	font-style: italic;
	font-weight: bold;
	color: #a02013;
}

