/* CSS Document */

/********************************************************

Fonts

********************************************************/
h1{
color: black;
FONT-FAMILY: Arial, Helvetica, 'sans serif';
font-size: 20px;
font-weight:normal;
margin: 4px 0;
}
h2{
color: black;
FONT-FAMILY: Arial, Helvetica, 'sans serif';
font-size: 14px;
margin: 10px 0 5px 0;
}
h3{
color: black;
FONT-FAMILY: Arial, Helvetica, 'sans serif';
font-size: 12px;
font-weight: bold;
margin: 15px 0 5px 0;
}
p{
color: black;
FONT-FAMILY: Arial, Helvetica, 'sans serif';
font-size: 12px;
font-weight:normal;
margin: 5px 0 10px 0;
}
h4{
color: black;
FONT-FAMILY: Arial, Helvetica, 'sans serif';
font-size: 12px;
font-weight: bold;
margin: 0;
}
li{
font-size: 12px;
}
#subFeature p{
color: black;
font-size: 11px;
}
#subFeature p a{
color: #4365eb;
text-decoration: none;
}
/*****************************************

Layout

******************************************/
body {
text-align:center;
margin:0;
font-size:1em;
padding-bottom:1.5em;
}
img, form{
margin: 0;
}
table{
margin: 0;
border-collapse:collapse;
border-color: #cccccc;
font-size:12px;
}
hr{
color: #489f74;
margin-left: 0;
}
select{
font-family: Arial, Helvetica, sans-serif;
color: black;
font-size: 12px;
width: 200px;
}
#main {
margin:0 auto 0 auto;
width:960px;
height: 100px;
text-align:left;
font-family: Arial, Helvetica, sans-serif;
color: black;
font-size: 12px;
}
/***************************************************

Header(logo, banner)

*****************************************************/
#header{
width: 100%;
height: 88px;
border-bottom: 1px solid white;
} 
#logo{
float: left;
height: 88px;
width: 144px;
border-right: 1px solid white;
background-image: url(images/mainLogo.jpg);
}
#banner{
float: left;
width: 815px;
height: 88px;
}
#banner_top{
width: 815px;
height: 68px;
background-image: url(images/banner.jpg);
border-bottom: 1px solid white;
overflow: hidden;
}
#banner_top input.searchField{
width: 150px;
}
#banner_bottom{
width: 810px;
padding: 4px 5px 0 0;
height: 15px;
background-image: url(images/bannerGrad.jpg);
background-repeat: repeat-y;
font-size: 10px;
color: white;
text-align: right;
overflow: hidden;
}
#banner_bottom a{
color: white;
text-decoration: underline;
}
#banner_form{
margin: 10px 5px 0 0;
float: right;
}
/*********************************************

Nav

*********************************************/
#nav{
width: 960px;
text-align: center;
background-image: url(/images/navBack.gif);
height: 30px;
background-position: left top;
}
#nav a{
float: left;
height: 30px;
display: block;
background-repeat: no-repeat;
background-position: right top;
}
#nav a#home{
width: 94px;
background-image: url(/images/home.gif);
}
#nav a#products{
width: 95px;
background-image: url(/images/products.gif);
}
#nav a#nutrition{
width: 131px;
background-image: url(/images/nutrition.gif);
}
#nav a#recipes{
width: 91px;
background-image: url(/images/recipes.gif);
}
#nav a#about{
width: 97px;
background-image: url(/images/about.gif);
}
#nav a#business{
width: 137px;
background-image: url(/images/business.gif);
}
#nav a#contact{
width: 106px;
background-image: url(/images/contact.gif);
}
#nav a#myfiles{
width: 89px;
background-image: url(/images/myfiles.gif);
}
#nav a#addfiles{
width: 119px;
background-image: url(/images/add.gif);
}
#nav a#addfiles_blank{
width: 119px;
background-image: url(/images/add_blank.gif);
}
#nav a#home:hover,
#nav a#products:hover,
#nav a#nutrition:hover,
#nav a#recipes:hover,
#nav a#about:hover,
#nav a#business:hover,
#nav a#contact:hover,
#nav a#myfiles:hover,
#nav a#addfiles:hover{
background-position: 0px -30px;
}
/************************************************

Secondary Pages(Columns, subhead)

************************************************/
#subnav{
width:960px;
background-image:url(images/subnavGrad.jpg);
background-repeat:repeat-x;
}
.subnav_item{
padding: 7px 5px 7px 10px;
font-family: helvetica, arial;
}
.subnav_item a{
color: black;
font-size: 13px;
text-decoration: none;
}
.subnav_item a:hover{
color: red;
}
.subnav_item .navTeir3{
padding: 5px 2px 5px 10px;
font-family: helvetica, arial;
width: 105px;
}
.subnav_item .navTeir3 a{
color: black;
font-size: 11px;
text-decoration: none;
}
.subnav_item .navTeir3 a:hover{
color: red;
}
#content{
background-color: white;
float: right;
width: 800px;
height: 100%;
padding: 0 0 15px 15px;
}
#mainContent{
width: 760px;
margin: 15px 5px 0 0;
padding: 15px;
border: 1px solid #c6c7c8;
color: black;
FONT-FAMILY: Arial, Helvetica, 'sans serif';
font-size: 11px;
font-weight:normal;
text-align: left;
}
#businessBuilderContent{
width: 100%;
background-image: url(images/businessBuilder/businessBack.jpg);
background-repeat: no-repeat;
background-position: 236px 71px;
}
#BBtext{
float: left;
width: 235px;
margin: 35px 0 0 15px;
}
#businessBuilderContent #BBtext h1{
color: #737373;
}
#businessBuilderContent #BBtext h2{
color: #737373;
}
#businessBuilderContent #BBtext p{
font-size:12px;

padding: 30px 20px 10px 0;
line-height: 1.5em;
}
/***********************************

Main Content Items, Columns

**********************************/
#mainContent .productNutrition{
float: left;
margin: 0 15px 15px 0;
width: 180px;
border: 1px solid #d6d6d6;
}
#mainContent .featuredBrands{
margin: 0 0 10px 0;
border: 1px solid #d6d6d6;
width: 423px;
}
#mainContent .featuredBrands a{
text-decoration: none;
color: black;
}
#mainContent .featuredBrands a:hover{
text-decoration: underline;
}
.productNutrition h2, .featuredBrands h2{
background-color: red;
padding: 7px;
color: white;
margin: 0;
}
.productNutrition .tan, .featuredBrands .tan{
background-color: #fae4a8;
padding: 7px;
}
.productNutrition .white, .featuredBrands .white{
background-color: white;
padding: 7px;
}
#contentColumnRight{
float: right;
margin-left: 15px;
width: 310px;
text-align: center;	
}
#contentColumnRight .imgText{
padding: 5px 0 20px 0;
font-size: 10px;	
}
.productNews{
padding-top: 5px;
}
.productNews .leftBox{
float: left;
width: 49%;
margin-right: 5px;
}
.productNews .rightBox{
float: right;
width: 50%;
}
.productNews .leftBox .imgLeft, .productNews .rightBox .imgLeft{
margin-bottom: 10px;

}
/*********************************************

Feature

***********************************************/
#feature{
width: 960px;
}
#feature img{
float: left;
}
#featureLeft{
float: left;
width: 690px;
overflow: hidden;
}
#featureRight{
width: 257px;
overflow: hidden;
float: right;
}
#subFeature{
margin:0 auto 0 auto;
width: 870px;
padding-top: 10px;
}
#subFeature img{
float: left;
}
#subFeature .focus1, #subFeature .focus3{
float: left;
width: 243px;
}
#subFeature .focus2{
width: 243px;
float: left;
margin: 0 70px 0 70px;
}
/*****************************************

Home InfoBoxes

****************************************/

#infoBoxes{
clear: both;
margin:0 auto 0 auto;
width: 870px;
padding-top: 35px;

}
.infoBox1{
float: left;
width: 420px;
padding: 30px 0 20px 0;
text-align:center; 
background-image: url(images/inbox_header.jpg);
background-repeat: no-repeat;
border: 2px solid #d6d6d6; 
}
.infoBox2{
float: right;
width: 420px;
padding: 30px 0 20px 0;
text-align:center; 
background-image: url(images/inbox_header.jpg);
background-repeat: no-repeat;
border: 2px solid #d6d6d6; 
}
/***************************************************

Search Controls, Results

*************************************************/

#searchResultsPanel{
float: right;
width: 400px;
font-size: 12px;
line-height: 1.5em;
}
#searchResultsPanelNutrition{
float: left;
width: 100%;
font-size: 12px;
line-height: 1.5em;
}
#searchResultsPanel a{
text-decoration: none;
}
#searchResultsPanel a:hover{
color: red;
text-decoration: underline;
}

#searchConsole{
width: 340px;
overflow: hidden;
text-align:center;
}
#searchConsole h2{
margin: 0 0 10px 0;
color:#737373;
}
#expandableSearchMenu{
width: 400px;
float: right;
}
#expandableSearchMenu a{
font-size: 12px;		
}
#expandableSearchMenu a:hover{
color: red;
text-decoration: underline;
}	
#featuredProduct{
background-image: url(images/searchBack.jpg);
background-repeat: repeat-y;
padding: 15px;
}
#nutritionFP{
background-image: url(images/search/nutritionsearchback.jpg);
background-repeat: repeat-y;
padding: 15px;

}
#featuredProduct p, #nutritionFP p{
font-size: 12px;
padding-top: 10px;
}
#recipeSearchResultsStyle, #recipeDetailsStyle{
font-size: 12px;
text-align:left;
FONT-FAMILY: Arial, Helvetica, 'sans serif';
padding: 10px;
width: 380px;
line-height: 1.5em;
}
#recipeSearchResultsStyle p, #recipeDetailsStyle p {
font-size: 12px;
text-align:left;
FONT-FAMILY: Arial, Helvetica, 'sans serif';
}
#recipeSearchResultsStyle a, #recipeDetailsStyle a{
text-decoration: none;
}
#recipeSearchResultsStyle a:hover, #recipeDetailsStyle a:hover{
color: Red;
text-decoration: underline;
}
#recipeDetailsStyle h2, #recipeDetailsStyle h3, #recipeDetailsStyle h1
{
	color:#737373;
	font-size: 12px;
	font-weight: bold;
}


ul.ingredients {
padding: 0 0 10px 0;
list-style: none;
margin: 0;
}

ul.ingredients li {
width: 370px;
border-bottom: 1px dotted #69a070;
font-size: 13px;
line-height: 1.45em;
padding: 3px 0 3px;
margin: 0;
}
ul.difficulty {
padding: 0 0 10px 0;
list-style: none;
text-align: left;
margin: 0;
}

ul.difficulty li {
font-size: 12px;
padding: 3px 0 3px;
margin: 0;
}
#showRecipeImg 
{
	float:left;
	
	margin: 0 15px 0 0;
}

#showRecipeImg img
{
	border: 0;
}

#printEmail
{
	float: left;
	width: 190px;
	padding: 0;
}

#hrPrint 
{
	border-bottom: 1px dotted #69a070;
	margin: 10px 20px 10px 0;
}

.closeWindow
{
	float:right;
	width: 100px;
	margin-top: 4px;
	font-size: 8px;
	font-weight: bold;
}
.closeWindow a 
{
	color: Gray;
	text-decoration: none;
	font-size: 8px;
	font-weight: bold;
}

.closeWindow a:hover 
{
	color: Gray;
	text-decoration: none;
}
.btPrintRecipe 
{
	float:left;
	width: 80px;
	
}
.PrintRecipe img{
cursor:pointer;
}
/*******************************************

Footer

***********************************************/
#footerCase{
clear: both;
padding: 10px 0 20px 0;
}
#footer{
padding: 7px 10px 7px 10px;
border-top: 2px solid #d6d6d6; 
color: #c6c6c6;
font-size: 10px;
}
#footer a{
color: #c6c6c6;
text-decoration: none;
}
.shadow{
clear: left;
width:100%;
height: 13px;
background-image:url(images/shadwoGrad.jpg);
background-repeat: repeat-x;
}
.right{
float: right;
}
.left{
float:left;
}
.clr{
clear: both;
}
.red{
color: red;
}
.imgRight{
float: right;
margin: 10px;
}
.imgLeft{
float: left;
margin: 0 10px 0 0;
}
.interactiveMap{
position: absolute; 
width: 30px; 
height: 30px;
cursor: pointer;
}
#ContactMap{
background-image:url(images/contact-us/Contact-Us-Area-Map_rev.jpg);
background-repeat:no-repeat;
width: 640px;
height: 396px;
margin: 0;
position: relative;
}
.mockCell{
float: left;
padding: 0px 15px 20px 0px;
}


/**************** Myfile Forms ********************/
#mfLeft{
float:  left;
width: 475px;
line-height: 1.4em;
font-size: 12px;
overflow: hidden;
}
#mfLeft p, #createAccount p, #createAccount{
font-size: 12px;
}
#mfLeft a, #createAccount a{
color: #395ff0;
}
#mfLeft .regBox{
border: 1px solid #b5b5b5;
text-align: center;
margin: 20px 0;
padding: 15px 0;
}
a.registerB{
display: block;
margin-left: 10px;
}
.centerReg{
margin: 0 auto;
width: 286px;
}
.loginBox{
border: 1px solid #b5b5b5;
padding: 0 0 15px 0;
margin: 0 0 30px 0;
}
.loginBox .header{
height: 30px;
overflow: hidden;
color: White;
font-size: 15.4px;
line-height: 2em;
font-weight: bold;
background-color: #dc7676;
background-image: url(/images/headerGrad.jpg);
background-repeat: repeat-y;
padding-left: 10px;
}
.loginBox .formsBox{
margin: 35px auto 35px auto;
width: 359px;
}
.loginBox .formsBox input{
width: 237px;
}
.loginBox .textBox{
text-align: center;
}
.mfRight{
float: left;
width: 266px;
text-align: center;
margin-left: 19px;
}
.mfRight p{
font-size: 12px;
}
#createFormBox input{
width: 200px;
}
#createFormBox{
padding: 25px 10px 0 10px;
}
.headerMyFiles{
height: 30px;
overflow: hidden;
color: White;
font-size: 15.4px;
line-height: 2em;
font-weight: bold;
background-color: #dc7676;
background-image: url(/images/headerGrad.jpg);
background-repeat: repeat-y;
padding-left: 10px;
}
#myFilesLeft{
width: 580px;
float: left;
overflow: hidden;
margin-right: 20px;
}
#myFilesLeft th{
display: none;
border: none;
}
#myFilesLeft tr{
border: none;
}
#myFilesLeft td{
padding: 0 7px;
width: 500px;
border: none;
}
#myFilesLeft table{
overflow: hidden;
border: none;
}
#myFilesLeft a{
color: #6386e0;
text-decoration: underline;
font-weight: bold;
display: block;
width: 480px;
}
#swfRightCol{
float: left;
width: 160px;
overflow: hidden;
}
