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

* {
	margin: 0;
	padding: 0;
} 
body {
	background-color: #FFFFFF;
	text-align: center;
}

#warpper {
	width: 828px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header {
	margin: 5px 0 20px 20px;
}

#nav {
	background-color: #FF0000;
	height: 24px;
	position: relative;
}

#nav ul {
	position: absolute;
	bottom: 3px;
	left: 10px;
}

#nav ul li {
	display: inline;
	white-space: nowrap;
	padding: 0 15px 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav ul li a.current {
	color: #000000;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #000000;
	text-decoration: none;
}

#chinese {
	text-align: right;
	padding-top: 8px;
}

#banner {
	padding-bottom: 22px;
}

#content {
	padding: 0 100px 100px 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#content h3 {
	color: #FF0000;
	font-size: 14px;
	padding-bottom: 20px;
}

#content p {
	font-size: 12px;
	color: #666666;
}
#content p strong {
	color: #333333;
}

#content p a {
	color: #FF0000;
	text-decoration: none;
}

#content p a:hover {
	color: #333333;
	text-decoration: underline; 
}

#testimonial {
	padding: 0 100px 100px 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#testimonial h3 {
	color: #FF0000;
	font-size: 14px;
	padding-bottom: 20px;
}

#testimonial p {
	font-size: 12px;
	color: #666666;
	padding: 0 0 25px 25px;
	background-image: url(../images/bullet-aarow.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
}
#testimonial p span {
	font-weight: bold;
	color: #333333;
}

#project {
	padding: 0 20px 100px 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#project h3 {
	color: #FF0000;
	font-size: 14px;
	padding-bottom: 20px;
}

#project p {
	font-size: 12px;
	color: #666666;
	padding-bottom: 25px;
}

#project p a {
	color: #FF0000;
	text-decoration: none;
}

#project p a:hover {
	color: #333333;
	text-decoration: underline; 
}

#items {
}
.item {
	width: 96%;
	font-size: 12px;
	color: #666666;
	padding: 0 50px 40px 25px;
	background-image: url(../images/bullet-aarow.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.item span {
	font-weight: bold;
	color: #333333;
}

.item img {
	float: right;
	margin-left: 50px;
	margin-bottom: 40px;
	padding: 5px;
	border: 1px #999999 solid;
}



/*===================== FOOTER ====================*/
#footer {
	border-top: 2px solid #999999;
	padding: 3px 0 15px 0;
}

#copyright {
	white-space: nowrap;
	float:left;
	width: 60%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#links {
	float: right;
	white-space: nowrap;
	width: 39%;
	text-align: right;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}	

#links a {
	padding: 0 3px 0 3px;
	text-decoration: none;
	color: #C20B12;
}

#links a:hover {
	padding: 0 3px 0 3px;
	text-decoration: underline;
	color: #000000;
}





.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}

