/* CSS Document */

* {

    margin:0px;

    padding:0px;

}

body{
	width:1000px;
	margin:auto;
	background:url(../images/bg.jpg) repeat-x;
}

#top{
	height:140px;
	margin:auto;
	background:url(../images/banner.png) no-repeat;
}

#menu{
	height:51px;
	background:url(../images/menu.png) no-repeat;
}

#menu ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
	padding:5px;
	padding-left:20px;
}

#menu ul li{
	display:inline;
	line-height:50px;
	width:150px;
	float:left;
	font-size:16px;
	font-weight:bolder;
}

#menu #search input{
	display:inline;
	margin-top:10px;
}

#menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
}

#menu ul li a:hover{
	color:#FFFF00;
	text-decoration:underline;
}

#java{
	margin-top:5px;
	height:220px;
	background:url(../images/java.png) no-repeat;
}

#main{
	float:left;
	width:1000px;
	margin-top:5px;
}

#main #left{
	float:left;
	width:230px;
}

#left .title_cate{
	background:url(../images/cate_title.png) no-repeat;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bolder;
}

#left .bottom_cate{
	background:url(../images/cate_bottom.png) no-repeat;
	height:9px;
	margin-bottom:5px;
}

#left .content_cate .cate_content{
	margin-left:1px;
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
}

#right .content_cate .cate_content ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#right .content_cate .cate_content ul li{
	padding:5px;
}

#right .content_cate .cate_content ul li a{
	text-decoration:none;
	color:#006699;
}

#left .content_cate ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#left .content_cate ul li{
	background:url(../images/cate_content.png) no-repeat;
	height:37px;
	line-height:30px;
}

#left .content_cate ul li a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bolder;
}

#left .content_cate ul li a:hover{
	color:#FFFF00;
	font-weight:bolder;
}

#right .title_cate{
	background:url(../images/cate_title.png) no-repeat;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bolder;
}

#right .bottom_cate{
	background:url(../images/cate_bottom.png) no-repeat;
	height:9px;
	margin-bottom:5px;
}

#right .content_cate .cate_content{
	margin-left:1px;
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
}

.clear{
	clear:both;
}

#main #content{
	float:left;
	width:530px;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:10px;
}

#content .c_title{
	background:url(../images/content_title.png) repeat-x;
	height:31px;
	color:#003399;
	font-weight:bolder;
	line-height:25px;
	padding-left:15px;
}

#content .c_content{
	background:#FFFFFF;
	padding:5px;
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}

.c_content a{
	text-decoration:none;
	color:#006699;
}

.c_content label{
	float:left;
	width:100px;
	color:#0066CC;
}

.c_content ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.c_content ul li{
	float:left;
	width:150px;
	height:220px;
	border:1px solid #eeeeee;
	padding:5px;
	margin:5px;
}

.c_content ul li a{
	color:#006699;
	text-decoration:none;
}

.c_content ul li a:hover{
	color:#006699;
	text-decoration:underline;
}

#main #right{
	float:left;
	width:230px;
}

#bottom{
	clear:both;
	height:120px;
	background:#eeeeee;
}

#bottom .gach{
	border-bottom:1px #CCCCCC solid;
}