
body {
	font: 10px arial;
	color: #7a7a7a;
}

#containerDIV {
	position: absolute;
	width: 101.8em;
	left: 50%;
	margin-left: -50.9em;
	background: url('../images/shadowBg.jpg') repeat-y top left;
	height: auto;
}

#wrapper {
	width: 98em;
	/*height: 95em;*/
	margin-left: 2em;
}
 
#header {
	
	
}

#languageToggle
{
	float: right;
	padding: 4px 13px;
}

#languageToggle a 
{
	color: #86aed4;
	text-decoration: none;
}

.headerMealPlan
{
	width: 98em;
	height: 9.1em;
	background: url('../images/bnr_mealplans.jpg') no-repeat top left;
}

.headerMealPlanFR
{
	width: 98em;
	height: 9.1em;
	background: url('../images/bnr_mealplans_FR.jpg') no-repeat top left;
}

/* Articles - English */
.headerArticles
{
	width: 98em;
	height: 9.1em;
	background: url('../images/bnr_articles.jpg') no-repeat top left;
}

/* Articles - French */
.headerArticlesFR
{
	width: 98em;
	height: 9.1em;
	background: url('../images/bnr_articles_FR.jpg') no-repeat top left;
}

.headerSKChallenge
{
	width: 98em;
	height: 9.1em;
	background: url('../images/bnr_challenge.jpg') no-repeat top left;
}

.headerSKChallengeFR
{
	width: 98em;
	height: 9.1em;
	background: url('../images/bnr_challenge_FR.jpg') no-repeat top left;
}

.headerProducts
{
	width: 98em;
	height: 9.1em;
	background: url('../images/bnr_products.jpg') no-repeat top left;
}

.headerProductsFR
{
	width: 98em;
	height: 9.1em;
	background: url('../images/bnr_products_FR.jpg') no-repeat top left;
}

.headerRecipes
{
	width: 98em;
	height: 9.1em;
	background: url('../images/bnr_recipes.jpg') no-repeat top left;
}

.headerRecipesFR
{
	width: 98em;
	height: 9.1em;
	background: url('../images/bnr_recipes_FR.jpg') no-repeat top left;
}

#leftCol, #midCol, #rightCol {
	float: left;
}

#breadcrumbs {
	color: #86aed4;
	margin-left: 2em;
	padding: 1.1em 0 1em 0;
	border-bottom: 0.1em solid #e3eef9;
	width: 53.8em;
	margin-bottom: 1.5em;
}

#breadcrumbs .topNav {
	margin-left: 0.5em;
}

#breadcrumbs a, #breadcrumbs span {
	margin-right: 0.7em;
	color: #86aed4;
	text-decoration: none;
}

#breadcrumbs div.youarehere a {
	color: #004f9a;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

.smallLink a 
{
	color: #004f9a;
	text-decoration: none;
}

.smallLink a:hover
{
	text-decoration: underline;
}


#leftCol {
	width: 19.9em;
	border-right: 0.1em solid #cee2f4;
	height: 59em;
	margin-bottom:1.5em;
}
 
#leftCol ul {
	margin-left: 2em;
	width: 15em;
} 

#leftCol ul li {
	width: 15em;
	margin-left: 0.4em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 0.1em solid #cee2f4;
}

#leftCol ul li a {
	font-size: 1.5em;
	font-weight: bold;
	color: #004f9a;
	text-decoration: none;
}

#leftCol ul li ul {
	margin: 0;
	font-size: 10px;
}

#leftCol ul li ul li {
	margin: 0;
	padding: 0;
	border: 0;
}

#leftCol ul li ul li a {
	font-size: 1.2em;
	color: #7a7a7a;
	font-weight: normal;
}

#leftCol ul li.lastNav {
	border-bottom: 0;
}

#leftCol ul li.mainChosen a {
	color: #d5030a;
}

#leftCol ul li.mainChosen ul li a {
	color: #7a7a7a;
}

#leftCol ul li ul li.navChosen a {
	margin-left: 0.75em;
	color: #d5030a;
}

#midCol {
	width: 49.5em;
	padding-bottom: 3em;
	margin-bottom: 0.5em;
}

#listingIntro {
	margin-top: .7em;
}

h1 {
	font: 2em helvetica, arial, sans-serif;
	color: #004f9a;
}

.superS {
	position: relative;
	font-size: .6em;
	vertical-align: top;
}

#listingIntro h1 a, #listingBigImgText h2 a, .listingImg h5 a, .listingNoImg h5 a {
	text-decoration: none;
	color: #004f9a;
}

.listingImg h5 a:hover, .listingNoImg h5 a:hover, #listingBigImgText h2 a:hover {
	text-decoration: underline;
	color: #004f9a;
}

.listingImg p a, .listingNoImg p a, #listingBigImgText p a
{
	text-decoration: none;
	color: #7a7a7a;
}

#listingIntro p {
	font-size: 1.2em; 
	margin: .7em 0 1.5em 0;
	line-height: 1.4em;
}

#listingBigImg {
	margin-bottom: 2em;
}

#listingBigImgText {
	width: 45.9em;
	border-bottom: 0.1em solid #cee2f4;
	padding-bottom: 1.5em;
}

#listingBigImgText h2 {
	font: 2em arial, sans-serif;
	color: #004f9a;
	margin-bottom: 0.25em;
}


#listingBigImgText p { 
	font-size: 1.1em;
	line-height: 1.55em;
}

.listingImg {
	width: 45.9em;
	border-bottom: 0.1em solid #cee2f4;
	padding: 1em 0;
	overflow: auto;
}

.listingImg img {
	float: left;
	padding-right: 2em;
}

.listingImg img.smallRecipeImage {
	float: left;
	padding-right: 2em;
	border: 0.1em solid #FFF;	
}

.listingImg img.smallRecipeImageHover {
	border: 0.1em solid #004f9a;
	margin-right: 2em;
	padding: 0;
}

.listingImg div a img {
	float: none;
}

.listingImg div {
	margin-top: 1.5em;
}

.listingImg h5 {
	font-size: 1.4em;
	color: #004f9a;
	font-weight: normal;
}

.listingImg p {
	font-size: 1.1em;
	margin-top: 0.82em;
	line-height: 1.4em;
}

.listingImg p img {
	padding-right: 0;
	float: none;
}

.listingNoImg {
	width: 45.9em;
	border-bottom: 0.1em solid #cee2f4;
	padding: 1em 0;
	overflow: auto;
}

.listingNoImg h5 {
	font-size: 1.4em;
	color: #004f9a;
	font-weight: normal;
}

.listingNoImg p {
	font-size: 1.1em;
	margin-top: 0.82em;
	line-height: 1.4em;
}

.lastListing {
	border-bottom: none;
}

#recipeImg {
	position: relative;
	margin-top: -1.5em;
}

#articleContent, #articleHeader {
	margin-left: 3em;
	padding-right: 2em;	
}

#articleHeader h2 {
	font-size: 1.2em;
	margin: 1.5em 0 1.5em 0;
	color: #004f9a;
}

#articleContent p{
   margin-bottom:10px;
   font-size:11px;
}
#challengeWrapper
{
	margin-left: 3em;
	padding-right: 2em;
	font: 12px arial;
	color: #7a7a7a;
}

#challengeWrapper span
{
	display: block;
}

#challengeWrapper ul
{
	padding: 8px 10px;
}

#challengeWrapper ul li
{
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 20px;
}

#challengeWrapper span.challengeHeader {
	font-size: 14px;
	font-weight: bold;
	color: #004F9A;
}

#challengeWrapper ul li span.challengeSubHeader {
	font-size: 12px;
	font-weight: bold;
}

#challengeWrapper ul li {
	font-size: 12px;
}


#recipeWrapper {
	margin-left: 3em;
	padding-right: 2em;	
}

#recipeWrapper h1 {
	font-size: 2em;
	margin: 0.75em 0 0.5em 0;
}

#recipeWrapper h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	color: #004f9a;
}

#nutritionalvalue {
	margin-bottom: 2em;
}

#nutritionalvalue a {
	text-decoration: underline;
	font-size: 1.3em;
	color: #004f9a;
}

#ingredients {
	margin-bottom: 2.27em;
}

#ingredients ul {
	clear: left;
	margin: 0;
	padding: 0;
}

#ingredients ul li {
	float: left;
	font-size: 1.1em;
	width: 7.3em;
	line-height: 1.4em;
}

#ingredients ul li.lastList {
	width: auto;
}

#ingredients ul li.firstList {
	
}

#ingredients ul li a {
	color: #004f9a;
} 

#recipeNote {
	margin-top: 2.5em;
	font-style: italic;
	font-size: 1.1em;
}

#directions {
	clear: left;
	margin-top: 3em;
}

#directions ul {
	list-style-type: decimal;
	list-style-position: inside;
}

#directions ul li {
	font-size: 1.1em;
	margin-bottom: 1em;
}

#popUp {
	position: absolute;
	width: 20em;
	right: 35em;
	top: 42em;
	z-index: 100;
	visibility: hidden;
	opacity: .9;
	filter: alpha(opacity=90);

}

#popUpArrow {
	background-image: url('../images/recipePopupArrow.png');
	width:6.5em;
	height: 4.3em;
	position: absolute;
	left: -6.5em;
	top: 6em;
	z-index: 20;
}

#popUpCloseBtn {
	margin-left: 18em;
}

#popUpTop {
	background: url('../images/recipePopupTop.png') no-repeat top left;
	width: 20em;
	height: .8em;
}

#popUpContent {
	background-color: #feedb0;
	position: relative;
}

#popUpContent h2 {
	font-size: 1.1em;
	color: #004f9a;
	font-weight: bold;
	margin-bottom: .75em;
}

#popUpContent li {
	font-size: 1.1em;
	width: 14.55em;
	padding-bottom: .5em;
}

#popUpContent li.title {
	font-weight: bold;
}

#popUpNote {
	font-size: .9em;
	font-style: italic;
	padding-right: 2em;
	margin-top: 1em;
	padding-bottom: 0.5em;
}

#popUpBottom {
	background: url('../images/recipePopupBottom.png') no-repeat top left;
	width: 20em;
	height: .9em;
}

#rightCol {
	width: 26.3em;
	/*height: 30em;*/
	height: auto;
}

#footer {
	z-index: 1000;
	font-size: 10px;
	clear: left;
	width: 88em;
	margin-left: 2em;
	border-top: 0.1em solid #cee2f4;
	padding: 2.6em 0 3em 6em;
	background: url('../images/footerLogo.gif') no-repeat 1.4em 1em;
	color: #86aed4;
}

#footer a {
	color: #86aed4;
	text-decoration: none;
}

#legalFooter {
	 padding: 0 0 20px;
	 margin-left: 2em;
	 width: 88em;
	 text-align: center;
}

#footerShadow {
	font: 10px;
	background: url('../images/footerShadow.jpg') no-repeat top left;
	width: 101.8em;
	height: 2.3em;
	padding: 0;
	margin: 0;
}

.marginLeft {
	margin-left: 2em;
}

#shoutitout {
	margin-left: 2em;
	padding: 0 50px 0 0;
}

#shoutitout h1 {
	margin-bottom: 0.5em;
}

#shoutitout p {
	font-size: 1.2em;
}

.temp {
	width: 250px;
	height: 683px;
	background: url('../images/ad_spK2.jpg'); 
}

.emailLink
{
	float: right;
	padding: 15px 0;
}

.pointer
{
	cursor: pointer;
}

.promoHealthyEating
{
	width: 263px;
	height: 192px;
	background: url('../images/promo/SPK-healtheattips.jpg') -7px top; 
	cursor: pointer;
}

.promoHealthyEatingFR
{
	width: 263px;
	height: 192px;
	background: url('../images/promo/SPK-healtheattipsFR.jpg') -7px top; 
	cursor: pointer;
}

.promoActivity
{
	width: 263px;
	height: 192px;
	background: url('../images/promo/SPK-activitytips.jpg') -7px top; 
	cursor: pointer;
}

.promoActivityFR
{
	width: 263px;
	height: 192px;
	background: url('../images/promo/SPK-activitytipsFR.jpg') -7px top; 
	cursor: pointer;
}



.promoCommunity
{
	width: 263px;
	height: 192px;
	background: url('../images/promo/SPK-yahoogroups.jpg') -7px top; 
	cursor: pointer;
}

.promoCommunityFR
{
	width: 263px;
	height: 192px;
	background: url('../images/promo/SPK-yahoogroupsFR.jpg') -7px top; 
	cursor: pointer;
}




.promoSPKProducts
{
	width: 263px;
	height: 192px;
	background: url('../images/promo/SPK-products.jpg') -7px top;  
	cursor: pointer;
}

.promoSPKProductsFR
{
	width: 263px;
	height: 192px;
	background: url('../images/promo/SPK-productsFR.jpg') -7px top;  
	cursor: pointer;
}



.promoProducts
{
	width: 263px;
	height: 192px;
	background: url('../images/promo/SPK-products-mocha.jpg') -7px top; 
	cursor: pointer;
}

.promoProductsFR
{
	width: 263px;
	height: 192px;
	background: url('../images/promo/SPK-products-mochaFR.jpg') -7px top; 
	cursor: pointer;
}

.promoRecipe
{
	width: 263px;
	height: 192px;
	background: url('../images/promo/SPK-recipes.jpg') -7px top;
	cursor: pointer;
}

.promoRecipeFR
{
	width: 263px;
	height: 192px;
	background: url('../images/promo/SPK-muffinsFR.jpg') -7px top; 
	cursor: pointer;
}

.promoMealPlanner
{
	width: 263px;
	height: 192px;
	background: url('../images/promo/SPK-mealplanner.jpg') -7px top; 
	cursor: pointer;
}

.promoMealPlannerFR
{
	width: 263px;
	height: 192px;
	background: url('../images/promo/SPK-mealplannerFR.jpg') -7px top; 
	cursor: pointer;
}

.promoArticle
{
	width: 263px;
	height: 192px;
	background: url('../images/promo/SPK-articles.jpg') -7px top; 
	cursor: pointer;
}

.promoArticleFR
{
	width: 263px;
	height: 192px;
	background: url('../images/promo/SPK-articlesFR.jpg') -7px top; 
	cursor: pointer;
}

.promoGetFacts
{
	width: 263px;
	height: 192px;
	background: url('../images/promo/SPK-getthefacts.jpg') -7px top; 
	cursor: pointer;
}

.promoGetFactsFR
{
	width: 263px;
	height: 192px;
	background: url('../images/promo/SPK-getthefactsFR.jpg') -7px top; 
	cursor: pointer;
}



.spkChalHeader {
	font-size: 1.2em;
	margin: 1.5em 0 1.5em 0;
	color: #004f9a;
	font-weight: bold;
}