
/* -------------------------------------------------------------------------------------------------------------- */
/* css for content left ----------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

#content-left-home {
	position: relative;
	padding: 0 40px 0 86px;
	width: 395px;
	float: left;
	}
	a.blue-arrow {
		padding: 0 20px 0 0;
		background: url(images/blue-arrow.png) no-repeat right;
		text-decoration: none;
		color: #555;
		}
	a.blue-arrow:hover {
		color: #00aeef;
		}		
		
/* -------------------------------------------------------------------------------------------------------------- */
/* css for content center --------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

#content-center-home {
	position: relative;
	margin: 0 5px 0 0;
	padding: 0 20px 20px 20px;
	width: 214px;
	float: left;
	background: url(images/nav-bg.png);
	font-size: 10px;
	line-height: 14px;
	color: #808285;
	}
	#content-center-home img {
		padding: 0 0 15px 0;
		}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for content right ---------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

#content-right-home {
	position: relative;
	padding: 15px 20px 20px 20px;
	width: 139px;
	float: left;
	background: url(images/nav-bg.png);
	font-size: 9px;
	line-height: 12px;
	color: #808285;
	}
	#content-right-home ul {	
		padding: 0 0 15px 0;
		}
	#content-right-home ul li {
		padding: 0 0 7px 0;
		float: none;
		}
	#content-right-home ul.no-pad li {
		padding: 0 0 1px 0;
		float: none;
		}
	#content-right-home .text10,
	#content-right-home a {	
		font-size: 10px;
		line-height: 12px;
		color: #808285;
		}
	#content-right-home a:hover {	
		color: #00aeef;
		}
