BODY {
  background-color: #979F78;
  color: #303030;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: .8em;
  }

A, A:visited, A:active {
  color: #CB880B;
  font-weight: bold;
  text-decoration: none;
  }

A:hover {
  text-decoration: underline;
  color: #4E2600;
  font-weight: bold;
  }

BLOCKQUOTE,
H1, H2, H3, H4 {
  margin: 0;
  }

H1 {
  font-size: 1.1em;
  }

H2 {
  font-size: 1.0em;
  }

P {
  margin-top: .4em;
  margin-bottom: .4em;
  line-height: 0.5cm;
  }

IMG {
  border: 0;
  margin: 0;
  }

BUTTON {
  background-color: #F4AE2F;
  color: #542A02;
  }

UL, OL {
  margin: 0;
  padding-left: 20px;
  }
  LI {
    padding: 3px 0;
    line-height: .5cm;
    }

B {
  font-weight: normal;
  border-bottom: 1px dashed #f4ae2f;
  }


#container {
  background-color: #542A02;
  border: 1px solid #393C2A;  
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  width: 740px;
  }

#content-container {
  background-image: url(/images/yellowgradient.jpg); 
  background-position: top-left;
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  min-height: 283px;
  margin-top: 101px;
  padding-top: 15px;
  }

#content {
  padding: 20px;
  }

#header-logo {
  position: absolute;
    top: 0;
    left: 0;
  }

#topnav {
  background-image: url('/images/topnav_bg.gif');
  background-repeat: repeat-x;
  background-color: #f4ae2f;
  border-bottom: 1px solid #393C2A;
  font-size: .8em;
  font-weight: normal;
  position: absolute;
    top: 80px;
  text-align: center;
  vertical-align: top;
  width: 740px;
  }

#topnav A {
  color: #4E2600;
  padding: 0 10px;
  position: relative;
    bottom: 2px;
  }

#midnav {
  background-image: url('/images/bottomnav_bg.gif');
  background-repeat: repeat-x;
  background-color: #f4ae2f;
  border-top: 1px solid #393C2A;
  height: 141px;
  position: relative;
  width: 100%;
  }
  #midnav_left {
    position: absolute;
      top: 9px; bottom: 0px;
      left: 3px;
    width: 246px;
    }
  #midnav_center {
    position: absolute;
      top: 9px; bottom: 0px;
      left: 257px;
    width: 215px;
    }
  #midnav_right {
    position: absolute;
      top: 9px; bottom: 0px;
      right: 0px;
    width: 255px;
    }

  #midnav_left, #midnav_center {
    padding: 3px;
    }

  .midnav_icon {
    float: left;
    }
  .midnav_content {
    padding-left: 65px;
    }
  #midnav_right_content {
    padding-left: 78px;
    }

  #midnav H1 {
    font-size: 1.1em;
    font-weight: bold;
    }
  #midnav P {
    font-size: .8em;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 0.4cm;
    width: 100%;
    }
  #midnav A {
    color: #4E2600;
    }

#bottomnav {
  padding: 3px;
  text-align: center;
  }

  #bottomnav A, 
  #bottomnav SPAN {
    color: #DFCAB5;
    font-size: .8em;
    letter-spacing: 1px;
    padding: 0 3px;
    }

#copyright_info,
#copyright_info A {
  color: #DFCAB5;
  font-size: .8em;
  padding: 3px;
  text-align: center;
  }

#yellow_divider_left {
  position: absolute;
    top: 10px; bottom: 0px;
    left: 255px;
  }
#yellow_divider_right {
  position: absolute;
    top: 10px; bottom: 0px;
    right: 259px;
  }







.margin-left-10px {
  margin-left: 10px;
  }

.margin-left-40px {
  margin-left: 40px;
  }

.margin-left-250px {
  margin-left: 250px;
  }

.float-right {
  float: right;
  }

.float-left {
  float: left;
  }

.align-left {
  text-align: left;
  }

.align-right {
  text-align: right;
  }

.text-indent-10px {
  text-indent: 10px;
  }

.content-spacer {
  height: 50px;
  }

.align-center {
  text-align: center;
  }

.simple-link {
  font-weight: normal;
  }

.padding-10px {
  padding: 10px;  
  padding-top: 15px;
  }

.border-2px {
  border: 2px solid #000000;
  }

.margin-10px {
  margin: 10px;
  margin-top: 15px;
  }




.content-sidebar {
  border: 1px solid #A0A19B;
  background-color: #F5F6EE;
  font-size: .8em;
  padding: 7px;
  margin-left: 10px;
  width: 150px;
  }

.content-sidebar H1 {
  padding: 0;
  text-transform: uppercase;
  }

.content-sidebar P, 
.content-sidebar BLOCKQUOTE { 
  line-height: .4cm;
  margin-top: 4px;
  margin-bottom: 4px;
  }

P.sb-facts-figures  {
  padding-bottom: 10px;
  }

.products-add-to-cart {
  border: 1px solid #532A02;
  background-color: #F4AE2F;
  font-weight: bold;
  }

.products-title { 
  font-size: .8em;
  }

.products-info {
  padding: 3px;
  text-align: center;
  width: 200px;
  }


.products-content P {
  text-indent: 20px;
  }

.sidebar-image {  
  border: 1px solid #000000;
  margin-top: 10px;
  }

#products-list {
  height: 190px;
  margin-top: 20px;
  position: relative;
  width: 500px;
  }

.products-list-left {
  position: absolute;
  left: 45px;
  }

.products-list-right{
  position: absolute;
  right: 45px;
  }

.sidebar-list {
  margin: 0;
  padding-left: 23px;
  }
.sidebar-list LI {
  padding-top: 3px;
  line-height: .4cm;
  }


.midnav_content A:hover {
  text-decoration: underline;
  }

.content-title {
  font-size: 1.5em;
  color: #f4ae2f;
  }

/*
.section-title {
  color: #000000;
  margin-top: 20px;
  }
*/

.section-header {
  font-size: 1.3em;
  }

.section-para {
  border-top: 1px solid #f4ae2f;
  padding-top: 5px;
  }

.yellow-border-bottom {
  border-bottom: 1px solid #f4ae2f;
  padding-bottom: 2px;
  margin-bottom: 2px;
  }


A.product-title {
  border-bottom: 0px solid #f4ae2f;
  color: #177105;
  font-size: 1.1em;
  font-weight: normal; 
}

.section-title {
  border-bottom: 0px solid #f4ae2f;
/*  color: #177105; */
  color: #661911;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: bold; 
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

H2.section-title {
  font-size: 1.1em;
  }

#product-list {
  margin: 10px 0;
  padding: 10px 0;
  }

.product-list-item {
  }

#product-list TABLE {
  }

.product-list-item H3 {
  font-size: 1.3em;
  }

.product-list-item IMG {
  margin: 0 10px;
  position: relative;
    bottom: 15px;
  }
