/******* RESET *******/
html, body, div, h1, h2, h3, h4, h5, ul, ol, li, form, fieldset, input, textarea {
    margin: 0;
    padding: 0;
    font-size: 100%;
}
ul, ol {margin-left: 20px;}
ol { list-style: none; }
li { padding-bottom: 10px; }
img, fieldset {border: 0;}
h1, h2, h3 {font-weight: normal;}
em, i {font-style: italic;}
strong, b {font-weight: bold;}
u {text-decoration: underline;}
/******* END RESET *******/

html { overflow-y: auto; }

body {
    width: 100%;
    position: relative;
    margin: 0 auto;
    background: #badff2 url("/static/cogi_web/images/recorder/iphone_back_sliver.gif") repeat-x top left;
    font-size: 1.0em;
    font-family: "Trebuchet MS", Arial, sans-serif;
    line-height: 1.3em;
    color: #292929;
    text-align: center;
    height: 100%;
}

a { color: #0f4a68; }

li { font-size: .9em; }

h2 {
    color: #1c5774;
    font-weight: normal;
    font-size: 1.5em;
    padding-bottom: 10px;
}
#main-wrapper {
    width: 950px;
    margin: 0 auto;
}
#page-header {
    width: auto;
    text-transform: uppercase;
}
    .logo {
        float: left;
    }
    .top-nav {
        padding-top: 45px;
        float: right;
        width: auto;
        white-space: nowrap;
        border-bottom: 1px solid #5d869b;
    }
    #page-header ul {
        display: inline;
    }
    #page-header li {
        display: inline;
        padding-right: 15px;
    }
    #page-header li:last-child {
        padding-right: 0;
    }
    
    #page-header li, #page-header li a {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
    }
    #page-header li a.standout {
        color: #ff3;
        font-weight: bold;
    }

/** Home Page **/
#content-block-wrapper {
    margin-top: 20px;
}
.home-intro-copy {
    float: left;
    padding-top: 90px;
    _padding-top: 110px;
    width: 520px;
}



small { display: block; color: #3f3f3f; text-align: left; }

#home-iphone {
    float: right;
    background: transparent url("/static/cogi_web/images/recorder/iphone_home.jpg") no-repeat;
    height: 793px;
    width: 322px;
}

#footer {
    clear: both;
    font-size: .7em;
    text-align: left;
    margin-top: 100px;
    color: #666;
}

/** FAQ **/
#faq-box {
    -moz-border-radius: 6px;
    border: 1px solid #fff;
    background-color: #fff;
    width: 900px;
    min-height: 400px;
    margin: 0 auto;
    text-align: left;
    padding: 20px;
}

.faq-image {
    float: left;
}
.faq-details {
    float: right;
    width: 500px;
    padding-top: 30px;
}
    .faq-details ol {
        list-style-type: decimal;
    }
.back-next {
    float: right; 
    width: auto; 
    margin-right: 20px;

}
ul.faq li { 
    line-height: normal; 
    padding-bottom: 5px;
    margin-left: 10px;
}
.headline {
    padding-top: 20px;
}
