@charset "utf-8";
/* All Css Style  */
* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	color:#333;
	font-size:11px;
	background:#c0cacc;
	font-family:Tahoma, Geneva, sans-serif;
}
img {
	vertical-align:middle;
	border:0;
}
input, select {
	vertical-align:middle;
}
ul, li {
	list-style:none;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#df0000;
	text-decoration:underline;
}
.whitelink a {
	color:#fff;
	text-decoration:none;
}
.whitelink a:hover {
	color:#a4defc;
	text-decoration:none;
}
.bluelink a {
	color:#2e59ab;
	text-decoration:none;
}
.bluelink a:hover {
	color:#df0000;
	text-decoration:underline;
}
a.bluelink {
	color:#2e59ab;
	text-decoration:none;
}
a.bluelink:hover {
	color:#df0000;
	text-decoration:underline;
}
.clear {
	clear:both;
}
.underlink a {
	color:#575f65;
	text-decoration:underline;
}
.underlink a:hover {
	color:#df0000;
	text-decoration:underline;
}
.rights span {
	float:right;
}
/* index info */
#containter{
	margin:auto;
	width:946px;
	background:#fff;
	text-align:left;
}
/* all style */
#header{
	background:#fff;
	height:137px;
}

/* index header */
.logo{
	float:left;
	width:584px;
	height:109px;
	background:url(../images/logo.jpg) no-repeat;
}
.topmenu{
	float:left;
	width:362px;
	height:109px;
	background:url(../images/head_menu.jpg) no-repeat;
}
.toplink{
	color:#FFF;
	padding-top:8px;
	height:20px;
	text-align:center;
}
.toplink a{
	font-size:12px;
	color:#fff;
}
.toplink a:hover{
	color:#ff0;
	text-decoration:none;
}
.clock{
	text-align:center;
}
.menu{
	margin:auto;
	width:900px;
}
.menu li{
	float:left;
	color:#fff;
	line-height:28px;
}
.menu li.menuleft{
	background:url(../images/menuleft.jpg) no-repeat;
	width:5px;
	height:28px;
}
.menu li.menuers{
	padding-left:15px;
	width:550px;
	line-height:28px;
	background:url(../images/menubg.jpg) repeat-x;
}
.menu li.favs{
	width:325px;
	background:url(../images/menubg.jpg) repeat-x;
	line-height:28px;
	color:#648aad;
}
.menu li.favs a{
	color:#648aad;
	text-decoration:underline;
}
.menu li.favs a:hover{
	color:#a4defc;
	text-decoration:underline;
}
.menu li.menuright{
	background:url(../images/menuright.jpg) no-repeat;
	width:5px;
	height:28px;
}
/* flasher */
.top{
	margin:auto;
	width:900px;
}
.flashleft{
	float:left;
	width:572px;
	height:205px;
	background:url(../images/flashleft.jpg) no-repeat;
}
.flashright{
	float:left;
	width:328px;
	height:205px;
	background:#e2eaed;
}
.flashinfo{
	padding:5px;
}
/* footer */
#footer{
	margin:auto;
	width:100%;
	padding-top:15px;
	background:url(../images/footbottom.jpg) no-repeat left bottom;
	height:105px;
}
.footmenu{
	margin:auto;
	width:900px;
	background:url(../images/footbg.jpg) repeat-x;
	height:47px;
}
.footright{
	width:100%;
	background:url(../images/footright.jpg) right no-repeat;
	height:47px;
}
.footleft{
	background:url(../images/footleft.jpg) no-repeat left top;
	width:100%;
	height:47px;
	text-align:center;
}
.footleft ul{
	width:470px;
	margin:auto;
}
.footleft li{
	float:left;
}
.footleft li a{
	display:block;
	color:#666;
	background:url(../images/icon.gif) 5px 13px no-repeat;
	line-height:30px;
	padding-left:16px;
	margin-left:15px;
}
.footleft li a:hover{
	color:#1678cf;
	text-decoration:none;
}
.copyright{
	clear:both;
	width:100%;
	line-height:35px;
	text-align:center;
}

/* pages */

#pages li {
	border:0;
	margin:0;
	padding:0;
	font-size:11px;
	list-style:none; /* savers */
	float:left;
}
#pages a {
	display:block;
	border:solid 1px #9aafe5;
	margin-right:2px;
}
#pages .first-off,#pages .Prev-off, #pages .next-off,#pages .last-off{
	border:solid 1px #DEDEDE;
	color:#888;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2px;
	padding:3px 4px;
}
#pages .first a,#pages .next a, #pages .previous a ,#pages .last a{
	font-weight:bold;
}
#pages .active {
	background:#2e6ab1;
	color:#FFF;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px; /* savers */
	margin-right:2px;
}
#pages a:link, #pages a:visited {
	color:#0e509e;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
#pages a:hover {
	border:solid 1px #0e509e;
}
