div#footer {
    width: 890px;
    height: 57px;
    background-image: url('../pictures/container_edge_bottom.png');
    background-repeat: no-repeat;
}

div#footerLinksDiv {
    text-align: right;
    padding-right: 5px;
    font-family: 'Arial';
    font-size: 10px;
    color: gray;
    width: 890px;
    height: 57px;
}

div#footerLinksDivUpper {
    padding-right: 5px;
    width: 890px;
    height: 40px;
}



div#footerNavLinksDiv {
    text-align: right;
    padding-right: 5px;
    font-family: 'Arial';
    font-size: 10px;
    color: gray;
    width: 890px;
    height: 30px;	
}

span#footerLinks {
    font-weight: normal;
}

span#footerNavLinks {
    font-weight: normal;
}

div#footerNavLinksRow {
}

div#footerProductLinksContainer {
	
	margin-top: 15px;
}

div#footerProductLinks {
    text-align: right;
    padding-right: 10px;
    font-family: 'Arial';
    font-size: 10px;
    color: gray;
    width: 880px;
    height: 27px;
}

.footerLink:link {
    color: #3e3e3e;
    text-decoration: underline;
    font-size: 15px;
    font-weight: bold;
}

.footerLink:visited {
    color: #3e3e3e;
    text-decoration: underline;
    font-size: 15px;
    font-weight: bold;
}

.footerLink:hover {
    color: black;
    text-decoration: underline;
    font-size: 15px;
    font-weight: bold;
}

.footerLink:active {
    color: #c00000;
    font-size: 15px;
    font-weight: bold;
}