/*
    Document   : footer
    Created on : 2013/06/12, 21:14:41
    Author     : kuncoro
    Description:
        Purpose of the stylesheet follows.
*/

root {
    display: block;
}
img.ftbnr {
    width: 135px;
    float: right;
    margin-right: 100px;
}

#footer {
    /*background: url('images/bg_textured.gif') repeat;*/
	background-image: url(images/bg_footer01.png);
    clear:both;
    /*position:fixed;*/
    bottom:0;
    width:100%;
    overflow:hidden;
    border-top-color: #AAA;
    border-top-style: ridge;
    z-index:500;
}
#footerIn {
    margin:0 auto;
    overflow:hidden;
    padding:14px;
}
#footerIn ul {
    float:right;
    width:479px;
    overflow:hidden;
}
#footerIn ul li {
    float:left;
}
#footerIn .secAdd {
    float:left;
    width:300px;
    padding:0px 0 0 5px;
}
#footerIn .secAdd address {
    font-family: 'CPMono ExtraLight';
    line-height:1.4em;
    font-style:normal;
    color:#fff;
    margin-bottom:13px;
}
#footerIn .secAdd address span {
    font-size:14px;
    font-weight:bold;
}

