body {
	margin: 0 auto;
	background: #8A8B85;
	padding-top: 8px;
	font: normal 12px Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}
#pagecontainer {
	height: auto;
	width: 785px;
	margin: 0 auto;
	background: url(/images/repeat.jpg) repeat-y center center;
}
#contentcontainer {
	height: auto;
	width: 785px;
	display: block;
	clear: both;
	background: url(/images/repeat.jpg) repeat-x;
}
#leftcell {
	float: left;
	height: auto;
	width: 186px;
}
#rightcell {
	float: left;
	height: auto;
	width: 599px;
}
#footercell {
	height: 67px;
	width: 785px;
	margin: 0 auto;
	display: block;
	clear: both;
	background: url(/images/footer.jpg);
}

#footer_text {
    text-align: center;
    margin: 0 auto;
    padding: 38px 0 0 0;
    color: #f0f0f0;
}

#footer_text a:link, #footer_text a:visited {
    color: #f0f0f0;
}

.clearer {
	clear: both;
	width: 1px;
	height: 1px;
	display: block;
}
#breadstuff {
	clear: both;
	height: auto;
	width: 599px;
}

#contenthere a:link, #contenthere a:visited {
    color: #2f265d;
}

#contenthere {
	float: left;
	height: auto;
	width: 415px;
	padding: 8px;
}
#dailyspecial {
	float: left;
	height: auto;
	width: 155px;
	min-height: 300px;
	background: url(/images/dailyspecial.jpg) no-repeat;
}
h1 {
	font: bold 22px "Times New Roman", Times, serif;
	color: #8F908A;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*height: 26px;*/
	width: 186px;
}
#nav ul li span { display: none; }
.farmers {
    background: url(/images/menu_farmers.jpg) no-repeat;
    height: 26px;
    width: 186px;
    display: block;
}
.farmersactive {
    background: url(/images/menu_farmers_f2.jpg) no-repeat;
    height: 26px;
    width: 186px;
    display: block;
}
a:hover.farmers {
    background: url(/images/menu_farmers_f2.jpg) no-repeat;
    height: 26px;
    width: 186px;
    display: block;
}

.about {
    background: url(/images/menu_about.jpg) no-repeat;
    height: 26px;
    width: 186px;
    display: block;
}
.aboutactive {
    background: url(/images/menu_about_f2.jpg) no-repeat;
    height: 26px;
    width: 186px;
    display: block;
}
a:hover.about {
    background: url(/images/menu_about_f2.jpg) no-repeat;
    height: 26px;
    width: 186px;
    display: block;
}
.products {
    background: url(/images/menu_ourproducts.jpg) no-repeat;
    height: 26px;
    width: 186px;
    display: block;
}
.productsactive {
    background: url(/images/menu_ourproducts_f2.jpg) no-repeat;
    height: 26px;
    width: 186px;
    display: block;
}
a:hover.products {
    background: url(/images/menu_ourproducts_f2.jpg) no-repeat;
    height: 26px;
    width: 186px;
    display: block;
}
.where {
    background: url(/images/menu_wheretobuy.jpg) no-repeat;
    height: 26px;
    width: 186px;
    display: block;
}
a:hover.where {
    background: url(/images/menu_wheretobuy_f2.jpg) no-repeat;
    height: 26px;
    width: 186px;
    display: block;
}
.chef {
    background: url(/images/menu_chefscorner.jpg) no-repeat;
    height: 26px;
    width: 186px;
    display: block;
}
.chefactive {
    background: url(/images/menu_chefscorner_f2.jpg) no-repeat;
    height: 26px;
    width: 186px;
    display: block;
}
a:hover.chef {
    background: url(/images/menu_chefscorner_f2.jpg) no-repeat;
    height: 26px;
    width: 186px;
    display: block;
}
.news {
    background: url(/images/menu_news.jpg) no-repeat;
    height: 26px;
    width: 186px;
    display: block;
}
.newsactive {
    background: url(/images/menu_news_f2.jpg) no-repeat;
    height: 26px;
    width: 186px;
    display: block;
}
a:hover.news {
    background: url(/images/menu_news_f2.jpg) no-repeat;
    height: 26px;
    width: 186px;
    display: block;
}
.contact {
    background: url(/images/menu_contact.jpg) no-repeat;
    height: 26px;
    width: 186px;
    display: block;
}
a:hover.contact {
    background: url(/images/menu_contact_f2.jpg) no-repeat;
    height: 26px;
    width: 186px;
    display: block;
}
.jobs {
    background: url(/images/menu_jobs.jpg) no-repeat;
    height: 26px;
    width: 186px;
    display: block;
}
a:hover.jobs {
    background: url(/images/menu_jobs_f2.jpg) no-repeat;
    height: 26px;
    width: 186px;
    display: block;
}

.resources {
    background: url(/images/menu_resources.jpg) no-repeat;
    height: 26px;
    width: 186px;
    display: block;
}

.resourcesactive {
    background: url(/images/menu_resources_f2.jpg) no-repeat;
    height: 26px;
    width: 186px;
    display: block;
}

a:hover.resources {
    background: url(/images/menu_resources_f2.jpg) no-repeat;
    height: 26px;
    width: 186px;
    display: block;
}

#footercell p {
	margin: 35px auto 0px 25px;
	color: #FFFFFF;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
}
#dailyspecial p {
	padding: 8px;
	margin-top: 0px;
}

.form_line {
    clear: both;
}

.form_line .left_column {
    float: left;
    width: 125px;
}

.form_line .right_column {
    float: left;
    width: 250px;
    clear: right;
}

.form_line input, .form_line textarea {
    border: 1px solid #666666;
}

.paragraph {
    margin-bottom: 10px;
    text-align: justify;
}

.page_message {
    color: red;
    margin-bottom: 10px;
}

.preload_pic {
    display: none;
}

.submenupurple {
    height: auto;
    display: block;
    padding-top: 5px;
    padding-bottom: 10px;
    background: #473D7A url(/images/submenu-repeat.jpg);
    color: #FFFFFF;
}

.submenupurple a:link, .submenupurple a:visited {
    color: rgb(255, 255, 255);
}

.calendar {
    padding: 0px;
    margin: 0px;
}

.calendar td {
    vertical-align: top;
    font-size: .8em;
    border: 1px solid black;
    margin: 0px;
    padding: 1px;
    height: 50px;
    width: 60px;
    text-align: left;
}

.calendar .days td {
    font-weight: bold;
    text-align: center;
    height: auto;
}

.calendar td.month {
    height: auto;
    font-weight: bold;
    text-align: center;
    font-size: 1.4em;
    width: 100%;
}
