body {
  background-image: url("../images/home/bg.gif");
}

#page {
  background-repeat: no-repeat;
  background-position: 95% 65px;
}

#breadcrumb {
  padding-bottom: 195px;
}

#logo {
  position: absolute;
  left: 0px;
  top: 60px;
  z-index: 20;
}

#intro-wrap {
  position: absolute;
  left: 0px;
  top: 33px;
  width: 577px;
  height: 222px;
  z-index: 10;
  /*
  margin-top: -70px;
  margin-top: -40px;
  padding-left: 30px;
  */
}

#spotlight-container {
  position: relative;
  width: 527px;
  height: 152px;
  /*margin-top: 300px;*/
  background-image: url("../images/home/slider-bg.gif");
  background-repeat: no-repeat;
}

#spotlights {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#spotlights .display {
  display: block;
  width: 143px;
  height: 143px;
  margin: 0px;
  padding: 0px;
  background-image: url("../images/spinner.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /*font-weight: bold;*/
  font-size: 10px;
  /*text-transform: uppercase;*/
  text-align: center;
}

#spotlights .display a {
  display: block;
  padding: 105px 10px 0px 10px;
}

#spotlights .product-name {
  /*width: 100%;*/
  line-height: 1.2em;
  height: 3.6em;
  overflow: hidden;
}

#spotlight-display-1 {
  position: absolute;
  top: 0px;
  left: 65px;
}

#spotlight-display-2 {
  position: absolute;
  top: 0px;
  left: 209px;
}

#spotlight-display-3 {
  position: absolute;
  top: 0px;
  left: 353px;
}

#spotlights-data {
  display: none;
}

#spotlight-scroll-left {
  display: block;
  position: absolute;
  top: 54px;
  left: 32px;
}

#spotlight-scroll-right {
  display: block;
  position: absolute;
  top: 54px;
  right: 0px;
}

#sidebar {
  padding-top: 20px;
  padding-bottom: 10px;
  overflow: hidden;
}

#sidebar .block {
  position: relative;
  width: 292px;
  height: 135px;
  background-color: #333;
  float: left;
  margin-left: 7px;
}

#sidebar .first {
  margin-left: 36px;
}

#sidebar .block h3 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background-image: url("../images/heading-bg.gif");
  background-repeat: no-repeat;
  height: 29px;
  padding: 6px 0px 0px 6px;
  margin: 0px;
}

#sidebar .block p {
  margin: 0px 6px 0.5em 6px;
  padding: 0px;
}

#sidebar .block .morelink {
  text-align: right;
  position: absolute;
  bottom: 0px;
  right: 6px;
}

#sidebar .block .morelink a {
  color: #E02433;
}

#sidebar .block-with-background {
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

#sidebar .block-with-background p {
  padding-right: 120px;
}

#sidebar .block-with-background .morelink {
  right: 120px;
}
