/*Hides unnecessary <br> tags above Featured Products*/

#content_area{
	margin-top:20px;
}
#content_area br {
  display: none;
}

#content_area table table br {
  display: block;
}

.homepage br {
  display: block;
}

/*****************************
* *        OVERRIDES     * *
******************************/
.sidebar-icons {
}

/*****************************
* *   SLIDER    * *
******************************/
#slideshow {
  width: 740px;
  height: 335px;
  position: relative;
}

#slideshow .slide {
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
}

#slideshow .currentPic {
  z-index: 590;
}

/*The buttons container, absolutely positioned*/
#btns_wrap {
  position: absolute;
  bottom: -13px;
  left: 356px;
  z-index: 999;
}

/*Individual buttons*/
#btns a {
  display: block;
  cursor: pointer;
  width: 6px;
  height: 6px;
  float: left;
  position: relative;
  z-index: 999;
  text-indent: -9999px;
  background: url("../images/homepage/slider-inactive.png") 0 0 no-repeat;
  margin-right: 6px;
}

/*Individual Button Hover States*/
#btns a.selected, #btns a:hover {
  background: url("../images/homepage/slider-active.png") 0 0 no-repeat;
}

/*****************************
* *   SLIDER BASE    * *
******************************/
.slider-footer {
  display: block;
  background: url("../images/homepage/slider-footer.png") no-repeat;
  width: 740px;
  height: 19px;
  margin-bottom: 20px;
}

/*****************************
* *   ABOUT US    * *
******************************/
.aboutus {
  background: url("../images/homepage/aboutus-bg.jpg") no-repeat;
  width: 740px;
  height: 256px;
  text-align: center;
  margin-bottom: 20px;
}
.aboutus .aboutus__title {
  color: #296f19;
  font-family: "Dynalight";
  font-size: 70px;
  text-shadow: -2px 1px 2px #a5a5a5;
  padding-top: 10px;
}
.aboutus .aboutus__content {
  color: #523400;
  font-size: 14px;
  line-height: 20px;
  padding: 0 156px;
  text-align: left;
  margin-bottom: 10px;
}
.aboutus .aboutus__cta a {
  color: #5f4207;
  font-family: "Dynalight";
  font-size: 25px;
}

/*****************************
* *   FP HEADER    * *
******************************/
.fp-header {
  display: block;
  background: url("../images/homepage/fp-header.png") no-repeat;
  width: 740px;
  height: 49px;
}

/*****************************
* *   FEATURED PRODUCTS    * *
******************************/
#content_area table[width="96%"],
#content_area table[width="96%"] table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  
  
  
}
/* remove border around article 71*/
#content_area > table > tbody > tr > td:nth-child(1) > table,
#div_articleid_2 > table:nth-child(4) {
  border: none;
}
#content_area table[width="96%"] td {
  padding: 0;
}

/* PRODUCT IMAGES */
table.v65-productDisplay a > img {
  max-width: 163px;
}

/* CENTER FEATURED PRODUCTS TEXT */
a.productnamecolor.colors_productname,
font.pricecolor.colors_productprice,
font.text.colors_text {
  display: block;
  text-align: center;
  padding: 0 10px;
}

font.pricecolor.colors_productprice font.text.colors_text {
  display: inline;
}
#content_area .v65-productDisplay br {
  display: none;
}
/* Name */
a.productnamecolor.colors_productname {
  font-weight: 600;
  color: #4A2F0A;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

/* PRODUCT PRICE */
.v65-productDisplay .product_productprice,
.v65-productDisplay .product_productprice span,
.v65-productDisplay .product_productprice font,
.v65-productDisplay .product_productprice div {
  font-weight: bold;
  color: #37872b;
  font-family:Arial, Helvetica, sans-serif; font-size:12px;
}

/* SALE PRICE */
.v65-productDisplay .product_saleprice,
.v65-productDisplay .product_saleprice span,
.v65-productDisplay .product_saleprice font,
.v65-productDisplay .product_saleprice div {
  font-weight: bold;
  color: #B16B23;
  font: normal 14px/1.4 "Crimson Text", Georgia, serif;
}

/* DEAL PRICE */
.v65-productDisplay .product_dealprice,
.v65-productDisplay .product_dealprice span,
.v65-productDisplay .product_dealprice font,
.v65-productDisplay .product_dealprice div {
  font-weight: bold;
  color: #B16B23;
  font: normal 14px/1.4 "Crimson Text", Georgia, serif;
}

/*# sourceMappingURL=homepage.css.map */