div.site_container {
    border: 1px solid #E1E1E1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
}

    div.site_container div.column {
        width: 20%;
        float: left;
        height: 100%;
    }
    
    div.site_container div.column.static {
        float: right;
        clear: none;
    }
    
    div.site_container div.footer {
        color: #E1E1E1;
        clear: both;
        margin: 0;
        padding: 10px;
        line-height: 100%;
        background-color: #333;
        -moz-border-radius-bottomleft: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -webkit-border-bottom-right-radius: 10px;
    }
        
        div.site_container div.footer a {
            color: #E1E1E1;
        }
        
        div.site_container h2 {
            display: block;
            margin: 0;
            padding: 0;
            color: #FFF;
            font-size: 20px;
            font-weight: normal;
            background-color: transparent;
        }   
            
            div.site_container div.column h2 a {
                display: block;
                color: #FFF;
                padding: 10px;
                text-decoration: none;
                font-weight: normal;
            }
            
            div.site_container div.column h2.nolink {
                padding: 10px;
            }
            
            div.site_container div.column.about_us, div.site_container div.column.sms_info, div.site_container div.column.bluetooth, div.site_container div.column.creative {
                width: 195px;
            }
            
            div.site_container div.column.client {
                width: 200px;
            }
            
            div.site_container div.column.about_us h2 {
                background-image: url(/static/images/home/sectionheadingbg_about_us.png);
                -moz-border-radius-topleft: 10px;
                -webkit-border-top-left-radius: 10px;
            }
            
            div.site_container div.column.sms_info h2 {
                background-image: url(/static/images/home/sectionheadingbg_sms.png);
            }
            
            div.site_container div.column.bluetooth h2 {
                background-image: url(/static/images/home/sectionheadingbg_bluetooth.png);
            }
            
            div.site_container div.column.creative h2 {
                background-image: url(/static/images/home/sectionheadingbg_creative.png);
            }
            
            div.site_container div.column.client h2 {
                background-image: url(/static/images/home/sectionheadingbg_client_user.png);
                -moz-border-radius-topright: 10px;
                -webkit-border-top-right-radius: 10px;
            }
                
                div.site_container div.column.client h2.newuser {
                    background-image: url(/static/images/home/sectionheadingbg_new_user.png);
                    -moz-border-radius-topright: 0;
                    -webkit-border-top-right-radius: 0;
                }
            
            div.site_container div.column div.feature {
                height: 218px;
                background-repeat: no-repeat;
            }
                
                div.site_container div.column div.feature.whitebg {
                    background-color: #FFF;
                }
            
            div.site_container div.column.sms_info div.feature {
                background-image: url(/static/images/home/sectionimage_sms.jpg);
            }
            
            div.site_container div.column.bluetooth div.feature {
                background-image: url(/static/images/home/sectionimage_bluetooth.jpg);
            }
            
            div.site_container div.column.creative div.feature {
                background-image: url(/static/images/home/sectionimage_creative.jpg);
            }
            
            div.site_container div.column div.morefeature {
                overflow: auto;
                height: 250px;
                background-color: transparent;
            }
                
                div.site_container div.column div.morefeature.withheading {
                    overflow: auto;
                    height: 200px;
                }
                
                div.site_container div.column div.morefeature.whitetransbg {
                    background-image: url(/static/images/home/sectionbg_new_user.png);
                }
                
                div.site_container div.column.about_us div.morefeature {
                    background-image: url(/static/images/home/sectionbg_about_us.png);
                }
                
                div.site_container div.column.creative div.morefeature {
                    background-image: url(/static/images/home/sectionbg_creative.png);
                }
                
                div.site_container div.column.bluetooth div.morefeature {
                    background-image: url(/static/images/home/sectionbg_bluetooth.png);
                }
                
                div.site_container div.column.sms_info div.morefeature {
                    background-image: url(/static/images/home/sectionbg_sms.png);
                }
                
                div.site_container div.column.about_us div.fullfeature {
                    background-color: transparent;
                    height: 468px;
                    background-image: url(/static/images/home/sectionbg_about_us.png);
                }
                    
                    div.site_container div.column.about_us div.fullfeature div.bgfeature {
                        height: 100%;
                        background-image: url(/static/images/home/about_us_image.png);
                        background-position: bottom left;
                        background-repeat: no-repeat;
                    }
                    
                div.site_container div.column div.content {
                    padding: 10px 10px 0 10px;
                }
                    
                    div.site_container div.column div.content p {
                        margin: 0;
                    }
                    
                    div.column * {
                        color: #FFF;
                    }
                    
                    div.darktext, div.darktext * {
                        color: #333;
                    }
                    
                    div.column * {
                        line-height: 150%;
                    }
                        
                        div.column ul {
                            list-style-type: square;
                            list-style-position: inside;
                            padding: 0;
                            margin: 0;
                        }
                            
                            div.column ul li {
                                padding: 0;
                                margin: 0;
                            }
                                
                                div.column ul li ul {
                                    margin-left: 2em;
                                    list-style-type: circle;
                                }
                    
                    a.readmore {
                        display: block;
                        font-weight: bold;
                    }

a.button {
    color: #333;
    background-color: #f6f6f6;
    background-image: url(/static/images/button_bg.jpg);
    background-position: bottom;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 4px 10px;
    text-shadow: 0px 1px #FFF;
    font-weight: bold;
    text-decoration: none;
}

.handcursor {
    cursor: pointer;
    cursor: hand;
}

a.button:active {
    background: #D8D8D8;
}

div.site_container div.column.fullread {
    width: 100%;
}   
    
    div.site_container div.column.fullread.ani {
        position: absolute;
        top: 0;
        left: 0;
        width: 780px;
        display: none;
    }
    
    div.site_container div.column.fullread div.morefeature {
        background-color: transparent;
        height: auto;
        overflow: visible;
    }
    
    div.site_container div.column.fullread.ani div.morefeature {
        height: 468px;
        overflow: auto;
    }
        
        div.site_container div.column.fullread div.morefeature div.content {
            padding: 10px;
        }
    
    div.site_container div.column.fullread h2 {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }
    
    div.site_container div.column.fullread.ani h2 {
        -moz-border-radius-topleft: 10px;
        -webkit-border-top-left-radius: 10px;
    }
    
    div.site_container div.column.fullread h3 {
        margin: 15px 0 10px 0;
        border: 0;
        font-size: 18px;
        font-weight: normal;
        border-bottom: 1px dotted #FFF;
    }
    
    div.site_container div.column.fullread h4 {
        margin: 10px 0 5px 0;
        border: 0;
        font-size: 14px;
        font-weight: normal;
    }