*
{
    margin:0;
    padding:0;
}

body
{
    background:#37434c url(/assets/images/bg.jpg) top repeat-x;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#344450;
}

.clear
{
    clear:both;
}

.focus-cta-button, .focus-cta-button:visited {

    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    color: #4d3400;
    font-weight:bold;
    cursor: pointer;
    display: inline-block;
    padding: 10px 10px 8px 10px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    font-family:Helvetica, Arial, sans-serif;
    font-size: 14px;
    float:right;
    background: #eda600; /* Old browsers */
    background: -moz-linear-gradient(top, #eda600 0%, #f2bd4e 50%, #f2bd4e 51%, #da9300 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eda600), color-stop(50%,#f2bd4e), color-stop(51%,#f2bd4e), color-stop(100%,#da9300)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eda600 0%,#f2bd4e 50%,#f2bd4e 51%,#da9300 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eda600 0%,#f2bd4e 50%,#f2bd4e 51%,#da9300 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #eda600 0%,#f2bd4e 50%,#f2bd4e 51%,#da9300 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eda600', endColorstr='#da9300',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #eda600 0%,#f2bd4e 50%,#f2bd4e 51%,#da9300 100%); /* W3C */
}

h1
{
    margin-bottom:7px;
    color:#006b6e;
    font-size:18px;
    font-weight:normal;
}

.presscenter h1
{
    margin-bottom:7px;
    margin-top:1em;
    color:#006b6e;
    font-size:18px;
    font-weight:normal;
}

h2
{
    padding-bottom:20px;
    font-size:16px;
    font-weight:normal;
    line-height:21px;
    color:#006b6e;
}

h3
{
    padding-bottom:20px;
    font-size:14px;
    font-weight:normal;
    line-height:18px;
    color:#006b6e;
}

p
{
    padding-bottom:20px;
    font-size:11px;
    line-height:18px;
}

a
{
    text-decoration:none;
    color:#59a021;
}

a:link,a:visited
{
    color:#59a021;
}

a:hover,a:active
{
    color:#99d827;
}

.intro {
    font-size:14px;
    line-height:21px;
    color:#455764;
}

.content-holder ul
{
    font-size:11px;
    line-height:18px;
    padding-left:14px;
    padding-bottom:10px;
}

.content-holder ul li
{
    padding-bottom:10px;
}



.content-holder hr {
    border:0;
    border-top:1px solid #EDECE8;
    margin:18px 0 38px;
}

.content ul{ 
    padding-left:14px;
}

.shell
{
    margin:0 auto;
    width:980px;
}

input[type=checkbox], input[type=radio]
{
    margin-right:5px;
}

/* -- HEADER -- */
.header
{
    background:url(/assets/images/header_bg.jpg) no-repeat;
    width:980px;
    height:150px;
}

.logo
{
    padding:40px 0 0 45px;
    float:left;
}

.logo h1
{
    margin:0;
    padding:0;
}

.logo h1 a 
{
    background:url(/assets/images/logo.jpg) no-repeat;
    display:block;
    width:197px;
    height:45px;
    margin:-3px 0 3px 0;
}

.logo h1 a span
{
    display:none;
}

.mast-nav
{
    padding:15px 40px 0 0;
    width:400px;
    font-size:10px;
    line-height:25px;
    height: 25px;
    float:right;
}

.mast-nav ul
{
    list-style:none;
}

.mast-nav ul li
{
    font-size:10px;
    padding-right:15px;
    line-height: 25px;
    float:right;
}

.mast-nav ul li a
{
    text-decoration:none;
    color:#566670;
}

.mast-nav ul li a:link,.mast-nav ul li a:visited
{
    color:#566670;
}

.mast-nav ul li a:hover,.mast-nav ul li a:active
{
    color:#99d827;
}

.mast-nav ul li.live-chat
{
    padding-left:21px;
    background:url(/assets/images/live_chat_icon.jpg) 0 5px no-repeat;
}

.mast-nav ul li.live-chat a
{
    text-decoration:none;
    color:#59a021;
}

.mast-nav ul li.live-chat a:link,.mast-nav ul li.live-chat a:visited
{
    color:#59a021;
}

.mast-nav ul li.live-chat a:hover,.mast-nav ul li.live-chat a:active
{
    color:#99d827;
}

/* -- FOOTER -- */
.footer
{
    padding:39px 35px 20px;
    background:url(/assets/images/footer_corners.jpg) top no-repeat;
    font-size:10px;
    line-height:20px;
    color:#6C989B;
}

.footer-nav-left
{
    float:left;
}

.footer-nav-right
{
    float:right;
}

.footer-nav-bottom
{
    font-size:9px;
}


/* -- NAVIGATION -- */
.nav
{
    padding:15px 10px 0;
    width:960px;
    height:50px;
    clear:both;
}

.nav ul
{
    font-size: 0;
    line-height: 0;
    padding-left: 0;
    padding-bottom: 0;
    list-style:none;
}

.nav ul li
{
    height:50px;
    float:left;
    overflow:hidden;
}

/* -- CONTENT SHELL -- */
.content-shell
{
    padding:0 10px;
    background:url(/assets/images/content_shadow_bg.jpg) no-repeat;
    width:960px;
}

.content-left
{
    font-size:11px;
    width:660px;
    float:left;
}

.content-wide
{
    font-size:11px;
    padding:10px 20px 0;
    width:870px;
    float:none;
}

.content-holder
{
    padding:0 45px 0 20px;
}

.content-section
{
    margin-bottom:28px;
    padding:0 0 8px;
    border-bottom:1px solid #EDECE8;
}

.content-section h1
{
    font-size:14px;
}

.content-right
{
    width:225px;
    float:right;
}

.content h1 a, .content h2 a {
    color:#006B6E;
}

/* -- IPHONE PAGE -- */

.iphone-left {
    width: 595px;
    float: left;
}
.iphone-right {
    width: 310px;
    height: 506px;
    background: url(/assets/images/iphone_bg.jpg) no-repeat;
    float: right;
}
.iphone-intro {
    padding-top: 20px;
    padding-bottom: 18px;
}

/* -- USES -- */

.uses-left {
    width: 595px;
    float: left;
}

.uses-left h1, .who-left h1 {
    margin:12px 0 24px 0;
}

.uses-left h2, .who-left h2 {
    padding-bottom:10px;
}

.uses-right {
    width: 310px;
    float: right;
}

.uses-right img {
    border:solid 1px #777;
}

/* -- HERO -- */

.hero {
	background: url(/assets/images/splash_hero.jpg) no-repeat;
	width: 960px;
	height: 240px;
	clear: both;
	position: relative;
}

.hero2 {
	background: url(/assets/images/splash_hero_01202010.jpg) no-repeat !important;
	width: 960px;
	height: 240px;
	clear: both;
	position: relative;
}

.hero h1, .hero ul, .hero ul li, .hero p {
    list-style: none;
    text-indent: -9999px;
}
.hero-try {
    position: absolute;
    top: 165px;
    left: -9px;
}
.learn-more {
    position: absolute;
    top: 0px;
    left: 595px;
}

.cardstack {
    position: absolute;
    top: 0px;
    left: 577px;
}

/* -- PAGE TITLES -- */
.page-title
{
    width: 960px;
    height: 70px;
    background: url(/assets/images/title_bg.jpg) no-repeat;
    position: relative;
}

.page-title h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 68px;
    text-indent: 45px;
    text-shadow: 1px 1px 3px #74b537;
    color: #FFFFFF;
}

.page-title .signup {
    position: absolute;
    top: 14px;
    left: 708px;
}

/* -- SUB NAV -- */
.sub-nav
{
    margin-bottom:40px;
    background:#f8f8f5;
    font-size:12px;
}

.sub-nav ul
{
    padding: 0;
    height:35px;
    line-height:35px;
    list-style:none;
    overflow:hidden;    
}

.sub-nav ul li
{
    background:url(/assets/images/subnav_divider.jpg) no-repeat;
    background-position:right;
    float:left;
}

.sub-nav ul li.sn-last
{
    background:none;
}

.sub-nav ul li a
{
    padding:0 20px;
    display:block;
    color:#566670;
}

.sub-nav ul li a:hover,.sub-nav ul li a:active
{
    text-decoration:underline;
}

.sub-nav ul li a.on
{
    color:#59a021;
}

.sub-nav ul li a.on:hover,.sub-nav ul li a.on:active
{
    text-decoration:none;
}

/* -- CONTENT -- */
.content
{
    padding:25px 25px 0;
    width:910px;
    background:#FFF;
}

.content a img
{
    border:0;
}

.ss-text
{
    width:370px;
    float:left;
}

.ss-pic
{
    padding:5px 0 26px;
    width:200px;
    float:right;
}

.welcome {
    padding: 14px 20px 0 20px;
    font-size: 14px;
    line-height: 21px;
    color: #344450;
    width: 564px;
    float: left;
}
.welcome h1 {
    padding: 0;
    margin: 0;
    text-indent: -9999px;
    background: url(/assets/images/splash-content-header.jpg) no-repeat;
    width: 565px;
    height: 36px;
}
.welcome p {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
    color: #344450;
}

.new-at-fs {
    margin: 20px 0;
    padding-top: 24px;
    border-top: 1px solid #edece8;
}
.new-at-fs h2 {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
    color: #006b6e;
}
.new-at-fs p {
    padding-bottom: 10px;
    font-size: 11px;
    line-height: 18px;
    color: #344450;
}

.co-right
{
    padding-bottom:20px;
    width:290px;
    height:380px;
    overflow:hidden;
    float:right;
}

.co-bucket h2
{
    padding-bottom:10px;
    margin-bottom:0;
    font-size:14px;
    font-weight:normal;
    color:#007C85;
    line-height:17px;
}

.co-bucket p
{
    padding-bottom:10px;
    font-size:11px;
    line-height:14px !important;
}

.co-bucket a
{
    font-size:11px;
}


/* --FEATURED CUSTOMERS -- */
.fc
{
    width:260px;
    padding:15px 15px 5px 15px;
    margin-top:30px;
    background:#F6F5F1;
}

/* -- FORMSPRING FEATURED AREA -- */

.co-right .feat, .feat
{
    width:260px;
    padding:15px 15px 5px 15px;
    margin-top:15px;
    background-color:#F6F5F1;
    text-align:left;
}

.to-go h2, .feat h2
{
    padding-bottom:10px;
    margin-bottom:0;
}

.to-go p, .feat p
{
    line-height:14px;
    padding-bottom:10px;
}

/* -- SPLASH FOOTER CALLOUTS -- */
.co-bottom
{
    height:115px;
    overflow:hidden;
}

.co-bottom h1
{
    margin-left:25px;
    margin-bottom:10px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#344450;
}

.co-bottom h1 a,.co-bottom h1 a:link,.co-bottom h1 a:visited
{
    color:#344450;
    text-decoration:none;
}

.co-bottom h1 a:hover,.co-bottom h1 a:active
{
    color:#59a021;
}

.co-bottom p
{
    font-size:11px;
    line-height:14px;
}

.co-contactforms,.co-surveys,.co-regforms,.co-orderforms
{
    padding:18px 15px 0;
    width:200px;
    height:97px;
    font-size:11px;
    line-height:14px;
    float:left;
}

.co-contactforms
{
    background:url(/assets/images/splash_contactforms.jpg) no-repeat;
}

.co-surveys
{
    background:url(/assets/images/splash_surveys.jpg) no-repeat;
    width:195px;
}

.co-regforms
{
    background:url(/assets/images/splash_regforms.jpg) no-repeat;
    width:195px;
}

.co-orderforms
{
    background:url(/assets/images/splash_orderforms.jpg) no-repeat;
}

/* -- SIDEBAR -- INTERIOR CALLOUTS -- */
.interior-co
{
    height:120px;
    width:225px;
    margin-bottom:20px;
    position:relative;
    cursor:pointer;
}

.interior-co-signup
{
    margin-bottom:20px;
}

.co-calc-form-fields
{
    background:url(/assets/images/co_calc_form_fields.jpg) no-repeat;
}

.co-conditional-logic
{
    background:url(/assets/images/co_conditional_logic.jpg) no-repeat;
}

.co-data
{
    background:url(/assets/images/co_data.jpg) no-repeat;
}

.co-multiple-users
{
    background:url(/assets/images/co_multiple_users.jpg) no-repeat;
}

.co-payment-integration
{
    height:140px;
    background:url(/assets/images/co_payment_integration.jpg) no-repeat;
}

.co-private-label
{
    height:140px;
    background:url(/assets/images/co_private_label.jpg) no-repeat;
}

.co-security
{
    background:url(/assets/images/co_security.jpg) no-repeat;
}

.co-smart-routing
{
    background:url(/assets/images/co_smart_routing.jpg) no-repeat;
}

.content-right .togo
{
    background:url(/assets/images/interior_co_togo.jpg) no-repeat;
}

.interior-co a
{
    position:absolute;
    left:202px;
    top:5px;
}

/* -- PRICING -- */

table#pricing
{
    padding-bottom:30px;
    color:#344450;
}

.featureLabel
{
    width:245px;
    font-weight:bold;
}

.featureCell
{
    width:125px;
    text-align:center;
}

table#pricing th
{
    vertical-align:top;
}

table#pricing th.blank
{
    border-bottom:1px solid #F2F2F2;
}

th.pricing-max
{
    background:url(/assets/images/pricing/th_max.jpg);
    width:125px;
    height:170px;
}

th.pricing-business
{
    background:url(/assets/images/pricing/th_business.jpg);
    width:125px;
    height:170px;
}

th.pricing-professional
{
    background:url(/assets/images/pricing/th_professional.jpg);
    width:125px;
    height:170px;
}

th.pricing-starter
{
    background:url(/assets/images/pricing/th_starter.jpg);
    width:125px;
    height:170px;
}

th.pricing-free
{
    background:url(/assets/images/pricing/th_free.jpg);
    width:125px;
    height:170px;
}

table#pricing th h1
{
    display:none;
}

th .pricing-subscribe
{
    padding-top:128px;
}

table#pricing td
{
    height:39px;
    border-bottom:1px solid #F2F2F2;
}

table#pricing td.bg1
{
    background:#F6F6F6;
    border-bottom:1px solid #e9e9e9;
}

table#pricing td.bg2
{
    background:#FBFBFB;
    border-bottom:1px solid #EEE;
}

table#pricing td.bg3
{
    background:#DFF3C9;
    border-bottom:1px solid #d4e7bf;
}

.planToolTip {
    font-size:9px;
    font-weight:normal;
    vertical-align:super;
}

.pricingFAQ {
    margin:10px;
    padding-top:10px;
}

.pricingFAQ div {
    width:400px;
}

.pricingFAQ h2, .pricing-content .pricingFAQ h2 {
    padding:10px 0;
    color:#006B6E;
}

.pricingFAQ p {
    font-size:12px;
}

/* -- TEAM BIO -- */
.bio-hs
{
    margin-top:35px;
    width:100px;
    height:140px;
    float:left;
}

.bio-text
{
    padding-right:0;
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom:1px solid #edece8;
    width:475px;
    float:right;
}

.bio-text-bottom
{
    padding-right:45px;
    padding-bottom:30px;
    width:475px;
    float:right;
}

.bio-text p,.bio-text-bottom p
{
    padding-bottom:0;
}

#map
{
    padding-bottom:40px;
    width:400px;
    height:300px;
    float:left;
}

.address
{
    width:170px;
    float:right;
}

.address-company
{
    font-weight:bold;
    color:#006b6e;
}


/* INTEGRATIONS */

.integrations p, .integrations li, .paymentintegrations p, .paymentintegrations li
{
    font-size:14px;
    line-height:21px;
    color:#455764;
}

.integrations #integration-video
{
    margin:10px 0 30px 0;
}

.integrations .intro img, .paymentintegrations .intro img
{
    margin-bottom:25px;
}

.integrations .page-title {
	width: 960px;
	height: 70px;
	background: url(/assets/images/integrations/integrations_title_bg.jpg) no-repeat;
	position: relative;
}

.paymentintegrations .page-title {
	width: 960px;
	height: 70px;
	background: url(/assets/images/integrations/paymentintegrations_title_bg.jpg) no-repeat;
	position: relative;
}

.integrations .page-title .signup, .paymentintegrations .page-title .signup {
    position: absolute;
    top: 14px;
    left: 708px;
}

.integrations .content-section, .paymentintegrations .content-section {
    padding:0;
    margin:0;
    border-top: 1px solid #edece8;
    border-bottom:0;
}

.integration-logo {
    float: left;
}

.integration-name {
    padding: 18px 0 10px 40px;
    width: 350px;
    float: right;
}

.integration-name h1 {
    padding: 0 0 6px 0;
    margin: 0;
    font-size: 18px;
    color: #006b6e;
}

.integration-name p {
    padding: 0;
    font-size: 11px;
    line-height: 18px;
    color: #344450;
}

ul.integration-links {
    padding:12px 20px;
    margin:0;
    list-style: none;
    background-color:#F6F5F1;
    width:185px;
}

ul.integration-links li {
    padding:0;
    margin:25px 0;
    overflow: hidden;
}

ul.integration-links li a {
    padding:0;
    margin:0;
    display: block;
    width: 185px;
    overflow: hidden;
}

/* PRESS CENTER */

.presscenter ul
{
    font-size:11px;
    line-height:18px;
    padding:0;
    margin:0;
}

.presscenter ul li
{
    background-color: #EFEFEF;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: 90px;
    list-style-type: none;
    margin: 0 5px 5px 0;
    padding: 10px;
    width: 170px;
}

.presscenter ul li a {
    display:block
}

.presscenter p
{
    padding-bottom:10px;
    font-size:11px;
    line-height:18px;
}

.presscenter_sidebar_box h2
{
    padding:0 0 10px 0;
}

.presscenter_sidebar_box p
{
    font-size:90% !important;
    line-height:normal !important;
    padding:0;
}

.presscenter_sidebar_box
{
    padding:20px;
    background-color:#efefef;
}

.presscenter_logos a
{
    display:block;
    margin-bottom:20px;
}

/*  PAYMENT INTEGRATIONS */
.pipartner
{
margin-bottom:15px;
}


    .videothumb {
        width:250px;
        overflow:hidden;
        font-family:Helvetica, Calibri, san-serif;
        background-image: url(/assets/images/videothumb.png);
        background-repeat:no-repeat;
    }

    .videothumb img {
        width:250px;
        height:120px;
        border: none;
    }

    .videothumb .videotitle {
        text-align:center;
        margin:1px 0 0 0;
        padding:10px;
    }
    
    .videothumb .videotitle a {
        color:#fff;
        font-size:12px;
        text-decoration:none;    
    }

    .videothumb .videotitle a:hover {
        text-decoration:underline;
    }

    .videothumb-wrapper-right {
        float:right;margin-left:15px
    }

    .videothumb-wrapper-left {
        float:left;margin-right:15px
    }

    .videothumb-wrapper-center .videothumb {
        margin:0 auto;
        margin-bottom:10px;
    }
        h2.focus-header {
            font-family: 'Droid Sans', Helvetica, arial, serif;
            color:#37434c;
            font-size:32px;
            line-height: 36px;
            
        }
    
        p.focus-subtext {
            font-size:14px;
            line-height: 22px;
            
        }
    
        .focus-video {
            width:320px;
            background-color: #efefef;
            float:right;
            margin:0 0 15px 15px;
        }
        
        .focus-video-caption{
            font-size: 11px;
            padding: 6px 8px 8px 8px;
            background-color:#fff;
        
        }
        
        .focus-call-to-action{
            padding: 10px 10px 15px 10px;
            margin: 10px 350px 10px 0;
            border-top:1px solid #ccc;        
            border-bottom:1px solid #ccc;        
            height:30px;
            }

        .focus-call-to-action p {
            font-family: helvetica,arial,sans-serif;
            font-size: 14px;
            font-weight: bold;
            margin: 9px 0 0 0;
            padding: 0 0 0 0;
        }
            
        .focus-call-to-action img {
            float:right;
        }
    
    
        ul.focus-features {
            margin:0 0 0 0;
            padding: 0 0 0 0;
            list-style-type: none;
        }
    
        ul.focus-features li {

            float: left;
            margin: 0 25px 25px 0;
            padding: 0;
            width: 250px;
        }

        ul.focus-features li h3 {
            color: #42aa44;
            font-family: Helvetica, Arial, sans-serif;
            margin: 10px 0 0 0;
            font-weight: bold;
            font-size: 16px !important;
            padding: 0 0 0 0;
        }

        ul.focus-features li p {
            margin:0 0 0 0;
            padding: 0 0 0 0;
        }
        .hide { display:none }   

        ul.focus-features li:nth-child(4n+4) {
            clear:left;
        }



