/* CSS Document */
body, html {
  background-color: #edf3d3;
  font: 12px Calibri,"Lucida Grande",sans-serif;
}
body {
  background-image: url(img/mainbg.gif);
  background-position: center top;
  background-repeat: no-repeat;
}
#header, #headercontainer { 
   height: 218px;
}
#headercontainer {
  position: relative;
  width: 100%;
  height: 218px;
  background-color: #dce8a7;
  background-image: url(img/mainbg.gif);
  background-position: center top;
  background-repeat: no-repeat;
}
#content {
  position: relative;
  background-color:#ffffff;
  background-image: url(img/3colbg.gif);
  background-repeat: repeat-y;
  background-position: left 100px;
}

.spaceabove {
  padding-top: 18px;
  padding-bottom: 20px;
}
#whitespace {
  background-color: #ffffff;
  height: 46px;
}
#footer {
  background-color: #a7c523;
  height: 165px;
  color: #fff;
}


#logo {
  margin-left:43px;
}


a, a:link, a:active, a:visited {
  color: #536211;
  text-decoration: underline;
}
a:hover {
  color: #000;
}

h1 {
  font-size:1.5em;
  color: #536211;
  margin: 0 0 12px 0;
  min-height: 40px;
  line-height: 1em;
}
h2 {
  font-size:1.25em;
  color: #536211;
  margin: 0 0 12px 0;
}
h3 {
  font-size: 1.2em;
  color: #536211;
  margin: 0 0 0.8em 0;
  font-weight: bold;
}
h4 {
  font-size:1em;
  color: #000;
  margin:0;
  font-weight: bold;
}
p {
  text-align: justify;
  margin: 0 0 1em 0;
  color: #666;
}
strong {
  font-weight: bold;
  color: #000;
}

#content ul {
  margin-bottom: 1em;
  color: #666;
}
#content ul li {
  list-style: disc;
  margin-left: 20px;
}

#footer h4 {
  margin: 12px 0 6px 0;
  font-size: 1.25em;
  color: #000;
  font-weight: bold;
}
#footer p {
  color: #000;
  text-align: left;
  margin: 0;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
  color: #000;
  text-decoration: underline;
}   
#footer a:hover {
  color: #536211;
}




.imageforceright {
  position: relative;
  float: right;
  margin-right: -9px;
}
.pricetag {
  position:  relative;
  float: right;
  width: 80px;
  height: 38px;
  background-image: url(img/pricetag.jpg);
  background-repeat: no-repeat;
  font-family: arial, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
}
.priced {display:block; float:none; height:38px; line-height:38px;}



#headline {
  position: absolute;
  left: 230px;
  top: 155px;
  z-index: 999;
  width: 645px;
  height: 86px;
}
#treecorner {
  position: absolute;
  left: 875px;
  top: 155px;
  z-index: 999;
  width: 96px;
  height: 171px;
}