html {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  background-color: #033f68;
  color: #fff;
  
}
body {
  margin: 0px;  
}
a {
  color: #700;
}
a:visited {
  color: #a00;
}
a img {
  border-style: none;
}
h2, h3, h4, h5, h6 {
}
h1 {
  text-align: right;
  font-size: 1.7em;
  }
h2 {
  text-align: left;
  font-size: 1.1em;
}
h3 {
}
form p {
  margin: 5px 0px;
}
div#container_overall {
  width: 913px;
  margin: 0px auto;
 
}
div#header {
  background: url('images/header.png') no-repeat bottom left;
  width: 913px;
  height: 266px;
  padding-right: 17px;
  margin-right: -17px;
  padding-top: 20px;
}
img#logo {
  width: 374px;
  height: 115px;
  display: block;
  margin-left: 25px;
  float: left;
}
img#product_type {
  display: block;
  float: right;
  margin-top: 10px;
}
div#nav_top {
  text-align: center;
  float: right;
  font-weight: bold;
  background: url('images/nav-top-background.png');
}
div#nav_top a {
  display: block;
  float: left;
  width: 193px;
  height: 35px;
  border-left: 2px solid #414142;
  line-height: 35px;
  color: #fff;
  text-decoration: none;
}
div#nav_top a:hover {
  background: #bad6ed url('images/nav-top-rollover-background.png');
  color: #033660;
}
div#content {
  background: #7ea2bb url('images/content-background-middle.png');
  color: #000;
  padding: 0px 20px;
  clear: both;
}
div#left {
  float: left;
  width: 146px;
  margin: -35px 11px 0px -20px;
}
div#nav_left {
  width: 135px;
  padding-right: 11px;
  padding-bottom: 1px;
  text-align: center;
  background: url('images/nav-left-background-middle.png');
  font-weight: bold;
  position: relative;
}
div#nav_left a {
  color: #fff;
  display: block;
  height: 35px;
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
  text-decoration: none;
  padding: 0px 5px;
}
div#nav_left a:hover {
  background: #f0798f url('images/nav-left-rollover-background.png') no-repeat 3px 0px;
  color: #dc2118;
}
img#nav_left_bottom {
  display: block;
}
div#spacer_top {
  height: 1px;
  margin-bottom: 19px;
}
div#spacer_bottom {
  height: 1px;
  margin-top: 19px;
  margin-bottom: -14px;
  clear: both;
}
div#footer {
  text-align: center;
  clear: both;
  width: 893px;
  margin: 10px auto 20px auto;
}
div#footer a {
  color: #ddd;
}
div#footer p {
  margin: 5px 0px;
}
div.photo_gallery {
}
div.photo_gallery a {
  display: block;
  width: 130px;
  height: 13em;
  font-size: .7em;
  overflow: hidden;
  float: left;
  text-align: center;
  text-decoration: none;
  margin-right: 0px;
  padding-left: 11px;
  color: #fff;
}
div.photo_gallery img {
  width: 130px;
  height: 100px;
  display: block;
}
