html {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  background-color: #333;
  color: #fff;
}
a img {
  border-style: none;
}
h1, h2, h3, h4, h5, h6 {
}
h1 {
  text-align: center;
}
h2 {
}
td p {
  margin: 0px;
}
li {
  margin-left: 100px;
}
li li {
  margin-left: 20px;
}
div#container_overall {
  width: 985px;
  margin: 0px auto;
}
div#header {
  background: #3a3a3c url('images/gradients/221-3a3a3c-000000.png');
  color: #fff;
  height: 211px;
}
div#name {
  position: absolute;
  font-family: Impact, Charcoal, sans-serif;
  margin-left: 60px;
  margin-top: 20px;
}
div#name span {
  display: block;
}
div#name span.first {
  font-size: 40px;
  color: #a6d6f3;
}
div#name span.second {
  font-size: 30px;
  margin-left: 26px;
}
div#contact {
  float: right;
  text-align: right;
  color: #7cb4e2;
  font-weight: bold;
  font-size: 23px;
  margin-right: 20px;
  margin-top: 15px;
}
div#contact span {
  display: block;
}
div#contact a {
  color: #7cb4e2;
  text-decoration: none;
}
div#contact a:hover {
  color: #fff;
}
div#tagline {
  float: right;
  clear: right;
  text-align: center;
  font-size: 26px;
  width: 847px;
  margin-top: 23px;
}
#logo {
  width: 144px;
  height: 211px;
  display: block;
  position: absolute;
  top: 15px;
}
div#left {
  width: 109px;
  margin: -10px 10px 0px -10px;
  float: left;
}
div#left div.top {
  background: url('images/nav-shadow-right.png') repeat-y top right;
}
div#nav_left {
  width: 80px;
  padding: 1px 10px;
  background-color: #000;
  border-bottom-color: #3a3a3c;
  font-size: 17px;
  text-align: center;
}
div#nav_left a {
  display: block;
  text-decoration: none;
  margin: 10px 0px;
  color: #fff;
}
div#nav_left a:hover {
  color: #a6d6f3;
}
div#left div.bottom {
  background: url('images/nav-shadow-bottom.png');
  height: 10px;
}
div#content {
  float: left;
  padding: 10px;
  width: 965px;
  background-color: #a6d6f3;
  border-bottom-color: #00aeef;
  color: #000;
}
div#footer {
  clear: both;
  text-align: center;
  padding: 10px;
  font-size: .8em;
}
div#footer a {
  color: #fff;
}
div#nav_bottom a {
  text-decoration: none;
}
div#payment_types {
  background-color: #aaa;
  width: 200px;
  margin: 20px auto 0px auto;
  padding: 5px 0px;
}
div#payment_types * {
  vertical-align: middle;
}

