@import url("nav-horizontal.css");
/* NAV BAR AT THE TOP AND ONE COLUMN OF CONTENT */
    div#content {
        position: relative;
         width: 960px;
        
        margin: 0 auto 20px auto;
        padding: 0;
        
        text-align: left;
    }
    div#local {
        width: 100%;
    }
    div#sub {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #sub .widget {
    width: 260px;
    height: 245px;
    float: left;
    margin-right: 20px;
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #eee;
    position: relative;
    }
    
    #p-index #sub .widget .learn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    }
    
    #sub .widget.right {
    margin-right: 0;
    background-color: #ff9933;
    color: #fff;
    }
    
    #sub #w-solutions.widget {
    background: #eee url(/images/newstyle/widget1.gif) center 110px no-repeat;
    }
    
    #sub #w-technology.widget {
    background: #eee url(/images/newstyle/widget2.gif) center 110px no-repeat;
    }
    
    #sub #w-trial.widget .signup {
    position: absolute;
    bottom: 20px;
    left: 20px;
    }
    
    div#nav {
        width: 700px;
        text-align: left;
    }
/* END CONTENT */