#home_columns {
    width: 950px;
    background: url(../images/3column_bg.png) top left repeat-y;
}
    .column {
        width: 274px;
        float: left;
        padding: 20px 20px 0px 20px;
        position: relative;
    }
        .column H2 {
            margin: 0px;
            font-weight: bold;
            font-size: 11pt;
            margin-bottom: 5px;
            color: #EF6212;
        }
        .column H1 {
            margin: 0px;
            font-weight: normal;
            font-size: 14pt;
            color: #EF6212;
            margin-bottom: 5px;
        }
        .column H3 {
            margin: 20px 0px 5px 0px;
            font-weight: normal;
            font-size: 12pt;
            color: #EF6212;
        }
        .column P {
            margin: 5px 0px;
            font-weight: normal;
            font-size: 10pt;
        }
        .column UL {
            margin: 0px;
            padding-left: 13px;
        }
            .column LI {
                list-style: url(../images/list_image.png);
                font-weight: normal;
                font-size: 10pt;
            }
        .column .cost {
            display: block;
            float: left;
            background: url(../images/cost_bg.png) top left no-repeat;
            width: 160px;
            height: 31px;
            color: #fff;
            font-weight: bold;
            font-size: 12pt;
            text-align: center;
            line-height: 31px;
            margin-right: 3px;
            text-decoration: none;
        }
    #home_columns .more_info {
        border-top: 1px solid #EF6212;
        border-bottom: 1px solid #EF6212;
        padding: 10px 0px;
        margin: 20px 20px 0px 20px;
        text-align: right;
    }
    #home_columns .more_info A.more {
        position: relative;
        top: -10px;
        text-decoration: none;
        color: #000;
        padding-right: 20px;
        margin-right: 10px;
        background: url(../images/arrow.png) right no-repeat;
    }
    #home_columns .screenshot {
        margin: 10px 0px 0px 0px;
    }
    
#home_footer {
    margin-top: 10px;
    padding-bottom: 20px;
}
    #home_footer #about {
        position: relative;
        margin-left: 18px;
        width: 604px;
        background: url(../images/home_footer_bg.png) top left repeat-y;
    }
        #home_footer #about #left {
            margin: 10px 20px;
            width: 255px;
            padding-bottom: 20px;
        }
            #home_footer #about #left H1 {
                margin: 0px;
                font-weight: normal;
                font-size: 14pt;
                color: #fff;
                margin-bottom: 5px;
            }
            #home_footer #about #left P {
                margin: 0px;
                font-weight: normal;
                font-size: 10pt;
                color: #fff;
                margin-bottom: 5px;
            }
            #home_footer #about #left UL {
                margin: 0px;
                padding-left: 13px;
            }
            #home_footer #about #left LI {
                list-style: disc;
                font-weight: normal;
                font-size: 10pt;
                color: #fff;
                margin: 2px 0px;
            }
        #home_footer #about #right {
            position: absolute;
            top: 10px;
            left: 300px;
            margin: 10px 20px;
            width: 255px;
        }
            #home_footer #about #right H1 {
                margin: 0px;
                font-weight: normal;
                font-size: 14pt;
                color: #EF6212;
                margin-bottom: 5px;
            }
            #home_footer #about #right P {
                margin: 0px;
                font-weight: normal;
                font-size: 10pt;
                color: #000;
                margin-bottom: 5px;
            }
            #home_footer #about #right UL {
                margin: 0px;
                padding-left: 13px;
            }
            #home_footer #about #right LI {
                list-style: url(../images/list_image.png);
                font-weight: normal;
                font-size: 10pt;
                color: #000;
                margin: 2px 0px;
            }
        #home_footer #about .top {
            display: block;
            width: 604px;
            height: 9px;
            background: url(../images/home_footer_top.png) top left no-repeat;
        }
        #home_footer #about .bottom {
            display: block;
            width: 604px;
            height: 9px;
            background: url(../images/home_footer_bottom.png) top left no-repeat;
        }
    #home_footer #right_home_footer {
        float: right;
        padding-top: 0px;
        margin-right: 10px;
    }
#menu LI UL {
    left: 0px !important;
    z-index: 200;
}
.pricing {
    display: block;
    position: absolute;
    left: 220px;
    top: 5px;
}
#col3 .pricing {
    left: 230px;
}
