@CHARSET "UTF-8";
body{
	margin:0;
	padding:0;;
	font:12px Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(../images/bg.jpg) repeat-x;
}

#logo{
	width:900px;
	padding-top:8px;
	height:37px;
	margin:0 auto;
}	

#logo img{
	margin-left:10px;
	display:block;
	float:left;
}

#logo div{
	width:754px;
	height:28px;
	text-align:right;
	float:left;
	_width:744px;
}

#menu{
	width:900px;
	height:30px;
	margin:12px auto 0 auto;
}

.menuItem{
	width:136px;
	padding-top:8px;
	height:22px;
	background:url(../images/menu_bg.gif);
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
	color:#fff;
	float:left;
	
}

.menuItemActive{
	width:136px;
	padding-top:8px;
	height:22px;
	background:url(../images/menu_active_bg.gif);
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
	color:#000;
	float:left;
	
}


#banner{
	width:890px;
	padding:5px 5px 0 5px;
	background:#fff;
	height:200px;
	margin:auto;
}

#main{
	width:868px;
	padding:15px 10px 10px 10px;
	background:url(../images/banner_bg.jpg) repeat-x top #f5f5f5;
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	margin:0 auto 2px auto;
}

#main h1{
	font-size:14px;
	text-align:left;
}

#main h1 span{
	font-size:12px;
	font-weight:normal;
	color:#f00;
}

#txt{
	width:850px;
	padding:8px;
	margin:0;
	background:#fff;
	border:1px solid #c8c8c8;
	font-size:14px;
	line-height:180%;
	text-align:left;
}

#txt img{
	margin:5px;
	float:right;
}

#intro{
	width:725px;
	height:130px;
	padding:4px 4px 4px 139px; 
	background:url(../images/intro_bg.jpg) no-repeat #fff;
	text-align:left;
	font-size:14px;
	line-height:180%;
	margin-bottom:10px;
}

#channel{
	width:868px;
	background:url(../images/channel_bg.jpg) repeat-y;
}

#channelMenu{
	width:206px;
	padding-top:10px;
	float:left;
}

#channelMenu ul{
	list-style:none;
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:14px;
	text-align:left;
}

.channelMenuItem{
	width:206px;
	height:20px;
	padding-top:4px;
	margin-bottom:5px;
}

.channelMenuItemActive{
	width:206px;
	height:20px;
	padding-top:4px;
	background:url(../images/channel_menu_active.jpg) no-repeat right;
	margin-bottom:5px;
}

#channelContent{
	width:641px;
	padding:10px;
	background:#fff;
	border-top:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	float:left;
	line-height:180%;
	text-align:left;
}

#channelBox1{
	width:310px;
	padding-top:30px;
	padding-right:10px;
	float:left;
	border-right:1px solid #d9d9d9;
	text-align:left;
	line-height:180%;
	
}

.cd1{
  background:url(../images/des1.jpg) no-repeat;
}
.cd2{
	background:url(../images/demo1.jpg) no-repeat;
}

.cd3{
  background:url(../images/des2.jpg) no-repeat;
}
.cd4{
	background:url(../images/demo2.jpg) no-repeat;
}

.cd5{
  background:url(../images/des3.jpg) no-repeat;
}
.cd6{
	background:url(../images/demo3.jpg) no-repeat;
}

#channelBox2{
	width:310px;
	padding-top:30px;
	padding-left:10px;
	float:left;
	text-align:left;
	line-height:180%;
}

#foot{
	width:890px;
	height:39px;
	margin:0 auto 10px auto;
	background:url(../images/bottom_bg.jpg);
	text-align:center;
	padding-top:20px;
}

a.blackA:link,a.blackA:visited,a.blackA:active{
	color:#000;
	text-decoration:none;
	}
a.blackA:hover{
color:#00f;
	text-decoration:underline;
}

a.whiteA:link,a.whiteA:visited,a.whiteA:active{
	color:#fff;
	text-decoration:none;
	}
a.whiteA:hover{
color:#fff;
	text-decoration:underline;
}

a.blueA:link,a.blueA:visited,a.blueA:active{
	color:#00f;
	text-decoration:none;
	}
a.blueA:hover{
color:#00f;
	text-decoration:underline;
}

img{
	border-width:0;
}

.btn{
	padding:2px;
	border-width:0;
	background:#666;
	color:#fff;
}