body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#888a8c;
	background:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(215,216,216)),
		color-stop(0.2, rgb(255,255,255)),
		color-stop(0.8, rgb(255,255,255)),
		color-stop(1, rgb(215,216,216))
	);
	background:-moz-linear-gradient(
		center bottom,
		rgb(215,216,216) 0%,
		rgb(255,255,255) 20%,
		rgb(255,255,255) 80%,
		rgb(215,216,216) 100%
	);
}

@font-face {
	font-family: 'FrutigerLightCn';
	src: url('frutigercn-webfont.eot');
	src: local('☺'), url('../fonts/frutigercn-webfont.woff') format('woff'), url('../fonts/frutigercn-webfont.ttf') format('truetype'), url('../fonts/frutigercn-webfont.svg#webfontFrZkOAPu') format('svg');
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration:none;
	color:#01c0ff;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'FrutigerLightCn', sans-serif;
}

h3 {
	color:#01c0ff;
}

input {
	border:solid 1px #c2c2c2;
	font-size:11px;
	padding:5px 10px;
}


div#all {
	width:980px;
	margin:0 auto;
	overflow:hidden;
}

div.navigation {
	overflow:hidden;
	font-family: 'FrutigerLightCn', sans-serif;
	font-size:14px;
}

div.navigation ul {
	width:100%;
	height:36px;
	padding:0;
	margin:0;
	background:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.34, rgb(83,86,89)),
    color-stop(0.84, rgb(53,55,58))
	);
	background:-moz-linear-gradient(
		center bottom,
		rgb(83,86,89) 34%,
		rgb(53,55,58) 84%
	);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

div.navigation li {
	padding:0;
	margin:0;
	float:left;
	list-style:none;
	line-height:36px;
}

div.navigation li:hover {
	background:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.34, rgb(8,8,9)),
    color-stop(0.84, rgb(53,55,58))
	);
	background:-moz-linear-gradient(
		center bottom,
		rgb(8,8,9) 34%,
		rgb(53,55,58) 84%
	);
}

div.navigation li:first-child:hover {
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
}

div.navigation a {
	padding:0 20px;
	color:#fff;
	display:block;
}

div#featured {
	padding:10px;
	margin:10px 0;
	background:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.34, rgb(83,86,89)),
    color-stop(0.84, rgb(53,55,58))
	);
	background:-moz-linear-gradient(
		center bottom,
		rgb(83,86,89) 34%,
		rgb(53,55,58) 84%
	);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

div#featured-inner {
	padding:80px 10px;
	color:#43464a;
	font-family: 'FrutigerLightCn', sans-serif;
	text-align:center;
	background:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.34, rgb(217,217,217)),
		color-stop(0.84, rgb(254,254,254))
	);
	background:-moz-linear-gradient(
		center bottom,
		rgb(217,217,217) 34%,
		rgb(254,254,254) 84%
	);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

div#featured h2 {
	font-size:60px;
	margin:0;
}

div#featured p {
	font-size:24px;
	margin:0;
}

/* LOGIN */

div.login {
	float:right;
}

div.login form p {
	float:left;
}

/* USERINFO */

div#userinfo {
	float:right;
}

div#userinfo li {
	list-style:none;
	float:left;
}

div#userinfo a {
	display:block;
	padding:0 10px;
}

/* FOOTER */

div#footer {
	width:100%;
	height:135px;
	position:fixed;
	bottom:0;
	background:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(48,50,53)),
		color-stop(1, rgb(83,86,89))
	);
	background:-moz-linear-gradient(
		center bottom,
		rgb(48,50,53) 0%,
		rgb(83,86,89) 100%
	);
}

div#footer-inner {
	width:980px;
	height:135px;
	margin:0 auto;
	overflow:hidden;
	color:#fff;
}

div#footer-inner ul {
	margin:0;
	padding:0;
	height:60px;
	border-bottom:solid 1px #7e7f81;
}

div#footer-inner li {
	float:left;
	list-style:none;
	padding:0;
}

div#footer-inner a {
	color:#fff;
	padding:30px 10px 20px 10px;
	display:block;
}

div#footer-inner a:first-child {
	padding-left:20px;
}

div#footer-inner p {
	font-size:12px;
	margin:20px 0 0 0;
}

div#footer-inner span {
	font-size:10px;
}
