html {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  background-color: #000;
  color: #fff;
  font-size: 1.1em;
}
body {
  margin: 0px;
}
a img {
  border-style: none;
}
h1, h2, h3, h4, h5, h6 {
}
h1 {
}
h2 {
}
h3 {
  color: #fff;
  font-size: 1.3em;
}
div#container_overall {
  width: 988px;
  margin: 0px auto;
  background-color: #002c76;
  color: #fff;
}
a {
  color: #ddd;
}
div#header {
  background: url('images/top-gradient.png');
  height: 250px;
}
img#logo {
  display: block;
  margin: 50px 0px 0px 35px;
  float: left;
}
span#tagline {
  display: block;
  float: right;
  font-size: 21px;
  font-style: italic;
  text-align: center;
  width: 400px;
  margin-right: 85px;
  margin-top: 85px;
}
/*
extra size of box shadows is 6px 7px 7px 6px
stroke is 4px
*/
div#nav_left {
  width: 178px;
  height: 242px;
  background: url('images/1x1/background-gray.svg.png');
  padding: 25px 26px 26px 25px;
  float: left;
  position: relative;
  z-index: 1;
  margin: -6px -7px -34px -6px;
  font-size: 17px;
}
div#nav_left a {
  display: block;
  text-decoration: none;
  color: #fff;
  height: 21px;
  width: 90px;
  line-height: 21px;
  margin: 0px 0px 35px 42px;
  text-align: center;
}
div#nav_left a:hover {
  background-color: #004a96
}
div#nav_left img {
  width: 162px;
  height: 245px;
  margin-bottom: -223px;
  display: block;
  margin-left: 10px;
}
img#top_image {
  border: 4px #257dcc;
  border-style: solid none;
  width: 800px;
  height: 240px;
  float: right;
  display: block;
  margin-left: -100px;
  margin-top: 23px;
  margin-bottom: -27px;
}
div#top_divider {
  height: 0px;
  clear: both;
}
div#content1 {
  background: url('images/1x1/background-blue.svg.png');
  width: 230px;
  min-height: 100px;
  float: left;
  padding: 50px 91px 26px 25px;
  margin: -6px -7px -7px -6px;
  position: relative;
}
div#content2 {
  background: url('images/1x1/background-gray.svg.png');
  width: 420px;
  min-height: 100px;
  float: left;
  padding: 25px 26px 26px 25px;
  margin: -29px -7px -7px -74px;
  position: relative;
  z-index: 1;
  text-align: center;
}
div#content3 {
  background: url('images/1x1/background-blue.svg.png');
  width: 230px;
  min-height: 100px;
  float: left;
  padding: 50px 26px 26px 90px;
  margin: -6px -7px -7px -74px;
  position: relative;
}
div#content4 {
  background: url('images/1x1/background-blue.svg.png');
  width: 659px;
  min-height: 100px;
  float: left;
  padding: 50px 40px 26px 40px;
  margin: -6px -7px -7px -6px;
  position: relative;
}
div#content5 {
  background: url('images/1x1/background-gray.svg.png');
  width: 248px;
  min-height: 100px;
  float: left;
  padding: 50px 26px 26px 26px;
  margin: -29px -7px -7px -31px;
  position: relative;
}
img#example {
  display: block;
  width: 254px;
  height: 369px;
  margin-top: -13px;
  margin-left: 2px;
}
div#footer {
  width: 985px;
  height: 60px;
  margin: 0px auto;
  text-align: center;
  background: url('images/bottom-gradient.png');
  margin-top: -35px;
  padding-top: 60px;
  clear: both;
}
div#footer a {
  text-decoration: none;
}
div.products {
  padding-bottom: 60px;
}
div.products div {
  clear: both;
}
div.products div div {
  float: left;
  clear: none;
  padding: 1px 5px;
  margin: 1px 0px;
}
div.products div.name {
  width: 300px;
}
div.products div.price {
  width: 60px;
}
div.products div.quantity input {
  width: 20px;
  text-align: center;
}
div.products div.add_button {
}
div.products div.breaks {
  clear: both;
  width: 622px;
  background-color: #366ebe;
}
div.products div.breaks span {
  margin: 0px 12px;
}
div.shopping_cart div {
  clear: both;
}
div.shopping_cart div div {
  float: left;
  clear: none;
  padding: 1px 5px;
  margin: 1px 0px;
}
div.shopping_cart div.heading {
  font-weight: bold;
}
div.shopping_cart div.name {
  width: 300px;
}
div.shopping_cart div.quantity {
  width: 100px;
}
div.shopping_cart div.quantity input {
  width: 20px;
  text-align: center;
}
div.shopping_cart div.unit_price {
  width: 100px;
}
div.shopping_cart div.total_price {
  width: 100px;
}
div.shopping_cart p.subtotal, div.shopping_cart p.taxtotal, div.shopping_cart p.tax, div.shopping_cart p.shipping, div.shopping_cart p.total {
  clear: both;
  text-align: right;
}
div.shopping_cart p.total {
  font-weight: bold;
}
span.checkout_notes {
  font-size: .8em;
  display: block;
}
form p {
  margin: 1px 0px;
}