body
{
    margin: 0;
    padding: 0;
    background-color: #070a0e;
    font-family: 'Lucida Grande', 'Helvetica', 'Arial', 'san-serif';
    font-size: 11px;
    color: #fff;
    min-width: 640px;
}

a
{
    text-decoration: none;
    color: #188cfd;
}

#page, #page-outer, #page-inner
{
    background: url('bg.png') repeat-x;
    background-color: #000;
    padding-bottom: 20px;
}

#page-outer
{
    float: left;
    width: 100%;
}

#page-inner
{
    margin: 0 auto;
}

#header
{
    padding-top: 30px;
}

#header h1, #header h2
{
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#header h1
{
    padding-top:50px; /* 40 + 10 padding */
    background:url('h1.png') no-repeat;
    width: 259px;
    margin: 0 auto;
}

#header h2
{
    padding-top:38px;
    background:url('h2.png') no-repeat;
    width: 410px;
    margin: 0 auto;
}

#navigation
{
    margin: 15px auto 0 auto;
    width: 235px;
    height: 36px;
    cursor: pointer;    
}

#navigation-about-down
{
    background: url('about_down.png');
    width: 118px;
    height: 36px;
    float: left;
}

#navigation-about-up
{
    background: url('about_up.png');
    width: 118px;
    height: 36px;
    float: left;    
}

#navigation-about-up:hover
{
    background-position: right;
}

#navigation-support-up
{
    background: url('support_up.png');
    width: 117px;
    height: 36px;
    float: left;
}

#navigation-support-up:hover
{
    background-position: right;
}

#navigation-support-down
{
    background: url('support_down.png');
    width: 117px;
    height: 36px;
    float: left;
}

#intro
{
    line-height: 1.5em;
    margin: 0 0 10px 0;
}

#content
{
    width: 800px;
    margin: 25px auto;
}

#content-narrow
{
    width: 500px;
    margin: 25px auto 20px auto;
}

#content-narrow h1
{
    font-family: 'Helvetica', 'Arial', 'sans-serif';
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    margin: 0 0 25px 0;
    text-align: center;
}

#download-button
{
    background: url('app_store.png');
    width: 187px;
    height: 42px;
    cursor: pointer;
    display: block;
    margin: 12px auto;
}

#download-button:hover
{
    background-position: right;
}

#dashboard-widget
{
    font-weight: bold;
    padding-top: 10px;
    font-size: 10px;
    text-align: center;
}

#screencast
{
    background:url('iphone_splash.png') no-repeat;
    width: 347px;
    height: 625px; /* padding of 20 at the bottom */
    margin: 0;
    float: left;
}

#screencast-qt
{
    position: relative;
    width: 240px;
    height: 360px;
    left: 54px;
    top: 90px;
}

#details
{
    float: left;
    margin: 0 0 0 10px;
    font-family: 'Lucida Grande', 'Helvetica', 'Arial', 'san-serif';
    font-size: 12px;
    font-weight: normal;    
    width: 440px;
}

#details ul
{
    margin: 0;
    padding: 0 0 0 30px;
    font-size: 12px;
    line-height: 1.8em;    
    list-style-image: url('bullet.png');
}

#details-intro
{
}

#details h1
{
    font-family: 'Helvetica', 'Arial', 'sans-serif';
    font-weight: normal;
    font-size: 30px;
    color: #006eff;
    margin: 0;
    padding: 0;
}

#details h2
{
    color: #ff2b53;
    text-shadow: rgba(0,0,0, 1) 0px 1px 0px;    
    text-transform: uppercase;
    font-size: 12px;
}


#reviews-outer
{
    width: 440px;
    margin: 20px auto 0 auto;
    padding: 0 0 10px 0;
    background: url('reviews-bottom.png') bottom no-repeat;
}

#reviews-inner
{
    background: url('reviews-top.png') no-repeat;
    padding: 10px 0 0 0;
}

#reviews
{
    background: url('reviews.png') repeat-y;        
    width: 400px;
    margin: 0;
    padding: 10px 20px;
}

.review
{
    margin: 0;
    font-size: 11px;
    line-height: 1.4em;
    color: #fff;
    text-align: justify;
}

.reviewer, .last-reviewer
{
    text-align:right;
    padding-top: 4px;
    font-size: 11px;
    font-weight: bold;
    color: #006eff;
    line-height: 1em;
}

.reviewer
{
    padding-bottom: 20px;
}

.question
{
    font-family: 'Helvetica', 'Arial', 'sans-serif';
    font-weight: normal;
    font-size: 16px;
    color: #006eff;
    text-shadow: rgba(0,0,0,.9) 0px 1px 0px;    
    margin: 0 0 8px 0;
    padding: 0;
}

.answer
{
    line-height: 1.5em;
    font-size: 12px;
    margin: 0 0 24px 0;
    text-align: justify;
}

#sample
{
    height: 404px;        
    width: 458px;
    margin: 30px auto 0 auto;
    display: block;
}

#footer
{
    clear: left;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 11px;
    color: #555;
    border-top: 1px solid #071a32;
    background: url('footer.png') repeat-x;
    background-color: #070a0e;
}

#summary
{
    clear: left;
    color:#fff;
    text-shadow: rgba(0,0,0,.6) 0px 1px 0px;
}

#summary h1
{
    text-align: center;    
    font-weight: normal;
    color: #006eff;
}

#summary p
{
    line-height: 1.5em;    
    text-align: justify;
}

#contact
{
    margin: 20px auto 30px auto;
    text-align:center;
    text-shadow: rgba(0,0,0,.6) 0px 1px 0px;        
}

.notice h1
{
    text-align: center;
}

.notice
{
    padding: 10px;
    margin: 0px 0px 20px 0px;
    border: 1px solid #f35555;
    background-color: #790702;
    font-weight:bold;
}