/* CSS Document */

body {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999;
	background:url(../images/background.gif) repeat-x;	
	position:relative;
}
a {
    color: #fff;
	text-decoration:none;
}
a:hover {
    color: #fff;
	text-decoration:none;
}
.clear {
    clear:both;
}
.scroll {	
	scrollbar-face-color:#4e4e4e;
	scrollbar-shadow-color:#5e5e5e;
	scrollbar-arrow-color:#000;
	scrollbar-track-color:#1c1c1c;
	scrollbar-base-color:#1c1c1c;
}
.t_text {
    color:#999;
}
.right {
    float:right;}

/* layerout */
#main {
    width: 1000px;
	margin: 0 auto 0 auto;
	background-color:#000;
	z_index:1;
}
#header {
    width:100%;
    height:130px;
	overflow:hidden;
	text-align:right;
	background-color:#000;
	background:url(../images/head_bg.gif) no-repeat 0 100%;
}
#content {
    width:100%;
    height:500px;
	overflow:hidden;
}
#con_left {
    float:left;
    width: 388px;
}
#con_right {
    float:right;
	width:610px;
}

/* navigation */
#nav {
    width:100%;
    height:170px;
	overflow:hidden;
	background-color:#000;
	background:url(../images/nav_bg.gif) no-repeat 0 0;
}
.nav_item {
    padding: 28px 30px 0 0;
    float:right;
    width:520px;
	height:120px;
	overflow:hidden;
}
.nav_item img {
    float:left;
	border:0;
	margin:0;
	padding:0;
}
#nav1 {
    width:100%;
    height:170px;
	overflow:hidden;
}
/*  space logo list  */

.space_logo {
    clear: both;
    width: 606px;
	height: 46px;
	margin: 16px auto 0 auto;
	overflow: hidden;
}
.space_logo1 {
    clear: both;
    width: 606px;
	height: 36px;
	margin: 4px auto 0 auto;
	overflow: hidden;
}
.space_prv {
    float:left;
	width: 15px;
	height: 34px;
	background: url(../images/right_b.gif) no-repeat;
	cursor:pointer;
}
.space_next {
    float:left;
	width: 15px;
	height: 34px;
	background: url(../images/left_b.gif) no-repeat;
	cursor:pointer;
}
.space_con {
    float:left;
	width: 560px;
	height: 100%;
}
.space_box {
    float:left;
	width: 72px;
	text-align: center;
}
.space_box img {
    border: #696f70 solid 1px;
}
.space_box a:hover img {
    border: 2px solid #CCCC00;
}
.pic_big {
    clear:both;
	padding: 4px 0 0 0;
}
.pic_info {
    clear:both;
	border:#292929 solid 1px;
	margin: 4px 0 0 0;
}
.pic_info_t {
    height:29px;
	line-height:26px;
	padding: 0 4px;
	font-size: 14px;
	font-weight:bold;
	color:#b5b5b5;
	background-color:#171717;
}
.pic_info_o {
	background-color:#1f1f1f;
	height: 74px;
	padding: 0 4px;
	line-height: 18px;
	overflow:hidden;
}
/* page */
.page {
    width:76%;
	margin: 0 auto;
	padding: 10px 0;
	text-align:right;
}
.page a {
    color:#f7b551;
	padding: 0 2px;
}
.page a:hover {
    text-decoration:underline;
}



/* copyright */
#copyright {
    width:100%;
	height:28px;
	overflow:hidden;
	background:url(../images/copyright_bg.gif) repeat-x;
}










