@charset "utf-8";
/* CSS Document */
body{
	margin:0px auto;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
.main{
	margin: 0px auto;
	width:875px;
	height:auto;
	display:block;
	overflow: visible;
}
.header{
	width:875px;
	height:122px;
	background-image: url(../images/header.jpg);
	padding-top: 20px;
}
#navigation{

	background-image: url(../images/navback.jpg);
	padding-left: 51px;

	height:27px;	
}

.image_area{
	width:875px;
	height:242px;
	float:left;
	background-image: url(../images/slice.jpg);
	background-repeat: repeat-y;
}
.slideshow{
	width:657px;
	height:255px;
	float:left;
	position:relative;
	background-image: url(../images/image01.jpg);
}
.contact_box{
	width:218px;
	height:229px;
	float:left;
	position:relative;
	background-image: url(../images/contactback.jpg);
	padding-top: 26px;
}
.content{
	width:875px;
	height:auto;
	background-image:url(../images/slice.jpg);
	background-repeat:repeat-y;
	position:relative;
	float:left;
	overflow: visible;
}	
.text_area{
	width:602px;
	height:auto;
	position:relative;
	padding-top: 12px;
	padding-left: 35px;
	padding-right: 20px;
	padding-bottom: 10px;
	overflow: visible;
	float: left;
}
a ,  a:visited {text-decoration:none;  color:#006699;}
a:hover {text-decoration: underline}
.partition{
	width:218px;
	height:auto;
	float:left;
	position:relative;
	overflow: visible;
}
.partition1{
	width:243px;
	height:125px;
	float:left;
	position:relative;
	background-image: url(../images/cps.jpg);
	background-repeat: no-repeat;
}
.partition2{
	width:218px;
	height:254px;
	float:left;
	position:relative;
	background-image: url(../images/choose.jpg);
}

.partition3{
	width:218px;
	height:146px;
	float:left;
	position:relative;
	background-image: url(../images/trade.jpg);
}
.partition4{
	width:218px;
	height:107px;
	float:left;
	position:relative;
	background-image: url(../images/contcat.jpg);
}
.footer{
	width:875px;
	height:72px;
	float:left;
	position:relative;
	background-image: url(../images/footer.jpg);
	padding-top: 10px;
	background-repeat: no-repeat;
}			
