/*=========HEADER================*/
.lobby_header{width:100%; position:absolute; left:0; top:0; z-index:3}
.lobby_h2{width:100%; position:absolute; left:0; top:99px}
.header{
	width:990px;
	height:110px;
	margin:0 auto;
	position:relative;
	z-index:3;
}
#logo{
	width:166px;
	height:46px;
	float:left;
	overflow:hidden;
}

/*shop buttom css */

#btn_shop{
  display: block;
  width: 129px;
  height: 40px;
  border: 0px transparent;
  overflow:	hidden;
  margin: 0px;
  background-repeat:no-repeat;
  background-position:top;
  
  position: absolute;
  top: 4px;
  left: 855px;
  z-index: 5;
}

#btn_shop:hover{

background-position:bottom;
}


ul#beta_nav{
	width:817px;/*990*/
	height:16px;
	padding-left:182px;
	float:left;
}
ul#beta_nav li{
	float:left;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	color:#ccc;
}
ul#beta_nav li.last{}
ul#beta_nav li a{color:#ccc; padding: 0px 5px 0px 5px;}
ul#beta_nav li a:hover{color:#fff; text-decoration:none}

/*-------top_nav--------*/
ul.top_nav{
	width:802px;/*803*/
	height:31px;/*49*/
	padding:0 0 0px 1px;
	margin-top:13px;
	float:right;
	background:url(../images/interface/top_navBg.png) no-repeat left top;
}
ul.top_nav li{
	float:left;
	padding-right:1px;
	background:url(../images/interface/top_nav_liBg.gif) no-repeat right top;
	position:relative;
}
ul.top_nav li.last{background:none}
ul.top_nav li a{
	float:left;
	padding:0 10px;
	font-size:11px;
	line-height:31px;
	color:#fff;
	font-weight:bold;
	background:url(../images/interface/top_nav_ahover.gif) no-repeat left -50px;
}
ul.top_nav li.last a{padding-right:18px}
ul.top_nav li a:hover, ul.top_nav li.slctNav a{background-position:left top; text-decoration:none}
/*----sub_nav----*/
ul.top_nav li ul{
	width:215px;
	/*overflow:hidden;*/
	float:left;
	background:url(../images/interface/sub_navBg.png) repeat;
	position:absolute;
	left:-2px;
	top:31px;
	z-index:4;
	display:none;
}
ul.top_nav li.last ul{left:auto; right:0}
ul.top_nav li li{
	width:100%;
	padding:0 0 1px;
	background:url(../images/interface/sub_nav_liBg.gif) repeat-x left bottom;
	position:relative;
}
ul.top_nav li li a{
	width:196px;/*215*/
	padding:0 0 0 19px;
	font-size:9px;
	line-height:29px;
	display:block;
	color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:none;
}
ul.top_nav li.last li a{padding-right:0}
ul.top_nav li.arrow a{background:url(../images/interface/arrow_1.png) no-repeat 8px 12px}
ul.top_nav li li a:hover, ul.top_nav li li.slctNav a{background-color:#be0000; color:#fff}
ul.top_nav li li.arrow a:hover, ul.top_nav li li.slctNav a{background-position:8px -95px;}

/*----sub sub_nav----*/
ul.top_nav li ul ul{
	left:215px;
	top:0;
	display:none;
}
ul.top_nav li.last ul ul{left:auto; right:0}
ul.top_nav li li li{position:relative}
ul.top_nav li li.arrow li a{background:none; color:#666}
ul.top_nav li li.arrow li a:hover{background-color:#be0000; color:#fff}
ul.top_nav li li.arrow li.arrow > a{background:url(../images/interface/arrow_1.png) no-repeat 8px 12px}
ul.top_nav li li.arrow li.arrow > a:hover{background-position:8px -95px; background-color:#be0000 !important; color:#fff}


form#search_box{
	width:155px;/*165*/
	height:19px;
	padding:0 0 0 10px;
	margin-top:17px;
	float:left;
	background:url(../images/interface/search_boxBg.png) no-repeat;
}
input.inp_txt1{
	width:125px;
	height:13px;/*19*/
	padding:3px 0;
	float:left;
	font-size:10px;
	line-height:13px;
	color:#999;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	border:none;
	background:transparent;
}
input.src_butn{
	width:23px;
	height:19px;
	float:right;
	background:url(../images/interface/search_butn.png) no-repeat;
	border:none;
	text-indent:-1000px;
	overflow:hidden;
	text-transform:uppercase;
	cursor:pointer;
}

#add_cont{
	width:939px;/*990*/
	margin:0 auto;
	padding:0 24px 0 27px;
	overflow:hidden;
	position:relative;
}
a.butn_next, a.butn_pre{
	width:24px;
	height:40px;
	background:no-repeat left top;
	position:absolute;
	bottom:58px;
	text-indent:-1000px;
	overflow:hidden;
}
a.butn_next{background-image:url(../images/interface/butn_next.png); right:0}
a.butn_pre{background-image:url(../images/interface/butn_pre.png); left:3px}
a.butn_next:hover, a.butn_pre:hover{background-position:left bottom}

#add_contIn{
	width:939px;
	height:132px;
	overflow:hidden; position:relative;
}
ul#add_contInner{
	width:1000px;
	height:140px;
	overflow:hidden;
	position:absolute;
	left:0; top:0;
}
ul#add_contInner li{
	width:225px;/*238*/
	padding-right:13px;
	float:left;
}
ul#add_contInner li:hover{
	position:relative;
    top: 2px;

}





