/**
 * You might tweak these..
 */

body, select, input, textarea {
    color: #000;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

a, a:active, a:visited { color: #005599; text-decoration: none; }
a:hover { color: #005599; text-decoration: underline; }

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #1e8a93; color:#fff; text-shadow: none; }
::selection { background:#1e8a93; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #1e8a93; }

body {
    background: #FFF url('../img/bg.png') repeat-x scroll left top;
}

.wrapper {
    width: 990px;
    padding: 0px 80px;
    margin: 0px auto;
    position: relative;
    z-index: 10;
}

#wrapper-ess {
    background: transparent url('../img/android-ess5.png') no-repeat scroll right top;
}

#wrapper-eav {
    background: transparent url('../img/android-eav5.png') no-repeat scroll right top;
}

#stripe-gradient {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 600px;
    background: transparent url('../img/stripe-gradient.jpg') no-repeat scroll center top;
    z-index: inherit;
    overflow: hidden;
}

#container {
    width: 990px;
}

header {
    height: 600px;
    color: #FFF;
    clear: both;
}

header h1 {
    font-size: 4em;
    margin-top: 99px;
}

header h2 {
    margin-top: 10px;
    font-size: 1.6em;
    font-weight: normal;
    font-style: italic;
}

header p {
    margin: 30px 0px 15px 0px;
    color: #dadada;
    font-size: 1.38em;
}

#main {
    margin-top: 0px;
    min-height: 1534px;
}

.ie6 #main, .ie7 #main {
    height: 1534px;
}

.ie7 article#fifth-gen {
    padding: 75px 60px 0px 0px;
}

.ie7 article#fifth-gen p {
    margin: 0px;
}

article#fifth-gen p {
    font-size: 1.2em;
    margin: 75px 60px 0px 0px;
    padding: 5px 0px 0px 188px;
    color: #626670;
    min-height: 223px;
}

article#fifth-gen p span {
    font-size: 1.55em;
    color: #000 !important;
}

article#fifth-gen p#box-ess5 {
    background: transparent url('../img/box-ess5.png') no-repeat scroll 30px top;
}

article#fifth-gen p#box-eav5 {
    background: transparent url('../img/box-eav5.png') no-repeat scroll 30px top;
}

.learn-more {
    background: transparent url('../img/learn-more-arrow.gif') no-repeat scroll right 60%;
    padding-right: 8px;
}

section p {
    margin-bottom: 20px;
}

.ie7 section p {
    margin-bottom: 0px;
    padding-bottom: 20px;
}

section#key-benefits {
    margin: 25px 0px;
    background: #FFF url('../img/section-divider.png') no-repeat scroll left top;
    padding-top: 55px;
}

section#key-benefits h2 {
    text-align: center;
    color: #1e8a93;
    font-size: 2.15em;
    margin-bottom: 28px;
}

section#key-benefits article img {
    float: left;
}

section#key-benefits article p {
    float: left;
    width: 243px;
    margin-left: 15px;
}

section.cols-3 .col-1, section.cols-3 .col-2, section.cols-3 .col-3 {
    width: 290px;
    margin-right: 60px;
    float: left;
}

section.cols-3 .col-3 {
    margin-right: 0px !important;
}

section#more-info {
    color: #666;
}

section#more-info h3 {
    color: #1e8a93 !important;
    font-size: 1.25em;
    min-height: 60px;
}

section#more-info p img {
    margin-top: 13px;
}

footer {
    padding: 14px 0px;
    clear: both;
}

footer span {
    float: left;
}

footer #social-icons {
    float: right;
}

/* BUTTONS */
.ButtonsHolder66 {
    margin:20px 0px 0px 0px;
}

.ButtonsHolder66 a i {
    background-repeat:repeat-x;
    cursor:pointer;
}

.ButtonsHolder66 a, .ButtonsHolder66 b {
    background-repeat:no-repeat;
    cursor:pointer;
}

.btn-66-download {
    float:left;
    _width:0;
    white-space:nowrap;
}

.btn-66-download p * {
    display:block;
    font:25px Segoe UI,Arial,Helvetica,sans-serif;
    line-height:66px;
    height:66px;
    color: #1e4a61 !important;
    text-shadow: 0px 1px 0px #e1f6fe;
    filter: dropshadow(color=#e1f6fe, offx=0, offy=1);
    text-decoration:none;
    background-image: url('../img/btn-66.png');
}

.ie6 .btn-66-download p *, .ie7 .btn-66-download p *, .ie8 .btn-66-download p * {
    background-image: url('../img/btn-66.gif');
    text-shadow: 0px;
    filter: dropshadow(color=#e1f6fe, offx=0, offy=0);
}

.btn-66-download a {
    padding-left:55px;
    background-position:0 0;
}

.btn-66-download a b {
    padding-right:55px;
    background-position:100% -132px;
}

.btn-66-download a i {
    text-align:center;
    background-position:0 -66px;
    line-height:60px;
    padding-left: 10px;
}

.btn-66-download a:hover {
    background-position: 0 -198px;
    text-decoration: none;
}

.btn-66-download a:hover b {
    background-position:100% -330px;
}

.btn-66-download a:hover i {
    background-position:0 -264px;
}

.ButtonsHolder66 p {
    margin:0;
    padding:0px;
}