@charset "UTF-8";
/* CSS Document */

html{
	height:100%;
	overflow-y:scroll;
}
body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#000;
	background-image:url(../img/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-text-size-adjust: none;
}

.fade-layer,
body:before{
	content: '';
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	z-index:99999;
}

body.fade-layer-off:before{
	content: none;
}

br {
	letter-spacing:normal;
}

/* ========LAYOUT======== */

#wrapper {
	width:960px;
	/* height:100%; */
	margin: -9px auto;
	border-left:1px #2F4F4F solid;
	border-right:1px #2F4F4F solid;
	background-color:#000;
	background-image:url(../img/back_w.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#shopin{
	float:left;
	margin:360px 0 5px;
	font-size:0.85em;
	text-align:center;
	color:#FF9;
	width: 960px;
}


.guide1118{
	float: left;
	margin: 40px 230px 180px 230px;
	opacity: 0.8;
}


#shopin1118{
	float:left;
	margin:20px 0 5px;
	font-size:0.85em;
	text-align:center;
	color:#FF9;
	width: 960px;
}


#shopin0903{
	float:left;
	margin:0 0 5px;
	font-size:0.85em;
	text-align:center;
	color:#FF9;
	width: 960px;
}

.t_red{
	color:#F00;
	font-weight:bold;
}

#t_link{
	float:left;
	margin:10px 0 5px;
	font-size:0.8em;
	text-align:center;
	color:#999;
	width:960px;
}

#t_link a{
	color:#FFF;
}

#t_link a:hover{
	color:#FF6;
}



#top_menu {
    float: left;
    height: 150px;
    margin: 0;
    padding: 10px 18px 10px 22px;
    position: relative;
    width: 920px;
	background-image:url(../img/t_mbac.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


#top_menu ul{
	float:left;
	margin:0;
	padding:0;
}

#top_menu li{
	display:block;
	float:left;
	margin:0 1px;
	width:129px;
	height:150px;
	background-color:#666;
	list-style-type:none;
}
	

#menu {
    float: left;
    height: 150px;
    margin: 0 0 0;
    padding: 10px 18px 10px 22px;
    position: relative;
    width: 920px;
	background-image:url(../img/t_mbac.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


#menu ul{
	float:left;
	margin:0;
	padding:0;
}

#menu li{
	display:block;
	float:left;
	margin:0 1px;
	width:129px;
	height:150px;
	background-color:#666;
	list-style-type:none;
}
	

.t_menu {
    border: medium none;
    display: block;
    float: left;
    margin: 0 2px 0 0;
    padding: 0;
	background-color:#666;
}



#copyright{
	width:960px;
	font-size:0.75em;
	text-align:center;
	margin:10px 0 10px;
	color:#696969;
}


#contents {
	clear:both;
	margin:0px;
	padding:0px;
}

#main {
	margin:15px 0 0 25px;
	float:left;
	width:660px;
	height:auto;
}

#side {
	margin:15px 0;
	float:right;
	width:260px;
	position:relative;
}

#footer {
	margin:0px;
	clear:both;
	width: 950px;
	height: 210px;
	background-image:url(../im/top/footer.jpg);
}

#news {
    left: 345px;
    margin: 0 auto;
    position: relative;
    top: 15px;
}