
/* footer
-----------------------------*/
#footer-wrap{
	border-top:1px solid #bcbcbc;
	font:13px arial,helvetica,sans-serif;
	*font-size:small;
	*font:x-small;
	color:#333;
	text-align:center;
	background-color:#fff;
}
#footer-wrap .txt12{
	font-family:arial,helvetica,sans-serif;
	font-size:.92em;
	line-height:1.22;
	letter-spacing:normal;
}
#footer-links,#footer-links li,#footer-wrap p{
	margin:0; 
	padding:0; 
}
#footer{
	width:760px;
	margin:0 auto;
	padding:6px 0 6px;
	text-align:left;
}
#footer a{
	color:#3f445d;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer a:active{
	text-decoration:none;
}
#footer #footer-breadcrumb{
	float:left;
	width:70%;
	padding-bottom:3px;
	padding-left:12px;
}
* html #footer #footer-breadcrumb{
	padding-bottom:2px;
}
*:first-child+html #footer #footer-breadcrumb{
	padding-bottom:2px;
}
#footer-breadcrumb span{
	color:#d50000;
}
#footer-links{
	float:right;
	padding-right:12px;
	list-style-type:none;
}
#footer-links li{
	float:left;
	padding:0 7px;
	border-right:1px solid #838383;
}
li#footer-links-r{
	border:none;
	padding-right:0;
}
#footer-copyright{
	margin-left:12px;
	vertical-align:bottom;
	padding:5px 0 10px;
}