/* --------------------------------------------------
/* iView
-------------------------------------------------- */

.clear {
  clear: both;
  padding: 0px;
  margin: 0px;
  height: 0px;
}

#cont {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 70;
  overflow: auto;
}

.copy {
  text-shadow: #111 1px 1px 0px;
  text-align: center;
  padding: 10px 0px;
  line-height: 150%;
}

div.header div img#logo {
  float: left;
}

sup {
  font-size: 13px;
}

#iview a {
  color: white;
  font-size: 150%;
  font-weight: 300;
}

.container {
  display: block;
  margin: 0px auto;
}

#iview {
  display: block;
  /*max-width: 960px;
  min-width: 300px;*/
  background: #fff;
  background: rgba(255, 255, 255, 1);
  /*padding: 5px;
  border-radius: 5px;*/
  margin: 0 0 0 5px;
  position: relative;
  /*-webkit-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
  box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
  margin: 40px auto;
  overflow: hidden;*/
}

#iview .iviewSlider {
  display: block;
  /*width: 900px;*/
  height: 540px;
  overflow: hidden;
  /*border-radius: 4px;*/
}

#iview div.iview-directionNav {
  position: absolute;
  top: 47%;
  left: 0px;
  z-index: 9;
  width: 100%;
}

#iview div.iview-directionNav a {
  display: block;
  cursor: pointer;
  position: absolute;
  width: 27px;
  height: 27px;
  background-image: url(../images/bg_direction_nav.png);
  text-indent: -9999px;
  -webkit-transition: left 0.3s ease-in-out;
  -webkit-transition-property: left,right;
  -moz-transition: left 0.3s ease-in-out;
  -moz-transition-property: left,right;
  -o-transition: left 0.3s ease-in-out;
  -o-transition-property: left,right;
  -ms-transition: left 0.3s ease-in-out;
  -ms-transition-property: left,right;
  transition: left 0.3s ease-in-out;
  transition-property: left,right;
}

/*
#iview div.iview-directionNav a.iview-nextNav {
  right: -27px;
  background-position: 27px 0px;
}

#iview div.iview-directionNav a.iview-prevNav {
  left: -27px;
  background-position: 0px 0px
}

#iview.iview-hover div.iview-directionNav a.iview-nextNav {
  right: 20px;
}

#iview.iview-hover div.iview-directionNav a.iview-prevNav {
  left: 20px;
}
*/

.iview-directionNav,
.iview-nextNav,
.iview-prevNav {
  display: none;
}

.iview-caption {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.7);
  color: #000;
  border-radius: 3px;
  padding: 8px 20px;
}

.iview-caption.caption1 {
  background: rgba(0, 0, 0, .6);
}

.iview-caption.caption2 {
  background: #0c0;
  background: rgba(0, 204, 0, .8);
}

.iview-caption.caption3 {
  background: #339;
  background: rgba(51, 51, 153, .8);
}

.iview-caption.caption4 {
  background: #c33;
  background: rgba(204, 51, 51, .8);
}

.iview-caption.caption5 {
  background: rgba(0, 0, 0, .6);
}

#iview-preloader {
  border: #666 1px solid;
  width: 150px
}

#iview-preloader div {
  background: #666;
}
#iview-timer {
  border-radius: 10px;
  right: 20px !important;
  width: 20% !important;
}

#iview-timer div {
  border-radius: 10px;
}

/* The slider */
.iviewSlider {
  overflow: hidden;
}

/* The timer in the Slider */
#iview-timer {
  position: absolute;
  z-index: 100;
  border-radius: 5px;
  cursor: default;
}

#iview-timer div {
  border-radius: 3px;
}

/* The Preloader in the Slider */
#iview-preloader {
  position: absolute;
  z-index: 1000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: #000 1px solid;
  padding: 1px;
  width: 100px;
  height: 3px;
}
#iview-preloader div {
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 3px;
  background: #000;
  width: 0px;
}

/* The strips and boxes in the Slider */
.iview-strip {
  display:block;
  position:absolute;
  z-index:5;
}
.iview-block {
  display:block;
  position:absolute;
  z-index:5;
}

/* Direction nav styles (e.g. Next & Prev) */
.iview-directionNav a {
  position:absolute;
  top:45%;
  z-index:9;
  cursor:pointer;
}
.iview-prevNav {
  left:0px;
}
.iview-nextNav {
  right:0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.iview-controlNav {
  position:absolute;
  z-index:9;
}
.iview-controlNav a {
  z-index:9;
  cursor:pointer;
}
.iview-controlNav a.active {
  font-weight:bold;
}
.iview-controlNav .iview-items ul {
  list-style: none;
}
.iview-controlNav .iview-items ul li {
  display: inline;
  position: relative;
}
.iview-controlNav .iview-tooltip {
  position: absolute;
}

/* The captions in the Slider */
.iview-caption {
  position:absolute;
  z-index:4;
  overflow: hidden;
  cursor: default;
}


/* --------------------------------------------------
/*
/*  Order
/*
/*  01. Generic
/*  02. Header
/*  03. Content
/*  04. Footer
/*  05. Forms
/*  06. Links
/*  07. Buttons
/*  08. Price table
/*
-------------------------------------------------- */


/* --------------------------------------------------
/* 01. Generic
-------------------------------------------------- */

html,
body {
  background: rgb(51,153,204); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(51,153,204,1) 0%, rgba(200,255,255,1) 50%, rgba(51,153,204,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,153,204,1)), color-stop(50%,rgba(200,255,255,1)), color-stop(100%,rgba(51,153,204,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(51,153,204,1) 0%,rgba(200,255,255,1) 50%,rgba(51,153,204,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(51,153,204,1) 0%,rgba(200,255,255,1) 50%,rgba(51,153,204,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(51,153,204,1) 0%,rgba(200,255,255,1) 50%,rgba(51,153,204,1) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(51,153,204,1) 0%,rgba(200,255,255,1) 50%,rgba(51,153,204,1) 100%); /* W3C */
  border: none;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399cc', endColorstr='#3399cc',GradientType=1 ); /* IE6-9 */
  font-family: "Open Sans", "Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
  font-size: 100%;
  font-weight: 300;
  margin: 0;
  min-width: 100%;
  padding: 0;
}

a:link {
  color: #09c;
  text-decoration: none;
}

a:visited {
  color: #09c;
  text-decoration: none;
}

a:hover {
  color: orange;
  text-decoration: underline;
}

b,
strong {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

img {
  border: none;
  margin: 0;
  padding: 0;
}

ol {
  margin: 0 0 25px 0;
  padding: 0 0 0 22px;
}

ol li {
  list-style-type: lower-alpha !important;
  text-align: justify;
}

ol ol {
  margin: 0;
  padding: 0 0 0 25px;
}

ol ol li {
  list-style-type: lower-roman !important;
  text-align: justify;
}

ol ul {
  margin: 0;
  padding: 0 0 0 20px !important;
}

ol ul li {
  list-style-type: disc !important;
  text-align: justify;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

#wrap {
  min-width: 960px;
  position: relative;
  width: 100%;
}


/* --------------------------------------------------
/* 02. Header 
-------------------------------------------------- */

#header {
  background: url(../images/carbon_tile.jpg) repeat top center;
  height: 151px;
  margin: 0;
  width: 100%;
}

#logo {
  background: url(../images/sprite.png) no-repeat;
  background-position: 141px -140px;
  height: 151px;
  margin: 0 auto;
  width: 802px;
}

#range-asp {
  background-position: 0 -296px;
}

#range-asp:hover {
  background-position: 0 -336px;
}

#range-bli {
  background-position: -95px -296px;
}

#range-bli:hover {
  background-position: -95px -336px;
}

#range-gli {
  background-position: -190px -296px;
}

#range-gli:hover {
  background-position: -190px -336px;
}

#range-mir {
  background-position: -285px -296px;
}

#range-mir:hover {
  background-position: -285px -336px;
}

#range-nav {
  background: rgb(100,100,100); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(100,100,100,.9) 0%, rgba(50,50,50,.9) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,100,100,.9)), color-stop(100%,rgba(50,50,50,.9))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(100,100,100,.9) 0%,rgba(50,50,50,.9) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(100,100,100,.9) 0%,rgba(50,50,50,.9) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(100,100,100,.9) 0%,rgba(50,50,50,.9) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(100,100,100,.9) 0%,rgba(50,50,50,.9) 100%); /* W3C */
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
  border-right: 1px solid #666;
  box-shadow: 0 8px 8px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .5);
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#323232',GradientType=0 ); /* IE6-9 */
  font-size: 85%;
  height: 37px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#range-nav a {
  background-image: url(../images/sprite.png);
  color: #fff;
  display: inline-block;
  height: 40px;
  letter-spacing: 0.075em;
  line-height: 3em;
  overflow: hidden;
  text-decoration: none;
  width: 95px;
}

#range-nav a:hover {
  color: #fff;
  text-decoration: none;
}

#range-nav h4 {
  font-weight: 300;
}

#range-nav li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#range-pan {
  background-position: -380px -296px;
}

#range-pan:hover {
  background-position: -380px -336px;
}

#range-sgu {
  background-position: -475px -296px;
}

#range-sgu:hover {
  background-position: -475px -336px;
}

#range-vis {
  background-position: -570px -296px;
}

#range-vis:hover {
  background-position: -570px -336px;
}

#range-voy {
  background-position: -665px -296px;
}

#range-voy:hover {
  background-position: -665px -336px;
}

#type-nav {
  background: background: #a5a5a5; /* Old browsers */
  background: -moz-linear-gradient(top, #a5a5a5 0%, #6e6e6e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5a5a5), color-stop(100%,#6e6e6e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a5a5a5 0%,#6e6e6e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a5a5a5 0%,#6e6e6e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a5a5a5 0%,#6e6e6e 100%); /* IE10+ */
  background: linear-gradient(to bottom, #a5a5a5 0%,#6e6e6e 100%); /* W3C */
  box-shadow: 0 1px 8px 4px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 1px 8px 4px rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0 1px 8px 4px rgba(0, 0, 0, .6);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a5', endColorstr='#6e6e6e',GradientType=0 ); /* IE6-9 */
  font-size: 100%;
  height: 60px;
  margin: 0;
  min-width: 960px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

#type-nav a {
  color: white;
  display: inline-block;
  letter-spacing: 0.075em;
  line-height: 2.8em;
  margin: 0;
  padding: 8px 19px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

#type-nav li {
  border-left: 1px solid #666; /* for IE */
  border-left: 1px solid rgba(0, 0, 0, .1);
  display: inline-block;
  margin: 0 0 0 -4px;
  padding: 0;
}

#type-nav a.parent:active {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .5);
}

#type-nav > li:first-child {
  margin: 0 0 0 4px;
}

#type-nav li:hover {
  background: #555;
}

#type-nav li:hover a {
  text-decoration: none;
  text-shadow: none;
}

#type-nav li:hover li {
  float: none;
}

#type-nav li:hover ul {
  display: block;
  position: absolute;
  margin: -1px 0 0 -1px;
  padding: 0;
  z-index: 99999;
}

#type-nav li:hover ul li:hover {
  background: #666;
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

#type-nav li:hover ul li:active {
  box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#type-nav > li:last-child {
  border-right: 1px solid #666; /* for IE */
  border-right: 1px solid rgba(0, 0, 0, .1);
}

/* thanks to IE */
#type-nav .li-last {
  border-right: 1px solid #666; /* for IE */
  border-right: 1px solid rgba(0, 0, 0, .1);
}

#type-nav li ul {
  background: #555; /* for IE */
  background: rgba(85, 85, 85, .98);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
  display: none;
}

#type-nav li ul a {
  display: inline-block;
  font-size: 95%;
  line-height: 2.5em;
  padding: 2px 19px;
  white-space: nowrap;
  width: 100%;
}

#type-nav li ul li {
  border-left: none;
  border-top: 1px solid #4c4c4c;
  display: block;
  margin: 0;
  text-align: left;
}

#type-nav h3 {
  font-size: 105%;
  font-weight: 300;
}

#type-nav h4 {
  font-weight: 300;
}

#type-nav img {
  vertical-align: middle;
}


/* --------------------------------------------------
/* 03. Content
-------------------------------------------------- */

#bread-crumbs {
  border-bottom: 1px solid #ccc;
  color: #777;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: left;
}

#bread-crumbs h1,
#bread-crumbs h2 {
  font-size: 24px;
  font-weight: 400;
}

.clr {
  clear: both;
}

#content,
#content-more {
  background-color: white;
  border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, .5);
  font-size: 100%;
  margin: 75px auto 15px auto;
  padding: 50px;
  text-align: center;
  width: 860px;
}

#content .wrapper- {
  margin-left: 5px;
}

#content li img,
#content-fill-more li img {
  filter: alpha(opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  opacity:  0.6;
  transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
  transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
  transition-property: opacity;
    -moz-transition-property: opacity;
    -webkit-transition-property: opacity;
}

#content li img:hover,
#content-fill-more li img:hover {
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
  transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
  transition-property: opacity;
    -moz-transition-property: opacity;
    -webkit-transition-property: opacity;
}

#content-fill,
#content-fill-more {
  text-align: left;
}

#content-fill h2,
#content-fill h3,
#content-fill-more h3 {
  font-size: 100%;
  font-weight: 300;
}

#content-fill li,
#content-fill-more li {
  display: inline-block;
  list-style-type: none;
  margin: 10px 0 !important;
  text-align: center;
  vertical-align: top;
  width: 280px;
}

#content-fill li,
#content-fill-more li, 
#content-fill ul,
#content-fill-more ul {
  margin: 0;
  padding: 0;
}

#content-fill img,
#content-fill-more img {
  display: block;
  margin: 0 auto 15px auto;
}

#content-fill span,
#content-fill-more span {
  display: block;
  font-size: 80%;
  margin: 0 auto;
}

#content-more {
  margin-top: 15px !important;
}

#content-fill-more h2 {
  color: #777;
  display: block;
  font-size: 160%;
  font-weight: 400;
  margin-bottom: 10px;
}

#content-product {
  text-align: left;
}

#content-product h1 {
  display: block;
  font-size: 200%;
  font-weight: 600;
}

#content-product h3 {
  color: #777;
  display: block;
  font-size: 120%;
  font-weight: 400;
}

.dotted-separator {
  border-bottom: 1px solid #ddd;
  display: block !important;
  width: 100% !important;
}

#mixer-filter {
  font-size: 90%;
  margin: 20px 0;
}

#mixer-filter a {
  background-color: #eee;
  border: 1px solid #09c;
  border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
  padding: 4px 8px;
}

#mixer-filter a:hover {
  border: 1px solid orange;
  text-decoration: none;
}

#mixer-filter span {
  font-size: 100%;
  display: inline-block;
}

.noSpace {
  border-collapse: collapse;
  border-spacing: 0;
}

#page-about-us,
#page-terms,
#page-warranty {
  text-align: left;
}

#page-contact {
  text-align: left;
  margin-top: 30px;
}

#page-contact h2 {
  font-size: 160%;
  font-weight: 300;
}

#page-contact-form {
  display: inline-block;
  text-align: left;
  margin-right: 7%;
  padding-right: 7%;
  vertical-align: top;
}

#page-contact-form input[type="submit"] {
  margin-left: 84px;
}

#page-contact-form form {
  border: 0;
  padding: 20px 0 0 0;
}

#page-contact-form label {
  display: inline-block;
  font-size: 100%;
  text-align: left;
  text-transform: none;
  width: 80px;
}

#page-contact-form label[for="message"] {
  vertical-align: top;
}

#page-contact-info {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

#page-terms h6 {
  display: block;
  font-size: 100%;
  font-weight: 600;
  margin: 15px 0 -15px 0;
}

#page-terms,
#page-warranty {
  font-size: 90%;
  text-align: justify;
}

#page-warranty .replace-only {
  color: #666;
  font-size: 90%;
  font-style: italic;
  margin-left: 20px;
}

#page-warranty h3 {
  display: block;
  font-size: 130%;
  margin: 30px 0 5px 0;
}

#page-warranty h5,
#page-warranty h6 {
  display: block;
  font-size: 100%;
  font-weight: 600;
}

#page-warranty h6 {
  margin: 0 0 -15px 0;
}

#page-warranty table {
  border: 1px solid black;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
  width: 95%;
}

#page-warranty table .even {
  background: #ddd;
}

#page-warranty table .header-row {
  background: #666;
  color: white;
  font-weight: 600;
}

#page-warranty table .odd {
  background: #efefef;
}

#page-warranty table .type-header {
  font-weight: 600;
  text-align: left;
}

#page-warranty td {
  padding: 10px;
  text-align: center;
}

#page-warranty tr {
  border: 1px solid white;
}

#page-warranty ul {
  padding: 0 0 0 43px;
}

#product-crumbs h2,
#product-crumbs h3,
#product-crumbs h4 {
  color: black;
  display: inline-block;
  font-size: 100%;
  font-weight: 300;
}

#product-features {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#product-image {
  display: table-cell;
  height: 200px;
  min-width: 550px;
  text-align: center;
  vertical-align: middle;
}

#product-img-info {
  display: table-row;
  text-align: center;
}

#product-info {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

#product-info a {
  display: block;
}

#product-info img {
  margin: 10px 0 90px 0;
}

#product-spacer {
  display: table-cell;
  width: 10%;
}

#resource-bar {
  border-top: 1px solid #ccc;
  font-size: 95%;
  margin: 20px 0;
  padding: 20px 0;
}

#resource-bar a {
  background: #42c5f2; /* Old browsers */
  background: -moz-linear-gradient(top,  #42c5f2 0%, #0d78b6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42c5f2), color-stop(100%,#0d78b6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #42c5f2 0%,#0d78b6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #42c5f2 0%,#0d78b6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #42c5f2 0%,#0d78b6 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #42c5f2 0%,#0d78b6 100%); /* W3C */
  border: 1px solid #0d78b6;
  border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  color: white;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42c5f2', endColorstr='#0d78b6',GradientType=0 ); /* IE6-9 */
  height: 40px;
  line-height: 2.5em;
  text-align: center;
  width: 180px;
}

#resource-bar a:visited {
  color: white;
}

#resource-bar a:hover {
  background: #48c8f4;
  color: white;
  text-decoration: none;
}

#resource-bar a:active {
  background: #3fb7dd;
}


/* --------------------------------------------------
/* 04. Footer
-------------------------------------------------- */

#external-links {
  margin-bottom: 20px;
}

#foot-container {
  margin: 0 auto;
  width: 960px;
}

#foot-left {
  display: inline-block;
  vertical-align: top;
  padding-top: 15px;
}

#foot-right {
  display: inline-block;
  height: 215px;
  padding: 10px 0 0 25px;
  text-align: left;
  vertical-align: top;
  width: 285px;
}

#foot-right a {
  border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  color: white;
  padding: 2px 5px 3px 3px;
  text-decoration: none;
}

#foot-right a:hover {
  background-color: #09c;
  text-decoration: none;
}

#foot-right h3 {
  font-size: 105%;
  font-weight: 300;
}

#foot-right p {
  font-size: 180% !important;
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

#foot-right span {
  font-size: 120%;
}

#foot-right-ranges,
#foot-right-products {
  display: table-cell;
  height: 215px;
  text-align: left;
  vertical-align: top;
}

#foot-right-products {
  width: 185px;
}

#foot-right-ranges {
  padding-left: 50px;
  width: 115px;
}

#foot-separate {
  border-color: transparent #003296 transparent #186cbf;
  border-style: solid;
  border-width: 0 1px;
  display: inline-block;
  height: 195px;
  margin: 15px 0 0 5px;
  padding: 15px 0;
}

#foot-copyright {
  font-size: 90%;
}

#foot-copyright a,
#foot-copyright a:visited {
  color: #fff;
}

#footer {
  background: #0050aa; /* Old browsers */
  background: -moz-linear-gradient(top,  #0050aa 0%, #1867bc 50%, #0050aa 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0050aa), color-stop(50%,#1867bc), color-stop(100%,#0050aa)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #0050aa 0%,#1867bc 50%,#0050aa 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #0050aa 0%,#1867bc 50%,#0050aa 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #0050aa 0%,#1867bc 50%,#0050aa 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #0050aa 0%,#1867bc 50%,#0050aa 100%); /* W3C */
  border-top: 1px solid #0078c8;
  border-bottom: 1px solid #003278;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050aa', endColorstr='#0050aa',GradientType=0 ); /* IE6-9 */
  color: white;
  font-size: 90%;
  height: 255px;
  width: 100%;
}

#links-bar {
  background: #64dc00; /* Old browsers */
  background: -moz-linear-gradient(top,  #64dc00 0%, #64aa00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64dc00), color-stop(100%,#64aa00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #64dc00 0%,#64aa00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #64dc00 0%,#64aa00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #64dc00 0%,#64aa00 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #64dc00 0%,#64aa00 100%); /* W3C */
  border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64dc00', endColorstr='#64aa00',GradientType=0 ); /* IE6-9 */
  margin: 0 25px 33px 0;
  padding: 0;
}

#links-bar a {
  color: white;
  display: inline-block;
  letter-spacing: 0.075em;
  text-align: center;
  width: 150px;
}

#links-bar a:hover {
  color: white;
  text-decoration: none;
}

#links-bar li {
  border-left: 1px solid #599900;
  display: inline-block;
  height: 42px;
  line-height: 3em;
  margin: 0 0 0 -4px;
  padding: 0;
}

#links-bar li:hover {
  background: #96e600; /* Old browsers */
  background: -moz-linear-gradient(top,  #96e600 0%, #64b400 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96e600), color-stop(100%,#64b400)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #96e600 0%,#64b400 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #96e600 0%,#64b400 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #96e600 0%,#64b400 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #96e600 0%,#64b400 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96e600', endColorstr='#64b400',GradientType=0 ); /* IE6-9 */
}

#links-bar li:active {
  background: rgb(100,180,0); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(100,180,0,1) 0%, rgba(150,230,0,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,180,0,1)), color-stop(100%,rgba(150,230,0,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(100,180,0,1) 0%,rgba(150,230,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(100,180,0,1) 0%,rgba(150,230,0,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(100,180,0,1) 0%,rgba(150,230,0,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(100,180,0,1) 0%,rgba(150,230,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64b400', endColorstr='#96e600',GradientType=0 ); /* IE6-9 */
}

#links-bar li:first-child {
  border-left: none;
  border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
  margin: 0;
}

#links-bar li:last-child {
  border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}

#aquatica {
  background: url(../images/sprite.png);
  background-position: -244px 0;
  display: inline-block;
  height: 70px;
  width: 208px;
}

#aquatica:hover {
  background-position: -244px -70px;
}

#lavita {
  background-image: url(../images/sprite.png);
  background-position: 0 0;
  display: inline-block;
  height: 70px;
  margin-right: 50px;
  width: 244px;
}

#lavita:hover {
  background-position: 0 -70px;
}


/* --------------------------------------------------
/* 05. Forms
-------------------------------------------------- */

input[type="text"] {
  border: 1px solid #ccc;
  font-size: 14px;
  height: 20px;
  padding: 5px;
  width: 300px;
}

input[type="email"] {
  border: 1px solid #ccc;
  font-size: 14px;
  height: 20px;
  padding: 5px;
  width: 300px;
}

input:hover {
  border: 1px solid #999;
}

input[type="text"]:focus {
  border: 1px solid #09c;
  outline: none;
}

input[type="email"]:focus {
  border: 1px solid #09c;
  outline: none;
}

form {
  border: 1px dotted #aaa;
  padding: 20px;
}

form[name="footSearch"].formFoot {
  border: none;
  padding-left: 5px;
}

form[name="pageNum"] {
  border: none;
  display: inline;
  padding:  0;
}

form[name="perPage"] {
  border: none;
  display: inline;
  padding: 0;
}

input[name="page"] {
  border: 1px solid #09c;
  cursor: pointer;
  height: 30px;
  width: 30px;
}

input[name="page"]:hover {
  border: 1px solid orange;
}

input[name="page"].pageActive {
  border: 1px solid orange;
}

input.footSearch {
  border: 1px solid #ccc;
  font-size: 14px;
  height: 20px;
  padding: 5px;
  width: 300px;
}

input.footSearch:hover {
  border: 1px solid black;
}

input.footSearch:focus {
  border: 1px solid black;
  outline: none;
}

label {
  height: 30px;
  font-size: 14px;
  text-transform: uppercase;
}

textarea {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 5px;
  width: 300px;
}

textarea:hover {
  border: 1px solid #999;
}

textarea:focus {
  border: 1px solid #09c;
  outline: none;
}


/* --------------------------------------------------
/* 06. Links
-------------------------------------------------- */

.opaclink {
  filter: alpha(opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  opacity:  0.6;
  transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
  transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
  transition-property: opacity;
    -moz-transition-property: opacity;
    -webkit-transition-property: opacity;
}

.opaclink:hover {
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
  transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
  transition-property: opacity;
    -moz-transition-property: opacity;
    -webkit-transition-property: opacity;
}


/* --------------------------------------------------
/* 07. Buttons
-------------------------------------------------- */

.button {
  background-color: gray;
  border: 0;
  border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  color: white;
  display: block;
  height: 30px;
  width: 80px;
}

.button:hover {
  background-color: #09c;
  border: #09c;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
  cursor: pointer;
}

.button:active {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
}

.buttonGo {
  background-color: gray;
  border: 0;
  border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  color: white;
  height: 30px;
  transition: background-color 0.3s ease-in;
    -moz-transition: background-color 0.3s ease-in;
    -webkit-transition: background-color 0.3s ease-in;
  width: 40px;
}

.buttonGo:hover {
  background-color: #09c;
  cursor: pointer;
  transition: background-color 0.3s ease-in;
    -moz-transition: background-color 0.3s ease-in;
    -webkit-transition: background-color 0.3s ease-in;
}

.buttonSearch {
  background-color: gray;
  border: 0;
  border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  color: white;
  height: 30px;
  transition: background-color 0.3s ease-in;
    -moz-transition: background-color 0.3s ease-in;
    -webkit-transition: background-color 0.3s ease-in;
  width: 80px;
}

.buttonSearch:hover {
  background-color: #09c;
  cursor: pointer;
  transition: background-color 0.3s ease-in;
    -moz-transition: background-color 0.3s ease-in;
    -webkit-transition: background-color 0.3s ease-in;
}
  
  
/* --------------------------------------------------
/* 08. Price table
-------------------------------------------------- */

.blank-td {
  background-color: white !important;
  border: 0 !important;
}

.priceTableHead {
  background-color: red !important;
  color: white !important;
  font-weight: 600 !important;
  text-align: center !important;
}

.priceTableHead td,
td.priceTableHead {
  border:1px solid black;
  padding: 7px !important;
  width: 95px !important;
}

.priceTableData td {
  background-color: #eee;
  border: 1px solid black;
  padding: 7px;
  text-align: center;
  width: 95px;
}

#product-price-section {
  font-size: 90%;
  margin-top: 20px;
}

#product-price-section a {
  color: red !important;
  display: block;
  text-decoration: none;
}

#product-price-section a:visited {
  color: red !important;
  text-decoration: none;
}

#product-price-section a:hover {
  color: orange;
  text-decoration: underline;
}

#product-price-section h6 {
  display: block;
  font-size: 110%;
  font-weight: 600;
  margin-top: 20px;
}

#product-price-section p {
  margin: 40px 0 -10px 0;
}

#product-price-section span {
  font-size: 95%;
}

#product-price-section table {
  margin-top: 20px;
}

.sparesTableHead {
  background-color: #09c;
  color: white;
  font-weight: 600;
  text-align: center;
}

.sparesTableHead td {
  border: 1px solid black;
  padding: 7px;
}

.sparesTableData {
  text-align: center;
}

.sparesTablePrice {
  background-color: #eee;
  text-align: right;
}

.sparesTablePrice td {
  border: 1px solid black;
  padding: 7px;
}

.sparesTableDesc {
  text-align: left;
}