ul, ol { list-style: none; }
/** TOP SECTION **/

body {
    font-size: .9em;
    line-height: 1.2em;
}
.home-content-wrapper {
    padding-top: 30px;
    width: 950px;
}
.home-intro-copy {
    float: left;
    width: 480px;
    margin-right: 30px;
    color: #fff;
    font-size: 1.0em;
    line-height: 1.5em;
}
.home-intro-copy strong {
    font-size: 1.2em;
}
.try-button {
    text-align: center;
    padding-top: 5px;
}
.video, .reg-form {
    float: left;
    width: 415px;
}
    .video span {
        font-size: .9em;
        font-style: italic;
        color: #fff;
        padding-left: 20px;
        color: #3f3f3f;
    }

#feature-list {
    border-top: 1px solid #d4e9f4;
    margin-top: 30px;
    padding-top: 10px;
    padding-left: 20px;
}
    #feature-list .feature {
        width: 212px;
        padding-right: 5px;
        margin-right: 15px;
        float: left;
        border-right: 1px solid #d4e9f4;
    }
    #feature-list .feature:last-child { padding-right: 0; margin-right: 0; border: 0; }
    #feature-list .feature-last { padding-right: 0; margin-right: 0; border: 0; } /* IE hack */
    #feature-list .feature-icon {
        float: left;
    }
    #feature-list h3 {
        font-size: 18px;
        font-weight: bold;
        padding-top: 12px;
    }
    #feature-list h3 a { 
        font-weight: normal; 
        font-size: 18px; 
    }
    #feature-list .feature-description {
        clear: both;
        font-size: .9em;
        padding: 5px;
    }
/** /TOP SECTION **/



/** MID SECTION **/
#mid-section-wrapper {
    width: 100%;
    background-color: #fbefc5;
    border-top: 1px solid #bab3a0;
    margin-top: 20px;
}
#mid-section-content-wrapper {
    width: 950px;
    margin: 0 auto;
    text-align: left;
    padding: 30px 0;
    overflow: visible;
}
.use-case-box {
    width: 500px;
    padding: 7px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 2px solid #fff;
    float: left;
    height: 263px;
}
.use {
    width: 220px;
    margin: 10px 10px;
    float: left;
}
.use-icon {
    float: left;
    width: 60px;
    height: 100px;
}
.use-description {
    width: 245px;
}
h3.use-case {
    font-size: 20px;
    font-weight: bold;
    width: 260px;
    padding: 10px;
    background-color: #fbefc5;
    margin-top: -30px;
}
.testimonials-box {
    width: 390px;
    padding: 5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 2px solid #fff;
    float: right;
    height: 268px;
}

blockquote
{
    background: transparent url(/static/cogi_web/images/home/quote-start.png) 0 0 no-repeat;
    line-height: 1.35em;
    padding-bottom: 25px;
}

blockquote p
{
    background: transparent url(/static/cogi_web/images/home/quote-end.png) bottom right no-repeat;
}
blockquote p
{
    text-indent: 40px;
    letter-spacing: -.5px;
}

blockquote .testimonial-name
{
    display: block;
    float: right;
}
#who-uses {
    padding-left: 10px;
}
.who-uses-icon {
    float: left;
}

#awards {
    float: left;
    width: 300px;
    margin-right: 25px;
    padding-top: 30px;
    clear: both;
    margin-bottom: 30px;
}
    #awards ul
    {
        background-color: #fff;
        border: 1px solid #d5d5d5;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        padding: 10px;
        padding-bottom: 0px;
    }
    #awards ul li {
        background: transparent url(/static/cogi_web/images/home/award-star.png) 0 0 no-repeat;
        padding-left: 45px;
        margin-bottom: 10px;
        vertical-align: middle;
        height: 45px;
    }
    #awards ul li:last-child { margin-bottom: 0; }

#awards h3, #lighter-side h3, #from-the-blog h3 { padding-bottom: 10px; }

#lighter-side {
    float: left;
    width: 250px;
    padding-top: 30px;
    margin-right: 25px;
    padding-left: 50px;
}

#from-the-blog {
    float: left;
    padding-top: 30px;
    width: 300px;
    font-size: .8em;
}
    #from-the-blog .blog-date {
        color: #666;
    }
    #from-the-blog .blog-title a {
        font-weight: bold;
    }
    #from-the-blog .blog-copy {
    }   
/** /MID SECTION **/

