/* http://meyerweb.com/eric/tools/css/reset/
 *    v2.0 | 20110126
 *       License: none (public domain)
 *       */

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;
    font-family: 'Helvetica Neue', 'Luxi Sans', 'DejaVu Sans', Tahoma, 'Hiragino Sans GB', STHeiti;
    vertical-align: baseline;
}

body {
    background-color: white;
}

a {
    color: #1F98C7;
}

.back {
    height: 80px;
    width: 100%;
    background: #efefef;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #ffffff, #efefef 100%);
    background: linear-gradient(top, #ffffff, #efefef 100%);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 100;
}

.clear {
    position: relative;
    top: -80px;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
}

.header {
    display: block;
    height: 80px;
}

.header img {
    float: left;
    vertical-align: middle;
}

.header h1 {
    float: left;
    display: inline-block;
    vertical-align: middle;
    padding-left: 74px;
    line-height: 80px;
    font-size: 24px;
    background: transparent url("../img/manico-icon-64.14f735a49561.png") no-repeat left center;
}

.header img {
    display: inline-block;
    height: 64px;
    margin-top: 8px;
    vertical-align: middle;
}

nav {
    float: right;
    line-height: 80px;
    vertical-align: middle;
}

nav ul {
    list-style-type: none;
}

nav ul li {
    float: left;
}

nav ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    margin-left: 25px;
    color: #999999;
}

nav ul li a:hover{
    color: #333;
}

.active a {
    color: black !important;
}

.showarea {
    height: 343px;
    padding-top: 95px;
}

.showarea img {
    margin: 0 0 0 0;
    float: left;
}

.download {
    width: 378px;
    float: left;
}

.brand-title {
    position: relative;
}

.brand-title h2 {
    font-size: 72px;
    text-align: center;
}

.version {
    position: absolute;
    color: gray;
    right: 20px;
    top: 15px;
    font-style: italic;
}

.slogn {
    text-align: center;
    margin: 50px 0 50px 0;
    font-size: 24px;
    color: #395872;
}

.buttons {
    text-align: center;
}

.appstore {
    display: inline-block;
    height: 40px;
    width: 165px;
    background: url("../img/download-on-the-mac-app-store.7041d9d16da8.png") no-repeat;
}

.btn {
    display: inline-block;
    height: 49px;
    line-height: 47px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 0 25px;
    background: #0391e5;
    text-decoration: none;
    border-radius: 5px;
}

.download p {
    text-align: right;
}

.download ul li {
    margin: 24px 0 0 72px;
    list-style-type: none;
    font-size: 24px;
}

.download img {
    margin: 88px 0 0 48px;
}

.description {
    height: 180px;
    text-align: center;
}

.description p {
    padding-top: 40px;
}

.description p.what {
    font-size: 18px;
}

.description p.whatif {
    font-size: 16px;
    color: #333333;
}

.why {
    margin-top: 55px;
    padding-bottom: 80px;
}

.why h2 {
    font-size: 36px;
    color: #333333;
}

.why {
    font-size: 16px;
    color: #666666;
}

.why p {
    padding-top: 25px;
    line-height: 150%;
}

.why ul {
    padding-top: 15px;
    padding-left: 10px;
    list-style-type: '- ';
}

.description-back {
    background-image:url("../img/showarea-bottom.549e3eb96af2.png");
    background-repeat:repeat-x;
}

.purchase-background {
    border-top: solid #d8d8d8 1px;
    background-repeat:repeat-x;
    background-color: #f6f6f6;
}

.purchase {
    font-size: 16px;
    color: #666666;
}

.buy-now {
    text-align: center;
    padding: 20px 0;
}

.purchase h2 {
    font-size: 36px;
    color: #333333;
    padding-top: 55px;
}

.purchase p {
    padding-top: 15px;
    line-height: 150%;
}

.purchase form {
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 45px;
}

.purchase input {
    margin-left: 15px;
}

.purchase table {
    margin: 20 auto;
    font-size: 16px;
    text-align: right;
    line-height: 150%;
}

ul.errorlist {
    color: red;
}

.process {
    text-align: center;
}

.process h2 {
    padding: 30px 0 10px;
    font-size: 18px;
    font-weight: bold;
}

.process p {
    margin: 10px 0;
}

.faq {
    border-top: 1px solid #d8d8d8;
    padding-bottom: 80px;
    box-shadow: 0 1px #d8d8d8;
}

.faq h2 {
    font-size: 36px;
    color: #333333;
    padding-top: 55px;
}

.faq h3 {
    font-size: 16px;
    color: #333333;
    padding-top: 30px;
    font-weight: bold;
}

.faq p {
    font-size: 16px;
    color: #666666;
    padding-top: 15px;
    line-height: 150%;
}

.footer {
    background-color: #11161a;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #999999;
    padding: 30px 0;
}

.footer a {
    color: #999999;
}

.terms h2 {
    font-size: 36px;
    color: #333333;
    padding-top: 55px;
}

.terms h3 {
    font-size: 20px;
    color: #333333;
    padding-top: 25px;
}

.terms p {
    font-size: 16px;
    color: #666666;
    padding-top: 15px;
    line-height: 150%;
}

Textarea {
    width: 300px;
}

.contact h2 {
    font-size: 36px;
    color: #333333;
    padding-top: 55px;
}

.contact p {
    font-size: 16px;
    color: #666666;
    padding-top: 15px;
    line-height: 150%;
}

.contact table {
    margin: 20 auto;
    font-size: 16px;
    text-align: right;
    line-height: 150%;
}

.contact ul li {
    float: left;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    .header h1 {
        background: transparent url("../img/manico-icon-64@2x.c143d0dfacc0.png") no-repeat left center;
        background-size: 64px 64px;
    }

    .appstore {
        background: url("../img/download-on-the-mac-app-store@2x.e5ce3470ded4.png") no-repeat;
        background-size: 165px 40px;
    }
}
