#page {
  position: relative;
  width: 900px;
  height: 612px;
  text-align: center;
  z-index: 2
}



/* LEFT SIDE OF PAGE */

#left {
  position: relative;
  width: 612px;
  float: left
}

#page-banner-bg {
  position: relative;
  width: 612px;
  background-image: url(img/bg/titlebar.png);
  margin-top: 48px;
  padding-top: 19px;
  padding-bottom: 19px;
  font-family: Tahoma;
  font-size: 28px;
  font-weight: bold;
  color: #181818;
  text-align: center;
  z-index: 3
}

#page-banner-bg2 {
  position: relative;
  width: 612px;
  background-image: url(img/bg/titlebar.png);
  margin-top: 48px;
  padding-top: 21px;
  padding-bottom: 20px;
  font-family: Tahoma;
  font-size: 26px;
  font-weight: bold;
  color: #181818;
  text-align: center;
  z-index: 3
}

#content {
  position: relative;
  width: 600px;
  margin-top: 12px;
  padding-top: 19px;
  padding-bottom: 19px;
  font-family: Tahoma;
  font-size: 13px;
  color: #181818;
  text-align: left;
  z-index: 3
}

.pump-data {
  position: relative;
  float: left;
  width: 180px;
  height: 442px;
  font-family: Tahoma;
  font-size: 11px;
  color: #333333;
  text-align: left;
  background-image: url(img/pumps/pump-bg.png);
  z-index: 4
}

.pump-facts {
  position: relative;
  width: 160px;
  height: 188px;
  margin-left: 10px;
  margin-top: 6px;
  color: #555555
}
.fact {
  width: 160px;
  margin-top: 6px;
}
.fact a {
  color: #336633;
  font-weight: bold;
  text-decoration: none;
}
.fact a:hover {
  text-decoration: underline
}

.specs {
  position: relative;
  width: 180px;
  height: 48px;
  margin-top: 18px;
  z-index: 5
}

.spec-link {
  position: relative;
  width: 120px;
  height: 36px;
  padding-top: 10px;
  margin-left: 50px;
  text-align: center;
  z-index: 6
}
.spec-link a {
  font-family: Tahoma;
  font-weight: bold;
  font-size: 11px;
  color: #DE1636;
  text-decoration: none;
  z-index: 5
}
.spec-link a:hover {
  text-decoration: underline;
  color: #de1636
}

.pump-description {
  position: relative;
  float: left;
  width: 390px;
  margin-left: 20px;
  z-index: 5
}
.pump-description a {
  color: #336633;
  font-weight: bold;
  text-decoration: none;
}
.pump-description a:hover {
  text-decoration: underline
}
.pump-description h1 {
  padding-top: 6px;
  font-size: 16px;
  font-weight: bold;
}

.pump-description-link {
  position: relative;
  z-index: 5
}
.pump-description-link a {
  color: #336633;
  font-weight: bold;
  text-decoration: none;
}
.pump-description-link a:hover {
  text-decoration: underline
}

