﻿@charset utf-8;

div#Footer
{
	clear: left;
	background: #ffffff url(../../../images/controls/footer/Footer-Background.jpg) repeat-x top;
	height: 40px;
	margin: 0;
}

div#Footer li
{
	float: left;
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding-right: 15px;
	padding-left: 15px;
	background:  transparent url(../../../images/common/separator.jpg) no-repeat left;
	/* Simulate the :first-child pseudo-class for IE6 whith CSS expressions */
	background-image: expression((this===this.parentNode.childNodes[0])?"none":"url(../../../images/common/separator.jpg);");
}

/* use :first-child pseudo-class for Firefox, IE7, Safari and Opera */
div#Footer li:first-child
{
	background-image: none;
}

div#Footer a
{
	font-weight: normal;
}

div#Footer img
{
	float: right;
	margin: 10px 10px 20px 0px;
}