body {
    font-family: "Helvetica Neue", Helvetica, Arial, Veranda, sans-serif;
    text-align: left;
}

a {
    color: #4e94ab;
}
            
/*** Pitch ***/            
#pitch-wrapper {
    height: 427px;
    width: 100%;
    background: url(../home/img/bg/pitch-wrapper.png) top left repeat-x;
    border-top: 1px solid #45a2c6;
    border-bottom: 1px solid #e6ddc4;
}

#pitch {
    width: 1020px;
    margin: 0 auto;
    background: url(../home/img/bg/pitch.png) top right no-repeat;
    height: 427px;
    position: relative;
}

    #pitch #screenshot {
        margin-top: -40px;
        margin-left: 18px;
        float: left;
    }
    
    #pitch h1 {
        background: url(../home/img/shout.png) no-repeat;
        width: 450px;
        height: 139px;
        float: right;
        margin-right: 15px;
        margin-top: 35px;
    }
        
        #pitch h1 span {
            display: block;
            position: absolute;
            top: -5000px;
        }
        
    #pitch #whisper {
        font-family: Georgia, serif;
        font-size: 23px;
        letter-spacing: 0.3px;
        color: #fff;
        font-weight: lighter;
        line-height: 27px;
        float: right;
        width: 420px;
        margin-top: -30px;
        margin-right: 42px;
    }
    
        #pitch #whisper div {
            margin-top: 7px;
        }
    
    #pitch #trynow {
        height: 85px;
        width: 470px;
        display: block;
        float: right;
        font-family: Georiga, serif;
        font-size: 20px;
        overflow: hidden;
        position: absolute;
        bottom: 17px;
        right: 0px;
    }
    
        #pitch #trynow a {
            text-decoration: underline;
        }
        
        #pitch #trynow a#trybtn {
            background: url(../home/img/trynow.png) no-repeat;
            width: 287px;
            height: 85px;
            display: block;
            float: left;
            margin-right: 20px;
        }
        
        #pitch #trynow a#trybtn:hover 
        {
            background: url(../home/img/trynow.png) 0 -85px no-repeat;
        }
        
        #pitch #trynow a#trybtn:active 
        {
            background: url(../home/img/trynow.png) 0 -170px no-repeat;
        }
        
            #pitch #trynow a#trybtn span {
                display: block;
                position: absolute;
                top: -5000px;
            }
            
        #pitch #trynow div {
            height: 85px;
            line-height: 85px;
        }
        
/*** Content ***/
#content {
    width: 960px;
    margin: 0 auto;
    padding-top: 34px;
    overflow: auto;
}

    #content #left {
        width: 380px;
        float: left;
    }
    
        #content #left #quotes {
            margin-bottom: 48px;
        }
        
            #content #left #quotes blockquote {
                font-size: 16px;
                font-family: "Georgia", serif;
                color: #222;
                margin-bottom: 36px;
                line-height: 21px;
                overflow: auto;
            }
            
                #content #left #quotes blockquote.odd {
                    background: url(../home/img/bg/quote-left.png) top left no-repeat;
                    padding-left: 22px;
                    padding-top: 27px;
                }
                
                #content #left #quotes blockquote.even {
                    background: url(../home/img/bg/quote-right.png) top right no-repeat;
                    padding-right: 18px;
                    padding-top: 23px;
                }
                
            #content #left #quotes cite {
                display: block;
                float: right;
                margin-top: 15px;
                font-family: "WhitneyLight", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
                font-size: 14px;
                font-style: italic;
                color: #656565;
                padding-left: 70px;
            }
                
                #content #left #quotes cite img {
                    float: left;
                    margin-top: 5px;
                    margin-right: 11px;
                }
                
            #content #left #quotes a {
                color: #4e94ab;
                font-family: "Helvetica Neue", Helvetica, Verdana, Arial,sans-serif;
                font-size: 14px;
                text-decoration: underline;
                display: block;
                text-align: center;
            }
            
        #content #left #box-wrapper {
            padding: 0;
            margin: 0;
            border: 1px solid #e6ddc4;
        }
        
        #content #left #box {
            background-color: #fff9eb;
            border: 1px solid #fff;
            padding: 30px 20px;
        }
        
            #content #left #box h2 {
                padding: 0;
                margin: 0;
                font-family: "WhitneyLight", "Helvetica Neue", Helvetica, Verdana, Arial,sans-serif;
                font-size: 24px;
                width: 100%;
                text-align: center;
            }
            
            #content #left #box ul {
                margin: 0;
                padding-top: 35px;
            }
            
                #content #left #box ul li {
                    list-style-type: none;
                    padding-left: 50px;
                    background: url(../home/img/icons/check.png) center left no-repeat;
                    margin-bottom: 24px;
                    min-height: 40px;
                }
                
                    #content #left #box ul li strong {
                        font-weight: bold;
                        font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
                        font-size: 15px;
                        display: block;
                        padding-top: 5px;
                        color: #333;
                    }
                    
                    #content #left #box ul li em {
                        font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
                        font-weight: normal;
                        font-style: italic;
                        color: #777;
                        padding-top: 2px;
                        display: block;
                    }
                    
            #content #left #box #trysmall-wrapper {
                
            }
            
                #content #left #box #trysmall-wrapper a.trysmall {
                    background: url(../home/img/trynow-small.png) no-repeat;
                    display: block;
                    width: 169px;
                    height: 51px;
                    float: left;
                    margin-right: 20px;
                }
                
                #content #left #box #trysmall-wrapper a.trysmall:hover 
                {
                    background: url(../home/img/trynow-small.png) 0 -51px no-repeat;
                }
                
                    #content #left #box a.trysmall span {
                        position: absolute;
                        top: -5000px;
                    }
                
            #content #left #box #trysmall-wrapper div {
                line-height: 51px;
                color: #474747;
                font-family: "Georgia", serif;
                font-size: 16px;
            }
                
                #content #left #box #trysmall-wrapper div a {
                    text-decoration: underline;
                }
                
        #content #left ul#social {
            overflow: auto;
            padding: 0 0 20px 0;
            margin: 20px 0 0 0;
            width: 100%;
        }
        
            #content #left ul#social li {
                margin: 0;
                padding: 0;
                list-style-type: none;
                width: 25%;
                display: block;
                float: left;
                font-size: 12px;
                color: #444;
                text-align: center;
            }
            
                #content #left ul#social li img {
                    width: 62px;
                    height: 62px;
                    margin: 0 auto 3px auto;
                }
                
                #content #left ul#social li a {
                    color: #444;
                }
    
    #content #right {
        width: 515px;
        float: right;
        overflow: hidden;
    }
    
        #content #right #video {
            width: 537px;
            height: 308px;
            background: url(../home/img/bg/video.png) bottom right no-repeat;
            padding-bottom: 20px;
            overflow: auto;
        }
        
            #content #right #video #player {
                height: 289px;
                width: 516px;
                background: #fff;
                float: right;
            }
            
        #content #right ul#features {
            margin-top: 30px;
        }
        
            #content #right ul#features li {
                list-style-type: none;
                margin-bottom: 42px;
            }
            
                #content #right ul#features li a:hover 
                {
                    text-decoration: none;
                }
            
                #content #right ul#features li.odd img {
                    float: left;
                    margin-right: 17px;
                }
                
                #content #right ul#features li.even img {
                    float: right;
                    margin-left: 17px;
                }
                
                #content #right ul#features li h2 {
                    font-family: "WhitneyLight", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
                    font-weight: normal;
                    color: #e59d00;
                    font-size: 24px;
                    margin: 0;
                    padding: 0;
                }
                
                #content #right ul#features li.odd h2 {
                    text-align: left;
                }
                
                #content #right ul#features li.even h2 {
                    text-align: left;
                }
                
                #content #right ul#features li p {
                    margin: 18px 0 0 0;
                    padding: 0;
                    font-size: 16px;
                    color: #656565;
                }
                
