/* CSS Document */
#footerContainer{
	float:left;
	width:960px;
	margin:0 12px 0 12px;
	background:url(../imgs/footer_bg.gif) top left repeat-x #FFFFFF;
	padding:16px 0;
}
#footerContainer .row{
	width:100%;
	margin-bottom:25px;
}
.addressBlock table tr td{
/*	width:110px;*/
	padding:15px;
	border-right:solid 1px #EFE7F6;
	color:#CBADE3;
	font-size:11px;
	line-height:1.1em;
}
.addressBlock table tr td p{
	margin:0 0 10px 0;
}
.addressBlock table tr td:hover p,
.addressBlock table tr td:hover a{
	color:#6607A5;
}

.addressBlock table tr td a{
	color:#CBADE3;
	text-decoration:none;
}
.addressBlock table tr td a:hover{
	text-decoration:underline;
}

#footerContainer .blockRight{
	float:right;
	width:194px;
	padding:12px 0;
}
#footerContainer .blockRight select{
	margin-top:25px;
	border:solid 1px #BFBFBF;
	color:#BFBFBF;
	font-size:11px;
	width:138px;
}
#copyright{
	margin-left:20px;
	color:#B2B2B2;
	font-size:10px;
}
#certifications{
	clear:left;
	margin-top:20px;
	margin-left:20px;
}
#footerPaleta{
	float:right;
	width:194px;
}
#footerPaleta a{
	float:left;
	width:51px;
	height:7px;
	background:url(../imgs/footerPLT.gif) top left no-repeat;
}
#footerPaleta a:hover{
	float:left;
	width:51px;
	height:7px;
	background:url(../imgs/footerPLT.gif) bottom left no-repeat;
}