/* CSS Document */
.banner{
	background:url(../images/product_banner.jpg) no-repeat;
	height:142px;
}
.content{
	background:#fff;
	border:4px solid #707070;
	position:relative;
	top:-4px;
	height:788px;
	margin-top:20px;
}
.content .split-line{
	background:url(../images/about_split.gif) no-repeat;
	width:39px;
	height:654px;
	position:absolute;
	left:211px;
}
.content .title{
	background:url(../images/contact_title.gif) no-repeat;
	width:63px;
	height:16px;
	position:absolute;
	left:113px;
	top:109px;
}
.content .map{
	width:580px;
	height:403px;
	background:url(../images/contact_map.jpg) no-repeat;
	position:absolute;
	left:297px;
	top:115px;
	z-index:1;
}
.content .number1{
	position:absolute;
	width:163px;
	left:705px;
	top:148px;
	z-index:10;
}
.content .number2{
	position:absolute;
	width:163px;
	left:705px;
	top:288px;
	z-index:10;
}
