@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background:url(images/mainbg.jpg) repeat-x;
	font-size: 16px;
	font-family: "Microsoft Yi Baiti";
	
}

#wrapper {
	margin: 0 auto;
	width:960px;
}

#wrapper2 {
	margin: 0 auto;
	width:960px;
}


#header {
	width:960px;
}

#logo {
	width:478px;
	height:95px;
	float:left;
	background:url(images/header.jpg);
}

#navi {
	width:482px;
	height:51px;
	float:left;
}

#navi ul{
	padding:0;
	margin:0;
}

#navi li{
	padding:0;
	margin:0;
	list-style:none;
}




#content {
	width:960px;
	background:#FFF;
	
}

#column1{
	width:454px;
	padding:50px 0 180px 26px;
	float:left;
	background:#FFF;
}

#column2{
	width:480px;
	float:left;
	padding:50px 0 20px; 0;
	background:#FFF;
}



#footer {
	width:960px;
	height:52px;
	background:#f6f6f6;
}

#footerleft{
	width:450px;
	height:42px;
	float:left;
	padding:5px 0 5px 30px;
}

#footeright{
	width:280px;
	height:22px;
	float:right;
	color:#666;
	padding:20px 0 5px 200px;
}





/******************** navigation ********************/

.floatleft {
	float:left;
}

a.home {
	width:101px;
	height:51px;
	float:left;
	display:block;
	background:url(images/wholenavi.jpg) 0 0;
}

a.home:hover {
	background-position: 0 -51px;
}

a.about {
	width: 100px;
	height: 51px;
	float: left;
	display: block;
	background:url(images/wholenavi.jpg) -101px 0;
}

a.about:hover {
	background-position: -101px -51px;
}

a.products {
	width:133px;
	height:51px;
	float:left;
	display:block;
	background:url(images/wholenavi.jpg) -201px 0;
}

a.products:hover {
	background-position: -201px -51px;
}

a.contacts {
	width:148px;
	height:51px;
	float:left;
	display:block;
	background:url(images/wholenavi.jpg) -334px 0;
}

a.contacts:hover {
	background-position:-334px -51px;
}


/******************** textstyle ********************/



.text {
	text-align:justify;
	font-family:"Microsoft Yi Baiti";
	font-size:16px;
	
}

.cleafix{
	clear:both;
}


/******************** sublinks ********************/

.footerlink {
	color:#666;
	font-family:"Microsoft Yi Baiti";
	font-size:16px;
	text-decoration:none;
	float:left;
	
}

.footerlink:hover {
	color:#000;
	font-size:16px;
	font-family:"Microsoft Yi Baiti";
	text-decoration:none;
	float:left;
	
}

.footertext {
	color:#666;
	font-size:14px;
	font-family:"Microsoft Yi Baiti";
}




















	