body {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: rgb(190, 210, 220);
    }

a:link, a:visited {
    color: #0066af;
    text-decoration: none;
    }
a:hover {
    color: #0092df;
    text-decoration: underline;
    }
a img {
    border: none;
    }


div.header {
    position: relative;
    margin: 150px auto 0 auto;
    padding: 0;
    width: 900px;
    height: 190px;
    background-color: #222;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#111), to(#333));
    background-image: -moz-linear-gradient(top, #111, #333);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    }
    div.logo {
        position: absolute;
        top: -150px;
        left: 50px;
        padding: 20px;
        width: 300px;
        height: 280px;
        background: url(images/logo.png) center bottom no-repeat;
        }
    div.store {
        position: absolute;
        top: 65px;
        right: 310px;
        margin: 0;
        padding: 0;
        width: 182px;
        height: 62px;
        }
        div.store a {
            display: block;
            width: 182px;
            height: 62px;
            background-image: url(../images/button-store.png);
            }
    div.download {
        position: absolute;
        top: 65px;
        right: 160px;
        margin: 0;
        padding: 0;
        width: 142px;
        height: 62px;
        }
        div.download a {
            display: block;
            width: 142px;
            height: 62px;
            background-image: url(../images/button-download.png);
            }
    div.purchase {
        position: absolute;
        top: 65px;
        right: 20px;
        margin: 0;
        padding: 0;
        width: 134px;
        height: 62px;
        }
        div.purchase a {
            display: block;
            width: 134px;
            height: 62px;
            background-image: url(../images/button-purchase.png);
            }

div.page {
    margin: 0 auto 20px auto;
    padding: 0;
    width: 900px;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    }
    div.page:after { content: ""; display: block; height: 0; clear: both; }


div.section {
    padding: 30px;
    border-bottom: 1px solid #ddd;
    }
    div.section:after { content: ""; display: block; height: 0; clear: both; }
    div.section:last-child {
        border-bottom: none;
        }
    div.section h2 {
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 20px;
        font-weight: normal;
        color: #222;
        }
    div.section h3 {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 14px;
        font-weight: bold;
        color: #444;
        }
    div.section p {
        margin: 0 0 15px 0;
        padding: 0;
        font-size: 12px;
        font-weight: normal;
        line-height: 16px;
        color: #666;
        }


ul.screenshots {
    float: right;
    margin: 0 0 0 20px;
    width: 280px;
    list-style: none;
    }
    ul.screenshots:after { content: ""; display: block; height: 0; clear: both; }
    ul.screenshots li {
        float: left;
        margin: 0 0 10px 10px;
        padding: 0;
        width: 125px;
        height: 80px;
        }
        ul.screenshots li img {
            width: 125px;
            height: 80px;
            }


ul.features {
    margin: 0;
    padding: 0;
    list-style: none;
    }
    ul.features:after { content: ""; display: block; height: 0; clear: both; }
    ul.features li {
        position: relative;
        float: left;
        width: 210px;
        margin: 10px;
        padding: 0 0 0 42px;
        }
        ul.features li img {
            position: absolute;
            left: 0;
            top: 0;
            }
        ul.features li h4 {
            margin: 0 0 5px 0;
            padding: 0;
            font-size: 12px;
            }
        ul.features li p {
            margin: 0;
            padding: 0;
            font-size: 11px;
            line-height: 14px;
            color: #666;
            }


div.footer {
    position: relative;
    margin: 0 auto 20px auto;
    width: 940px;
    text-align: center;
    }
    div.footer p {
        font-size: 11px;
        color: #666;
        }
        div.footer p a {
            color: #444;
            }


