/* CSS Document */
#banner {
	width: 100%;
	position: relative;
	top: 0px;
	z-index: -1;
	margin-bottom:10px;
}

.banner {
	max-width: 1440px;
	min-width: 1120px;
}
.banner img {
	width: 100%;
}

#content {
	width: 1120px;
	padding-top: 10px;
}

#FrontComContent_list01-005,#FrontComContent_list01-008,#solutions_category h3{
	/*border-right: 1px solid #cccccc;*/
}

#solutions_category h3 {	
	text-align: right;
	font-size: 15px;
	padding: 20px 0px;
	padding-right: 40px;
	color: #5c5c5d;
}

#solutions_category {
	width: 200px;
	float: left;
	height: 100%;
}

#solutions_category .list2 {
	padding-right: 40px;
}

#solutions_category .list2 li {
	display: block;
	height: 30px;
	padding: 10px 0px;
}
 
#solutions_category .list2 a {
	display: block;
	text-align: right;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

#solutions_category .list2 a.current {
	color: white;
	background: url(../images/code/category_arrow_active.png) 180px center no-repeat #68b434;
	padding-right: 39px;
	width: 160px;
}

#solutions_category .list2 a:hover {
	padding-right: 39px;
	width: 160px;
	background: url(../images/code/category_arrow_hover.png) 180px center no-repeat #edf3ec;
}

#solutions_category .list2 a.current:hover {
	color: white;
	background: url(../images/code/category_arrow_active.png) 180px center no-repeat #68b434;
	padding-right: 39px;
	width: 160px;
}

#solutions_category #elem-FrontComContent_list01-005 .list2 a ,#solutions_category #elem-FrontComContent_list01-005n .list2 a{
	font-size: 15px;
	font-weight: bold;
}

#solutions_category .comptitle_00 {
	padding-right: 40px;
}



#solutions_category .comptitle_00 strong {
	font-size: 22px;
	font-weight: normal;
	color: #333132;
	display: block;
	text-align: right;
	height: 40px;
}

#solutions_detail {
	padding-top: 35px;
	width: 880px;
	float: right;
	padding-bottom: 40px;
}

#solutions_detail h3 {
	color: #68b434;
	font-size: 24px;
	letter-spacing: 1px;
}

#solutions_detail p {
	padding-top: 20px;
	color: #666565;
	font-size: 15px;
	text-indent: 30px;
	line-height: 25px;
}
#content{background:url(../images/bg2.jpg) repeat-y;

