body {
/*	background-image: url(../images/prodtitle.jpg);
	background-repeat: no-repeat;
	background-position: center 0;*/
	font-family:Arial, Helvetica, sans-serif;
}
#base {
	width: 800px;
}
#base #titleimg {
	margin-top: 3px;
	margin-bottom: 5px;
	height:109px;
	background-image: url(/images/page1bar.jpg);
	background-repeat: no-repeat;
}
#base #wrapper {
	float: left;
	width: 800px;
}
#base #navlist {
	width: 220px;
	background: url(/images/leftitlen4.gif) no-repeat;
}
#base #navlist ul{
	padding-top: 23px;
	margin-left: 28px;
	margin-top: 3px;
}
#base #navlist li{
	color: #91B6F2;
	font-size: 12px;
	list-style: none;
	padding-bottom: 9px;
	white-space: nowrap;
}
#base #navlist li a{
	color: #1264EA;
}
#base #navlisticon ul {
	width:100%-6px;
/*	background-color:#00CC00;*/
	margin:0;
	padding:0 3px;
}
#base #navlisticon li {
	list-style:none;
	display:inline;
/*	background-color:#FF0000;*/
	padding:0 18px;
}
#base #navlisticon li img{
	border:1px #CCC solid;
	margin:3px 0;
}
#base #info {
	float:left;
	width: 580px;
	margin-left: -580px;/*这个和width一样就能对齐，我也不知道为什么*/
}
#base #info #logo {
/*	background-color: Aqua;*/
	height: 82px;
	position: relative;
}
#base #info #logo div{
	position:absolute;
	top:50%;
}
#base #info #logo div div {
	position:relative;
	top:-50%;
}
#base #info img {
	border: 0;
}
#base #info #intro {
/*	background-color: Fuchsia;*/
	border-top: Blue dotted 1px;
	font-size: 12px;
	line-height: 1.5em;
}
#base #info #intro a {
	color: #8B0000;
	font-weight: bold;
}