#header {
  position: relative;
  width: 960px;
}

#header h1 {
  font: 12px/20px verdana, sans-serif;
  margin: 0;
}

#header .text {
  position: absolute;
  left: 0;
  height: 60px;
  width: 960px;
  background: transparent url(../images/header-text-bg.png);
}

#header .text a:hover {
  color: #fff;
}

#header .text .title {
  position: absolute;
  color: #70726a;
  right: 0;
  top: 31px;
  width: 300px;
}

#header .text .breadcrumbs {
  top: 11px;
}

#header h1 {
  font-weight: normal;
}

#header .description {
  position: absolute;
  color: #fff;
  left: 0;
  top: 0;
  width: 630px;
  height: 60px;
  text-indent: -1000000px;
  background: transparent url(../images/description.png) no-repeat;
  margin: 0;
}

#header h1 a {
  color: #fff;
}

#header h2 {
  font-weight: normal;
  color: #8a8c82;
}

#header a.breadcrumb {
  float: left;
  display: block;
  padding-right: 15px;
  background: transparent url(../images/arrow.png) no-repeat right;
}

