/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //---------------->> */
body { font-size:12px; color:#444; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: 500; line-height: 16px; }

p {
margin:4px 0 6px 0;
}

strong {
font-weight:bold;
}

em {

}

h1, h2, h3, h4 { margin:10px 0 0; }

h1     /* headline */ { color: #444; font-size:22px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: 100; line-height: 24px; float: left; }

h2    /* subhead */ { color: #444; font-size:16px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; }
h3  /* FAQs */ { color: #4f800b; font-size: 14px; font-weight: normal; }
h4    /* recipes header */ { color: #444; font-size: 16px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; line-height: 12px; }

h5  /* recipes subhead */ { color: #444; font-size: 14px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; line-height: 12px; }
a:link, a:visited {
color:#4f800b;
text-decoration:none;
}

a:hover, a:active {
color:#4f800b;
text-decoration:underline;
}

ul {
margin:5px 0 5px 20px;
padding:0;
list-style-type:disc;
}

ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ul li, ol li {
margin:0 0 4px 0;
padding:0;
}

/* << ----------------// Outer container that holds all the columns //---------------->> */
#mainContainer { background-color: white; background-position: center 0; margin:0 auto; padding:0; width:890px; height: auto; border-color: transparent;; }

/* << ----------------// Header //---------------->> */
#header { padding:0; width:890px; color:#ffffff; background-color:#fff; top: 0; height: 140px; margin-right: 0; margin-bottom: 0; margin-left: 0; border-width: 0; }
#smheader { padding:0; width:890px; color:#ffffff; background-color:#fff; top: 0; height: 90px; margin-right: 0; margin-bottom: 0; margin-left: 0; border-width: 0;}
/* << ----------------// Nav //---------------->> */
#header2 { margin:0; padding:0; width:890px; height:45px; color:#ffffff; background-color:transparent; overflow: visible; clear: both; }
#header1  /* nav bar for home pg only */ { width:890px; height:28px; color:#ffffff; background-color:transparent; overflow: visible; clear: both; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; } 
/* << ----------------// Recipes //---------------->> */
#columnTwo { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; margin:0; padding:0; width:400px; background-color:#e2e5db; background-position: 0 bottom; height: auto; overflow: visible; }


/* << ----------------// Sub Page (Left column) //---------------->> */
#columnOne { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; width:380px; background-color:#fff; height: auto; overflow: auto; visibility: visible; float: left; padding-top: 50px; padding-right: 10px; padding-left: 55px; }

#columnOne p, #columnThree p, #columnOne ul li, #columnOne ol li, #columnThree ul li, #columnThree ol li {
font-size:13px;
}

#columnOne h2, #columnThree h2 {
font-size:16px;
}


/* << ----------------// Sub pages (Right Column) //---------------->> */
#columnThree { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; width:362px; background-color:white; height: auto; overflow: hidden; visibility: visible; float: right; padding-top: 95px; padding-right: 40px; }

#columnProductMap { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; width:362px; background-color:white; height: auto; overflow: hidden; visibility: visible; float: right; padding-top: 0px; padding-right: 40px; }

/*Middle Column - Rule*/
#MiddleColumn { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; width:10px; background-color:white; height: auto; overflow: hidden; visibility: visible; float: left; padding-top: 58px; }

/* << ----------------// Footer //---------------->> */
#footer { margin:0; width:890px; height:60px; font-size:10px; color:#919497; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color:#ffffff; text-decoration: none; text-align: center; visibility: visible; clear: both; padding-top: 20px; }

#footer a:link, #footer a:visited { color:#4f800b; text-decoration:none; text-align: center; }

#footer a:hover, #footer a:active { color:#4f800b; text-decoration:underline; text-align: center; }

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

