/* css for home header  ------------------------------------------------------------------------------------------ */#home-header {	position: relative;	width: 1007px;	height: 181px;	overflow: hidden;    }/* css for content center --------------------------------------------------------------------------------------- */#home-content-center {	position: relative;	padding: 20px 0px 20px 10px;	width: 742px;	min-height: 400px;	overflow: hidden;	float: left;    }	#home-content-center .chartTop {		position: relative;		padding: 6px 0 0 13px;		width: 224px;		height: 21px;		background: url(../images/bgHomeChartTop.gif) no-repeat;		font-weight: bold;		color: #fff;  	  }	#home-content-center .chart {		position: relative;		padding: 0 0 0 0;		width: 237px;		height: 325px;		background: url(../images/bgHomeChart.gif);		}		#home-content-center .chart ul {			padding: 8px 16px 8px 24px;			margin: 0;			color: #4c4c4c;			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;		}