/* CSS Document */
*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#808284;
}
body{
	margin:0;
	padding:0;
	background:url(images/background.jpg);
}
p{
	margin:0px;
	margin-bottom:15px;
}
.canshu p{
	margin:0px;
}
h1{
	height:17px;
	background:url(images/title_icon.jpg) no-repeat;
	padding: 5px 0px 0px 30px;
	font-size:16px;
	font-weight:bolder;
	color:#F68B1E;		
	margin-top:20px;
}
h3{
	height:18px;
	margin:0px;
	padding:0px;
	color:#F68B1E;
	font-weight:bolder;
}
h3 a{	
	color:#F68B1E;	
}
.home{
	height:14px;
	background:url(images/index_home.jpg) no-repeat;
	padding: 0px 0px 0px 25px;
	font-size:12px;
	margin-bottom:5px;
}
.bottom{
	width:470px;
	height:60px;
	background:url(images/logo_bottom.jpg) no-repeat;
	padding-left:75px;
	padding-top:5px;
	text-align:left;
	margin-top:10px;
}
a{
	color:#808284;
	text-decoration:none;	
}
a:hover{
	color:#F68B1E;
	text-decoration:underline;	
}
a.question{
	color:#FFFFFF;
	font-weight:bold;	
	text-decoration:none;	
}
a.question:hover{
	color:#FFFFFF;
	text-decoration:underline;	
}
.catalog{
	width:100px;
	text-align:left;
	font-size:12px;
	color:#F68B1E;
	line-height:20px;
}
.menu{
	width:180px;
	height:23px;
	background:url(images/menu_bg.jpg) no-repeat;
	color:#F68B1E;
	font-weight:bolder;
	padding:5px 0px 0px 5px;
	display:block;
	cursor:hand;
}
.menu2{
	width:180px;
	height:23px;
	background:url(images/menu_bg1.jpg) no-repeat;
	color:#FFFFFF;
	font-weight:bolder;
	padding:5px 0px 0px 5px;
	display:block;
	cursor:hand;
}

.menu_line{
	color:#F68B1E;
	width:170px;
	height:8px;
	margin-top:10px;
	background:url(images/menu_line.jpg) no-repeat;
}
.menu_question{
	background:#F68B1E;
	width:175px;
	height:18px;
	padding:2px 0px 0px 5px;
	color:#FFF;
	font-weight:bolder;
	margin-top:40px;
}
.menu_child{
	width:155px;
	padding:10px 0px 10px 25px;
	line-height:20px;
	color:#FFF;
	font-weight:bolder;
	border-bottom:1px #F68B1E solid;
	display:none;
	cursor:hand;
}
.menu_child2{
	width:155px;
	padding:10px 0px 10px 25px;
	line-height:20px;
	color:#FFF;
	font-weight:bolder;
	border-bottom:1px #F68B1E solid;
	display:block;
	cursor:hand;
}
.menu_child a{
	color:#FFF;
	height:20px;
	line-height:20px;
	display:block;
}
.catalog a
{
	color:#F68B1E;
}