#header {
	height:166px;
	background:url(/img/home/bkgd_header.jpg) repeat-x;
	border-bottom:5px solid #E9EEEB;
}

#banner {
	width:1016px;
	height:284px;
	margin:0 auto;
	position:relative;
	top:-32px;
}
#banner div.shadow {
	width:1016px;
	height:280px;
	background-color:#ddd;
	position:relative;
	top:5px;
	z-index:0;
}
#banners {
	width:1008px;
	height:280px;
	padding:0 4px;
	overflow:hidden;
}
#banners ul {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	z-index:100;
}
#banners ul li {
	margin:0;
	padding:0;
}

#main {
	position:relative;
	top:-15px;
	width:1008px;
	z-index:2000;
}
#main div.stripe {
	width:100%;
	height:40px;
	background:url(/img/green_stripe.jpg) repeat-x;
}

#main div.a, #main div.b, #main div.c {
	width:312px;
	border:1px solid #cdd2cf;
	position:relative;
	top:-30px;
}
#main div.a {
	margin-left:15px;
}
#main div.a, #main div.b {
	margin-right:18px;
}
#main div.box {
	width:300px;
	padding:6px;
	border-top:8px solid #99b2b7;
	background-color:#d5ded9;
}
#main div.box div.text {
	padding:15px 10px;
}
#main div.box a.learn_more {
	display:block;
	width:97px;
	height:30px;
	text-indent:-999px;
	overflow:hidden;
	background:url(/img/home/tab_learn_more.gif) no-repeat;
	position:absolute;
	bottom:-10px;
	right:10px;
}
