
#picture_news_contact{
	width: 940px;
	margin: 10px 0;
	font-size: 12px;
}

#picture{
	width: 476px;/*360*/
	height: 267px;
	margin: 0 0 0 10px;
	_margin-left:5px;
	float: left;
	background: white;
}

#news{
	width: 306px;
	height: 267px;
	margin-left: 10px;
	float: left;
	border: 1px solid #aaa;
	background: white;
}

#news img.more{
	float: right;
	margin: 0 20px 10px auto;
	_margin: 0 20px 4px auto;
	cursor: hand;
} 

div.news_up,div.contact_up,div.product_up,div.solution_up,div.custom_up{
	width: 100%;
	height: 40px;
	margin: 0;
	border-bottom: 1px solid #aaa;
	/*color: #339933;*/
	color:#009B97;
	background: url("../images/title_bg.gif") repeat-x;
}

div.news_up p,div.contact_up p,div.product_up p,div.solution_up p,div.custom_up p{
	height:30px;
	line-height:30px;
	margin: 5px auto;
	float: left;
	cursor: hand;
	font-size: 15px;
	font-weight: bolder;
}

div.product_up span,div.solution_up span,div.custom_up span{
	height:30px;
	line-height:30px;
	margin: 5px 20px;
	float: right;
	
}

div.product_up span a,div.solution_up span a,div.custom_up span a{
	color: #339933;
	font-size: 12px;
	text-decoration: none;
}

div.product_up span a:hover,div.solution_up span a:hover,div.custom_up span a:hover{
	text-decoration: underline;
	color: black;
}

#news ul{
	width:286px;
	list-style: none;
	margin:5px 10px;
	font-size: 13px;
	height: 188px;
}

#news ul li{
	width: 100%;
	height: 20px;
	margin: 2px 0;
	overflow: hidden;
	border-bottom: 1px dashed #aaa;
}

#news ul li a{
	width:100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-decoration: none;
}

#news ul li a:hover{
	color: red;	
}

#contact{
	width: 114px;
	height: 267px;
	overflow: hidden;
	margin:0 10px;
	_margin-right:5px;
	float: left;
	border: 1px solid #aaa;
	background:url("../images/contact_bg.gif");
}

#product{
	width: 920px;
	margin:10px;
	height: 235px;
	border: 1px solid #aaa;
	background: white;
}

div.pre a{
	display:block;
	width:50px;
	height:50px;
	margin:55px 0;
	background: url("../images/product_pre.gif") no-repeat;
	overflow: hidden;
}

div.next a{
	display:block;
	width:50px;
	height:50px;
	margin:55px 0;
	background: url("../images/product_next.gif") no-repeat;
	overflow: hidden;
}

div.pre a:hover{
	background: url("../images/product_pre.gif") -50px no-repeat;
}

div.next a:hover{
	background: url("../images/product_next.gif") -50px no-repeat;
}

#product div.product{
	height: 180px;
	_height: 185px;
	width:820px;
	overflow:hidden;
	float:left;
	margin:5px 0;
}

#product div.product ul.glide_ul{
	list-style: none;
	width: 820px;
	margin: 0;
	height: 185px;
	padding: 0;
}

#product div.product ul.glide_ul li{
	float: left;
	width: 205px;
	height: 180px;
	_height: 185px;
	margin:5px 0;
	position: relative;
}

#product div.product ul.glide_ul li a.pic{
	width: 191px;
	height: 140px;
	display: block;
	margin: 0 7px 5px 7px;
	_margin: 0 5px 5px 5px;
	border: 1px solid #aaa;
}

#product div.product ul.glide_ul li a.pic img{
	width: 191px;
	border: 0;
	height: 140px;
	margin: 0;
	_margin-bottom:0;
}

#product div.product ul.glide_ul li span{
	width: 191px;
	border: none;
	height: 25px;
	margin: 5px 7px 0 7px;
	_margin: 5px 5px 0 5px;
	display: block;
	text-align: center;
	border: 1px solid #aaa;
	line-height: 25px;
}

#product div.product ul.glide_ul li span a{
	text-decoration: none;
	font-size: 12px;
	width: 171px;
	margin: 0 10px;
}

#product div.product ul.glide_ul li span a:hover{
	color: #339933;
	font-size:14px;
	text-decoration: underline;
	font-weight: bolder;
}

#product div.pre,#product div.next{
	height: 210px;
	width: 50px;
	float: left;
	overflow: hidden;
}

#solution{
	width: 920px;
	margin:10px;
	height: auto;
	border: 1px solid #aaa;
	padding-bottom: 5px;
	background: white;
}

div.solution_instance{
	width: 218px;
	height:198px;
	float: left;
	margin: 5px;
	_margin: 5px 4px;
	display: block;
	border:1px solid #aaa;
	/*border: 1px solid #aaa;*/
	/*background: url("../images/solution_bg3.gif");*/
}

div.solution_instance div{
	height: 30px;
	border-bottom:1px solid #aaa;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	/*color: 	#339933;*/
	color:#009B97;
	text-align: center;
	/*background: url("../images/solution_bg.png") 5px no-repeat;*/
}

div.solution_instance p{
	margin:0;
	overflow: hidden;
	height: 138px;
	padding: 5px 10px;
	text-align: center;
	display: block;
	line-height: 20px;
	border-bottom: 1px solid #aaa;
}

div.solution_instance p a{
	text-decoration: none;
	/*color: white;*/
}

div.solution_instance p a:hover{
	text-decoration: underline;
	cursor: hand;
	color:#009B97;
}

div.solution_instance a.more{
	float: right;
	margin: 0 10px 0 0;
	height: 20px;
	line-height:20px;
	text-decoration: none;
	font-size: 12px;
	color: #f44b17;
}

div.solution_instance a:hover{
	text-decoration: underline;
	color: #339933;	
}

#custom{
	width: 920px;
	margin:10px;
	height:auto;
	border: 1px solid #aaa;
	background: white;
}

#custom div.custom_pic{
	float:left;
	width: 340px;
	height:120px;
	overflow:hidden;
	margin:0;
	padding: 0 0 5px 0;
}

#custom div.custom_pic a{
	float:left;
	width: 150px;
	height: 50px;
	margin:5px 10px;
	_margin:5px 6px;
	display: block;
}

#custom div.custom_pic a img{
	border: none;
	width: 150px;
	height: 50px;
}

#custom div.custom_text{
	float: left;
	height:120px;
	border-left: 4px solid #aaa;
	background: #fff;
}

#demo{
	margin: 10px 5px;
	height: 105px;
	width: 563px;
	overflow: hidden;
}

#demo a{
	height: 105px;
	width: 110px;
	float: left;
	margin:0 5px;
}

#demo a img{
	height: 103px;
	width: 110px;
	margin: 0;
	border: 1px solid #339933;
}

#indemo{
	float: left;
	width: 800%;
}

#demo1,#demo2{
	float: left;
}

/*#custom div.custom_more{
	float: left;
	width: 76px;
	height:120px;
}

#custom div.custom_more span{
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 90px 0 0 0;
	text-align: center;
	width: 76px;
}

#custom div.custom_more span a{
	display: block;
	text-decoration: none;
	color: black;
}

#custom div.custom_more span a:hover{
	text-decoration: underline;
	color:#339933;
}*/

div.news_up img,div.contact_up img,div.product_up img,div.solution_up img,div.custom_up img{
	height: 30px;
	width: 30px;
	margin: 5px 10px;
	float: left;
}







