﻿@charset "utf-8";
/* All Css Style  */
* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	color:#333;
	font-size:11px;
	background:#e9f8ff url(../images/bg.jpg) repeat-x;
	font-family:Verdana, 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:#f30;
	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:960px;
	text-align:left;
}
/* all style */
#header{
	height:auto;
}

/* index header */
.logo{
	background:url(../images/logo.jpg) left top no-repeat;
	height:100px;
	color:#fff;
	padding:14px 10px 0 0;
}
.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;
}
.buttons{
	background:url(../images/menubg.jpg) 0 -20px;
	height:30px;
	color:#fff;
	font-weight:700;
	font-size:14px;
	border:0;
	padding:0 15px;
	cursor:pointer;
}
.menuer{
	padding-top:25px;
}
.menu{
	height:48px;
	width:960px;
	background:url(../images/menubg.jpg) repeat-x;
}
.menu li{
	float:left;
	background:url(../images/menudiv.jpg) right no-repeat;
}
.menu li.menuL{
	background:url(../images/menuL.jpg) left no-repeat;
	width:8px;
	height:48px;
	display:block;
	}
.menu li.menuR{
	background:url(../images/menuR.jpg) right no-repeat;
	width:8px;
    height:48px;
	display:block;
	}
.menu li a,.menu li.menuL a,.menu li.menuR a{
	display:block;
	width:118px;
	color:#fff;
	text-align:center;
	line-height:48px;
	font-size:13px;
	font-weight:700;
	}
.menu li a:hover,.menu li.menuL a:hover,.menu li.menuR a:hover{
	color:#baebfc;
	text-decoration:none;
	background:url(../images/menuselectbg.gif) no-repeat 52px 2px;
	}
.menu li.menuselect a,.menu li.menuselect a:hover{
	color:#baebfc;
	background:url(../images/menuselectbg.gif) no-repeat 52px 2px;
	}
/* flasher */
.top{
	margin:auto;
	width:960px;
}
/* footer */
#footer{
	width:100%;
	background:url(../images/footbg.jpg) top left repeat-x;
	height:106px;
}
.footbody{
	margin:auto;
	width:960px;
	height:106px;
	background:url(../images/footerbg.jpg) repeat-x;
	text-align:center;
}
.footop{
	border:1px solid #b7e5fd;
	border-top:0;
	border-bottom:0;
	height:16px;
	width:958px;
}
.copyright{
	color:#fff;
	padding-top:20px;
	line-height:17px;
}

/* pages */
.pages{
	padding:8px;
}
.pages strong{
	color:#f00;
}
.IN2{ height:22px; line-height:22px; border:1px solid #ccc; margin:3px;}
.area{border:1px solid #ccc; margin:3px;}