/* =============================================================================
   HTML & CSS by Luke Larsen
   http://lukelarsen.com
   ========================================================================== */

/* =============================================================================
   IMPORTS
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* =============================================================================
   DEFAULTS
   ========================================================================== */
.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

input:focus {
  outline: none;
}

form#searchform div input#s {
  width: 80%;
}

.clear {
  clear: both;
}

/* =============================================================================
   FONTS
   ========================================================================== */
@font-face {
  font-family: 'GothamBookRegular';
  src: url("fonts/gotham-book-webfont.eot");
  src: url("fonts/gotham-book-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gotham-book-webfont.woff") format("woff"), url("fonts/gotham-book-webfont.ttf") format("truetype"), url("fonts/gotham-book-webfont.svg#GothamBookRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamBookItalic';
  src: url("fonts/gotham-bookitalic-webfont.eot");
  src: url("fonts/gotham-bookitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gotham-bookitalic-webfont.woff") format("woff"), url("fonts/gotham-bookitalic-webfont.ttf") format("truetype"), url("fonts/gotham-bookitalic-webfont.svg#GothamBookItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamBoldRegular';
  src: url("fonts/gotham-bold-webfont.eot");
  src: url("fonts/gotham-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gotham-bold-webfont.woff") format("woff"), url("fonts/gotham-bold-webfont.ttf") format("truetype"), url("fonts/gotham-bold-webfont.svg#GothamBoldRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamBoldItalic';
  src: url("fonts/gotham-bolditalic-webfont.eot");
  src: url("fonts/gotham-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gotham-bolditalic-webfont.woff") format("woff"), url("fonts/gotham-bolditalic-webfont.ttf") format("truetype"), url("fonts/gotham-bolditalic-webfont.svg#GothamBoldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* =============================================================================
   TYPOGRAPHY
   ========================================================================== */
/* The following classes are for use with @extend. */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.serif {
  font-family: Georgia;
}

.sans, body {
  font-family: GothamBookRegular;
}

.sans-italic {
  font-family: GothamBookItalic;
}

.sans-bold {
  font-family: GothamBoldRegular;
}

.sans-bold-italic {
  font-family: GothamBoldItalic;
}

.caps, .allcaps, caption, .smallcaps {
  letter-spacing: 0.1em;
}

.allcaps, caption {
  text-transform: uppercase;
}

.smallcaps {
  font-variant: small-caps;
}

/* =============================================================================
   BODY
   ========================================================================== */
body {
  color: #333333;
}

/* =============================================================================
   SELECTED TEXT
   ========================================================================== */
/* -moz- must be declared separately */
::-moz-selection {
  color: white;
  background: #FF4000;
  text-shadow: none;
}

::selection {
  color: white;
  background: #FF4000;
  text-shadow: none;
}

/* =============================================================================
   LINKS
   ========================================================================== */
a {
  outline: none;
}
a:link, a:visited {
  color: #FF4000;
}
a:link, a:visited, a:hover, a:active {
  outline: none;
}
a:focus, a:hover, a:active {
  color: #FF4000;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover {
  text-decoration: underline !important;
}

/* =============================================================================
   HEADINGS
   ========================================================================== */
h2, h3, h4, h5, h6 {
  margin-bottom: 1.5em;
}

h1 {
  font-size: 1.5em;
  line-height: 1em;
  font-family: GothamBoldRegular;
  margin-bottom: 27px;
  padding-bottom: 12px;
  border-bottom: 1px solid #cccccc;
  color: #ff4000;
  margin-top: 35px;
}

h2 {
  font-size: 1.125em;
  line-height: 1.333em;
  color: #666666;
  font-family: GothamBoldRegular;
  margin-bottom: 15px;
}
h2 em {
  font-size: 0.688em;
  line-height: 2.182em;
  font-weight: normal !important;
}

h3 span {
  color: red;
}
h3 span.grey {
  color: #999999;
}

.col-third h3 {
  color: #FF4000;
  margin-bottom: 12px;
}

h2.orange {
  color: #FF4000;
}

.no-space {
  margin-bottom: 0px;
}

/* =============================================================================
   INLINE
   ========================================================================== */
cite, em, dfn, address, i {
  font-style: italic;
}

strong, dfn, b {
  font-weight: bold;
}

sup, sub {
  font-size: smaller;
  line-height: 0;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

mark {
  background: #ffff99;
  background-color: rgba(255, 255, 0, 0.5);
  text-shadow: none;
}

small {
  font-size: 0.75em;
  line-height: 2em;
}

q {
  font-style: italic;
}
q em {
  font-style: normal;
}

/* =============================================================================
   BLOCK
   ========================================================================== */
p {
  margin-bottom: 1.5em;
  font-size: 0.813em;
  line-height: 1.846em;
  line-height: 1.5em;
}

pre {
  margin: 1.5em;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

blockquote {
  margin: 1.5em;
  font-style: italic;
}

/* =============================================================================
   SCALE IMAGES
   ========================================================================== */
#container img {
  vertical-align: text-bottom;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

.img-large {
  margin-bottom: 20px;
}

/* =============================================================================
   LISTS
   ========================================================================== */
ol, ul, dl {
  margin-bottom: 1.5em;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}
li ul {
  list-style-type: circle;
}

dt {
  margin-top: 1.5em;
  font-style: italic;
}

dd {
  padding-left: 1.5em;
}

.list-small {
  margin-left: 4%;
}
.list-small li {
  font-size: 0.75em;
  line-height: 2em;
  line-height: 1.4em;
  margin-bottom: 10px;
}

/* =============================================================================
   TABLES
   ========================================================================== */
/* tables still need 'cellspacing="0"' in the markup */
table {
  margin-bottom: 1.5em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

table, td, th {
  vertical-align: top;
}

th, thead th {
  font-weight: bold;
}

th, td, caption {
  padding: 0.75em;
  text-align: left;
  font-weight: normal;
}

table, th {
  border-bottom-style: solid;
  border-bottom-width: 0.063em;
  padding-bottom: 0.688em;
}

tfoot {
  font-size: 0.875em;
  line-height: 1.714em;
}

/* =============================================================================
   FORMS
   ========================================================================== */
fieldset {
  margin-bottom: 1.5em;
  border-style: solid;
  border-width: 0.063em;
  padding: 1.438em;
}

legend {
  font-size: 1.125em;
  line-height: 1.333em;
  font-weight: bold;
}

input[type="radio"], input[type="checkbox"] {
  vertical-align: baseline;
}

label, input[type=button], input[type=submit], button {
  cursor: pointer;
}

label {
  font-size: 0.688em;
  line-height: 2.182em;
  color: #333333;
}

.content-area label {
  float: none;
  display: block;
}

.textinput, textarea, input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=time], input[type=number], input[type=range], input[type=search], input[type=color] {
  font-family: GothamBookRegular;
  font-size: 0.875em;
  line-height: 1.714em;
  border-style: solid;
  border-width: 0.071em;
  padding: 0.357em;
  margin-bottom: 0.75em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 0;
  border-color: #666666;
  height: 2.571em;
}

textarea {
  height: 11.143em;
  vertical-align: text-bottom;
  border: 1px solid #999999;
  width: 75%;
}

input[type=search] {
  -webkit-appearance: none;
}
input[type=search]::-webkit-search-decoration {
  display: none;
}

.content-area input {
  border: 1px solid #999999;
  font-size: 0.688em;
  line-height: 2.182em;
  font-family: sans-serif;
  padding: 3px 6px;
  margin-bottom: 10px;
  height: 25px;
  line-height: 0em;
  width: 75%;
}

.content-area .input-submit input {
  background-color: #FF4000;
  border: none;
  font-weight: bold;
  color: #fff;
  font-size: 0.75em;
  line-height: 2em;
  text-align: left;
  padding-top: 2px;
  text-indent: 3px;
}

.input-select {
  margin-bottom: 8px;
}

.blue label {
  color: #FF4000;
}

.orange label {
  color: #ff4000;
}

button {
  width: auto;
  overflow: visible;
}

.verify {
  width: 64%;
}

label.overlabel-apply {
  position: absolute;
  top: 3px;
  left: 5px;
  z-index: 1;
  color: #999;
}

/* =============================================================================
   LAYOUT
   ========================================================================== */
body {
  background: #000000  /*white url("../images/background.png") repeat-x;*/
}

#head {
  background:  no-repeat bottom center;
  *zoom: 1;
  margin: auto;
  width: 61.11em;
  max-width: 100%;
  position: relative;
  padding-bottom: 0px;
}
#head:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
#head a#logo {
  width: 240px;
  height: 50px;
  background: url("../images/logo.png") no-repeat;
  display: block;
  float: left;
  margin-left: 5.5%;
  margin-top: 30px;
}

#container {
  *zoom: 1;
  margin: auto;
  width: 61.11em;
  max-width: 100%;
  margin-top: 15px;
}
#container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.wrapper-top {
  background: url("../images/back-cont-top.png") no-repeat center top;
  height: 9px;
  width: 100%;
}

.wrapper {
  background: url("../images/back-cont.png") no-repeat center top;
}

.content {
  overflow: hidden;
  padding-bottom: 150px;
}

.home {
  clear: both;
  margin-left: 3.273%;
  margin-right: 3.273%;
}

.main-area {
  display: inline;
  float: left;
  width: 69.269%;
  margin-right: 3.289%;
  display: inline;
  float: right;
  margin-right: 3.273%;
  #margin-left: -2.01em;
  width: 68.5%;
}

.content-area {
  display: inline;
  float: left;
  width: 65.084%;
  margin-right: 4.748%;
}

.full {
  display: inline;
  float: left;
  width: 100%;
  margin-right: 4.748%;
}
.full .content-indent p, .full .content-indent h2, .full .content-indent li, .full .content-indent h3 {
  width: 65%;
}

.sidebar {
  display: inline;
  float: left;
  width: 30.168%;
  margin-right: 4.748%;
  display: inline;
  float: right;
  margin-right: 3.273%;
  #margin-left: -2.01em;
  margin-right: 0;
}
.sidebar ul {
  margin-bottom: 35px;
}
.sidebar ul li {
  padding: 3px 0;
  list-style-type: none;
  font-size: 0.938em;
  line-height: 1.6em;
}
.sidebar p {
  font-size: 0.938em;
  line-height: 1.6em;
  margin-bottom: 35px;
}
.sidebar img {
  margin-bottom: 10px;
}

.content-indent {
  margin-left: 3%;
  width: 93%;
}

.border-bottom {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 25px;
  padding-bottom: 7px;
}

.split {
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  margin-bottom: 25px;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 4.748%;
}
.split .split-left {
  display: inline;
  float: left;
  width: 65.084%;
  margin-right: 4.748%;
  width: 65%;
  border-bottom: none;
  margin-bottom: 5px;
}
.split .split-right {
  display: inline;
  float: left;
  width: 30.168%;
  margin-right: 4.748%;
  width: 27%;
  margin-right: 0px;
  margin-top: 37px;
  margin-bottom: 5px;
}
.split .split-right p {
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.5em;
}
.split .split-right li {
  list-style-position: inside;
  margin-bottom: 5px;
}

/* =============================================================================
   NAVIGATION
   ========================================================================== */
ul#topnav {
  width: 60%;
  margin: 0 7% 0 0;
  z-index: 999999;
  position: relative;
  float: right;
}
ul#topnav li {
  float: right;
  list-style-type: none;
  margin-right: 2.2%;
  margin-left: 2.2%;
  padding-bottom: 17px;
  margin-bottom: 20px;
}
ul#topnav li:hover {
  background: url("../images/nav-hover.png") no-repeat center bottom;
}
ul#topnav li a, ul#topnav li span {
  color: #FFFFFF;
  font-size: 0.875em;
  line-height: 1.714em;
  text-transform: uppercase;
  text-decoration: none;
}
ul#topnav li a:hover, ul#topnav li span:hover {
  text-decoration: none !important;
}
ul#topnav li span {
  cursor: default;
}
ul#topnav li .one {
  margin-left: -54px;
}
ul#topnav li .two {
  margin-left: -14px;
}
ul#topnav li .three {
  margin-left: -35px;
}
ul#topnav li .four {
  margin-left: -56px;
}
ul#topnav li .sub {
  padding-top: 37px;
  display: none;
  position: absolute;
  width: 200px !important;
}
ul#topnav li .sub ul {
  background: url("../images/back-nav.png") repeat-y;
  padding: 20px;
  margin-bottom: 0px;
}
ul#topnav li .sub li {
  float: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
ul#topnav li .sub li:hover {
  background: none;
}
ul#topnav li .sub li a {
  font-size: 0.688em;
  line-height: 2.182em;
  color: #333333;
}
ul#topnav li .sub li a:hover {
  color: white;
}

.nav-side {
  display: inline;
  float: left;
  width: 20.897%;
  margin-right: 3.289%;
  margin-left: 3.273%;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 20px;
}
.nav-side h3 {
  font-size: 1em;
  line-height: 1.5em;
  color: #FF4000;
  font-family: GothamBoldRegular;
  padding: 8px 15px 8px 15px;
}
.nav-side ul {
  padding: 0px 15px;
}
.nav-side ul li {
  list-style-type: none;
  background: url("../images/sidebar-border.gif") repeat-x top;
  padding: 5px 0 3px 0;
}
.nav-side ul li a {
  color: #999999;
  font-size: 0.75em;
  line-height: 2em;
  text-decoration: none;
}
.nav-side ul li a:hover {
  color: #FF4000;
  text-decoration: none !important;
}
.nav-side ul li.active a {
  color: #333333;
}
.nav-side ul li.active a:before {
  content: "+ ";
  color: #FF4000;
}

/* =============================================================================
   HOME
   ========================================================================== */
#slideshow {
  clear: both;
  margin-left: 3.273%;
  margin-right: 3.273%;
  margin-top: -7px;
  margin-left: 18px;
  margin-right: 15px;
  position: relative;
  height: auto;
}
#slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
#slideshow img.active {
  z-index: 10;
}
#slideshow img.last-active {
  z-index: 9;
}

.col-third {
  display: inline;
  float: left;
  width: 25.8%;
  margin-right: 3.289%;
  margin-left: 1.289%;
  margin-top: 18px;
  padding-right: 3.289%;
  background: url("../images/divider-virtical-med.png") no-repeat right top;
}
.col-third p, .col-third li, .col-third a {
  font-size: 0.688em;
  line-height: 2.182em;
  line-height: 1.5em;
}
.col-third li {
  list-style-type: none;
}
.col-third a {
  text-decoration: none;
}

.home .first {
  padding-left: 2.2%;
}

.home .last {
  padding-right: 0px;
  background: none;
}

form#home-form {
  position: relative;
}
form#home-form .input-text {
  position: relative;
}
form#home-form input {
  background-color: #ededed;
  border: none;
  font-size: 0.688em;
  line-height: 2.182em;
  font-family: sans-serif;
  padding: 0px 6px;
  text-indent: .5em;
  margin-bottom: 2px;
  height: 19px;
}
form#home-form label {
  font-size: 0.688em;
  line-height: 2.182em;
  font-family: sans-serif;
  font-weight: normal;
  padding: 0px 6px;
  text-indent: 1em;
  line-height: 1.5em;
}
form#home-form .input-submit {
  margin-top: 0px;
}
form#home-form .input-submit input {
  width: 236px;
  height: 24px;
  background-color: #FF4000;
  border: none;
  font-weight: bold;
  color: #fff;
  font-size: 0.75em;
  line-height: 2em;
  text-align: center;
  padding-top: 1px;
  text-indent: 3px;
}

/* =============================================================================
   PRODUCTS
   ========================================================================== */
.products .content-indent {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}

.prod-box {
  float: left;
  width: 27.5%;
  margin: 0px 2.8% 50px 2.8%;
}
.prod-box a {
  text-align: center !important;
  margin: 0px !important;
  width: 100% !important;
  color: #666666;
  text-decoration: none;
  font-size: 0.813em;
  line-height: 1.846em;
  display: block;
  line-height: 1.5em;
}
.prod-box a:hover {
  text-decoration: none !important;
}
.prod-box a img {
  text-decoration: none !important;
}

.two-across .prod-box {
  width: 40%;
}

.logos img {
  margin-bottom: 25px;
}

/* =============================================================================
   FOOTER
   ========================================================================== */
html, body {
  height: 100%;
}

#main {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -115px;
}
#main #root-footer {
  height: 115px;
}

#footer {
  clear: both;
  position: relative;
  height: 115px;
}

#footer {
  background-color: #666666;
}
#footer #footer_cont {
  *zoom: 1;
  margin: auto;
  width: 61.11em;
  max-width: 100%;
  font-family: sans-serif;
  padding-top: 12px;
}
#footer #footer_cont:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
#footer #footer_cont .footer_l {
  display: inline;
  float: left;
  width: 93.454%;
  margin-right: 3.289%;
  margin-left: 3.273%;
  font-size: 0.688em;
  line-height: 2.182em;
}
#footer #footer_cont .footer_l span {
  padding: 0px 10px;
  color: #FFFFFF;
}
#footer #footer_cont .footer_l a {
  color: #DDDDDD;
  text-decoration: none;
}
