/**************************
*      OVERRIDES          *
**************************/
.content {
  min-height:0;
  padding:0 33px;
}
/**************************
*      HOMEPAGE          *
**************************/
#homepage {
  width:904px;
  padding:35px 0;
  text-align:left;
}
#homepage h4 {
  margin:40px 0 15px 0;
}
/**************************
*         SLIDESHOW       *
**************************/
#slideshow {
  width:904px;
  height:342px;
  position:relative;
  overflow:hidden;
}
#slideshow .slide{
  position:absolute;
  z-index:500;
  top:0;
  left:0;
}
#slideshow .currentPic{z-index:590;}
#btns-wrap{
  position:absolute;
  bottom:13px;
  left:13px;
  z-index:999;
}
#btns a {
  display: block;
  cursor:pointer;
  width:11px;
  height:12px;
  float:left;;
  position:relative;
  z-index:999;
  background:url("../images/homepage/inactive.png") 0 0 no-repeat;
  margin-right:6px;
}
#btns a.selected, #btns a:hover {
  background:url("../images/homepage/active.png") 0 0 no-repeat;
}
/**************************
*   FEATURED CATEGORIES   *
**************************/
.featured-categories {
  margin:35px auto;
  width:904px;
}
.category {
  display:block;
  float:left;
  position:relative;
  width:284px;
  height:249px;
  background:url("../images/homepage/featured-category-bg.jpg") 0 0 no-repeat;
  margin:0 25px 0 0;
}
.category.three {
  margin:0;
  float:right;
}
.category img {
  position:absolute;
  top:5px;
  left:5px;
  margin:0;
  padding:0;
  display:block;
}
.category h2 {
  font:100 20px 'Helvetica', Sans-Serif;
  color:#000;
  position:absolute;
  bottom:33px;
  left:10px;
  margin:0;
  padding:0;
}
.category .shop-now {
  font:800 12px 'Helvetica', Sans-Serif;
  padding:0;
  margin:0;
  color:#000;
  bottom:35px;
  right:10px;
  position:absolute;
}
.category:hover .shop-now {
  text-decoration: underline;
}
/**************************
*          FIXES          *
**************************/
/*Turn off extra break tags that the system automically throws in at the bottom of the page*/
#content_area br {
  display:none;
}
/*Turn on break tags for "Featured Products" Section*/
#content_area .v65-productDisplay br {
  display:block;
}
/*Remove System-Generated Left Margin from Featured Products*/
img[src*="FeaturedProducts.gif"] {
  margin-left:0px !important;
}
/*Fix Table Width from Expanding Past Content_Area for IE7*/
.ie7 .v65-productDisplay {
  table-layout:fixed;
}
/*Remove Divider Lines*/
td[background*="Grid_Divider_Vertical.gif"], td[background*="Grid_Divider_Horizontal.gif"] {
  background:none !important;
}