html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
}
body {
  margin: 30px 0px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 1em 0px;
}
h1 {
  font-size: 1.5em;
  color: #41ada6;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.2em;
}

div#container_overall {
  width: 985px;
  margin: 0px auto;
  border: 1px solid #006979;
}
a img {
	border-style: none;
}
input[type=submit] {
  color: #000;
  font-family: 'trebuchet ms', helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid;
  border-color: #000;
}
div#header {
  padding: 10px;
}
img#logo {
  display: block;
  float: left;
}
img#nxgen {
  margin-left: 310px;
  margin-top: 50px;
}
div#nav_top {
  height: 24px;
  background-color: #006979;
  text-align: right;
  line-height: 24px;
  padding-right: 10px;
  clear: both;
}
div#nav_top a {
  text-decoration: none;
  color: #9bfff7;
}
div#nav_top a.home {
  float: left;
  margin-left: 10px;
}
div#left {
  float: left;
  padding: 10px 10px;
  width: 130px;
  background-color: #41ada6;
  color: #fff;
}
div#nav_left {
  margin-top: 5px;
}
div#nav_left a {
  height: 28px;
  clear: both;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  line-height: 19px;
  font-size: 15px;
  font-weight: bold;
  cursor: hand;
}
div#nav_left a span {
  display: block;
  float: left;
  height: 28px;
}
div#nav_left a span.left {
  width: 22px;
  background-image: url('images/button/normal/left.gif');
}
div#nav_left a span.text {
  background-image: url('images/button/normal/background.gif');
}
div#nav_left a span.right {
  width: 16px;
  background-image: url('images/button/normal/right.gif');
}
div#nav_left a:hover  {
  color: #333;
}
div#nav_left a:hover span.left {
  background-image: url('images/button/rolled/left.gif');
}
div#nav_left a:hover span.text {
  background-image: url('images/button/rolled/background.gif');
}
div#nav_left a:hover span.right {
  background-image: url('images/button/rolled/right.gif');
}
div#nav_left div.other {
  margin-top: 50px;
}
div#nav_left div.other a {
  font-weight: normal;
}
div#content {
  width: 815px;
  float: left;
  padding: 1px 10px 20px 10px;
}
div#content a {
  color: #41ada6;
}
div#subfooter {
  clear: both;
  text-align: center;
  background-color: #366979;
  color: #fff;
  height: 118px;
  line-height: 118px;
  overflow: hidden;
}
div#subfooter img {
  margin: 0px 30px;
}
div#footer {
  text-align: right;
  padding: 5px;
  font-size: .85em;
  color: #555;
}
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: 525px;
}
div.products div.price {
  width: 50px;
}
div.products div.quantity input {
  width: 20px;
  text-align: center;
}
div.products div.add_button {
}
div.products div.breaks {
  clear: both;
  width: 800px;
  background-color: #eee;
}
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: 525px;
}
div.shopping_cart div.quantity {
  width: 50px;
}
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.total {
  clear: both;
  text-align: right;
}
div.shopping_cart p.total {
  font-weight: bold;
}
form p {
  margin: 1px 0px;
}
div.request_quote {
  font-size: 1.2em;
  padding: 10px;
  margin: 10px;
  float: right;
  background-color: #ffe7a6;
  text-align: center;
}
div.request_quote a {
  text-decoration: none;
  color: #008077 !important;
}
