
/* css for home header  ------------------------------------------------------------------------------------------ */
#home-header {
	position: relative;
	width: 1007px;
	height: 132px;
	clear:both;
    }

/* css for content center --------------------------------------------------------------------------------------- */
#home-content-center {
	position: relative;
	padding: 20px 0px 20px 10px;
	width: 742px;
	min-height: 432px;
	overflow: hidden;
	float: left;
    }
	#home-content-center .chartTop {
		position: relative;
		padding: 6px 0 0 13px;
		width: 224px;
		height: 21px;
		background: url(../images/back.gif) ;
		background-repeat:repeat-x;
		font-weight: bold;
		color: #fff;
  	  }
	#home-content-center .chart {
		position: relative;
		padding: 0 0 0 0;
		width: 237px;
		height: 210px;
		background:url(../images/bgHomeChart.gif);
		}
		#home-content-center .chart ul {
			padding: 8px 16px 8px 24px;
			margin: 0;
			color: #000;
			list-style-image: url(../images/bullet.gif);
 			}
		#home-content-center .chart ul li {
			padding: 0 0 12px 0;
			margin: 0;
 			}
	#home-content-center .chartBottom {
		position: relative;
		width: 237px;
		height: 17px;
		background: url(../images/bgHomeChartBottom.gif) no-repeat;
 		}
	#home-content-center .chartShell {
		position: relative;
		float: left;
		width: 237px;
		}