@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 1;
	outline: 0;
	vertical-align: baseline;
	background-color: #000;
}
.page {
	width: 80%;
	margin: 0 auto;
}
#footer {
	margin-top: 5px;
	background-color: #000;
}
.footer-top {
}
.f-nav-section {
	overflow: hidden;
}
.f-nav-section ul {
	float:left;
	overflow:hidden;
	margin-top:12px;
}
.f-nav-section ul li {
	float:left;
	margin-right:6px;
}
.f-nav-section ul li a {
	display:block;
	font-size:14px;
	padding-right:8px;
	font-family: 'dinregular';
	color:#fff;
	border-right:1px solid #fff;
	line-height:16px;
}
.last {
	border-right: none !important;
	
}
.footer-bottom {
	overflow: hidden;
	background-color: #000;
}
.copyright {
	float: left;
	margin-top: 8px;
	clear: none;
}
.copyright ul {
	/* [disabled]overflow:hidden; */
}
.copyright ul li {
	float: left;
	margin-right: 7px;
	padding-right: 5px;
	color: #707070;
	font-size: 13px;
	line-height: 17px;
	font-family: Tahoma, Geneva, sans-serif;
}
.copyright ul li a.select {
	color:#c62b2b;
}
.copyright ul li a {
	color:#707070;
}
