﻿body
{
  margin: 0;
  padding: 0;
  border: 0;
  background-color: black;
  color: white;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
img
{
  border: none;
}
/* Header stuff */
#header
{
  height: 80px;
  width: 100%;
  color: white;
  background-color: #4F6228;
  font-family: "Times New Roman" , Times, serif;
  padding-left: 10px;
}
#header h1
{
  font-size: 1em;
  width: 100%;
  height: 65px;
  margin: 0; padding: 0; position: relative; overflow: hidden;
}
#header h1 span {
  display: block; position: absolute; left: 0; top: 0; z-index: 1; margin: 0; padding: 0;
  width: 100%;
  height: 120px;
  background-image: url(../images/header.gif);
  background-repeat: no-repeat;
}
/* skip navigation stuff */
#skip
{
  font-size: 12px;
  height: 15px;
}
#skip a
{
  color: #4F6228;
  background-color: #4F6228;
}
#skip a:link
{
  text-decoration: underline;
  color: #4F6228;
  background-color: #4F6228;
}
#skip a:visited
{
  color: #4F6228;
  background-color: #4F6228;
}
#skip a:active
{
  color: white;
  background-color: #4F6228;
}
#skip a:hover
{
  text-decoration: underline;
  color: white;
  background-color: #4F6228;
}
/* container stuff */
#container
{
  width: 752px; /* was 752px */
  margin: 30px auto 15px auto;
}
/* head stuff */
#head
{
  margin: 0; padding: 0; position: relative; overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  height: 140px;
  width: 100%;
  font-variant: small-caps;
  background-color: #999999;
  color: white;
}
#head h2 {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}
#head span {
  width: 100%;
  height: 100%;
  display: block; position: absolute; left: 0; top: 0; z-index: 1; margin: 0; padding: 0;
  background-image: url(../images/head2.gif);
  background-repeat: no-repeat;
}
#address
{
  height: 140px;
  width: 470px; /* was 500px */
  float: right;
  background-color: #666666;
  background-image: url(../images/head1.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
}
#address address
{
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 150px; /* was 185px; */
  padding-right: 295px; /* was 265px; */
  text-align: right;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  font-size: 0.6em;
}
/* menu stuff */
#menu
{
  width: 100%;
  height: 50px;
  margin: 10px 0 0 0;
  background-color: #333333;
}
#menu ul
{
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -377px;
  list-style-position: outside;
  list-style-type: none;
}
#menu li
{
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
  float: left;
  width: 94px; /* was 125px; */
  height: 50px;
}
#menu li a
{
  margin: 0;
  padding: 0;
  color: white;
  text-decoration: none;
  font-variant: small-caps;
  font-weight: bold;
  font-size: smaller;
  text-align: left;
  text-indent: 5px;
  line-height: 75px;
  display: block;
  width: 100%;
  height: 100%;
  background-position: top left;
  background-repeat: no-repeat;
}
#menu li a:hover
{
  text-decoration: underline;
}
#menu li a#home
{
  background-image: url(../images/head.jpg);
}
#menu li a#about
{
  background-image: url(../images/about.jpg);
}
#menu li a#produce
{
  background-image: url(../images/produce.jpg);
}
#menu li a#recipes
{
  background-image: url(../images/recipe.jpg);
}
#menu li a#location
{
  background-image: url(../images/location.jpg);
}
#menu li a#contact
{
  background-image: url(../images/contact.jpg);
}
#menu li a#catering
{
  background-image: url(../images/dummy1.jpg);
}
#menu li a#hampers
{
  background-image: url(../images/dummy2.jpg);
}
/* content stuff */
#content
{
  min-height: 300px;
  margin-top: 10px;
  background-color: #333333;
  color: white;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: smaller;
}
#content h3
{
   font-size: 1.15em;
}
#content h4 {
   font-size: 1em;
}
#content a
{
  color: White;
  background-color: inherit;
}
dd {
	padding-left: 2em;
	margin-left: 0;
}
#clear
{
  height: 1px;
  clear: both;
}
.clear
{
  clear: both;
}
.clearright
{
  clear: right;
}
/* 2 column stuff */

.fullwidth {
  padding: 0 5px;
}
#leftcol
{
  width: 270px;
  float: left;
  padding: 5px;
}
#rightcol
{
  width: 450px;
  float: left;
  padding: 5px; /* margin: 10px 250px 10px 10px; */
}
#rightsmall, .rightsmall
{
  width: 260px;
  float: left;
  padding: 5px;
}
#leftbig, .leftbig
{
  width: 460px;
  float: left;
  padding: 5px; /* margin: 10px 250px 10px 10px; */
}
.leftequal
{
  width: 355px;
  float: left;
  padding: 5px 10px 5px 5px;
}
.rightequal
{
  width: 365px;
  float: left;
  padding: 5px 5px 5px 10px; /* margin: 10px 250px 10px 10px; */
}
/* Three column stuff */
* html .visualIEFloatFix
{
  min-height: 0.01%;
}
#Col1of3
{
  float: left;
  margin: 10px;
  width: 230px;
}
#Col2of3
{
  float: left;
  margin: 10px;
  width: 240px;
}
#Col3of3
{
  margin: 10px 10px 10px 510px;
}
.pic
{
  text-align: center;
}
.pic img
{
  padding: 10px;
}
.rightpic
{
  float: right;
  padding: 5px 5px 5px 10px;
}
.leftpic
{
  float: left;
  padding: 5px 10px 5px 0;
}
/* Major minor stuff */
#major
{
  float: left;
  margin: 10px;
  width: 480px;
}
#minor
{
  margin: 10px 10px 10px 510px;
}
/* map stuff */
#map
{
  color: black;
  background-color: white;
}
/* footer stuff */
#footer
{
  overflow: visible;
  width: 100%;
  color: white;
  background-color: #4F6228;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: smaller;
  margin-bottom: 20px;
  padding: 5px 0;
}
#footer ul
{
  margin: 0;
  padding: 0;
}
#footer li
{
  margin: 0;
  padding: 0 15px;
  border-right: 2px white solid;
  display: inline;
  list-style-type: none;
}
#footer li#last
{
  border-right: none;
}
#footer a:active
{
  color: white;
  text-decoration: none;
  background-color: inherit;
}
#footer a:link
{
  color: white;
  text-decoration: none;
  background-color: inherit;
}
#footer a:visited
{
  color: white;
  text-decoration: none;
  background-color: inherit;
}
#footer a
{
  color: white;
  text-decoration: none;
  background-color: inherit;
}
#footer a:hover
{
  text-decoration: underline;
}
/* Form based stuff here */
.label
{
  display: block;
  width: 130px;
  text-align: right;
  padding-right: 5px;
  clear: both;
  float: left;
}
.textbox
{
  width: 290px;
}
/* Produce stuff */
#box
{
  padding: 10px;
  clear: both;
}
.category
{
  width: 100%;
}
/* Recipe stuff */
.ingredients
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-position: outside;
}
.method
{
  list-style-type: decimal;
}
#selectlist
{
  margin-left: 20px;
}
#selectlist ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#selectlist li
{
  margin: 0 0 .2em 0;
}
#selectlist a
{
  display: block;
  width: 9em;
  padding: .2em .8em;
}
#selectlist a:hover
{
  background-color: #666666;
  text-decoration: none;
}
.delivert
{
  font-family: "Bradley Hand ITC";
  font-size: larger;
  font-weight: bold;
}
/* use icon to identify external links */
a.extlink span
{
  position: absolute;
  left: -5000px;
  width: 4000px;
}
a.extlink
{
  background-image: url(../images/extlink.gif);
  background-repeat: no-repeat;
  background-position: 100% 0;
  padding: 0 20px 0 0;
}
#copyright {
  width: 100%;
  text-align: center;
  font-size: smaller;
  color: #999999;
}
#copyright a {
  color: #999999;
}