/* universal -----*/

* {
  margin: 0;
  padding: 0;
}
a {
  color: #006699;
  text-decoration: none;
}

/* body and wrapper -----*/

body {
  color: #666;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
}
#wrapper {
  margin: 0 10px;
}

/* masthead -----*/

#masthead {
  height: 70px;
  position: relative;
}
#heading {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
#heading h1 {
  color: #666;
  font-size: 14px;
  font-weight: normal;
}
#heading h1 strong {
  color: #000;
  font-weight: bold;
}
#masthead img {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

/* body -----*/

table {
  width: 100%;
  border-top: solid 1px #a3a3a3;
  border-left: solid 1px #a3a3a3;
}
table th {
  padding: 5px;
  color: #000;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  background: #c7c7c7;
  border-right: solid 1px #a3a3a3;
  border-bottom: solid 1px #a3a3a3;
}
table td {
  padding: 5px;
  color: #000;
  font-size: 10px;
  border-right: solid 1px #a3a3a3;
  border-bottom: solid 1px #a3a3a3;
}
table td.dimensions {
  width: 100px;
  text-align: right;
}
table td.odd {
  background: #efefef;
}

/* footer -----*/

#footer p {
  margin: 1em 0 1em 10px;
}

/* specialty -----*/

.blue {
  color: #006699;
}