/* CSS Document */
.productmain{
	text-align:center;
	line-height: 2;
}

.productmain h1{
	color:#000;	
}

.chat-type-layout{
	padding-top:30px;
	margin-top:20px;
}

.chat-type-layout h2{
	color:#036
}

.chat-type{
	line-height: 2;
	padding-left:40px;
	padding-top:10px;
	padding-top:5px;
}


.middlefullwidthdiv{
	background:#999;
	color:#FFF;
    background:url(../img/middle_index_bg.jpg) no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.middlefullwidthdiv h2{
	color:#fff
}

.bottonfullwidthdiv{
	background:#999;
	color:#FFF;
    background:url(../img/indexbg1.jpg) no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.bottonfullwidthdiv h2{
	color:#fff
}

.lineheight2{
	line-height:2;
}


.kfcenterdiv{
	padding:10px;
}

.kfcenteritem{
	margin-top:20px;
	background:#F6F6F6;
	padding:15px;
	border:solid 1px #E0E0E0;
	border-radius:15px;
	width:90%;
}