@charset "utf-8";
/* CSS Document */
/*************************************************/
/*************************************************/
/**                                             **/
/**        powered by echinachem Inc.           **/
/**      http://www.echinabio.com               **/
/**        service@ehinabio.com                 **/
/**                                             **/ 
/*************************************************/
/*************************************************/
@import url(left.css);
* {
	margin:0px;
	padding:0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #494949;
	background:#fff;
}
form {
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
img {
	border: 0px;
}
.clear {
	font: 0px/0px sans-serif;
	clear: both;
	display: block;
}
.head {
	width: 960px;
	height: 85px;
	font-size:11px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/head_black.gif) no-repeat right top;
}
.head ul {
	text-align: left;
	float: right;
	list-style-type: none;
	margin-top: 15px;
}
.head li {
	margin-left: 3px;
	display: inline;
	list-style-type: none;
}
.head img {
	width: 292px;
	height: 50px;
	float: left;
	margin: 15px 0 0 10px;
}
/*-----------foot--------------*/
.foot {
	width: 960px;
	height: 90px;
	text-align: center;
	margin: 5px auto 0 auto;
	padding: 0px;
	clear: both;
}
.foot_top {
	width: 960px;
	padding-bottom: 3px;
	border-bottom: 3px solid #0e7fbd;
	margin-bottom: 3px;
}
.foot_bottom {
}
/*-----------link--------------*/
a {
	color: #494949;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.head a {
	color: #494949;
	text-decoration: none;
}
.head a:hover {
	color: #000;
	text-decoration: underline;
}
.foot a {
	color: #494949;
	text-decoration: none;
}
.foot a:hover {
	color: #000;
	text-decoration: underline;
}
