/* @override http://rclconcepts.com/css/home.css */
.bodyContent{
	background-color: #343434;
}
.homeTop{
	display: inline;
	clear: both;
	background-color: #cacaca;
}
.homeBottom{
	clear: both;
	padding-top: 1px;
	height:auto;
}
.homeWeb{
	width: 202px;
	float: left;
	background: #fff url(../images/home/content_grad_bg.gif) repeat-x;
	min-height: 172px;
	border: 1px solid #a9a9a9;
}
.homeRotate{
	width: 545px;
	float: right;
	margin-left: 1px;
}
.homePics {  
    width:  545px;  
    height:   173px;  
    padding: 0;  
    margin:  0; 
    overflow: hidden;
} 
 
.homePics img {  
   padding: 0;  
   border:  0;
}
.heading{
	font-size: 15pt;
	display:block;
}
.subText{
	font-size:10pt;
	height:90px;
}
.subText1{
	word-spacing: -1px;
	font-size:10px;
	height:145px;
}
div.MORE{
	background-image: url(../images/home/more_bg.gif);
	width: 83px;
	height: 15px;
	overflow: hidden;
	font-size: 11px;
	text-align: center;
	padding-top: 2px;
	position: relative;
	top: 10px;
	margin: auto;
	margin-bottom:20px;
	color: #2c2c2c;
	white-space: nowrap;
	cursor: pointer;
}
.MORE a{
	color: #2c2c2c;
	text-decoration: none;
}
.MORE:hover{
	background-image: url(../images/home/more_bg_hover.gif);
	
}
.homeService{
	width: 249px;
	height: 174px;
	background-image: url(../images/home/service_bg.gif);
	margin-right: 1px;
	float:left;
	overflow:hidden;
	padding-bottom:5px;
}