applet,
object,
iframe,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
caption,
img,
header,
section {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}
body {
  color: #6d6d6d;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  text-decoration: none;
  color: #2986d4;
  outline: none;
}
h1,
h2,
h3,
h4 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 500;
}
ul {
  list-style: none;
}
.blueBG {
  background-color: #173557;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1e446f), to(#10263f));
  background-image: -webkit-linear-gradient(top, #1e446f, #10263f);
  background-image: -moz-linear-gradient(top, #1e446f, #10263f);
  background-image: -o-linear-gradient(top, #1e446f, #10263f);
  background-image: -ms-linear-gradient(top, #1e446f, #10263f);
  background-image: linear-gradient(top, #1e446f, #10263f);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#1e446f', EndColorStr='#10263f');
}
.center {
  margin: 0 auto;
  width: 960px;
}
.button {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
}
.liststyle {
  list-style: none;
  padding-left: 25px;
  font-size: 14px;
  margin: 0 0 20px;
}
.liststyle li span {
  color: #999;
}
.liststyle.style1 li,
.liststyle.style2 li {
  padding-bottom: 15px;
  padding-left: 18px;
  height: 14px;
  background: url(../images/liststyle1.png) no-repeat 0 0;
}
.liststyle.style2 li {
  background: url(../images/liststyle2.png) no-repeat 0 0;
}
header {
  background: url(../images/headerBg.png) repeat-x 0 0;
  height: 155px;
}
header #headerInner {
  background: url(../images/common.png) no-repeat 0 0;
  height: 155px;
}
header #headerInner #logo {
  float: left;
  width: 96px;
  margin: 15px 0 0 30px;
}
header nav {
  position: relative;
  height: 72px;
  float: left;
  margin: 0 0 0 195px;
}
header nav ul li {
  float: left;
  font-size: 15px;
  border-left: 1px solid #0f2238;
}
header nav ul li a {
  color: #eee;
  text-decoration: none;
  text-align: center;
  width: 125px;
  height: 48px;
  display: block;
  padding: 25px 0 0;
  border-left: 1px solid #376388;
}
header nav ul li a.last {
  margin-right: 0;
  border-right: 1px solid #376388;
}
header nav ul li:hover,
header nav ul li.current {
  background: url(../images/currentNav.png) no-repeat 0 0;
  background-position: bottom center;
}
header nav ul li.current a,
header nav ul a:hover {
  color: #8debff;
}
section#billboard {
  height: 438px;
  overflow: hidden;
}
ul#slider > li {
  position: absolute;
  width: 960px;
  height: 440px;
  padding: 0;
}
li#slide1,
li#slide2,
li#slide3 {
  background: url(../images/remoteSupportBB.jpg) no-repeat 0 0;
  height: 400px;
}
li #slide1Inner {
  width: 500px;
  float: right;
}
li.slides .ctaBtn {
  background: url(../images/ctaBtn.png) no-repeat 0 0;
  width: 299px;
  height: 70px;
  padding: 28px 0 0;
  margin: 37px 0 0 120px;
  font-size: 22px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
li.slides .ctaBtn:hover {
  -webkit-transform: translate(0em, -5px);
  -moz-transform: translate(0em, -5px);
  -o-transform: translate(0em, -5px);
  -ms-transform: translate(0em, -5px);
}
li.slides h2 {
  font-size: 40px;
  color: #3b3b3b;
  margin: 0 0 20px;
}
li.slides h3 {
  margin: 0 0 10px;
  font-size: 18px;
}
li.slides p {
  margin: 0 0 20px;
  line-height: 1.5em;
  font-size: 14px;
}
.horBtn {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cecdcf));
  background-image: -webkit-linear-gradient(top, #ffffff, #cecdcf);
  background-image: -moz-linear-gradient(top, #ffffff, #cecdcf);
  background-image: -o-linear-gradient(top, #ffffff, #cecdcf);
  background-image: -ms-linear-gradient(top, #ffffff, #cecdcf);
  background-image: linear-gradient(top, #ffffff, #cecdcf);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#cecdcf');
  width: 200px;
  padding: 8px 0 8px 20px;
  display: block;
  text-decoration: none;
  color: #2986d4;
  border: 1px solid #ddd;
  font-size: 14px;
}
.horBtn span img {
  float: right;
  position: relative;
  bottom: 8px;
  left: 14px;
}
.horBtn:hover {
  -webkit-transition: width 1s ease-out, visibility 1s linear;
  -moz-transition: width 1s ease-out, visibility 1s linear;
  -o-transition: width 1s ease-out, visibility 1s linear;
  transition: width 1s ease-out, visibility 1s linear;
  width: 45%;
}
li#slide2 {
  background: url(../images/experienceBB.jpg) no-repeat 0 0;
}
#slide2 #slide2Inner {
  width: 500px;
}
#slide2Inner a.horBtn {
  margin: 15px 0 0 25px;
  height: 15px;
}
li#slide3 {
  background: url(../images/partsBB.jpg) no-repeat 0 0;
}
li#slide3 h2 {
  margin: 10px 0 40px 50px;
}
li#slide3 ul {
  margin: 0 0 0 50px;
}
li#slide3 h3 {
  font-size: 34px;
  position: relative;
  bottom: 25px;
}
li#slide3 h3 img {
  position: relative;
  top: 40px;
  margin: 0 10px 0 0;
}
#bbNav {
  background: url(../images/bbNavBg.png) repeat-x 0 0;
  height: 82px;
}
#bbNav ul#billboardNav {
  height: 80px;
}
#bbNav ul#billboardNav li {
  font-size: 20px;
  font-weight: 500;
  float: left;
  width: 318px;
  height: 80px;
  border-left: 1px solid #d7d7d7;
}
#bbNav ul#billboardNav li img {
  float: left;
  margin: 0 10px 0 30px;
}
#bbNav ul#billboardNav li a {
  color: #747474;
  display: block;
  height: 55px;
  padding: 25px 0 0;
  border-left: 1px solid #fefefe;
}
#bbNav ul#billboardNav li.last {
  border-right: 1px solid #fff;
}
#bbNav ul#billboardNav li a.last {
  border-right: 1px solid #d7d7d7;
}
#bbNav ul#billboardNav li a:hover {
  color: #2986d4;
  background: url(../images/currentBBNavBg.png) repeat-x 0 0;
}
#bbNav ul#billboardNav li a.current {
  background: url(../images/currentBBNavArrow.png) no-repeat 0 0;
  background-position: top center;
  color: #2986d4;
}
#bbNav ul#billboardNav li a.current:hover {
  cursor: default;
}
#main.home,
#main {
  background: #ffffff url(../images/mainBg.png) repeat-x 0 0;
  overflow: auto;
}
#main.home .mainInner {
  margin-top: 60px;
}
#main {
  background: none;
}
.mainInner {
  margin-top: 20px;
  overflow: auto;
  min-height: 250px;
}
.mainInner .lowerMainboxes {
  width: 314px;
  float: left;
  margin: 0 9px 0 0;
}
.mainInner .lowerMainboxes h3 {
  font-size: 20px;
  margin: 0 0 5px 15px;
}
.lowerMainboxInner {
  background: url(../images/bucketBg.png) no-repeat 0 0;
  padding: 7px 0 0;
}
.lowerMainboxInner .imgMask {
  margin: 5px 0 20px 17px;
  width: 283px;
  height: 136px;
  overflow: hidden;
}
.lowerMainboxInner .imgMask img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.lowerMainboxInner .imgMask img:hover {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.lowerMainboxInner ul {
  line-height: 1.5em;
}
.lowerMainboxes.last {
  margin: 0;
}
.pageTitle {
  background: url(../images/headingBg.png) no-repeat 0 0;
  width: 695px;
  height: 83px;
  padding: 10px 0 0 20px;
  font-size: 30px;
  color: #3b3b3b;
  -webkit-text-shadow: 0 1px 1px #ffffff;
  -moz-text-shadow: 0 1px 1px #ffffff;
  -o-text-shadow: 0 1px 1px #ffffff;
  -ms-text-shadow: 0 1px 1px #ffffff;
  text-shadow: 0 1px 1px #ffffff;
}
#supportOptions {
  width: 958px;
  height: 383px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cecece;
  overflow: hidden;
  margin: 30px 0 0;
}
#supportOptions section {
  float: left;
  width: 626px;
  padding: 40px 0 0;
}
#supportOptions section img {
  float: left;
  margin: 25px 20px 0 0;
}
#supportOptions section aside {
  padding: 40px 0 0;
  width: 350px;
  float: left;
}
#supportOptions section aside h4 {
  color: #2986d4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}
#supportOptions section aside p {
  margin: 5px 0 25px 0;
}
#supportOptions #remoteBB aside {
  padding: 20px 0 0;
}
#supportOptions #remoteBB aside a {
  background-color: #173557;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1e446f), to(#10263f));
  background-image: -webkit-linear-gradient(top, #1e446f, #10263f);
  background-image: -moz-linear-gradient(top, #1e446f, #10263f);
  background-image: -o-linear-gradient(top, #1e446f, #10263f);
  background-image: -ms-linear-gradient(top, #1e446f, #10263f);
  background-image: linear-gradient(top, #1e446f, #10263f);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#1e446f', EndColorStr='#10263f');
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 20px;
  margin: 40px 0 0;
  color: #fff;
  position: relative;
  top: 15px;
}
#supportOptions #remoteBB aside a:hover {
  -moz-box-shadow: 0 2px 5px #333333;
  -webkit-box-shadow: 0 2px 5px #333333;
  -o-box-shadow: 0 2px 5px #333333;
  -ms-box-shadow: 0 2px 5px #333333;
  box-shadow: 0 2px 5px #333333;
}
#supportOptions nav {
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#supportOptions nav li a {
  background: url(../images/supportNavBB.png) repeat-x 0 0;
  width: 238px;
  height: 61px;
  padding: 35px 0 0 50px;
  display: block;
  font-size: 20px;
  color: #464646;
  border-right: 1px solid #cecece;
  border-left: 1px solid #fff;
}
#supportOptions nav li a.currentSupportNav {
  background: url(../images/currentSupportNav.png) no-repeat 0 0;
  overflow: auto;
  width: 271px;
  height: 61px;
  border: none;
  color: #2986d4;
}
#supportOptions nav li a:hover {
  color: #2986d4;
}
#shadow {
  background: url(../images/supportBBShadow.png) no-repeat 0 0;
  height: 88px;
  clear: both;
}
#shadow.aboutShadow {
  position: relative;
  bottom: 10px;
  z-index: 1;
}
#productsMain {
  float: left;
  width: 700px;
}
#products_sidebar {
  float: left;
  width: 240px;
  margin: 40px 0 0;
}
#products_sidebar .sidebar {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f6f7));
  background-image: -webkit-linear-gradient(top, #ffffff, #f4f6f7);
  background-image: -moz-linear-gradient(top, #ffffff, #f4f6f7);
  background-image: -o-linear-gradient(top, #ffffff, #f4f6f7);
  background-image: -ms-linear-gradient(top, #ffffff, #f4f6f7);
  background-image: linear-gradient(top, #ffffff, #f4f6f7);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#f4f6f7');
  border: 1px solid #dfe3e6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 3px 5px #d8e0e4;
  -webkit-box-shadow: 0 3px 5px #d8e0e4;
  -o-box-shadow: 0 3px 5px #d8e0e4;
  -ms-box-shadow: 0 3px 5px #d8e0e4;
  box-shadow: 0 3px 5px #d8e0e4;
  padding: 20px;
  width: 200px;
}
#products_sidebar .sidebar p {
  margin: 0 0 10px;
}
.products {
  margin: 40px 20px 35px 0;
  padding: 0 0 40px;
  clear: both;
  float: left;
  overflow: auto;
  border-bottom: 2px dashed #ddd;
}
.products .productLeft {
  float: left;
  width: 280px;
  margin: 0 40px 0 0;
}
.products .productLeft h2 {
  color: #2986d4;
  font-size: 24px;
  margin: 0 0 0 10px;
}
.products .productLeft img {
  margin: 30px 0 0;
}
.products .productRight {
  float: left;
  width: 350px;
  margin: 35px 0 0;
}
.products .productRight h3 {
  color: #2986d4;
  font-size: 40px;
  margin: 0 0 0 40px;
}
.products .productRight .extraFeatures {
  font-weight: 600;
}
.products.last {
  border-bottom: none;
}
.taglines {
  font-size: 40px;
  text-align: center;
  color: #3b3b3b;
  margin: 30px 0 0;
  clear: both;
}
.taglines:last-of-type {
  margin: 0;
  padding: 10px;
  font-size: 38px;
  font-style: italic;
  background-color: #173557;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1e446f), to(#10263f));
  background-image: -webkit-linear-gradient(top, #1e446f, #10263f);
  background-image: -moz-linear-gradient(top, #1e446f, #10263f);
  background-image: -o-linear-gradient(top, #1e446f, #10263f);
  background-image: -ms-linear-gradient(top, #1e446f, #10263f);
  background-image: linear-gradient(top, #1e446f, #10263f);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#1e446f', EndColorStr='#10263f');
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
}
iframe {
  margin: 30px 0 0;
}
.aboutBg {
  background: url(../images/aboutBg.png) no-repeat 0 0;
  width: 300px;
  height: 495px;
  margin: 50px 30px 0 0;
  float: left;
  position: relative;
  z-index: 3;
}
.aboutBg img {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.aboutBg h3 {
  text-align: center;
  font-size: 24px;
  color: #2986d4;
  margin-bottom: 20px;
}
.aboutBg p {
  margin: 10px 20px;
  line-height: 1.5em;
  text-align: justify;
}
.aboutBg.last {
  margin-right: 0;
}
.contactInfo {
  border-top: 5px solid #1b3e64;
  background: #fff;
  width: 650px;
  height: 150px;
  float: right;
  position: relative;
  bottom: 120px;
  padding: 10px 20px 0 30px;
}
.contactInfo a#getDir {
  background: #ddd;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  display: block;
  width: 50px;
  height: 32px;
  padding: 18px 0 0;
  margin: 10px 10px 10px 0;
  text-align: center;
  font-weight: 600;
  float: left;
  -moz-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -webkit-transition: background-color 0.4s linear;
  -ms-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}
.contactInfo a#getDir:hover {
  background: #1b3e64;
  color: #fff;
}
.contactInfo h4 {
  color: #2986d4;
  font-size: 20px;
  margin: 20px 0 0;
}
.contactInfo ul {
  clear: both;
  margin: 0 0 0 65px;
  float: left;
  width: 290px;
  line-height: 1.5em;
}
.contactInfo .emailContact {
  margin: 0;
  padding: 10px 20px;
  float: right;
  position: relative;
  bottom: 70px;
  width: 270px;
  background-color: #173557;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1e446f), to(#10263f));
  background-image: -webkit-linear-gradient(top, #1e446f, #10263f);
  background-image: -moz-linear-gradient(top, #1e446f, #10263f);
  background-image: -o-linear-gradient(top, #1e446f, #10263f);
  background-image: -ms-linear-gradient(top, #1e446f, #10263f);
  background-image: linear-gradient(top, #1e446f, #10263f);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#1e446f', EndColorStr='#10263f');
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.contactInfo .emailContact li {
  width: 250px;
  color: #fff;
}
footer {
  background: url(../images/footerBg.png) repeat-x 0 0;
  height: 332px;
  margin: 30px 0 0;
}
#footer {
  background: url(../images/common.png) no-repeat;
  background-position: 0 -162px;
  height: 250px;
  position: relative;
  top: 82px;
}
#footer img {
  margin: 10px 0 0;
}
#footer .footerBox {
  float: left;
  width: 300px;
  margin: 30px 0 0 28px;
  color: #fff;
}
#footer .footerBox h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px;
  font-family: Arial, Helvetica, sans-serif;
}
#footer .footerBox ul li {
  line-height: 2.0em;
  font-weight: 500;
  font-size: 12px;
}
#footer .footerBox a {
  color: #fff;
}
#footer p {
  color: #111;
  -webkit-text-shadow: 0 1px 1px #426485;
  -moz-text-shadow: 0 1px 1px #426485;
  -o-text-shadow: 0 1px 1px #426485;
  -ms-text-shadow: 0 1px 1px #426485;
  text-shadow: 0 1px 1px #426485;
  text-align: center;
  position: relative;
  top: 40px;
  clear: both;
}
#footer .footerBox.last {
  margin-left: 0;
}
