/******* RESET *******/
html, body, div, h1, h2, h3, h4, h5, ul, ol, li, form, fieldset {
    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;
}
h3 {
    font-size: 18px;
    color: #3f3f3f;
}
    h3.dim { color: #ccc; }
#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: 25px;
    }
    #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: 40px;
    text-align: center;
}

#footer {
    clear: both;
    font-size: .7em;
    text-align: left;
    padding-top: 10px;
    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;
}
h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
}
h2.faq { 
    border-top: 1px solid #666; 
    padding-top: 15px; 
    margin-top: 20px;
    font-size: 1.2em;
}

.title {
    font-weight: bold;
    font-size: 1.1em;    
}

td { text-align: left; }
.testimonial {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 330px;
}
#steps-box {
    width: 300px; 
    padding: 10px; 
    background-color: #fff;
    -moz-border-radius: 8px; 
    border: 2px solid #fff;
    text-align: left;
}
    #steps-box h2 { font-weight: bold; font-size: 20px; }
.signup-box-right {
    float: right; 
    margin-left: 20px;
}
.signup-box-left {
    float: left; 
}
