/*-------------------------
-- Mitsubishi Megaview 
-- 2009 MEA Digital
--
-- Footer Styles
-------------------------*/

#site_footer { background: #FFF; height: 120px; position: relative; width: 930px;}

/* Footer Navigation */
	
div#footer_navigation {background: #FFF; border-top:1px solid #000; margin:15px 15px 10px; width:900px;}

div#footer_navigation ul {margin:0; padding:0 0 0 60px; list-style:none; white-space:nowrap; text-align:center; width:800px; }
/*div#footer_navigation ul {display:inline-block;} */
div#footer_navigation li { list-style:none; display:inline; margin: 0; padding: 0; float: left;}


div#footer_navigation li {margin:0; padding:0; list-style:none;}
/*div#footer_navigation li {display:inline-block; display:inline;}
div#footer_navigation ul {display:table; margin:0 auto;}*/
div#footer_navigation ul li {float:left; display:block; position:relative;}


div#footer_navigation b {position:absolute;} 

div#footer_navigation a {display:block; font:normal 10px verdana,arial,sans-serif; color:#000; line-height:25px; text-decoration:none;padding:0 12px;}
div#footer_navigation a:hover {color:#666;}

/* Footer Content */

div#footer_content { border-top:1px solid #000; clear: both; margin: 10px 15px; padding:10px 0 0 0; width: 900px; }

div#footer_content p { font-family: Verdana,Arial,sans-serif; font-size:9px; margin:2px 0;}

#site_footer ul.logos {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:center;}
#site_footer ul.logos {display:inline-block;} 
#site_footer ul.logos {display:inline;}

#site_footer ul.logos li {margin:0; padding:0; list-style:none;}
#site_footer ul.logos li {display:inline-block; display:inline;}

#site_footer a {color: #333;}
#site_footer a:hover {color: #666;}

div#footer_content .footer_right { float: right; text-align: right; }


