﻿/**************************************************

	Footer

**************************************************/
#Footer
{
	background: url(../images/bg_footer.gif) no-repeat left bottom;
	clear: both;
	color: #007e3a;
	height: 39px;
	position: relative;
	width: 100%;
}

	.checkout #Footer { background: url(../images/checkout_footer.gif) no-repeat bottom right; }
	
	.checkout #Footer, .checkout #Footer p, .checkout #Footer p.copyright { color: #6eb74b; }

#ProductFooter
{
	margin-left: 10px;
	margin-top: 20px;
	/* min-height: 340px; */
	padding-bottom: 15px;
	text-align: left;
	width: 180px;
}

	.IE6 { height: 340px; }

#ProductFooter a {
	color: #007e3a;
	font-size: .8em;
	margin-right: 10px;
}

#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 {
	color: #007e3a;
	margin: 3px 10px 0 0;
}

    .IE6 #Footer p.copyright { margin-right: 5px; }

#FooterMenu
{
	clear: right;
	padding: 3px 10px 0 0;
}

#FooterMenu p 
{
	color: #007e3a;
	margin: 0;
}

#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;
}