@charset "utf-8";
/* CSS Document */

/* Basic Setting */
* {
	margin: 0;
	padding: 0;
	}	
body {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, ;
	background-color: #FFF;
	-moz-user-select:none;
	}
/*ignor the effects the form may...*/
a{
	display: inline;
	text-decoration: underline;
	}
a:link{
	color: #F00;
	}
a:visited{
	color: #F00;
	}
a:hover{
	color: #F00;
	}
a:active{
	color: #F00;
	}
p{
	margin: 0;
	padding: 0;
	line-height: 120%;
	text-align: justify;
	}
stong{
	font-weight: bold;
	}
img{
	display: block;/*fix the IE image blank bug*/
	border: 0;
	}
/*float*/
.left {
	float: left!important;
	}
.right {
	float: right!important;
	}
.clear {
	clear: both;
	}
/*float ends*/
.bold {
	font-weight: bold;
	}
.mT5 {
	margin-top: 5px!important;
	}
/*the wrapper div*/
#wrapper {
	width: 718px;
	margin: 0 auto;
	}
/*top*/
#cnFlag {
	padding: 22px 0 0 0!important;
	}
/*chinese version btn color*/
#changeLan {
	padding: 20px 25px 0 7px!important;
	}
/*mouse out*/
#changeLan a,a:link{
	color:#666;
	text-decoration: none;
	}
/*mouse on*/
#changeLan a:hover{
	color:#F00;
	text-decoration: none;
	}
/*top ends here */

/*nav*/
#nav {
	height: 36px;
	background-image:url(../cmn_img/nav_bg.jpg);
	}
#nav ul li {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding-top: 8px;
	list-style-type: none;
	}
#nav01 {
	margin-left: 23px!important;
	margin-left: 12px;
	}
#nav02 {
	margin-left: 30px;
	}
#nav03 {
	margin-left: 30px;
	}
#nav04 {
	margin-left: 35px;
	}
#nav05 {
	margin-left: 35px;
	}
#nav06 {
	margin-left: 35px;
	}
#nav ul li a {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	}
/*mouse out*/
#nav ul li a,a:link{
	color:#FFF;
	text-decoration: none;
	}
/*mouse on*/
#nav ul li a:hover{
	color:#FFF;
	text-decoration: underline;
	}
/*nav ends here */

/*the main part of the sub page*/
#textMain {
	margin-top: 5px;
	border: 1px solid #000;
	}
#textTitle {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 15px 0 0 15px;
	}
#textMain p {
	padding: 15px 15px 0 15px;
	}
#textMain ul {
	padding-left: 45px;
	}
	
/*mouse out*/
#mainText a,a:link{
	color:#F00;
	text-decoration: underline;
	}
/*mouse on*/
#mainText a:hover{
	color:#F00;
	text-decoration: underline;
	}
/*mainText ends here */

/*main part of the sub page ends here*/

/*the footer of th page */
#footer {
	height: 100px;
	margin-top: 10px;
	border-top: 2px solid #767572;
	}
#iconAdd {
	padding: 20px 15px 0 45px!important;
	}
#textAdd {
	padding-top: 15px;
	}
#iconTel {
	padding: 20px 15px 0 45px!important;
	}
#textTel {
	padding-top: 20px;
	}
#copyRight {
	padding: 20px 25px 0 0!important;
	}
/*the footer of th page ends here*/
