#banner{
	height: 255px;
	background: url(../_images/pic-partner.jpg);
	padding-top: -10px;
}
#banner .span3-4 h3{
	width: 300px;
}
#banner .span1-4 h3{
	margin-top: 30px;
}

#banner h1{
	padding: 60px 0 0 20px;
	margin: 0;
	width: 400px;
	line-height: 1em;
}

#banner ul{
	padding: 0; 
	margin: 20px 0 0 20px;
	list-style: none;
	width: 300px;
}

#banner li{
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
}
#banner li a{
	display: block;
	background: url(../_images/arrow.gif) no-repeat left 3px;
	padding-left: 10px;
	text-decoration: none;
	color: #181E2C;
}
#banner li a:hover{
	text-decoration: underline;
	color: #494E5D;
}

