html, form { margin: 0; padding: 0; }
body
{
  margin: 0px;
  padding: 10px;
  background: url('/images/background.jpg') #e8c500 repeat-x;
  font: normal 16px georgia, serif;
  line-height: 24px;
  color: #af822b;
}

ul, li, form, dt, dl, dd, ol, div, p, 
blockquote, h1, h2, h3, h4, h5, h6, a, code, pre { margin: 0; padding: 0; }
ul { list-style-type: none; list-style-image: none; margin-bottom: 0px; }
input, textarea, select
{
  font-family: arial, helvetica, sans;
  font-size: 1em;
  color: #333333;
}
table, tr, td { border-collapse: collapse; border-spacing: 0; padding: 0; }

a img { border: 0; }
a { text-decoration: none; }
a { color: #0000ff; text-decoration: none; }
a:hover { color: #ff0000; text-decoration: underline; }

.smaller { font-size: 8px; }
.small { font-size: 10px; }
.normal { font-size: 12px; }
.large { font-size: 14px; }
.larger { font-size: 16px; }

h1 { font: bold 18px georgia, times, serif; color: #cc6600; }
h2 { font: bold 16px georgia, times, serif; color: #cc6600; }
h3 { font: bold 14px georgia, times, serif; color: #cc6600; }
h4 { font: bold 14px georgia, times, serif; color: #cc6600; }
h5 { font: bold 14px georgia, times, serif; color: #cc6600; }

#banner
{
  background: url('/images/banner.png');
  repeat: none;
  width: 850px;
  padding-right: 100px;
  height: 144px;
  text-align: right;
  vertical-align: top;
}

#banner a
{
  font-size: 75%;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff698;
}

#banner a:hover { color: #ff0000; }

#content
{
  background: #e3ffd2;
  padding: 40px;
  text-align: left;
}

#content .rightimage
{
  float: right;
  text-align: right;
  padding: 40px 0 10px 10px;
  font-size: 75%;
  color: #41943c;
}

#content ol
{
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}

#content ul
{
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}

#copyright
{
  color: #3a7500;
  font-size: 12px;
  text-align: center;
  padding-top: 8px;
}

.faq
{
  background: #ffe292;
  padding: 10px;
  margin: 10px 0;
}

#footer
{
  background: #faa634;
  color: #ffcc66;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}

#footer a { color: #0000ff; text-decoration: none; font-weight: normal; }
#footer a:hover { color: #ff0000; text-decoration: underline; }

.form
{
  border: 1px solid #cc6600;
  padding: 10px;
}

.form_errors
{
  color: #ff0000;
  padding-bottom: 10px;
}

#guestbook { }

#guestbook .entry
{
  border: 1px solid #cc6600;
  padding: 10px;
  margin-bottom: 4px;
}

#guestbook .entry .name { font-style: italic; }
#guestbook .nav { padding: 0 10px; margin-bottom: 4px; }

.home_box
{
  background: #bfd62f;
  padding: 10px;
  font-size: 85%;
  vertical-align: top;
}

.match { color: #cc0000; font-weight: bold; }

#nav
{
  background: #c1d72f;
  color: #4b9315;
  font-size: 90%;
  font-weight: bold;
  padding: 4px 0;
  text-transform: uppercase;
}

#nav { text-align: center; }
#nav a { color: #4b9315; text-decoration: none; }
#nav a:hover { color: #ffffff; }

.nav_items ul { list-style: none; text-align: left; }
.nav_items li { display: inline; position: relative; margin: 0 20px; }
.nav_items .subnavigation { visibility: hidden; position: absolute; top: 13px; clear: both; width: 140px; padding: 13px 0 0; font-weight: normal; left: 0; z-index: 10; }
.nav_items .subnavigation li { margin: 0; }
.nav_items .subnavigation a,
.nav_items .subnavigation a:visited,
.nav_items .subnavigation a:active { display: block; clear: both; background-color: #c1d72f; color: #fff; padding: 0 4px; height: 1%; font-size: 11px; border-bottom: 1px solid #fff698; } /* IE Requires a height of 1% to not hide the subnav when mousing over the links. */
.nav_items .subnavigation a:hover { background-color: #faa634; color: #fff698; }

.nav_items li:hover .subnavigation,
.nav_items li.over .subnavigation { visibility: visible !important;/*display: block;*/ }

#popup
{
  background: url('/images/background.jpg') #e8c500 repeat-x;
  padding: 10px;
  text-align: justify;
  vertical-align: top;
}

#press
{
  background: #ffe292;
  padding: 10px;
  margin: 10px 0;
}

#press img { float: right; margin: 0 0 10px 10px; border: 0; }
#press a { text-decoration: none; }

#recipe
{
  background: #ffe292;
  padding: 10px;
  margin: 10px 0;
}

#recipe img { float: right; margin: 0 0 10px 10px; border: 1px solid #cc6600; }
#recipe a { text-decoration: none; }

#search { padding: 20px 0; }
#search input { border: 1px solid #cccccc; }

#searchall
{
  position: relative;
  padding: 0;
  height: 18px;
  top: 80px;
  left: 640px;
}
#searchall input
{
  border: 1px solid #ffffff;
  background-color: #a074b3;
  color: #ffffff;
}

.store
{
  width: 170px;
  vertical-align: top;
  border: 1px solid #cc6600;
  padding: 4px;
  text-align: left;
}

.store h1 { font-size: 1.0em; }

#topmost { width: 850px; }
