@charset "utf-8";


#footer {
	width: 874px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	position: relative;
	float: left;
	padding-top: 26px;
	padding-left: 26px;
	padding-bottom: 0px;
}
#footer_menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer_menu li {
	float: left;
}
#footer_menu a {
	color: #666666;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
#footer_menu a:hover {
	text-decoration: underline;
}
#footer_menu .footer_last a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	float: left;
}
#footer_menu .footer_indeed a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #cc0000;
	float: left;
	width: 120px;
	margin-left: 200px;
}
