/*
 * Shop Styles
 */
div#subpage-title-and-nav {
  background: none !important;
  height: 100px !important;
}
div#subpage-title-and-nav div.content {
  padding: 40px 0px 0px 0px;
  color: #ffffff;
  float: left;
  width: 350px;
}



/*
 * Subpage styles
 */
div#subpage {
  background: none !important;
}
div#subpage-content {
  background: url(/img/shop-intro-bg.gif) no-repeat top left !important;
  height: 268px !important;
  padding: 0px 0px 0px 20px;
}

/*
 * Categories
 */
ul#categories {
  list-style: none;
  border: 0;
  margin: 0;
  padding: 20px 0px 0px 0px;
  float: left;
  width: 740px;
}
ul#categories li {
  float: left;
  background: transparent url(/img/shop-intro-li-bg.png) no-repeat top left;
  color: #ffffff;
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 180px;
  height: 236px;
}
ul#categories li div.content {
  padding: 10px 15px 10px 10px;
}
ul#categories li h3 {
  font-size: 1.4em;
}
ul#categories li a {
  color: #ffffff;
  text-decoration: none;
}
ul#categories li a:hover {
  color: #ffffff;
}
ul#categories li p {
  border: 0px;
  margin: 0px;
}
