@charset "utf-8";

*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
	list-style:none;
}

body{
	font:12px arial, "宋体", "Lucida Grande", sans-serif;
	color:#555;
	background-color:#fff;
}
a, a:link, a:visited{
	color:#1daee3;
	text-decoration:none;
}
a:hover, a:active{
	color:#fff;
	background-color:#1daee3;
}
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
}
h1{font-size:20px;}
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}
h5{font-size:10px;}
h6{font-size:8px;}
abbr{
	border-bottom:#888 1px dotted;
}
hr{
	display:none;
}

#header{
	width:940px;
	height:100px;
	margin:auto;
	text-align:center;
	padding:0 10px;
}
#header h1#logo{
	padding-top:24px;
	float:left;
}
#header h1#logo strong{
	display:none;
}
#header div#navigation{
	float:right;
	width:612px;
}
#navigation strong#language{
	display:block;
	width:81px;
	height:24px;
	margin-left:530px;
	margin-bottom:8px;
	padding-top:18px;
}
#navigation strong#language a{
	color:#aaa;
}
#navigation strong#language a:hover{
	color:#1daee3;
	background:none;
}
#navigation ul#menu li{
	float:left;
	width:82px;
	height:25px;
	margin-left:20px;
	display:inline;
	overflow:hidden;
}
#navigation ul#menu li a{
	height:25px;
	display:block;
	text-indent:-999999px;
}
#menu a#home{
	background:#fff url(../images/home.gif) no-repeat bottom center;
}
#menu a#team{
	background:#fff url(../images/team.gif) no-repeat bottom center;
}
#menu a#products{
	background:#fff url(../images/products.gif) no-repeat bottom center;
}
#menu a#services{
	background:#fff url(../images/services.gif) no-repeat bottom center;
}
#menu a#blog{
	background:#fff url(../images/blog.gif) no-repeat bottom center;
}
#menu a#contact{
	background:#fff url(../images/contact.gif) no-repeat bottom center;
}
#navigation ul#menu li a:hover{
	background-position:top left;
}

#content{
	clear:both;
	background:#fff url(../images/featurebg.gif) repeat-x left top;
}
#feature{
	width:940px;
	margin:auto;
	text-align:center;
	padding:0 10px;
	margin-bottom:28px;
}
#feature .topleft{
	float:left;
}
#main{
	clear:both;
	width:940px;
	margin:auto;
	text-align:center;
	padding:0 10px;
	margin-bottom:28px;
}
#main .column{
	float:left;
	width:300px;
	text-align:left;
	line-height:20px;
	margin-right:50px;
	margin-bottom:28px;
}
#main #lastcolumn{
	float:left;
	width:240px;
	text-align:left;
}
#main .column h3, #main #lastcolumn h3{
	display:block;
	height:32px;
	margin-bottom:12px;
	text-indent:-999999px;
	overflow:hidden;
}

#footer{
	clear:left;
	width:940px;
	margin:auto;
	overflow:hidden;
	text-align:left;
	padding:0 10px;
	line-height:280%;
}
#footer #info{
	display:none;
}

#footer #footerinfo{
	width:940px;
	border-top:1px #ccc solid;
}
#valid{
	width:480px;
}
#meta{
	margin-top:-36px;
	text-align:right;
}
#meta a{
	margin-left:4px;
}
#copyright{
	margin-top:-32px;
	margin-left:60px;
	text-align:center;
}
#footer img{
	margin-left:470px;
}
