/* Layout
------------------------------ */
body#pro-equipment #callout {
  padding: 14px 300px 0 23px;
  width: 250px;
  min-height: 405px;
  background: url("../../images/callouts/pro-equipment.jpg") no-repeat;
  background-color: #192356;
}

w
/* Text, etc.
------------------------------- */
body#pro-equipment #callout h1 {
  color: #fff687;
}

#pro-equipment #featured h3 {
  color: #fff;
}

body#pro-equipment #main #callout p {
  margin-right: 75px;
}

body#pro-equipment #main #callout li {
  background: url("../../images/bullets/arrow-p-equipment.png") 0 0 no-repeat;
  width: 200px;
}

/* Hack to fix IE/Win browsers and multi-line list items with background image bullets */
* html body#pro-equipment #main #callout li a {
  background: url("../../images/bg/transparent.gif") repeat;
}

*+html body#pro-equipment #main #callout li a {
  background: url("../../images/bg/transparent.gif") repeat;
}

