/*
 * Page Content - right column
 */

div#right-column h3#title-image-bg {
  font-size: 2.5em;
  font-weight: normal;
  background: transparent url(/img/red-title-bg.png) no-repeat top right;
  position: absolute;
  top: 212px;
  left: 241px;
  height: 81px;
  z-index: 10;
}
div#right-column h3#title-image-bg a {
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 22px 25px 20px 18px;
  display: block;
}


div#right-column div#promo-images {
  margin: 0 0 18px 0;
  overflow: hidden;
  width: 660px;
  height:320px;
}
div#promo-images img {
  border-right: 1px solid #fff;
  float: left;
}

div#right-column h2 {
  color: #ef3e42;
  font-weight: bold;
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
  padding: 0;
}
div#right-column div.thumbnails-list {
  margin: 0 0 10px 0;
  overflow: hidden;
  width: 100%;
}
div#right-column div.thumbnails-list ul {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}
div.thumbnails-list ul li {
  background: #d7d7d7 url(/img/project-thumbnail-bg.gif) no-repeat;
  margin: 0 7px 7px 0;
  padding: 0 4px 4px 0;
  float: left;
  width: 64px;
  w\idth: 60px;
  overflow: hidden;
  height: 64px;
  he\ight: 60px;
  position: relative;
  z-index: 1;
}
div.thumbnails-list ul li.project-row-last {
  margin: 0 0 0 0;
}
div.thumbnails-list ul li img {
  display: block;
}



div#right-column div#view-stockists {
  margin: 50px 0 0 0;
}