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

/* css related to footer is kept here and included in style.tmpl */

/* Position css */
#footer{width:100%;clear:left;  margin:0px 0 15px 0;padding-top:10px;padding-bottom:15px; float:left; position:relative}
#footer .menu{ float:left;}
#footer .menu ul{ margin:0;padding:0;}
#footer .menu ul li {display:inline;float:left;height:12px;line-height:12px;list-style:none; margin:0;padding:0;}
#footer .menu ul li:first-child a{ padding-left:0 margin-left:10px;}
#footer .menu ul li a{ padding:0 10px 0 10px; }
#footer-info{padding: 0 0 5px 0; height:16px;  position:absolute; left:-67px; top:22px; width:221px;} 

/* Style css */
#footer { background:#105d9a url(../images/bot-footer.gif) no-repeat left bottom;}
#footer .menu ul li:first-child a{ border-left:0;}
#footer .menu ul li a{ border-left:1px solid #fff; color:white;}
#footer .menu ul li a:hover{text-decoration:none;}

/* Text css */
#footer { color:#fff;}
#footer .menu ul li a{font-size:0.85em;}
#footer-info { text-align:right;}
#footer-info a{ font-size:0.85em; color:#ddd}
#footer-info a:hover{ color:white;}