body {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

.container {
	width:1000px;
	height: auto;
}

.banner {
	width:	1000px;
	height: 200px;
}

.menu_container {
	width : 1000px;
	height: 42px;
}

ul{
	float:left;
	margin: 0px;
	padding: 0px;
	width		:auto;
	list-style: outside;
	list-style-type: none;
}

li {
	width:125px;
	height:42px;
	list-style-type:none;
	list-style:none;
	float:left;
}

.menu {
	width:125px;
	height:42px;
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding-top:10px;
}

a.menu {
	width:125px;
	height:42px;
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding-top:13px;
}

a.menu:hover {
	width:125px;
	height:42px;
	background-image:url(images/menu_active.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0202;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding-top:13px;
}

a.active {
	width:125px;
	height:42px;
	background-image:url(images/menu_active.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0202;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding-top:13px;
}

.marque {
	width: 200px;
	height: 42px;
	background-image: url(images/marquee-bg.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	padding-top: 13px;
}

.body_container {
	width: 1000px;
	height: auto;
}

.left_panel {
	width: 700px;
	height : 366px;
	float:left;
}

.paragraph {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	line-height: 21px;
}

a.chinese:hover {
	background-image:url(images/chinese_hover.jpg);
	background-repeat:no-repeat;
}

a.industries {
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:13px;
	 font-weight:bold;
	 text-decoration:none;
	 color:#6d6e71;
}

a.industries:hover {
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:13px;
	 font-weight:bold;
	 text-decoration:none;
	 color:#ff0000;
}

.right_panel {
	widows:300px;
	height:366px;
	float:left;
}

.footer {
	width:1000px;
	height: 92px;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	float:right;
}

h3{
	font-family:tahoma;
	font-size:13px;
	font-weight:bold;
	color:#FF0000;
}

.table_header {
	width:100px;
	height:32px;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background-color:#999999
}

.table_data {
	height:32px;
	font-family:tahoma;
	font-size:12px;
	text-align:center;
}

.table_row1 {
	height:30px;
	background-color:#DEDEDE;
	font-family:tahoma;
	font-size:12px;
	text-align:center;
}

.table_row2 {
	height:30px;
	background-color:#FFFFFF;
	font-family:tahoma;
	font-size:12px;
	text-align:center;
}

.view_detail {
	text-decoration:none;
}

.detail_heading {
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.detail_text {
	font-family:tahoma;
	font-size:12px;
}

.mail_form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FF2020;
	padding:0px;
	margin:0px;
}

.media {
	width: 100px;
	height: 30px;
	background-image:url(images/media.jpg);
	background-repeat: no-repeat;
	display:block;
}

a.media {
	width: 100px;
	height: 30px;
	background-image:url(images/media.jpg);
	background-repeat: no-repeat;
	display:block;
}
a.media:hover {
	width: 100px;
	height: 30px;
	background-image:url(images/media-hover.jpg);
	background-repeat: no-repeat;
	display:block;
}