BODY {
  font-family: Georgia, Times New Roman, Times, serif; 
  color: #5B4235;
  background: #000 top left url(/images/wood2.jpg);
}

A {
  color: #4D0101; 
  text-decoration: underline;
}

A:hover {
  color: #7A7933; 
}

#wrapper,
#wrapper-2 {
  width: 890px;
  background: url(/images/background.png) 0px 66px no-repeat;
  height: 740px;
  margin: auto;
}

#header {
  height: 68px;
}

#navBreadCrumb {
  margin-bottom: 30px;
  font-size: 11px;
  margin-top: -16px;
}

#main {
  height: 550px;
  width: 730px;
  margin-left: 50px;
  padding: 20px;
}

#footer {
  font-size: 9px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

.menu {
  position: relative;
  top: 33px;
  left: 40px;
}

.menu LI {
  display: inline;
}

.menu A {
  float: left;
  display: block;
  width: 85px;
  height: 34px;
  background: no-repeat bottom center;
  text-indent: -9999px;
}

.menu #home-link A {
  background-image: url(/images/nav/home.png);
}

.menu #search-link A {
  background-image: url(/images/nav/search.png);
  width: 86px;
}

.menu #order-link A {
  background-image: url(/images/nav/view-cart.png);
  width: 129px
}

#main-menu {
  position: absolute;
  left: 840px;
  list-style: none;
}

#main-menu A {
  width: 48px;
  height: 147px;
  display: block;
  background: no-repeat center;
  text-indent: -9999px;
}

#main-menu #pipes-link A {
  background-image: url(/images/nav/on/pipes.png);
}

#main-menu #articles-link A {
  background-image: url(/images/nav/off/articles.png);
  height: 114px;
}

#main-menu #gallery-link A {
  background-image: url(/images/nav/off/gallery.png);
  height: 115px;
}

#main-menu #info-link A {
  background-image: url(/images/nav/off/info.png);
  height: 118px;
}

#main-menu #contact-link A {
  background-image: url(/images/nav/off/contact.png);
  height: 124px;
}

.categoryListBoxContents {
  width: 800px !important;
}

.categoryListBoxContents A {
  display: block;
  float: left;
  width: 120px;
  height: 100px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.categoryListBoxContents A IMG {
  border: 4px solid #462901;
}


#categoryDescription {
  width: 700px;
}

#productListing {
  width: 740px;
}

.centerColumn {
  text-align: center;
  width: 720px;
  height: 500px;
  overflow: auto;
  padding-right: 20px;
}

.centerColumn H1 {
  font-size: 16px;
  font-weight: normal;
}

.categoryListBoxContents,
.centerBoxContentsProducts,
.specialsListBoxContents,
.new_products {
  float: left;
  height: 160px;
  width: 160px !important; 
  padding: 10px; 
  overflow: hidden;
}

.categoryListBoxContents {
  height: auto;
}

#indexCategories {
  overflow: hidden;
}

.buttonRow {
  clear: both;
}

.centerBoxContentsProducts .itemTitle A {
  font-size: 12px;
  font-weight: normal;
}

.centerBoxContentsProducts A IMG,
.new_products A IMG,
.specialsListBoxContents A IMG {
  border: 4px solid #7E5F30;
}

.navSplitPagesResult,
.productSpecialPrice {
  display: none;
}

.navSplitPagesLinks {
  clear: both;
}


/* headers */
#newProductsDefault {
  background: url(/images/nav/new-arrivals-header.jpg) top center no-repeat;
  padding-top: 60px;
}


#specialsListingHeading {
  background: url(/images/nav/on-sale-header.jpg) top center no-repeat;
  padding-top: 60px;
}

#specialsListing .back {
  display: none;
}

#indexProductListCatDescription {
  text-align: justify;
}

#indexProductList #productsListingListingBottomLinks {
  position: absolute;
  top: 625px;
  width: 100%;
}



