﻿* 
{
    margin: 0;
}
a
{
    cursor: pointer;
    outline-style: none !important;
    outline-width: medium !important;
}
#footer-container
{
    background-image: url(/images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    width: 908px;
    height: 40px;
    float: left;
}
.footer-nav
{
    height: 12px;
    width: 290px;
    color: #FFFFFF;
    font-size: 10px;
    float: right;
    padding-top: 10px;
}
.footer-nav ul
{
    list-style: none;
    float: right;
}
.footer-nav li
{
    float: left;
    padding-right: 14px;
}
.footer-nav a
{
    color: #FFFFFF;
    font-size: 10px;
    text-decoration: none;
    font-weight: bold;
}
.footer-nav a:hover
{
    color: #FFFFFF;
    border-bottom: #FFFFFF solid 1px;
    font-size: 10px;
    font-weight: bold;
}
.credits 
{
	color: #898aac; 
	text-align: center; 
	font-size: 10px; 
	font-style: oblique;
	margin-right: 20px; 
	margin-top: 2px;
	float:right;
}
.credits a 
{
	color: #898aac; 
	text-decoration: none;
}