@charset "UTF-8";
body {
	font: 100% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-color: #f3dcaa;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/bodyBkg_01.jpg);
	background-repeat:repeat-x;
}
.oneColFixCtrHdr #container a {
	text-decoration:none;
	color:#AB1E22;
}
.oneColFixCtrHdr #container a:hover {
	color:#FF1E22;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header #headerLeft{
	margin:0;
	padding: 10px 0 0 10px;
	background: url(../images/headerBkgLeft.jpg);
	width:297px;
	height:145px;
	float:left;
}
.oneColFixCtrHdr #header #headerRight{
	float:left;
}
.oneColFixCtrHdr #mainContent {
	margin:0;
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr h1 {
	color: #56362B;
	font-size: 1.5em;
	font-weight:bold;
	}
.oneColFixCtrHdr h2 {
	color: #378948;
	font-size: 1.3em;
	margin: 0 0 5px 0;
	}
.oneColFixCtrHdr h3 {
	color: #222222;
	font-size: .9em;
	margin: 0 0 5px 0;
	}
.oneColFixCtrHdr h4 {
	font-weight: bold;
	font-size: .94em;
	color:#593E33;
	margin: 5px 0 0 0;
	}
.oneColFixCtrHdr p {
	color: #444444;
	margin: 0 0 5px 0;
	font-size: .85em;
	}
#mainContent .infoBox1 {
	margin:0;
	padding: 15px;
	border: 1px solid #cdded5;
	background-color:#eff5f2;
}
/* NAVIGATION STYLES */
#navLeftImg {
	width: 137px;
	margin:0;
	float:left;
	border-bottom: 1px solid #000000;
}

#navWrapper { 
	background-color:#fdf5de;
	border-bottom: 1px solid #000000;
	height: 22px;
	width:643px;
	float:right;
}
	
#navWrapper .buttons {
	margin:0;
	padding:0;
	height:22px;
	float:left;
	font-size: 11px;
}

#navWrapper .buttons span {
	visibility:hidden;
}
#navWrapper ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#navWrapper li.buttons a
{ display:inline-block;} /* This is to fix a bug in IE6 where extra white space is added to the block--it turns on hasLayout */
#navWrapper li.buttons a {
	text-decoration:none;
	margin:0;
	display:block;
	height:22px;
	background-repeat:no-repeat;
	background-image: url(../images/buttonGroup2.jpg);
}

#navWrapper li#btnHome a {
	width: 50px;
	background-position: 0 0;	
}
#navWrapper li#btnProducts a {
width: 106px;
	background-position: -50px 0;
}
#navWrapper li#btnRetail a {
	width: 107px;
	background-position: -156px 0;
}
#navWrapper li#btnRecipes a {
	width: 66px;
	background-position: -263px 0;
}
#navWrapper li#btnAbout a {
width: 79px;
	background-position: -329px 0;
}
#navWrapper li#btnNews a {
width: 48px;
	background-position: -408px 0;
}
#navWrapper li#btnBlog a {
width: 41px;
	background-position: -456px 0;
}
#navWrapper li#btnCalendar a {
width: 65px;
	background-position: -497px 0;
}
#navWrapper li#btnContact a {
width: 73px;
	background-position: -562px 0;
}
/* the styles below join the body id with the position of a nav button and the button to the right of it with for the 'you are here' effect
*/
body#home li#btnHome a {
	background-position: 0 -22px;
}
body#home li#btnProducts a {
	background-position: -50px -22px;
}
body#products li#btnProducts a {
	background-position: -50px -44px;
}
body#products li#btnRetail a {
	background-position: -156px -44px;
}
body#retail li#btnRetail a {
	background-position: -156px -66px;
}
body#retail li#btnRecipes a {
	background-position: -263px -66px;
}
body#recipes li#btnRecipes a {
	background-position: -263px -88px;
}
body#recipes li#btnAbout a {
	background-position: -329px -88px;
}
body#about li#btnAbout a {
	background-position: -329px -110px;
}
body#about li#btnNews a {
	background-position: -408px -110px;
}
body#news li#btnNews a {
	background-position: -408px -132px;
}
body#news li#btnBlog a {
	background-position: -456px -132px;
}
body#blog li#btnBlog a {
	background-position: -456px -154px;
}
body#blog li#btnCalendar a {
	background-position: -497px -154px;
}
body#calendar li#btnCalendar a {
	background-position: -497px -176px;
}
body#calendar li#btnContact a {
	background-position: -562px -176px;
}
body#contact li#btnContact a {
	background-position: -562px -198px;
}

/* END NAVIGATION STYLES */
/* HOME STYLES */

#homeMovie {
	margin:0;
	width:537px;
	height:350px;
	background:url(../flash/homeMovie.jpg) no-repeat;
	float:left;
}
#homeRightCol {
	width: 186px;
	margin:25px 0 20px 10px;
	float:right;
	border-left: 1px dotted #CCCCCC;
}
#homeRightCol #news {
	margin:0;
	float:right;
	padding: 10px;
	width: 153px;
	height:305px;
	background-color:#FFF4DD;
	border: 1px solid #7A7A7A;
}
#homeRightCol #news p {
	margin:0 0 5px;
	font-size:11px;
}
#homeRightCol #news #scrollDivider {
	text-align:center;
	margin:0;
	padding: 5px 0;
}

/* END HOME STYLES */
/* CONTACT US STYLES */
#contactUsTop {
	margin:0 20px;
	background: url(../images/countryKitchen.jpg) no-repeat;
	background-position: right;
}

#contactUsTop p {
	margin:5px 0;
	font-size: 12px;
}
#contactForm {
	width: 540px;
	margin:20px auto 0 auto;
	padding: 5px;
	font-size: 12px;
	background-color:#fffaf1;
	border: 1px solid #7A7A7A;
}
/* CONTACT US STYLES */
/* NEWS US STYLES */
.newsImg { 
	width: 304px;
	text-align:center;
	margin: 10px 0;
	padding: 0 20px;
}
/* END OF NEWS US STYLES */
/* START OF DEALER ADMIN STYLES */
.storelist {
	margin: 0;
	padding: 10px 0;
	font-size: 85%;
}
.storelist .tableLabels {
	text-align:right;
	padding-right:8px
}
.storelist .padded {
	padding:8px
}
.storelist TD {
	font-size: 9pt;
	font-family: Arial;
	font-weight: normal;
	color: #222222;
	padding-left: 10px;
}
.storelist #formLeft {
	float:left;
	margin:0;
	padding:0;
	width:494px;
	height:320px;
	background-color:#ffe2a5;
}
.storelist #formRight {
	float:right;
	margin:0 0 0 3px;
	padding:0;
	border:solid 1px #5a3f2f;
	height:318px;
	width: 230px;
}
.storelist .tablehead {
	background-color:#5a3f2f;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	line-height: 16px;
	width:495px;
}
.storelist .controlshead {
	background-color:#5a3f2f;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	line-height: 16px;
	/*width:280px;*/
}
.storelist .dealershead {
	background-color:#5a3f2f;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	line-height: 16px;
	width:735px;
	text-align:left;
	padding:5px 0 5px 5px;
}
.storelist .results {
	background-color:#EDE2D5;
	margin:0;
	padding:0;
}
.storelist #dealers table tr.dealerRow1 {
	background-color:#ffe2a5;
}
.storelist #dealers table tr.dealerRow2 {
	background-color:#fdedcb;
}
.storelist #dealers .dealershead a {
	color:#FFFFFF;
	text-decoration:none;
}
.storelist #dealers .dealershead .smalltext {
	font-size: 10px;
}
.storelist .search {
	padding:0 0 0 15px;
	margin:0;
}
.storelist #notes {
	margin:5; padding: 10px; overflow:auto; height:278px; width:200px;
}
.storelist .td-bottomrule {
	border-bottom:solid 1px #666666;
}
.storelist #dealers .dealershead .showall a {
	text-decoration:none;
	color: #FFFF00;
}
.storelist #dealers .dealershead .showall a:hover {
	text-decoration:none;
	color: #FFCC00;
}
/* END OF DEALER ADMIN STYLES */
/* ABOUT US STYLES */
#about #aboutContent {
	margin:0;
	padding:0 20px;
}
/* END ABOUT US STYLES */
/* RECIPES STYLES */
#recipes #recipesWrapper {
	margin:0;
	padding: 15px 20px 0 20px;
}
#recipes #recipesWrapper img {
	margin-left:20px;
	border:1px solid;

}
#recipes #recipesWrapper div {
	height:auto;

}
/* END RECIPES STYLES */
.oneColFixCtrHdr #footBar {
	height:15px;
	margin:0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footerGrad.jpg) repeat-x;
}
#footer {
	margin:0;
	padding-top:5px;

}
#peregrine{
	margin:0;
	padding-top:15px;
}
#peregrine a {
	font-size: 10px;
	color:#666666;
	text-decoration:none;
}
#peregrine a:hover {
	color:#8db291;
}

.whiteSerif18bolditalic {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-style: italic;
	font-weight:bold;
	color:#FFFFFF;
}
.blackSerif14bold {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
.black90percent {
	font-size:90%;
}
.black18bold {
	font: bold 18px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.black80percent {
	font-size:80%;
}
.blue18bold {
	font-weight: bold;
	font-size: 1.13em;
	color:#1FA7F7;
}
.brown14bold {
	font-weight: bold;
	font-size: .88em;
	color:#453028;
}

.marginLeft80 {margin-left: 40px;}
.fltLeft {float:left;}
.fltRight {float:right;}
.clear { clear: both; }
