
.footer_box {
    margin:0 auto;
    width:1000px;
    height:300px;
    bottom:0px;
    z-index:11;
    border-top:0px solid black;
    background:white;
	color:black;
    
}

.s_box {
    margin-right:30px;
    padding-top:60px;
    width:75px;
    height:200px;
    background:white;
    float:left;
    text-align:left;
    text-transform:uppercase;
    line-height:2em;
    font-size: 11px;
    letter-spacing:0.08em;
    font-weight:400;
	color:black;
}

.foo_h3 {
    font-size: 14px;
    letter-spacing:0.2em;
    font-weight:400;
    padding-bottom:10px;
	color:black;
}

.foo_desc {
    font-size: 12px;
    line-height:1.7em;
    text-align:justify;
    text-transform:none;
    letter-spacing:0.05em;
    font-weight:100;
    padding-top:6px;
	color:black;
    
}

.foo_li {
    padding-bottom:8px;
    
}

.copyright {
    font-size:10px !important;
    font-weight:100;
    margin:0px;
    padding:4px;
    height:16px;
    bottom:0px;
    border-top:0px solid black;
    background:white;
    text-align:center  
}