@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #b2b2b2;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande";
	font-size:12px;
	color:#FFF;
}
.menu {
	width:250px;
	float:left;
}
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 80px; /* Width of Menu Items */
}
	
.suckerdiv ul li{
position: relative;
}
#suckertree1 ul li{ float:left; display:block; }
	
/*Sub level menu items */
.suckerdiv ul li ul{
	font-style:italic;
	position: absolute;
	width: 180px; /*sub menu width*/
	top: 0px;
	left: 60px;/*visibility: hidden;*/
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
color:#FFFFFF;
text-decoration: none;
padding-left:0;
padding-right:15px;
border-bottom: 0;
padding-bottom:5px;
}

/*.suckerdiv ul li a:visited{
color:#FF0000;
}*/

.suckerdiv ul li a:hover{
color:#FF0000;
}

a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#F00;
	text-decoration:none;
}	
.number{
	color:#FF0000;
}

#wrapper {
	width:542px;
	margin:0 auto;
	padding-top:10px;
}
#container {
	width:169px;
	float:right;
	margin-top:0px;
}
.right {
	float:right;
	width:169px;
}
#logotype {
	font-size:18px;
	text-align:center;
	letter-spacing:1px;
}
.logo_text {
	text-align:center;
}
.logo_chinese {
	padding-left:23px;
}
#sign {
	padding-bottom:80px;
	margin-top:112px;
	width:169px;
}
#language {
	height:12px;
	padding-top:8px;
	padding-bottom:10px;
}
.lang {
	color:#FFF;
	font-size:10px;
}
.lang a {
	color:#FFF;
	font-size:10px;
	text-decoration:none;
}
.lang a:hover {
	color:#F00;
	text-decoration:none;
}
#maincontent {
	padding-top:40px;
	clear:both;
}
.email, .email a, .email a:hover {
	color:#FF0000;
	text-decoration:none;
}
.box {
	clear:both;
	width:542px;
}
.box_left {
	width:265px;
	float:left;
}
.box_right {
	width:277px;
	float:right;
}
.box_image {
	width:542px;
}
.box1 {
	float:right;
	width:265px;
	padding-top:70px;
}
.box2 {
	float:right;
}
.box3 {
	padding-top:20px;
}
.box4 {
	width:165px;
	float:right;
}
.box5 {
	border:1px #FFF solid;
}
.box_caption {
	padding-top:5px;
	float:right;
}
.box_number {
	float:left;
	width:250px;
	padding-top:5px;
}
.box_sean {
	vertical-align:bottom;
	float:right;
	width:180px;
	padding-top:330px;
}

