/* CSS Footer-Definitions // mcGarden */

#footer
{
	clear: both;
	width: 100%;
	height: 112px;
	background: url(../_img/design/bg_footer.jpg);
	text-align: center;
	margin-top:-10px;
}

#footer ul
{
	list-style-type: none;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 12px;
	border-bottom:1px solid #9c948e;
	padding-bottom: 20px;
	position: relative;
	left: 0;
	top: 20px;
	margin-bottom: 0px;
}

#footer ul li
{
	display: inline;
	padding: 20px 5px;
	margin: 0;
	border-right: 1px solid #9c948e;
	border-left: 0px solid #c4bbb1;
	margin-left: 1px;

}

#footer ul li.first {
	border-right: 1px solid #9c948e;
	border-left: 1px solid #9c948e;
}

#footer ul li a,
#footer div a
{
	font-size: 11px;
	color: #685c53;
	text-decoration: none;
}

#footer ul li a:hover,
#footer ul li a.active
{
	font-size: 11px;
	color: #362f2b;
	text-decoration: none;
}

#footer div
{
	font-size: 11px;
	color: #685c53;
	border-top: 1px solid #c4bbb1;
	margin-top: 20px;
}
