@charset "utf-8";

/* Homepage Logo */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	background: #fff;
	font-size: 12px;
	background: #eee;
}

ul {
	list-style: none;
}

img {
	border: none;
}

a {
	color: #d1dfe5;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

#logo {
	margin: 0px auto;
	text-align: center;
}

#logo h1 {
	background: #fff url(../img/homepage-logo.png) no-repeat center center;
	width: 958px;
	height: 250px;
	margin: 0 auto;
	display: block;
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
}

#logo h1 span {
	display: none;
}

#logo h1 a {
	display: block;
	width: 958px;
	height: 250px;
}

#nav {
	background: #6c818c url(../img/top-bg.png) no-repeat top left;
	color: #d1dfe5;
	font-size: 11px;
	text-align: right;
	width: 960px;
	margin: auto;
	overflow: visible;
	height: 50px;
}

#nav ul {
	padding: 0px 20px 0px 0px;
	float: right;
}

#nav ul li {
	display: inline;
	position: relative;
	overflow: visible;
	color: #7b939f;
}

#nav ul li a {
	display: inline-block;
	padding: 18px 5px;
}

#hl-container {
	color: #d1dfe5;
}

#headline {
	background: #6c828c url(../img/hl-top.png) no-repeat top left;
	width: 960px;
	margin: auto;
	text-align: left;
	padding-top: 10px;
	overflow: auto;
	padding-bottom: 10px;
}

#new-post {
	width: 440px;
	float: left;
	padding-left: 10px;
	margin-left: 10px;
}

#new-product {
	width: 220px;
	float: left;
	border-left: #7b939f 1px solid;
	margin-left: 10px;
	padding-left: 10px;
}

#new-photo {
	border-left: #7b939f 1px solid;
	width: 220px;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
}

#headline h2 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
}

#headline h2 span {
	display: none;
}

#new-post h2 {
	background: url(../img/hl-bg.png) no-repeat 0 0;
}

#new-product h2 {
	background: url(../img/hl-bg.png) no-repeat 0 -30px;
}

#new-photo h2 {
	background: url(../img/hl-bg.png) no-repeat 0 -60px;
}

#new-post ul li {
	padding: 5px 0px;
	border-bottom: #7b939f 1px dotted;
	list-style: square;
	list-style-position: inside;
	color: #7b939f;
	line-height: 1.4em;
}

#new-product ul,
#new-photo ul {
	width: 100%;
	overflow: auto;
	padding-bottom: 5px;
}

#new-product ul li,
#new-photo ul li {
	float: left;
	padding: 5px 5px 0px 0px;
}

#new-product ul li a,
#new-photo ul li a {
	display: block;
	border: #7b939f 1px solid;
	padding: 1px;
}

#new-product ul li a:hover,
#new-photo ul li a:hover {
	display: block;
	border: #fff 1px solid;
	padding: 1px;
}

#footer {
	background: #4e626d url(../img/ft-bt.png) no-repeat bottom left;
	color: #d1dfe5;
	font-size: 10px;
	padding: 10px 0px;
	text-align: right;
	width: 960px;
	margin: auto;
	line-height: 1.4em;
}

#footer p {
	padding-right: 20px;
}

#footer a {
	text-decoration: underline;
}

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

.cmt-cnt {
	color: #93a7b1;
	font-size: 10px;
}

.nav-tip {
	background: url(../img/tip-arrow.gif) no-repeat 5px 0px;
	padding-top: 3px;
	position: absolute;
	top: 33px;
	left: 8px;
	display: none;
	z-index: 10;
}

.nav-tip span {
	display: block;
	padding: 5px 6px 4px 6px;
	background: #6c818c;
	color: #d1dfe5;
	font-size: 11px;
	font-family: 'PMingLiu';
	white-space: nowrap;
}

.nav-tip-shadow {
	padding-top: 3px;
	position: absolute;
	top: 35px;
	left: 10px;
	display: none;
	z-index: 5;
}

.nav-tip-shadow  span {
	display: block;
	padding: 5px 6px 4px 6px;
	background: #b2c5cf;
	color: #b2c5cf;
	font-size: 11px;
	font-family: 'PMingLiu';
	white-space: nowrap;
}

.percent h3 {
	color: #d1dfe5;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	margin: 0px;
	text-align: left;
	width: 105px;
	padding: 3px 0px 3px 0px;
	font-weight: normal;
}

.percent h3 .cn {
	font-family: 'PMingLiu';
}

.process {
	border: #d1dfe5 1px solid;
	padding: 1px;
	width: 100px;
	margin: auto;
	height: 3px;
}

.bar {
	background: #93a7b1;
	height: 3px;
	font-size: 0px;
	float: left;
}

#mac-process,
#task-load {
	float: left;
	padding: 0px 10px;
	border-left: #7b939f 1px solid;
	height: 32px;
	margin-top: 9px;
	display: inline;
}

#task-load {
}

#mac-process {
	margin-left: 240px;
}