/* ----- SUBFOOTER ----- */
#subfooter,  #footer { width: 100%; height: 68px; clear: both; margin: 0px auto; min-width: 1000px; }

/* ----- FOOTER ----- */
#footer { margin-top: -68px; position: relative; background-color: transparent; color: #85d4f8; }
* html #footer { width:expression((document.compatMode && document.compatMode == 'CSS1Compat') ? (document.documentElement.clientWidth < 1000 ? "1000px" : "auto") : (document.body.clientWidth < 1000 ? "1000px" : "auto"))}

/* ----- inner ----- */
#footer .inner { margin: 0 25px; position: relative; }
#footer .inner .bg { width: 100%; height: 68px; background: url("images/f-bg.gif") repeat-x; position: relative; }
*html #footer .inner .bg { width: 99%; }
#footer .inner .lbg { left: 0; top: 0; position: absolute; width: 120px; height: 68px; background: url("images/f-lbg.gif") no-repeat; }
#footer .inner .rbg { right: 0; top: 0; position: absolute; width: 120px; height: 68px; background: url("images/f-rbg.gif") no-repeat; }
*html #footer .inner .rbg { right: -1%; }

/* ----- banner ----- */
#footer .f-banner { right: 53px; bottom: 7px; position: absolute; }

/* ----- copyrights ----- */
#footer .f-copyrights { left: 35px; top: 28px; position: absolute; }

/* ----- menu ----- */
#footer .f-menu { left: 0; top: 35px; position: absolute; width: 44%; margin: 0 28% 0 28%; }
#footer .f-menu table { width: 100%; }
#footer .f-menu table td { text-align: center; }
#footer .f-menu table .item { padding: 0 12px; }
#footer .f-menu table .item a { color: #85d4f8; }
