html {
    margin:0;
    padding:0;
}
body {
    background: #fff;
    padding: 10px 0 0px;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 2px #FFFFFF;
    font-size: 18px;
    color: #474747;
    margin: 0;
}

table {
    font-size:16px;
    line-height:28px;
}

table td {
    vertical-align:top;
}

li {
    list-style-type: none;
}
a:link,
a:visited {
    color: #338bb8;
    text-decoration: none;
}
img {
    outline: none;
}
h3 {
    text-align: center;
    font-size: 24px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin: 0 0 15px;
}

.centered {
    margin:auto !important;
}

span.left {
    display:block;
    width:100%;
    text-align:left;
}

.noshow {
    display:none !important;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    margin: 0;
}
.subheader {
    color: #FFF;
    margin-top: -40px;
    text-shadow: none;
}
.step {
    margin-left: 320px;
    float: left;
}
h2.motto {
    font-size: 44px;
    text-shadow: 0 1px 2px #92CFF3;
}
h2 {
    text-align: center;
    font-size: 36px;
    font-family: 'Open Sans', sans-serif;
    color: #363841;
    margin-top: 60px;
    text-shadow: none;
    font-weight: normal;
    margin-bottom: 50px;
}
fieldset {
    border: medium none;
    margin-left: 70px;
    display: block;
    width: 100%;
}
input {
    background-color: #CACACA;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 2px 0 #999999 inset;
    clear: both;
    color: #777777;
    float: left;
    font-size: 16px;
    height: 25px;
    margin-bottom: 20px;
    padding: 5px;
    position: relative;
    width: 310px;
    display: block;
}
textarea {
    background-color: #CACACA;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 2px 0 #999999 inset;
    clear: left;
    color: #777777;
    float: left;
    font-size: 16px;
    height: 108px;
    margin-bottom: 10px;
    padding: 5px;
    position: relative;
    width: 310px;
    resize: none;
}
.checkbox {
    background-color: #CACACA;
    border: 1px solid #999999;
    border-radius: none;
    box-shadow: 0 2px 2px 0 #999999 inset;
    clear: left;
    color: #777777;
    float: left;
    font-size: 16px;
    height: 17px;
    margin-right: 5px;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    width: 17px;
}
.tftitle {
    clear: left;
    color: #616161;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 13px 0 3px;
    padding: 0 0 2px 3px;
    text-align: left;
}
.clear {
    clear: both;
}
.font14 {
    font-size: 14px;
    color: #616161;
    line-height: 22px;
}
.textWhite {
    color: #FFF;
}
.container {
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.container img {
    max-width: 100%;
}

.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}

.section {
padding-top:100px;
}

#main {
    background-image: url(../images/textureBG.jpg);
    background-repeat: repeat-x;
    width: 100%;
    box-shadow: 0 0 2px #666;
    height: 628px;
    clear: both;
    margin-top: 90px;
}
.center {
    text-align: center;
    display: block;
}

.feature {
    margin: 0 auto;
    text-align: center;
    background-image: url(../images/mainBG.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 1099px;
    height: 100%;
    position: relative;
    behavior: url(PIE.htc);
}

.footerLeft {
    float: left;
    font-size: 14px;
}
.price {
    width: 188px;
    padding: 20px 10px;
    min-height: 300px;
    background: #3f9cd2;
    background: -moz-linear-gradient(top, #3f9cd2 0%, #4d819e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f9cd2), color-stop(100%, #4d819e));
    background: -webkit-linear-gradient(top, #3f9cd2 0%, #4d819e 100%);
    background: -o-linear-gradient(top, #3f9cd2 0%, #4d819e 100%);
    background: -ms-linear-gradient(top, #3f9cd2 0%, #4d819e 100%);
    background: linear-gradient(to bottom, #3f9cd2 0%, #4d819e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3f9cd2', endColorstr='#4d819e', GradientType=0);
    border: 1px solid #3783b0;
    margin: 10px 39px 40px 0;
    text-align: center;
    box-shadow: inset 0 2px 2px #62aeda, 1px 0px 2px #666;
    -o-box-shadow: inset 0 2px 2px #62aeda, 1px 0px 2px #666;
    -webkit-box-shadow: inset 0 2px 2px #62aeda, 1px 0px 2px #666;
    -moz-box-shadow: inset 0 2px 2px #62aeda, 1px 0px 2px #666;
    text-shadow: 0 1px 2px #92cff3;
}
.deals li {
    padding: 10px 0 20px;
    background-image: url(../images/dealsBottom.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.deals {
    margin: 0 auto;
    width: 188px;
    clear: both;
    display: block;
    padding: 0;
}

.features {
    background:#f5f5f5;
    width: 900px;
    min-height:70px;
    border: 1px solid #d9d9d9;
    padding: 40px;
}

.ticker {
    background-repeat: repeat;
    font-size: 16px;
    line-height: 28px;
    min-height: 70px;
    padding: 0 40px 50px;
    text-align: center;
    width: 900px;
    margin-top: 25px;
}
.note {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
    margin-left: 85px;
    width: 740px;
}

.button {
    background: url("../images/buttonBG.png") no-repeat scroll 0 0 transparent;
    color: #535353;
    float: right;
    font: bold 30px/65px Arial, Helvetica, sans-serif;
    height: 73px;
    margin: -75px 235px 0 0;
    text-align: center;
    width: 73px;
}
.button2 {
    background: url("../images/buttonBG.png") no-repeat scroll 0 0 transparent;
    color: #535353;
    float: right;
    font: bold 30px/65px Arial, Helvetica, sans-serif;
    height: 73px;
    left: 10px;
    position: absolute;
    text-align: center;
    top: 13px;
    width: 73px;
}
.button3 {
    background: url("../images/buttonBG.png") no-repeat scroll 0 0 transparent;
    color: #535353;
    float: right;
    font: bold 16px/20px Arial, Helvetica, sans-serif;
    height: 73px;
    left: -20px;
    padding-top: 15px;
    position: absolute;
    text-align: center;
    top: -17px;
    width: 73px;
    text-shadow: 0 1px 2px #FFFFFF;
}

#logo {
    margin-top: 15px;
}
.navbar {
    margin: 0 auto 85px;
    max-width: 1000px;
}
.navbar img {
    float: left;
}

.tagline,
.smallNav {
    float: right;
    clear: both;
    margin-top: 20px;
}
.smallNav li {
    display: inline;
    text-decoration: none;
}
.smallNav li a {
    color: #fff;
    padding: 0 10px 0px 5px;
    font-weight: bold;
    font-size: 12px;
    text-shadow: none;
}
nav {
    background: #cccccc url(../images/bg-nav.jpg);
    border-bottom: 1px solid #316285;
    margin-top: -10px;
    position: fixed;
    width: 100%;
    z-index: 888;
    height: 140px;
}
.nav {
    display: block;
    float: right;
    margin-left: -60px;
    margin-top: -30px;
    clear: both;
}
.nav li {
    margin-left: 15px;
    text-decoration: none;
    display: inline;
}
.nav li a {
    min-width: 200px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    border-color: #3ca3d7 #3799ca #338bb8;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    background: #3f9cd2;
    background: -moz-linear-gradient(top, #3f9cd2 0%, #4d809e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f9cd2), color-stop(100%, #4d809e));
    background: -webkit-linear-gradient(top, #3f9cd2 0%, #4d809e 100%);
    background: -o-linear-gradient(top, #3f9cd2 0%, #4d809e 100%);
    background: -ms-linear-gradient(top, #3f9cd2 0%, #4d809e 100%);
    background: linear-gradient(to bottom, #3f9cd2 0%, #4d809e 100%);
    padding: 6px 18px;
    text-shadow: 0 0 2px #666;
    box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px;
    -pie-background: linear-gradient(#3f9cd2, #4d809e);
    behavior: url(PIE.htc);
}
.nav .active a {
    padding: 6px 18px;
    color: #303d4e;
    text-shadow: none;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background: #fafafa;
    border: 1px solid #ddd;
    border-color: #ddd #d0d0d0 #bbb;
    line-height: 16px;
    text-align: center;
    min-width: 60px;
}
.nav li a:hover {
    background: #3ca3d7;
    color: #fff;
    text-shadow: none;
    background-image: linear-gradient(top, rgb(146, 219, 255) 0%, rgb(79, 182, 233) 5%, rgb(57, 160, 211) 100%);
    background-image: -o-linear-gradient(top, rgb(146, 219, 255) 0%, rgb(79, 182, 233) 5%, rgb(57, 160, 211) 100%);
    background-image: -moz-linear-gradient(top, rgb(146, 219, 255) 0%, rgb(79, 182, 233) 5%, rgb(57, 160, 211) 100%);
    background-image: -webkit-linear-gradient(top, rgb(146, 219, 255) 0%, rgb(79, 182, 233) 5%, rgb(57, 160, 211) 100%);
    background-image: -ms-linear-gradient(top, rgb(146, 219, 255) 0%, rgb(79, 182, 233) 5%, rgb(57, 160, 211) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(146, 219, 255)), color-stop(0.05, rgb(79, 182, 233)), color-stop(1, rgb(57, 160, 211)));
    text-shadow: #3799ca 0 -1px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
}
.nav .active a:hover {
    background: none;
    background-color: #fafafa;
    color: #303d4e;
    text-shadow: none;
}
.bigBtn {
    cursor: pointer;
    float: right;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #ddd;
    border-color: #3ca3d7 #3799ca #338bb8;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: #3f9cd2;
    background: -moz-linear-gradient(top, #3f9cd2 0%, #4d809e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f9cd2), color-stop(100%, #4d809e));
    background: -webkit-linear-gradient(top, #3f9cd2 0%, #4d809e 100%);
    background: -o-linear-gradient(top, #3f9cd2 0%, #4d809e 100%);
    background: -ms-linear-gradient(top, #3f9cd2 0%, #4d809e 100%);
    background: linear-gradient(to bottom, #3f9cd2 0%, #4d809e 100%);
    padding: 15px 48px;
    text-shadow: 0 2px 2px #666;
    box-shadow: inset 0 2px 2px #62aeda, 0 2px 2px #666;
    -o-box-shadow: inset 0 2px 2px #62aeda, 0 2px 2px #666;
    -webkit-box-shadow: inset 0 2px 2px #62aeda, 0 2px 2px #666;
    -moz-box-shadow: inset 0 2px 2px #62aeda, 0 2px 2px #666;
    -pie-background: linear-gradient(#3f9cd2, #4d809e);
    behavior: url(PIE.htc);
}
button {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    margin: 80px -39px 0 0;
}
.bigBtn:hover {
    background: #3ca3d7;
    color: #fff;
    text-shadow: none;
    background-image: linear-gradient(top, rgb(146, 219, 255) 0%, rgb(79, 182, 233) 5%, rgb(57, 160, 211) 100%);
    background-image: -o-linear-gradient(top, rgb(146, 219, 255) 0%, rgb(79, 182, 233) 5%, rgb(57, 160, 211) 100%);
    background-image: -moz-linear-gradient(top, rgb(146, 219, 255) 0%, rgb(79, 182, 233) 5%, rgb(57, 160, 211) 100%);
    background-image: -webkit-linear-gradient(top, rgb(146, 219, 255) 0%, rgb(79, 182, 233) 5%, rgb(57, 160, 211) 100%);
    background-image: -ms-linear-gradient(top, rgb(146, 219, 255) 0%, rgb(79, 182, 233) 5%, rgb(57, 160, 211) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(146, 219, 255)), color-stop(0.05, rgb(79, 182, 233)), color-stop(1, rgb(57, 160, 211)));
    text-shadow: #3799ca 0 -1px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
}
footer {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    background-color: #24282a;
    padding: 40px 0;
    margin-top: 50px;
    text-shadow: none;
    color: #727374;
    border-top: 1px solid #000;
}
footer h4 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
    width: 215px;
    display: block;
}

.list {
    float: left;
    padding: 0;
    margin-right: 20px;
    width: 215px;
}
.list ul {
    float: left;
    width: 215px;
    clear: both;
    padding-left: 0;
    margin-left: 0;
}
.list p {
    font-size: 12px;
    width: 215px;
    line-height: 21px;
    margin-top: 30px;
}
.list li a {
    color: #727374;
    padding: 5px 0;
    font-size: 14px;
}
.list li {
    padding: 5px 0;
    border-bottom: 1px solid #313435;
    width: 100%;
}
.line {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #313435;
    height: 50px;
    margin-bottom: 20px;
}
.copyright {
    font-size: 11px;
    margin-top: -3px;
}
.error {
    color: #f00!important;
}
.errorfield {
    border: 1px solid #f00!important;
    background-color: #FFE1E1!important;
}
.success {
    color: #0C3!important;
}
.messageText {
    font-size: 18px;
    height: 15px;
}
.messageText2 {
    margin-top: 20px;
    width: 85%;
}
.successfield {
    border: 1px solid #0C0!important;
    background-color: #CEFFCE!important;
}
#zenbox_tab {
    text-shadow: none;
    font-size: 14px!important;
}
.hide {
    display: none;
}
#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}
.modal {
    display: none;
    position: fixed;
    z-index: 100;
    top: 200px;
    left: 50%;
    margin-left: -330px;
    height: 500px;
    width: 1000px;
    background: #fff;
    border-radius: 5px;
    overflow-y: scroll;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
    font-size: 11px;
    padding: 20px;
}

.modal p {
line-height:20px;
}

.modal ul li {
list-style:disc;
}

.modal ol li {
list-style: decimal;
}

.nav2 {
position:fixed;
top:0;
left:37%;
z-index:999;
margin:0 auto;
padding:0;
}

.nav2 li {
display:block;
margin:0 0 0 -35px;
}

.nav2 li a{
display:inline-block;
background:#000;
color:#fff;
padding:7px 15px;
border-radius: 0 0 5px 5px;
font-size:12px;
font-weight:bold;
}

.connecting {
background:#000 url(../images/connecting-the-world.jpg) 0 0;
background-size:cover;
color:#fff;
height:500px;
}

.connecting ul{
margin:170px 0 0 0;
}

.connecting ul li {
font-size:30px;
margin:15px 0;
}

.connecting ul li:before {
content:"";
display:inline-block;
margin:0 15px 0 0;
vertical-align:middle;
background:url(../images/tick-icon.png) 0 0;
width:30px;
height:30px;
}

.connecting h1:nth-child(1) {
font-size:75px;
padding:100px 0 0 0;
}


.bxslider li .video-container {
width:420px;
height:243px;
background:url(../images/video-container.png) 0 0;
background-size:100%;
}

.bxslider li .video-container iframe {
margin:10px;
}

.bxslider li.sl1 img {
margin:20px 0 0 0;
}

.bxslider li.sl1 .video-container {
float:right; 
margin:140px 0 0 0;
}

.bxslider li.sl3 h2.motto {
font-size:70px;
margin:100px 0 0 0;
}

.bxslider li.sl3 .video-container {
float:left;
margin:50px 0 0 0;
}

.bxslider li.sl3 img {
margin:30px 0 0 0;
}

.features-table {
border-spacing: 50px;
border-collapse: separate;
}

.features-table td {
width:50%;
}

.features-table td img {
width:150px;
height:auto;
display:block;
margin:10px auto;
}

.data-sheet {
width:100%;
border-collapse: collapse;
background:#CCF1FF;
}

.data-sheet,
.data-sheet td,
.data-sheet th {
border:1px solid #999;
}

.data-sheet td {
padding:10px 15px;
vertical-align:top;
}

.data-sheet td.header {
background:#000;
color:#fff;
font-weight:bold;
}

.logo {
font-weight:bold;
}

.logo span {
color:red;
}

#trial-form span {
color:#72d641;
}

#trial-form .red {
color:red;
}