/* -------------------- Home Feature Definition -------------------- */

.container {
	width: 1020px;
	background-image: url(style/container_bg.png);
	padding: 0 15px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
header {
	height: 170px;
	background: none;
}
.container header h1 {
	color: #FFF;
	padding: 84px 20px 0px 20px;
}
.container header .marquee {
	background-image: url(none);
	background-repeat: no-repeat;
	height: 330px;
	width: 940px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
}
.container header .marquee .title_text {
	height: 100px;
	width: 318px;
	font-size: 13px;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
	display:block;
	display:inline;
	float:left;
}
.container header .marquee .title_text p span {
	font-size: 24px;
}
.container header .marquee .bbb {
	padding-top: 255px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 900px;
}
.container header .marquee .service_box {
	height: 155px;
	width: 960px;
}
