@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif, "宋体";
	color:#333333;
}
h1,h2,h3,h4{ margin:0; padding:0;}
ul{ margin:0; padding:0}
li{ margin:0; padding:0; list-style-type:none;}
img{ border:0;}
p{
	text-indent:20px;
	padding:0px 8px;
	margin:0;
}
.hide{ display:none;}
.show{ display:block;}
.left{	float:left; }
.right{ float:right; }
.clear{ clear:both;}


/*页面字体样式开始*/
a:link , a:visited{ text-decoration:none; color:#333;}
a:hover{ text-decoration:underline; color:#06c;}
/*页面字体样式结束*/



/*页面布局代码开始*/
#snow{
	width:960px;
	margin:0 auto;
	position:absolute;
	top:30px;
	height:200px;
}


#header{
	width:960px;
	margin:0 auto;
	height:100px;
}
#header .logo{
	width:456px;
	height:94px;
	background:url(../images/word.gif) top center no-repeat;
}
#header .logo a{
	display:block;
	text-indent:-3000px;
	cursor:pointer;
	width:249px;
	height:94px;
}

#header .top_bar li{
	float:left;
	text-align:left;
	margin:15px 5px;
	padding-right:10px;
	border-right:1px solid #CCC;
}


#nav{
	width:960px;
	margin:0 auto;
	background-color:#c75705;
	border-bottom:1px solid #f2ac68;
}
#nav li{
	float:left;
	text-align:left;
	height:30px;
}
#nav .l_nav{
	width:3px;
	background:url(../images/2010_newyear_main.png) 0 0 no-repeat;
}
#nav .m_nav{
	width:944px;
	height:30px;
	line-height:30px;
	padding:0 5px;
	background-color:#c75705;
	color:#FFFFFF;
}
#nav .r_nav{
	width:3px;
	background:url(../images/2010_newyear_main.png) -3px 0 no-repeat;
}


#box{
	width:960px;
	margin:0 auto;
}
#box ul{
	font-size:0;
}
#box li{
	background-color:#fd932d;
}
#box li img{
	vertical-align:bottom;
}



#footer{
	width:840px;
	margin:0 auto;
	height:222px;
	padding:10px 60px;
	background:url(../images/rt_2010_newyear_footer.gif) center top #fd932d no-repeat;
}
#footer .notice li{
	height:18px;
	line-height:18px;
	color:#f78c24;
}
#footer .copyright{
	text-align:center;
	line-height:20px;
	height:22px;
	margin-top:30px;
	color:#FFF;
}
#footer .copyright a{ color:#FFF;}




/*页面布局代码结束*/

