@charset
"UTF-8"
;
/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
    font-size: 1em;
    font-weight: 300;
    font-style: normal;
}

ul, ol {
    list-style: none;
}

fieldset, img {
    border: none;
}

caption, th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: auto;
    margin-right: auto;
}

table td {
    vertical-align: top;
    padding: 0;
}

.clear {
    clear: both;
}

strong {
    font-weight: bold;
}

body.main {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    background: url(img/bg.png) repeat-x black;
    font: normal 100% "PT Sans", sans-serif;
    /*font: normal 100% "Helvetica",sans-serif;*/
    font-weight: 300;
    color: white;
}

body.alt {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    background: url(img/bg2.png) repeat-x black;
    /*font: normal 100% "Helvetica",sans-serif;*/
    font: normal 100% "PT Sans", sans-serif;
    font-weight: 300;
    color: white;
}

a {
    font: normal 100% "PT Sans", sans-serif;
    /*font: normal 100% "Helvetica",sans-serif;*/
    font-weight: 300;
    color: white;
    text-decoration: none;
}

/*iphone*/
@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
    html {
        -webkit-text-size-adjust: none;
    }

    #bottom {
        padding-bottom: 130px
    }
}


#topLogo {
    position: absolute;
}

.subTitle {
    color: white;
    font-size: 26px;
    margin-top: 5px;
    font-weight: 600;
}

.returnToTop a {
    color: #444;
    text-decoration: none;
}

.returnToTop {
    font-size: 10px;
    font-weight: bold;
    width: 100px;
    margin-top: 30px;
}


.question {
    font-weight: bold;
}

.details ul {
    list-style: disc;
    list-style-position: inside;
}

.details li {
    color: #6CF;
}

#helperAppTry {
    position: absolute;
    top: 0px;
    right: 32px;
}

.details h1 {
    margin-top: 20px;
    margin-top: 5px;
    font-size: 1.5em;
    font-weight: bold;
}

.details h2 {
    color: #66ccff;
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 1.2em;
    font-weight: bold;
}

.details h3 {
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 1.0em;
    font-weight: bold;
}

.details hr {
    border: none;
    height: 1px;
    background-color: #6CF;
}

.details p {
    color: #6CF;
}

.details a {
    color: #6CF;
}

.featuresTblTop li {
    list-style: none;
    padding-left: 40px;
    padding-top: 3px;
}

.featuresTblTop li.legend1 {
    background: url("img/legend1.png") no-repeat 0 0;
}

.featuresTblTop li.legend2 {
    background: url("img/legend2.png") no-repeat 0 0;
}

.featuresTblTop li.legend3 {
    background: url("img/legend3.png") no-repeat 0 0;
    border-top: none;
    padding-bottom: 23px;
}

.featuresTblTop li.legend4 {
    background: url("img/legend4.png") no-repeat 0 0;
    border-top: none;
    padding-bottom: 23px;
}

.featuresTblTop li.legend5 {
    background: url("img/legend5.png") no-repeat 0 0;
    border-top: none;
    padding-bottom: 23px;
}

.featuresTblTop li.legendA {
    background: url("img/legendA.png") no-repeat 0 0;
    padding-top: 3px;
}

.featuresTblTop li.legendB {
    background: url("img/legendB.png") no-repeat 0 0;
}
