@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

#footer {
	width: auto;
	min-width: 960px;
	background: #f1f1f1;
	border: solid 1px #dddddd;
	font-size: 14px;
	color: #888888;
}

#footer .inner{
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}

#footer ul {
	list-style-type: none;
}

#footer ul li{
	float: left;
	margin-right: 30px;
}

#footer a {
	color: #555555;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #copyright {
	padding-top: 9px;
	display: block;
	clear: both;
}

#footer #cybertrust-msg {
	width: 480px;;
	margin-top: 15px;
}

#footer .flt-items {
	margin-top: 11px;
}