﻿/**************************************************

	Footer

**************************************************/
#Footer
{
	position: relative;
	background: url(../images/bg_footer.gif) no-repeat bottom left;
	background-color: #cb2026;
	clear: both;
	height: 45px;
	width: 961px;
	color: #ffffff;
}

#Footer #LatestNewsFooter {
	bottom: 5px;
	position: absolute;
	padding-left: 10px;
	width: 190px;
}
	
	#no_news { padding: 10px; }

#Footer #LatestNewsFooter img 
{
	vertical-align: middle;
	margin-right: 1px;
	border: 0;
}

#Footer #LatestNewsFooter a
{
	margin-right: 10px;
	font-size: 0.75em;
	color: #ffffff;
}

#ProductFooter
{
	margin-left: 10px;
	margin-top: 20px;
	width: 180px;
	text-align: left;
}

#ProductFooter a
{
	margin-right: 10px;
	font-size: 0.8em;
	color: #939598;
	font-weight: bold;
}


#Footer p 
{
	float: right;
	font-size: 0.75em;
}

#Footer p.copyright
{
	
	margin: 3px 10px 0 0;
}

#FooterMenu
{
	clear: right;
	padding: 7px 10px 0 0;
}

#FooterMenu p 
{
	color: #333333;
}

#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;
}