/*** BUSINESS PAGE ******************************/
#content {
    width: 960px;
    margin: 0px 0px 0px 0px;
    clear: both;
}
    #content .business h2 
    {
        color: #E76E34;
        font-size: 15px;
        margin: 0px;
    }

    #content .business .overview {
        background: url(../../img/pd/business-bg-v1.gif) -20px 25px no-repeat;
        padding: 0px 10px 10px 132px;
        margin-top: 10px;
    }
        
        #content .business .overview .header
        {
            float: left;
        }
        
        #content .business .overview .productVideo
        {
            width: 133px;
            height: 134px;
            float: left;
            margin-top: 10px;
            margin-left: 5px;
            cursor: pointer;
        }
        #content .business .overview .headerContent
        {
            width: 655px;
            float: left;
        }
        #content .business .overview .header h1 
        {
            font-family: myriad-pro-condensed;
            color: #74b64a;
            font-size: 26px;
            font-weight: 600;
            margin: 20px 0px;
        }
        #content .business .overview p.popText
        {
            font-size: 15px;
        }
        #content .business .overview .header p 
        {
            margin-bottom: 30px;
        }
        
        /* panels */
        #content .business .overview .panel {
            background: #f3f3f4 url(../../img/pd/business-panel-bg-v1.gif) top center repeat-x;
            border: 1px solid #d8d8d8;
            width: 700px;
            height: auto !important; /* IE6 */
            height: 72px;
            min-height: 72px;
            margin: 10px 0px;
            clear: both;
            overflow: hidden !important; /* IE6 compat, allows panels to grow organically. */
            overflow: visible;
        }
            #content .business .overview .panel .text {
                width: 570px;
                margin: 5px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
            }
            
            /* global panel elements */
            #content .business .overview .panel img {
                margin: 0px;
                padding: 5px;
            }
            #content .business .overview .panel p {
                margin: 0px;
                font-size: 13px;
                padding: 0px 0px 5px 0px;
            }
            
            /* left style box */
            #content .business .overview .panel .left .text {
                float: left;
            }
            #content .business .overview .panel .left {
                text-align:left;
            }
            #content .business .overview .panel .left img {
                float: left;
                margin: 0px 18px 0px 0px;
            }
            
            /* right style box */
            #content .business .overview .panel .right .text {
                float: right;
            }
            #content .business .overview .panel .right {
                text-align: right;
            }
            #content .business .overview .panel .right img {
                float: right;
                margin: 0px 0px 0px 18px;
            } 
        /* business type elements */
        #content .business .businesstype {
            background: #fff url(../../img/pd/business-businesstype-bg-v1.gif) top center repeat-x;
            height: 170px;
            width: 960px;
        }
            #content .business .businesstype .content
            {
                width: 600px; margin-left: 105px;height:170px;
            }
            #content .business .businesstype .text {
                width: 115px;
                font-size: 20px;
                float: left;
                display: inline;
                padding: 20px 0px 0px 30px;
                font-weight: 600;
            }
            /* floats allow more panels to be added */
            #content .business .businesstype .panel {
                position: relative; /* required for absolute positioned buttons */
                float: left;
                display: inline;
                width: 203px;
                overflow:hidden;
                padding: 0px 0px 0px 15px;
            }
                #content .business .businesstype .panel h1 {
                    text-align: center;
                    font-size: 18px;
                    font-weight: 600;
                    padding: 10px 0px 0px 0px;
                    color: #555
                }
                #content .business .businesstype .panel p {
                    padding: 0px 25px 0px 25px;
                    font-family: myriad-pro;
                    font-size: 14px;
                    font-weight: 600;
                    line-height: 16px;
                    color: #fff;
                    text-align: center;
                    margin-top: 0px;
                }
                #content .business .businesstype .panel .button {
                    position: absolute;
                    width: 152px;
                    height: 27px;
                    margin: -10px 0px 0px 60px; /* false centering */
                    bottom: 5px;
                    
                }
                #content .business .businesstype .panel a {
                    text-align: center;
                }
                #content .business .businesstype .panel .orange {
                    height: auto !important;
                    height: 152px;
                    min-height: 152px;
                    background: url(../../img/pd/business-businesstype-panel-orange-v1.png) top center no-repeat;
                    margin-top: -10px;
                }
                #content .business .businesstype .panel .green {
                    height: auto !important;
                    height: 152px;
                    min-height: 152px;
                    background: url(../../img/pd/business-businesstype-panel-green-v1.png) top center no-repeat;
                    margin-top: -10px;	
                }
        
            #content .business .customers {
                padding-top: 50px;
                padding-bottom: 20px;
                background: #fff url(../../img/pd/business-customers-bg-v2.gif) top center repeat-x;
                height: auto !important;
                height: 135px;
                clear: both;
                width: 960px;
            }
                #content .business .customers .link {
                    text-align:center;
                    clear: both;
                    margin-top: 10px;
                }
                    #content .business .customers .link a {
                        text-decoration: underline;
                        font-weight: 600;
                    }
                #content .business .customers .logo {
                    float: left;
                    text-align: center;
                    width: 192px;
                }
