.bgindex, .bgwithout {
	z-index: -999;
	}	
.bgindex {
    background: url(19.png) repeat; 	
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
	}
.logo-index {
	margin: 40px 0;
	position: relative;
	display: inherit;
}
.nav-content{
	left: 0px;
	opacity: 1;
	padding-top: 30px;
}
.nav-content a{
	background-clip: padding-box;
	border: 8px solid #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	color: rgba(255,255,255,0.1);
	display: block;
	font-family: Bebas Neue;
	font-size: 80px;
	line-height: 100px;
	margin: 0 0 20px 0;
	outline: none;
	padding: 2%;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 0px 10px rgba(255,255,255,0.9);
	transition: all 0.3s ease-in-out;
	-webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.nav-content a:hover{
	border: 8px solid #000;
	box-shadow: 1px 3px 7px rgba(0,0,0,0.25);
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 10px rgba(0,0,0,0.99);
}

/* Main Items */
.bg-left a{
	background: url(left/images/background/05.png) no-repeat center center;
	background-size: 100%;
	margin: 0 0 30px;
}
.bg-center a{
	background: url(left/images/background/01.png) no-repeat center center;
	background-size: 100%;
	margin: 0 0 30px;
}
.bg-right a{
	background: url(left/images/background/06.png) no-repeat center center;
	background-size: 100%;
	margin: 0 0 30px;
}
	
/* ============ panel ================ */
#buy {
	top: 35px;
}
#buy img{
	padding: 8px 0 0 2px;
}
#switcher_btn {
	top: 75px;
}
#buy, #switcher_btn {
	background: #efefef;
	border: 1px solid #c9c9c9;
	border-radius: 0px 20px 20px 0px;
	box-shadow: inset 0 1px 0 #fff;
	cursor: pointer;
	display: block;
	height: 33px;
	left: 0px;
	position: fixed;
	width: 35px;
	z-index:10000;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
}
#switcher_btn img{
	padding: 3px 0 0 3px;
}
#buy a, #switcher_btn a{
	outline:none;
}
#styleSwitcher {
	background-color: #efefef ;
	border: 1px solid #c9c9c9;
	box-shadow: inset 0 1px 0 #fff;
	color: #000;
	display: none;
	font-family: arial;
	font-size: 11px;
	left: 0px;
	padding: 10px;
	position: fixed;
	top: 75px;
	width: 210px;
	z-index:10000;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
}
#styleSwitcher h6 {
	letter-spacing: 0;
}
#styleSwitcher span {
	font-size: 13px;
	margin: 0 5px;
}
hr {
	display: block;
	height: 1px;
	border-top: 1px dashed #ccc;
	margin: 3px 0;
	padding: 0;
}
.bg-text {
	height: 30px;
}
.bg-color {
	height: 55px;
}
.pattern {
	border:1px solid #ccc;
	display: block;
	float:left;
	height: 25px;
	list-style:none;
	margin-right:2px;
	margin-left:2px;
	margin-bottom:5px;
	width: 40px;
}
.close_btn{
	cursor: pointer;
	display: block;
	position: absolute;
	right: -11px;
	top: -11px;
}
.fadeOption {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   -ms-transition: opacity .25s ease-in-out;
   }
.fadeOption:hover {
	opacity: 0.8;
}
.bg-pattern a, .bg-style a{
	color: #000;
	text-decoration: none;
}
.bgs {
	line-height: 30px;
}
a.bgs {
	color: #000;
	-o-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	-ms-transition:all .3s;
}
a.bgs :hover {
	color: #666;
	opacity: 0.8;
	-o-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	-ms-transition:all .3s;
}
.bgs h6 {
	display: inline;
	margin-left: 5px;
	letter-spacing: 0;
}


.center{background: url(left/images/background/01.png) no-repeat center center; background-size: 75px;}


/*============== panel ===============*/