@charset "utf-8";
/* HOME PAGE */


/*****************************************/

.HomePage-Top {
	width:952px;
	height:246px;
}

.Header_HomePage {
	background-color:#FFF;
	width:952px;
	height:250px;
}

.Header-Slayt {
	width:952px;
	height:220px;	
}

.Header-Slayt-Nav {
	width:950px;
	height:28px;

	border:1px #dfdfdf solid !important;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	behavior: url(/Assets/css/border-radius.htc);
}




/*****************************************/


.HeadLineFloat {
	float:left;
	height:28px;
	width:auto;
	border-right:1px #e1e1e1 solid;
	padding:0 15px;
	color:#666;
	line-height:28px;
}

.HeadLine {
  height: auto;
  width:auto;
  font-weight:bold;
  cursor:default;
}

.HeadLine span {
	color:#8fb900;
	font-size:16px;
	height:20px;
	width:auto;
}



/*****************************************/

.HomePageCenter {
	width:953px;
	height:auto;
	margin-top:10px;
}

.Left_HomePageCenter {
	background:#FFF;
	height:auto;
	width:641px;
	float:left;
	
	border:1px #dfdfdf solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/Assets/css/border-radius.htc);
}

.Left_HomePageCenter_MORE {
	background:#f9f9f9;
	border-top:1px solid #e9e9e9;
	height:17px;
	width:631px;
	color:#8fb900;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	font-size:11px;
	line-height:17px;
	margin-bottom:1px;
}

.Left_HomePageCenter_MORE a { color:#8fb900; text-decoration:none; }
.Left_HomePageCenter_MORE a:hover { text-decoration:underline; }

.AllRightSide {
	margin-left:5px;
}

/**** LEFT PAGE CENTER ****/

.All_Box_PageCenter {
	background:url(/Assets/img/index/greendotted.gif) repeat-x bottom;
	width:620px;
	height:80px;
	margin-left:11px;
	padding-top:6px;
	color:#7d7d7d;
}

.Box_1, .Box_2, .Box_3, .Box_4, .Box_5, .Box_6 {
	padding-left:60px; padding-right:10px; font-size:11px; text-align:justify; }
.Box_1 span, .Box_2 span, .Box_3 span, .Box_4 span, .Box_5 span, .Box_6 span {
	font-weight:bold; line-height:20px; color:#6d6d6d; font-size:12px; }

.Box_1 { background:url(/Assets/img/index/icon1.jpg) no-repeat 0 6px; height:auto; width:235px; float:left; }
.Box_2 { background:url(/Assets/img/index/icon2.jpg) no-repeat 0 6px; height:auto; width:235px; float:left; margin-left:10px; }
.Box_3 { background:url(/Assets/img/index/icon3.jpg) no-repeat 0 6px; height:auto; width:235px; float:left; }
.Box_4 { background:url(/Assets/img/index/icon4.jpg) no-repeat -10px 7px; height:auto; width:235px; float:left; margin-left:10px;  }
.Box_5 { background:url(/Assets/img/index/icon5.jpg) no-repeat 0 7px; height:auto; width:235px; float:left; }
.Box_6 { background:url(/Assets/img/index/icon6.jpg) no-repeat -8px 7px; height:auto; width:235px; float:left; margin-left:10px;  }


/** TAB PAGE **/

.TabPage {
	width:100%;
	height:auto;
	margin-top:8px;
	font:12px "Arial";
	color:#666;
}



