﻿*{
	margin:0;
	padding:0;
	color:#000;
	font-size:12px;
	font-family:Arial;
	list-style-type:none;
	text-decoration:none;
}
body {background:url(/img/bodybg.gif) repeat-y center;}

#header {
	width:776px;
	height:110px;
	margin:0 auto 20px auto;
}
#header #logo {
	float:left;
	margin-top:15px;
	background: url(img/Logo.gif) no-repeat 0 0;
}
#header #logo a {
	display:block;
	width:138px;
	height:45px;
	text-indent:150px;
	white-space:nowrap; 
	overflow:hidden;
}
#header #slogan {
	float:left;
	width:256px;
	height:35px;
	margin:23px 0 0 28px;
	background: url(img/slogan.gif) no-repeat 0 0;
	text-indent:260px;
	white-space:nowrap; 
	overflow:hidden;
}
#header #search {
	float:right;
	width:226px;
	height:20px;
	margin-top:22px;
}
#header #search #keyword {
	float:left;
	width:170px;
	height:18px;
	line-height:18px;
	color:#06f;
	border:1px solid #999;
	background:#fff url(img/search_ico.jpg) no-repeat 0 0;
	text-indent:20px; 
}
#header #search #search_btn {
	float:right;
	width:46px;
	height:20px;
}
#header ul {
	float:left;
	width:776px;
	height:33px;
	margin-top:17px;
	background:#fff url(img/nav_line.gif) repeat-x 0 0;
}
#header ul li {
	float:left;
	margin:7px 1px 0 0;
}
#header ul li#menu_7 {
	margin-right:0;
}
#header ul li a {
	display:block;
	width:110px;
	height:26px;
	text-align:center;
	line-height:26px;
	color:#069;
	background:#e3e3e3;
	overflow:hidden;
}
#header ul li a:hover {
	color:#000;
	background:#ccc;
}
#main {
	width:776px;
	margin:0 auto;
}
#main #container {
	float:right;
	width:556px;
	padding-bottom:10px;
}
#main #container h1 {
	width:516px;
	margin:0 auto 10px auto;
	line-height:16px;
	color:#06f;
	font-size:14px;
}
#main #container p {
	width:488px;
	margin:8px auto;
	line-height:18px;
	font-size:13px;
	/* text-indent:2em; */
}
#main #sider {
	float:left;
	width:220px;
}
.siderlist {
	float:left;
	margin-bottom:20px;
}
.siderlist h3 {
	width:220px;
	height:24px;
	line-height:26px;
	text-indent:6px;
	background:#e7e7e7;
	overflow:hidden;
}
.siderlist h3 a {
	font-size:14px;
	color:#333;
}
.siderlist h3 a:hover {
	color:#06f;
}
.siderlist p {
	width:200px;
	padding:6px 9px;
	border:1px solid #e7e7e7;
	border-width:0 1px;
	line-height:20px;
	/* text-indent:2em; */
	color:#999;
}
.siderlist ul {
	width:220px;
}
.siderlist ul li {
	float:left;
	width:64px;
	margin-right:14px;
}
.siderlist ul li.listshow_c {
	margin-right:0;
}
.siderlist ul li a {
	display:block;
	border:1px solid #ccc;
}
.siderlist ul li a:hover {
	border:1px solid #06f;
}
.siderlist ul li a img {
	width:60px;
	height:60px;
	margin:1px;
	border:0;
}

#footer {
	clear:both;
	width:776px;
	margin:0 auto;
	border-top:1px solid #06f;
}
#footer p {
	height:32px;
	line-height:32px;
	color:#06f;
}
#footer p a {
	color:#06f;
}
#footer p a:hover {
	color:#000;
	text-decoration:underline;
}

