﻿/**************************************************

	Footer

**************************************************/
#Footer
{
	position: relative;
	background: url(../images/bg_footer.gif) no-repeat bottom right;
	clear: both;
	height: 39px;
	width: 100%;
	color: #b59859;
}

#Footer #LatestNewsFooter
{
	position: absolute;
	margin-top: 20px;
	width: 205px;
	text-align: right;
}

#Footer #ProductFooter
{
	position: absolute;
	margin-top: 20px;
	width: 205px;
	text-align: right;
}

#Footer #LatestNewsFooter a
{
	margin-right: 10px;
	font-size: 0.8em;
	color: #f9af36;
}

#Footer #ProductFooter a
{
	margin-right: 10px;
	font-size: 0.8em;
	color: #f9af36;
}


#Footer p 
{
	float: right;
	font-size: 0.75em;
}

#Footer p.copyright
{
	
	margin: 3px 10px 0 0;
}

#FooterMenu
{
	clear: right;
	padding: 3px 10px 0 0;
}

#FooterMenu p 
{
	color: #eec86b;
}

#FooterMenu a 
{
	color: #ffffff;
	text-decoration: none;
}

/*#FooterMenu a:link, #FooterMenu a:visited
{
	*** Commented out to avoid validation errors. ***
}*/

#FooterMenu a:hover, #FooterMenu a:active 
{
	text-decoration: underline;
}