@charset "utf-8";
/* CSS Document */

body{
	font: Verdana, Geneva, sans-serif 11px;
	color:#000;
	background:#e8e8e8;
	
}
a{
	text-decoration:none;
}
.menu{
	background:#873366;
}
.menu ul li{
	float:left;
}
.menu ul li a{
	color:#fff;
	font-size:16px;
	display:block;
	padding:10px 20px ;
	text-transform:uppercase;
}

.menu ul li.current,.menu ul li a:hover{
	background:#671b49;
}

/* ************************************ index */
.index_pic{
	background:url(../images/earth.jpg) no-repeat center;
	width:100%;
	height:822px;
	margin-top:50px;
	position:relative;
}
.understanding,
.your,
.business{
	position:absolute;
	color:#833c68;
	font-size:35px;
	font-weight:bold;
	display:none;
}
.understanding{
	top:340px;
	right:50px;
}

.your{
	top:395px;
	right:50px;
}

.business{
	top:450px;
	right:50px;
}

/* *********************************** aboutus */
.content{
	background:#fff;
	box-shadow:0 0 7px #aaa	;
	margin-top:100px;
	margin-bottom:50px;
	margin-left:10px;
	margin-right:10px;
}
.grid_left{
	width:400px;
	float:left;
}
.grid_right{
	width:540px;
	float:left;
}
.grid_right h1{
	text-align:center;
}
.logo_page{
	background:#f1efee;
	width:100%;
	float:left;
	text-align:center;
	color:#555;
	font-size:23px;
	font-weight:bold;
	line-height:80px;
	border-bottom:1px solid #ebbcd8;
}
.logo_page img{
	float:left;
	padding-left:20px;
	padding-top:13px;
	padding-bottom:13px;
	padding-right:30px;
	border-right:1px solid #ebbcd8;
}

.name{
	font-weight:bold;
	color:#873365;
}
.aboutus{
	text-align:justify;
	width:500px;
	line-height:25px;
	padding:45px;
	padding-right:30px;
	float:left;
}


.projects_left{
	width:300px;
/*	background:#000;
*/

	background:url(../images/logo1.png) no-repeat center;

	height:224px;
	text-align:center;
	color:#aaa;
	float:left;
}
.projects_left img{
	
	margin-top:20px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:30px;
	border-bottom:1px solid #444;
}
.projects_right{
	margin:10px;
	width:620px;
	float:left;
}
.projects_right table td{
	padding:10px;
}