@charset "utf-8";
/* CSS Document */


#products_menu{
	list-style-type:none;
	width:200px;
	float:left;

}
#products_menu .header{
	background-color:#09C;
	color:#FFF;
	padding:5px;
	border:#FFF solid thin;
	padding-left:10px;

}
#products_menu .header a{
	color:#FFF;
}
#products_menu .content{
	background-color:#CCC;
	padding:5px 0px 5px 20px;
	overflow:hidden;
}
#products_menu .content div{
	height:25px;
}
#products_menu .content ul{
	margin-left:-20px;
	}
#products_row{
	width:100%;
	float:left;
}
#detail_col{
	float:left;
	width:560px;
	text-align:justify;
	padding-left:20px;
	padding-right:20px;
}
#detail_col #product_title{
	font-size:18px;
	font-weight:bold;
	color:#069;
}
#detail_col #product_desc{
	font-size:14px;
	color:#999;

}
#detail_col #product_desc p{
	line-height:20px;
}
#menu{
	width:50px;
}
#banner_n_menu_col{
	width:580px;
	float:left;
}
#banner_col{
	width:100%;
	float:left;
}
#content_row, #menu_row{
	width:100%;
	float:left;
}
#menu_col{
	width:800px;
	float:left;
}
.menu_items{
	width:auto;
	float:left;
	letter-spacing: 1px;
	font-weight:bold;
	margin-left:21px;
	margin-right:21px;
}
.menu_items_separator{
	width:1px;
	background-color:#666;
	height:20px;
	margin-left:16px;
	margin-right:16px;
	float:left;
}

.menu_items a{
	text-decoration:none;
	color:#000;
}
.menu_items a:hover{
	text-decoration:none;
	color:#09F;
}
#banner_col{
	border-bottom:#CCC solid 5px;
		border-top:#CCC solid 1px;
	width:800px;
}

#intro{
	line-height:25px;
}
#features h2{
	font-size:16px;
}
#features ul{

}
#features ul li{

}

#spec{
}

.news_col1{
	width:500px;
	float:left;

}

.news_img{
	width:200px;
	float:right;

}

#company_news_content{

}
