#content_wrapper{
	background-image:url(../images/bg.png);
	background-position: center;
	position:relative;
}
#content_header{
	width:100%;
	height:340px;
	background-image:url(../images/about.png);
	background-repeat: no-repeat;
	background-position: center;
}
#content_header .inner{
	width:980px;
	padding:0 10px;
	margin:0 auto;
	position:relative;
}
div#main_container {
	position: relative;
	margin: 0 auto;
	padding: 0 0;
	width: 980px;
}
#content_header h2{
	width:368px;
	height:333px;
	overflow:hidden;
	text-indent:-999px;
	background-image:url(../images/logo.png);
	background-repeat: no-repeat;
	display:block;
	position:absolute;
	top:0;
	left:-70px;
}

.boxshadow{
	box-shadow:rgb(86, 0, 4) 0px 0px 10px 0px;
	-webkit-box-shadow:rgb(86, 0, 4) 0px 0px 10px 0px;
	/*-moz-box-shadow:rgb(86, 0, 4) 0px 0px 10px 0px;*/
}
#main{
	width:980px;
	height:495px;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
}
#main div{
	background-repeat: no-repeat;
	background-position: center;
	text-indent:-999px;
	overflow:hidden;
	height:495px;
	width:980px;
	position:absolute;
	top:0;
	left:0;
}
#main div.img1{
	background-image:url(../images/main_1.png);
}
#main div.img2{
	background-image:url(../images/main_2.png);
	display:none;
}
.bgcolor{

	background-color:#292929;
	width:980px;

}
.item{


}
#social{
	width:100%;
	margin-top:10px;
}
#fblike{
	float:left;
}

#twitter-widget-0{
	float:left;
	margin-right:10px;
}
#about{
	margin-top:20px;
	position:relative;
}


.item{
	width:980px;
	height:680px;
	position:relative;
}
.mt32{
	margin-top:-32px;
}
.item .the_left{
	float:left;
	margin:10px 0 0 10px;
}
.item .the_left .images{
	position:relative;
	width:570px;
	height:530px;
}
.item .the_left .images img{
	position:absolute;
	top:0;
	left:0;
	display:none;
}

.item .the_right{
	float:right;
	width:400px;
	margin-top:10px;
}
.item .the_right .title{
	height:130px;
	width:380px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:15px;
	display:block;
	position:relative;
}
.item .the_right img{
	float:right;
}
.item .shadow_over{
	background-image:url(../images/shadow_over.png);
	width:980px;
	height:216px;
	background-repeat: no-repeat;
	position:absolute;
	bottom:0;
}
.item .nav{
	margin-top:10px;
}
.item .nav li{
	width:86px;
	height:79px;
	float:left;
	margin-right:9px;

}
.item .nav li a{
	width:86px;
	height:79px;
	display:block;
	position:relative;
}
.item .nav li a span{
	display:none;
	width:86px;
	height:79px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	border: solid 5px #c30912;
	position:absolute;
	top:0;
	left:0;
}

.item .nav img{
	width:100%;
	height:100%;
}
#bottoms{
	position:relative;
	height:70px;
	margin-top:-45px;
}
#buttons{
	float:right;
	display:block;
	position:relative;
	padding-bottom:30px;
}

#buttons a{
	width:280px;
	height:70px;
	text-indent:-999px;
	overflow:hidden;
	background-repeat: no-repeat;
	display:inline-block;
}
#buttons a:hover{
	background-position:0 -70px;
}
a#btn_official{
	margin-right:30px;
	background-image:url(../images/btn_official.png);
}
a.btn_shop{
	background-image:url(../images/btn_shop.png);
	width:360px;
	height:30px;
	background-repeat: no-repeat;
	text-indent: -999px;
	overflow:hidden;
	position:absolute;
	bottom:10px;
	right:10px;
}
a.btn_shop:hover{
	background-position:0 -30px;
}
#copyright{
	position:absolute;
	width:375px;
	height:10px;
	left:30px;
	bottom:0;
}

#content_footer{
	background-color:#c40008;
	text-align: center;
	padding:28px 0;
}
