@charset "utf-8";
/* CSS Document */

.banner {
	background:url(img-banner.jpg) no-repeat top left;
	padding: 28px 53px 52px;
	height: 248px;
	overflow: hidden;
	display: block;
}
.banner img {
	float: right;
	margin: 0px;
	position: relative;
	top: 8px;
}
.banner .banner-text {
	width: 569px;
	float: left;
	margin: 0 44px 0 0;
	text-align: right;
}
.banner .banner-text h2 {
	font-family: 'Corbel';
	font-size: 23px;
	font-weight: bold;
	color:#FFF;
	line-height: 23px;
	margin-bottom: 22px;
}
.banner .banner-text ul {
	padding: 0px;
	overflow: hidden;
	margin-bottom: 0px;
}
.banner .banner-text ul li{
	margin-bottom: 19px;
	list-style: none;
	text-align: right;
}
.banner .banner-text ul li p{
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom: 8px;
	color: #FFF;
	line-height: 15px
}
.banner .banner-text ul li p a{
	color: #77d6f7;
	text-decoration: none;
	margin-bottom: 0px;
	outline: none;
}
.banner .banner-text ul li ul {
	float: right;
	display: block;
	margin-top: 0px;
	
}
.banner .banner-text ul li ul li{
	float: left;
	display: block;
	margin-bottom: 0px;
	background: url(img-separate.png) no-repeat bottom right;
	padding: 0 10px;
}
.banner .banner-text ul li ul li:first-child {
	padding-left: 0px;
}
.banner .banner-text ul li ul li.last-child {
	padding-right: 0px;
	background: none;
}
.banner .banner-text ul li ul li a {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom: 0px;
	color: #77d6f7;
	text-decoration: none;
	line-height: 15px;
	outline: none;
}
.banner .shadows{
	left: 0;
    position: absolute;
    top: 327px;
    z-index: 5;
	width: 1040px;
	height: 26px;
	display:block;
}