/***********************************
 * Footer
 * -------
 * Footer style. Includes the style
 * for the ticker
 * *********************************/
#ticker {
    position: relative;
    margin-bottom: 20px;
    width: 972px; height: 66px;
}
#footer {
    position: relative;
    height: 36px; padding: 7px 14px;
    border: 1px solid #c9c9c9;
    clear: both;
}
#CIPE, #legal {
    float: left;
}
#CIPE {
    margin-right: 14px;
}
#legal {
    font-size: 10px; color: #868686;
    line-height: 36px;
    padding-left: 10px;
    border-left: 1px solid #cacaca;
}
#HTC, #ignitionweb {
    float: right; margin-top: 4px;
} 
#HTC {
    margin-right: 14px;
}   
#footer .corner {
    position: absolute; width: 6px; height: 6px;
    background-image: url('http://www.3macs.com/_media/corner_footer.gif');
    background-repeat: no-repeat;
    font-size: 1px; /* avoid IE6 bug */
    overflow: hidden; /* avoid IE6 bug */
}
#footer .corner_top_left {
    top: -1px; left: -1px;
    background-position: top left;
}
#footer .corner_bottom_left {
    bottom: -1px; left: -1px;
    background-position: bottom left;
}
#footer .corner_top_right {
    top: -1px; right: -1px;
    background-position: top right;
}
#footer .corner_bottom_right {
    bottom: -1px; right: -1px;
    background-position: bottom right;
}
