﻿/*------------------------------------------------ FOOTER RELATED ---*/
#footer_gray,
#footer_white,
#footer_gray_white,
#footer_gray_breadcrumbs 
{
	width			: 936px;
	background		: url(images/footer_cap_gray.jpg) no-repeat top;
	text-align		: center;
	padding			: 40px 0px;
	color			: #666666;
	line-height		: 24px;
	clear:left;
}

#footer_gray img,
#footer_white img,
#footer_gray_white img,
#footer_gray_breadcrumbs img 
{
	padding:0px 5px 0px 5px;
}

#footer_white 
{
	background-image: url(images/footer_cap_white.jpg);
}

#footer_gray_white 
{
	background:url(images/footer_cap_gray_bread.jpg) no-repeat 0px -20px;
}

#footer_gray_breadcrumbs 
{
	background:url(images/footer_cap_gray_bread.jpg) no-repeat top;
}

	#footer_gray_breadcrumbs ul
	{
		margin:-33px 0px 25px 20px;
		padding:0;
		
		text-align:left;
	}
	
	#footer_gray_breadcrumbs ul li
	{
		display:inline;
		padding-right:2px;
		color:#999999;
	}
	
	#footer_gray_breadcrumbs ul li a:hover
	{
		color:#ffffff;
	}

#footer_gray a,
#footer_gray_white a,
#footer_white a,
#footer_gray_breadcrumbs a,
#footer_gray a:visited,
#footer_gray_white a:visited,
#footer_white a:visited,
#footer_gray_breadcrumbs a:visited,
#footer_gray a:active,
#footer_gray_white a:active,
#footer_white a:active,
#footer_gray_breadcrumbs a:active
{
	font-size		: 10px;
	color			: #999999;
	text-decoration	: none;
}

#footer_gray p,
#footer_gray_white p,
#footer_white p,
#footer_gray_breadcrumbs p
{
	font-size		: 9px;
	color			: #444444;
}

#footer_gray a:hover,
#footer_gray_white a:hover,
#footer_white a:hover,
#footer_gray_breadcrumbs a:hover
{
	color			:#3399FF;
}