@charset "gb2312";
#top {
	background-image: url(../images/index_01.jpg);
	height: 78px;
	width: 1002px;
}
#main {
	height: auto;
	width: 887px;
	background-image: url(../images/dbg.jpg);
	background-repeat: repeat-y;
}
#right {
	float: right;
	height: auto;
	width: 272px;
}
#left-1 {
	background-image: url(../images/index_02.gif);
	height: 31px;
	width: 570px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: right;
	padding-top: 5px;
	padding-right: 40px;
	line-height: 1.5;
	float: left;
}
#right-1 {
	background-image: url(../images/index_03.jpg);
	height: 97px;
	width: 272px;
	float: right;
}
#right-2 {
	background-image: url(../images/index_06.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 252px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
}
#right-3 {
	background-image: url(../images/index_07.gif);
	height: 10px;
	width: 272px;
	background-repeat: no-repeat;
	float: right;
}
#right-4 {
	background-image: url(../images/index_10.jpg);
	height: 10px;
	width: 272px;
	background-repeat: no-repeat;
	float: right;
}
#left-2 {
	background-image: url(../images/index_05.jpg);
	height: 309px;
	width: 615px;
}
#left {
	float: left;
	height: auto;
	width: 615px;
}
#left-3 {
	background-image: url(../images/index_08_01.jpg);
	height: 56px;
	width: 615px;
	float: left;
}
#ab {
	background-image: url(../images/ab.jpg);
	height: 26px;
	width: 590px;
	padding-top: 30px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0099FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	float: left;
}
#left-4 {
	background-color: #FFFFFF;
	background-image: url(../images/index_08_02.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: auto;
	width: 485px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 130px;
	float: left;
}
#ab1 {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
	height: auto;
	width: 574px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	border-top-color: #3399FF;
	border-right-color: #3399FF;
	border-bottom-color: #3399FF;
	border-left-color: #3399FF;
	padding-top: 10px;
	float: left;
}
#ab-1 {
	background-image: url(../images/index_05_01.jpg);
	float: left;
	height: 308px;
	width: 379px;
	padding-top: 1px;
}

#bootm {
	background-image: url(../images/bbt.jpg);
	background-repeat: repeat-x;
	height: 127px;
	width: 100%;
}
#bootm1 {
	background-image: url(../images/index_12.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 602px;
	padding-top: 27px;
	padding-left: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333333;
	text-decoration: none;
}
.menu {
	font-family: arial, sans-serif;
	width:500px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 20px;
	float: right;
}
.ht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-align:center;
	text-decoration:none;
	width:70px;
	height:auto;
	color:#0A62CC;
	font-size:14px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0066CB;
	border-right-color: #0066CB;
	border-bottom-color: #0066CB;
	border-left-color: #0066CB;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
	color:#fff;
	background-color: #6633CC;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:31px; 
left:0; 
width:85px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#faeec7; 
color:#000;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#dfc184; 
color:#000;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #000000;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#left3 {
	height: auto;
	width: 100%;
}
#l {
	float: left;
	height: auto;
	width: 28%;
	padding-bottom: 5px;
}
#link {
	height: 2px;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#r {
	float: right;
	height: auto;
	width: 70%;
	padding-bottom: 5px;
}
