html {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #000;
  font-size: .85em;
}
body {
  margin: 0px;
}  
a img {
  border-style: none;
}
h2, h3, h4, h5, h6 {
  font-size: 1em;
}
h1 {
  text-align: right;
  font-size: 1.6em;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.1em;
}
div#gradient_top {
  background-image: url('images/gradient-top.png');
  height: 39px;
  margin-bottom: -39px;
  min-width: 980px;
}
div#container_overall {
  width: 916px;
  margin: 0px auto;
}
div#container_overall a {
  color: #0c2577;
  text-decoration: none;
}
div#container_overall a:hover {
  color: #ee561d;
}
div#nav_top {
  text-align: right;
  color: #ee561d;
  margin-top: 4px;
  font-size: 14px;
  margin-bottom: 4px;
  position: relative;
}
span#name {
  color: #ee561d;
  position: absolute;
  margin-left: 103px;
  margin-top: 0px;
  font-size: 17px;
  font-family: 'Arial Black', Gadget, sans-serif;
  z-index: 1;
}
img#logo {
  position: absolute;
  z-index: 1;
  margin-top: 2px;
  margin-left: 0px;
  width: 137px;
  height: 137px;
}
span#tagline {
  color: #0c2577;
  position: absolute;
  margin-left: 125px;
  margin-top: 15px;
  width: 590px;
  top: 14px;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}
span#tagline sup.line {
  font-size: 30px;
}
a#store {
  width: 103px;
  height: 32px;
  position: absolute;
  margin-left: 425px;
  margin-top: 22px;
}
a#store img {
  width: 103px;
  height: 32px;
  display: block;
}
form#search_box {
  position: absolute;
  margin-left: 620px;
  margin-top: 29px;
  display: block;
  width: 222px;
  z-index: 1;
}
form#search_box input {
  border: 1px solid #000;
}
form#search_box input[type=text] {
  height: 16px;
  width: 120px;
}
form#search_box input[type=submit] {
  border-style: none;
  background-color: #f37d30;
  color: #fff;
  font-weight: bold;
  padding: 0px 2px;
  margin-left: 2px;
  height: 20px;
  width: 96px;
}
div#nav_top_products {
  text-transform: uppercase;
  margin: 30px 0px 0px 149px;
  clear: both;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  float: left;
}
div#nav_top_products a {
  display: block;
  float: left;
  height: 28px;
  overflow: hidden;
}
div.olive-orange-dark div#nav_top_products a:hover, div.olive-orange-light div#nav_top_products a:hover {
  background: #ffffff url('images/gradients/28-ffffff-b7a748.png');
  color: #000;
}
div.green-dark div#nav_top_products a:hover, div.green-light div#nav_top_products a:hover {
  background: #ffffff url('images/gradients/28-ffffff-68c173.png');
  color: #006838;
}
div.red-dark div#nav_top_products a:hover, div.red-light div#nav_top_products a:hover {
  background: #ffffff url('images/gradients/28-ffffff-e54e37.png');
  color: #be1e2d;
}
div.orange-dark div#nav_top_products a:hover, div.orange-light div#nav_top_products a:hover {
  background: #ffffff url('images/gradients/28-ffffff-ff7606.png');
  color: #b92300;
}
div.purple-dark div#nav_top_products a:hover, div.purple-light div#nav_top_products a:hover {
  background: #ffffff url('images/gradients/28-ffffff-652d90.png');
  color: #652d90;
}
div.black-dark div#nav_top_products a:hover, div.black-light div#nav_top_products a:hover {
  background: #000 url('images/gradients/28-ffffff-000000.png');
  color: #fff;
}
div.yellow-dark div#nav_top_products a:hover, div.yellow-light div#nav_top_products a:hover {
  background: #ffd200 url('images/gradients/28-ffffff-ffd200.png');
  color: #000;
}

div#content_container {
  margin: 0px;
  padding: 1px 0px;
}
div.olive-orange-dark div#content_container {
  background: #ee561d url('images/1x1/background-olive-orange.svg.png');
}
div.olive-orange-light div#content_container {
  background: #fdead9 url('images/1x1/background-lt-olive-orange.svg.png');
}
div.green-dark div#content_container {
  background: #009345 url('images/1x1/background-green.svg.png');
}
div.green-light div#content_container {
  background: #d2f9e2 url('images/1x1/background-lt-green.svg.png');
}
div.red-dark div#content_container {
  background: #901905 url('images/1x1/background-red.svg.png');
}
div.red-light div#content_container {
  background: #fcdfde url('images/1x1/background-lt-red.svg.png');
}
div.orange-dark div#content_container {
  background: #ff7606 url('images/1x1/background-orange.svg.png');
}
div.orange-light div#content_container {
  background: #fcecc8 url('images/1x1/background-lt-orange.svg.png');
}
div.purple-dark div#content_container {
  background: #41089c url('images/1x1/background-purple.svg.png');
}
div.purple-light div#content_container {
  background: #ecdcff url('images/1x1/background-lt-purple.svg.png');
}
div.black-dark div#content_container {
  background: #000 url('images/1x1/background-black.svg.png');
}
div.black-light div#content_container {
  background: #b3b3b3 url('images/1x1/background-lt-black.svg.png');
}
div.yellow-dark div#content_container {
  background: #ffd200 url('images/1x1/background-yellow.svg.png');
}
div.yellow-light div#content_container {
  background: #fff797 url('images/1x1/background-lt-yellow.svg.png');
}
div.olive-orange-dark div#content_container, div.green-dark div#content_container, div.red-dark div#content_container, div.orange-dark div#content_container, div.purple-dark div#content_container, div.black-dark div#content_container {
  color: #fff;
}
div.olive-orange-light div#content_container, div.green-light div#content_container, div.red-light div#content_container, div.orange-light div#content_container, div.purple-light div#content_container, div.black-light div#content_container, div.yellow-light div#content_container {
  color: #000;
}
div.yellow-dark div#content_container {
  color: #000;
}
div#left {
  float: left;
  width: 130px;
  padding: 5px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-top: 37px;
  margin-bottom: 20px;
  text-align: right;
}
div.olive-orange-light div#left, div.green-light div#left, div.red-light div#left, div.orange-light div#left, div.purple-light div#left, div.black-light div#left {
  color: #fff;
}
div#nav_left {
  font-weight: normal;
  margin-top: 35px;
  border-right: 1px solid #fff;
  padding-right: 10px;
  padding-left: 5px;
  font-size: 15px;
  font-weight: bold;
}
div#nav_left a {
  display: block;
  color: #fff;
  margin: 12px 0px;
}
div.olive-orange-light div#nav_left a, div.green-light div#nav_left a, div.red-light div#nav_left a, div.orange-light div#nav_left a, div.purple-light div#nav_left a, div.black-light div#nav_left a, div.yellow-light div#nav_left a {
  color: #000;
}
div.yellow-dark div#nav_left a {
  color: #000;
}
div#nav_left a:hover {
  color: #fff100;
}
div.olive-orange-light div#nav_left a:hover, div.green-light div#nav_left a:hover, div.red-light div#nav_left a:hover, div.orange-light div#nav_left a:hover, div.purple-light div#nav_left a:hover, div.black-light div#nav_left a:hover, div.yellow-light div#nav_left a:hover {
  color: #ee561d;
}
div.spacer_top {
  height: 1px;
  margin-bottom: 24px;
}
div.spacer_bottom {
  margin-top: 64px;
  height: 1px;
}
div#content {
  position: relative;
  float: left;
  width: 756px;
  padding: 0px 10px;
}
div#curve_top {
  width: 916px;
  height: 94px;
  margin: 0px auto -94px auto;
  position: relative;
  clear: both;
}
div#curve_bottom {
  width: 916px;
  height: 94px;
  margin: -94px auto 0px auto;
}
div.olive-orange-light div#curve_top {
  background: url('images/916x94/curve-olive-orange-top.svg.png');
}
div.olive-orange-light div#curve_bottom {
  background: url('images/916x94/curve-olive-orange-bottom.svg.png');
}
div.green-light div#curve_top {
  background: url('images/916x94/curve-green-top.svg.png');
}
div.green-light div#curve_bottom {
  background: url('images/916x94/curve-green-bottom.svg.png');
}
div.red-light div#curve_top {
  background: url('images/916x94/curve-red-top.svg.png');
}
div.red-light div#curve_bottom {
  background: url('images/916x94/curve-red-bottom.svg.png');
}
div.orange-light div#curve_top {
  background: url('images/916x94/curve-orange-top.svg.png');
}
div.orange-light div#curve_bottom {
  background: url('images/916x94/curve-orange-bottom.svg.png');
}
div.purple-light div#curve_top {
  background: url('images/916x94/curve-purple-top.svg.png');
}
div.purple-light div#curve_bottom {
  background: url('images/916x94/curve-purple-bottom.svg.png');
}
div.black-light div#curve_top {
  background: url('images/916x94/curve-black-top.svg.png');
}
div.black-light div#curve_bottom {
  background: url('images/916x94/curve-black-bottom.svg.png');
}
div.yellow-light div#curve_top {
  background: url('images/916x94/curve-yellow-top.svg.png');
}
div.yellow-light div#curve_bottom {
  background: url('images/916x94/curve-yellow-bottom.svg.png');
}

div.olive-orange-dark div#curve_top, div.green-dark div#curve_top, div.red-dark div#curve_top, div.orange-dark div#curve_top, div.purple-dark div#curve_top, div.black-dark div#curve_top, div.yellow-dark div#curve_top {
  background: url('images/916x94/curve-white-top.svg.png');
}
div.olive-orange-dark div#curve_bottom, div.green-dark div#curve_bottom, div.red-dark div#curve_bottom, div.orange-dark div#curve_bottom, div.purple-dark div#curve_bottom, div.black-dark div#curve_bottom, div.yellow-dark div#curve_bottom {
  background: url('images/916x94/curve-white-bottom.svg.png');
}
div#bottom_boxes {
  margin-top: 20px;
  color: #fff;
}
div#bottom_boxes a {
  color: #fff;
}
div#bottom_boxes a:hover {
  color: #fff;
}
div.yellow-dark div#bottom_boxes, div.yellow-dark div#bottom_boxes a, div.yellow-dark div#bottom_boxes a:hover, div.yellow-light div#bottom_boxes, div.yellow-light div#bottom_boxes a, div.yellow-light div#bottom_boxes a:hover {
  color: #000;
}

div#bottom_boxes div.container {
  float: left;
  margin-left: 20px;
  width: 292px;
}
div#bottom_boxes div.first {
  margin-left: 0px;
}
div#bottom_boxes div.inner_container {
  height: 114px;
  width: 292px;
  overflow: hidden;
}
div.olive-orange-dark div#bottom_boxes div.inner_container {
  background: url('images/292x114/background-olive-orange.svg.png');
}
div.green-dark div#bottom_boxes div.inner_container {
  background: url('images/292x114/background-green.svg.png');
}
div.red-dark div#bottom_boxes div.inner_container {
  background: url('images/292x114/background-red.svg.png');
}
div.orange-dark div#bottom_boxes div.inner_container {
  background: url('images/292x114/background-orange.svg.png');
}
div.purple-dark div#bottom_boxes div.inner_container {
  background: url('images/292x114/background-purple.svg.png');
}
div.black-dark div#bottom_boxes div.inner_container {
  background: url('images/292x114/background-black.svg.png');
}
div.yellow-dark div#bottom_boxes div.inner_container {
  background: url('images/292x114/background-yellow.svg.png');
}
div.olive-orange-light div#bottom_boxes div.inner_container {
  background: url('images/292x114/background-olive-orange.svg.png');
}
div.green-light div#bottom_boxes div.inner_container {
  background: url('images/292x114/background-green.svg.png');
}
div.red-light div#bottom_boxes div.inner_container {
  background: url('images/292x114/background-red.svg.png');
}
div.orange-light div#bottom_boxes div.inner_container {
  background: url('images/292x114/background-orange.svg.png');
}
div.purple-light div#bottom_boxes div.inner_container {
  background: url('images/292x114/background-purple.svg.png');
}
div.black-light div#bottom_boxes div.inner_container {
  background: url('images/292x114/background-black.svg.png');
}
div.yellow-light div#bottom_boxes div.inner_container {
  background: url('images/292x114/background-yellow.svg.png');
}
div#bottom_boxes div.inner_container div.content {
  position: relative;
}
div#bottom_boxes div.curve_top {
  background-image: url('images/292x27/curve-white-top.svg.png');
  height: 27px;
  width: 292px;
  margin-bottom: -27px;
  position: relative;
}
div#bottom_boxes div.curve_bottom {
  background-image: url('images/292x27/curve-white-bottom.svg.png');
  height: 27px;
  width: 292px;
  margin-top: -27px;
  position: relative;
}
div#bottom_boxes div.last div.curve_top {
  background-image: url('images/292x27/curve-white-toprev.svg.png');
}
div#bottom_boxes div span {
  display: block;
}
div#footer {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  text-align: center;
  clear: both;
  position: relative;
  font-size: 14px;
  padding-bottom: 8px;
  margin-top: 20px;
}
div#footer p {
  margin: 0px;
}
p#copyright span {
  margin: 0px 11px;
}
div#gradient_bottom {
  background-image: url('images/gradient-bottom.png');
  height: 39px;
  margin-top: -39px;
  min-width: 980px;
  width: 100%;
}
img.reflection {
  margin: 10px 0px -1px 10px;
  display: block;
}
div.photo_gallery {
  text-align: right;
  clear: both;
  margin-left: -140px;
  width: 895px;
}
div.photo_gallery a {
  display: block;
  width: 169px;
  height: 130px;
  float: left;
  text-align: center;
  text-decoration: none;
  font-size: .75em;
  background: url('images/gallery-shadow.png') no-repeat;
  padding: 6px 15px 14px 6px;
  margin: -1px -10px -9px -1px;
  text-align: center;
  line-height: 126px;
  overflow: hidden;
}
div.photo_gallery img {
  vertical-align: middle;
}
div.photo_gallery span {
  display: block;
  line-height: 1em;
  margin-top: 11px;
}
div.downloads a {
  display: block;
  float: left;
  margin: 1em;
  width: 117px;
  height: 12em;
  text-align: center;
}
div.downloads a img {
  border: 1px solid #000;
}
div.downloads a span {
  display: block;
  text-align: center;
}
div.videos div {
  float: left;
  margin: 1em;
  width: 117px;
  height: 12em;
  text-align: center;
}
div.videos a {
  display: block;
}
div.videos a.download {
  margin-top: .5em;
  font-size: .85em;
}
div.videos a img {
  border: 1px solid #000;
}
div.videos a span {
  display: block;
}
div.products td {
  vertical-align: middle;
  padding: 5px;
}
div.products td.image {
  text-align: center;
}
div.products td.image img {
  margin-right: 10px;
}
div.products td.model {
  width: 100px;
  font-weight: bold;
}
div.products td.name {
}
div.products td.price {
  font-weight: bold;
  text-align: right;
}
div.products td.quantity_add {
  text-align: center;
}
div.products td.quantity_add form {
  margin: 0px;
}
div.products td.quantity_add input[type=text] {
  width: 20px;
}
div.shopping_cart th {
  text-align: left;
}
div.shopping_cart table td.image {
  text-align: center;
}
div.shopping_cart table .image img {
  padding-right: 10px;
}
div.shopping_cart table .model {
  width: 75px;
}
div.shopping_cart table .description {
}
div.shopping_cart table .quantity {
  width: 100px;
}
div.shopping_cart table .quantity input {
  width: 20px;
  text-align: center;
}
div.shopping_cart table .unit_price {
  width: 100px;
}
div.shopping_cart table .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;
}
table#staff {
  border-collapse: collapse;
}
table#staff td, table#staff th {
  padding: 2px 5px;
}
table#staff td.phone {
  width: 135px;
}
table#staff td.name {
  font-weight: bold;
}
table#staff td.name span {
  display: block;
}