﻿#footer
{
    background-image: url('../img/images/bg_lace.gif');
	background-repeat:repeat;
	background-position: left top;
    clear:both; 
    position:relative;
    color:#d7d4ac;
    background-color:#333333;
}

#footer ul
{
    background-image: url('../img/images/footer_bg.gif');
	background-repeat:repeat-x;
	background-position: left top;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 10px;
    position: relative;
}

#footer ul li 
{
    display:inline;
    position:relative;
    background-image: none;
}

#footer img
{
    position:absolute;
    top:10px;
    left:0px;
    z-index:101;
}

#footer ul li a
{
    line-height: 22px;
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: Transparent;
    text-decoration: none;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #d7d4ac;
}

#footer ul li a:link, #footer ul li a:visited
{
    color: #d7d4ac;
}

#footer ul li a:hover, #footer ul li a:active
{
    color: #9aa04c;
}

#footer li.last a:link, #footer li.last a:visited
{
    border-right-style: none;
    border-right-width: 0px;
}

#footer li.last a:hover, #footer li.last a:active, #nav li.last a:focus {
    border-right-style: none;
    border-right-width: 0px;
}

#footer p
{
    text-align:center;
    padding-bottom:15px;
    position:relative;
    background-image: none;
    clear:both;
}