h2 {
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 20px 0px 0px 0px;
}

h4 {
  color: #E02433;
  font-size: 12px;
  margin-top: 1em;
  margin-bottom: -0.5em;
}

p,
dl,
ul {
  margin-top: 1em;
}

#page {
  background-repeat: no-repeat;
  background-position: 100% 35px;
}

#sidebar {
  float: right;
  /*width: 341px;*/
  margin-top: -60px;
  /*margin-bottom: -60px;*/
  padding: 350px 105px 40px 0px;
}

#thumbnails {
  width: 300px;
}

#thumbnails img {
  border: 2px solid #CCCACA;
  margin-right: 7px;
  margin-bottom: 7px;
}

#thumbnails img.first {
  /*margin-left: 0px;*/
}

#links ul {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  width: 281px;
}

#links ul li {
  background-image: url("../images/arrow-right.gif");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  border-bottom: 1px solid #4F4F4F;
  float: left;
  padding: 2px 2px 2px 12px;
}

#links ul li.col1 {
  width: 155px;
}

#links ul li.col2 {
  width: 90px;
  margin-left: 8px;
}

#links ul li.first {
  border-top: 1px solid #4F4F4F;
}

#related {
  clear: left;
  padding-top: 10px;
}

#related ul {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
}

#related ul li {
  background-image: url("../images/arrow-right4.gif");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 10px;
}

#content {
  padding-left: 36px;
  padding-right: 400px;
  background-image: url("../images/content-bottom-tagline.gif");
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

#overview {
  padding-right: 150px;
  padding-bottom: 10px;
}

#overview h4,
#overview p {
  font-weight: bold;
}

#features {
  padding-right: 150px;
  padding-bottom: 40px;
}

dl dt {
  font-size: 12px;
  font-weight: bold;
  background-image: url("../images/bullet.gif");
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 13px;
  margin-top: 1em;
}

dl dd {
  margin-left: 13px;
}
