/** BASIC -------------------------------------------------------------- */

body {
    font: normal .8em Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #336600;
}

ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none;
}

a {
    color: #336600;
}

a:hover {
    text-decoration: none;
}

.redmessagebox{
  text-align: center;
  color: #c00000;
  margin-left: 25px;
  margin-right: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #ffffff;
  border-top: 1px solid #FF99FF;
  border-bottom: 1px solid #FF99FF;
  border-left: 1px solid #FF99FF;
  border-right: 1px solid #FF99FF;
}

/** HEADER */

#header {
    width: 800px;
    height: 80px;
    margin: 0px auto;
 /**     background: #CDE2A1 url(../images/img01.gif) no-repeat left top;   */
    background: #CDE2A1 url(../images/banner.jpg) no-repeat left top;
}

#header h1 {
    float: left;
    font-size: 2em;
    margin: 0px;
    padding: 35px 0px 0px 10px;
}

#header h2 {
    font-size: 1.1em;
    float: right;
    margin: 0px;
    padding: 43px 10px 0px 0px;
    background: url(../images/img02.gif) no-repeat right top;
}

/** CONTENT */

#content {
    width: 800px;
    margin: 0px auto;
    background: url(../images/img04.gif) repeat-y left top;
}

#content h3 {
    font-size: 130%;
}

#content .quickimage {
  float:right;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  border: 1px solid #cde2a1;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  background-color: #ffffff;
}

#content img {
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  border: 0px;
  border: 1px solid #cde2a1;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  background-color: #ffffff;
}


#columnLeft {
    float: left;
    width: 580px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

#columnLeft table{
  background: #FFFFFF;
  margin: auto;
  border: 1px solid #848484;
  font-weight: normal;
  padding: 3px;
}

#columnLeft thead tr th{
  background: #FFFFFF;
  border-bottom: 1px solid #848484;
    padding: 3px;
}

#columnLeft td{
  background: #FFFFFF;
  text-align: left;
  border-bottom: 0px solid #848484;
  font-weight: normal;
}

#columnLeft h2 {
    font-size: 1.5em;
}

#columnLeft ul {
    list-style-type: square;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
}

#columnLeft li {
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

#columnRight {
    float: right;
    width: 150px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 10px;
    padding-top: 15px;
}

#columnRight h3 {
    font-size: 1.3em;
}

#columnRight p {
    font-size: 0.8em;
}

/** NEWS -------------------------------------------------------------- */

#news {
    font-size: 0.9em;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    background-color: #ffffff;
    border: 1px dashed #848484;
}

#news h3{
     color: #336600;
     margin-bottom: 4px;
     margin-top: 5px;
}

#news h4{
     color: #404040;;
     margin-bottom: 5px;
     margin-top: 8px;
}

#news h4 span{
     color: #848484;
     font-size: 90%;
     font-weight: normal;
     margin-bottom: 5px;
     margin-top: 5px;
}

#news p{
     color: #404040;
     margin-bottom: 5px;
     margin-top: 5px;
}

/** EVENTS -------------------------------------------------------------- */

#events {
    font-size: 0.9em;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    background-color: #ffffff;
    border: 1px dashed #848484;
    margin-bottom: 5px;
}

#events h4{
     color: #404040;;
     margin-bottom: 5px;
     margin-top: 8px;
}

#events h4 span{
     color: #848484;
     font-size: 90%;
     font-weight: normal;
     margin-bottom: 5px;
     margin-top: 5px;
}

#events p{
     color: #404040;
     margin-bottom: 5px;
     margin-top: 5px;
}


/** SHOP -------------------------------------------------------------- */

#shop table caption{
    font-size: 1.1em;
    color: #000000;
    font-weight: normal;
    padding: 3px;
    background-color: #c0c0c0;
    border: solid #848484;
    border-width: 1px 1px 0px 1px;
}

#shop table th {
    font-size: 0.9em;
    color: #000000;
    font-weight: normal;
}

#shop table td {
    font-size: 0.75em;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #848484;
}

#shop table td p{
    margin-top: 0px;
    margin-bottom: 5px;
}

#shop table td.center {
    text-align: center;
    vertical-align: top;
}

#shop table td.left {
    text-align: left;
    vertical-align: top;
}

#shop table td.right {
    text-align: right;
    vertical-align: top;
}

#shop table td img {
  border: 1px solid #cde2a1;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #ffffff;
}

#shop table tfoot td{
    font-size: .8em;
    color: #000000;
    font-weight: normal;
    padding: 3px;
    background-color: #c0c0c0;
    border: 1px;  
}

#shop table tfoot td a {
    text-decoration: none;
    color: #000000;
}

#shop table tfoot td a:hover {
    text-decoration: none;
    color: #404040;
}

#shopSpecials {
    font-size: 85%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    border: 1px dashed #848484;
    background-color: #ffffff;
}

#shopSpecials H3{
     color: #404040;
     margin-bottom: -5px;
     margin-top: 5px;
}

/** FORM -------------------------------------------------------------- */

#form{
  margin: 0;
  padding: 0;
  font-size: 100%;
}

#form fieldset{
  border: 1px solid #848484;
}

#form td {
  background: #ffffff;
}

#form legend{
  color: #000000;
  background-color: #c0c0c0;
  border: 1px solid #848484;
  font-size: 100%;
  padding: 2px 6px;
}

#form input{
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  background: #F5F6CE;
  padding: 2px 2px 2px 2px;
  border: solid #ccc;
  border-width: 1px 1px 1px 1px;
}

#input, select{
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  background: #F5F6CE;
  border: solid #ccc;
  border-width: 1px 1px 1px 1px;
  padding: 0px 0px 0px 0px;
}

#form .buttons {
 background: #E8EBF0;
 color: #848484;
 padding: 3px;
 overflow: visible;
 border: 1px solid #848484;
}

#form input[type="submit"]:hover {
  color: #000;
  background: #D8D8D8;
  border-color: #848484;
}

#form input[type="reset"]:hover {
  color: #000;
  background: #D8D8D8;
  border-color: #848484;
}

#form textarea{
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  background: #F5F6CE;
  padding: 2px 2px 2px 2px;
  border: solid #ccc;
  border-width: 1px 1px 1px 1px;
}

#form hr {
  border: dashed #848484;
  color: #848484;
  border-width: 1px 0 0 0;
  height: 0;
  line-height: 0px;
  font-size: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
}

#form .redmessage {
  color: #c00000;
  font-size: 0.85em;
}

#form table td.center {
    text-align: center;
    vertical-align: top;
}

#form table td.left {
    text-align: left;
    vertical-align: top;
}

#form table td.right {
    text-align: right;
    vertical-align: top;
}

#form table td img {
  border: 0px solid #cde2a1;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #ffffff;
}

/** FOOTER -------------------------------------------------------------- */

#footer {
    width: 800px;
    margin: 0px auto;
    background: #BED985 url(../images/img05.gif) no-repeat left bottom;
}

#footer p {
    margin: 0px;
    padding: 5px 10px;
    background: url(../images/img06.gif) no-repeat right bottom;
    font-size: smaller;
}