@charset "utf-8";
/* CSS Document */

/* Footer
   -- The footer is divided into two main sections - footer and footer-links
   -- footer-links is the lower section
*/
#footer {position: relative;}

#footer-links ul {text-transform: lowercase;}
#footer-links li {display: inline; margin: 0 0 0 -8px; padding: 0 8px 0 10px;}
#footer-links li img {margin-right: 24px; vertical-align: top;}
#footer-links li select {xmargin-left: 48px; text-transform: none; width: 150px;}

#footer-links a {background: none; text-decoration:none}
#footer-links a:link, #footer-links a:visited {color: #333;}
#footer-links a:hover {color: #336699;}
#footer-links a:active {color: #CC3333;}


