/*banner CSS*/


#banner_sub #banner_color3{ background:#cb6330; width:148px; float:right; height:220px;}

#banner{
	background:#fff;
	width:976px;
	height:auto;
	position:relative;
	overflow:hidden;
	float:left;
	z-index:1000;
}
#slider{width:976px;height:518px;float:left;margin:0;padding:0;list-style-type:none;}
#box1{
	left:0;
	background-color: #73CAD1;
	background-image: url(../images/home/box1_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
} #box1 ul{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
} #box1 li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#box2{
	left:244px;
	background-color: #c42031;
	background-image: url(../images/home/box2_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
} #box2 ul{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
} #box2 li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#box3{
	left:488px;
	background-color: #F597B9;
	background-image: url(../images/home/box3_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
} #box3 ul{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
} #box3 li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#box4{
	left:732px;
	background-color: #56575A;
	background-image: url(../images/home/box4_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
} #box4 ul{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
} #box4 li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.boxes{
	width: 244px;
	height: 314px;
	float: left;
	position: absolute;
	top: 401px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
	
}
.boxes .clickable{
	width:225px;
	height:66px;
	float:left;
	padding:52px 0 0 19px; /* font-family:Arial, Helvetica, sans-serif;*/
	font-size:18px;
	cursor: pointer;
	font-weight:bold;
	color:#FFF;
}
.boxes .content{width:206px;height:196px;float:left; /* font-family:Arial, Helvetica, sans-serif; */ font-size:12px; color:#FFF; padding:0 19px 0 19px;}
.boxes .content ul{ margin:20px 0 0 0; padding:0px; list-style: none;}
.boxes .content li{
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
.boxes .content li a{
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/home_arrow.gif);
	background-position: 193px;
	background-repeat: no-repeat;
	margin-right: 5px;
	display: block;
}
/*banner CSS*/
