body{
	font-size: 12px;
}

h1{
	font-size: 16px;
	margin: 0 0 15px 0;
}

h2{
	font-size: 14px;
	margin: 0 0 13px 0;
}

h3{
	font-size: 12px;
	margin: 0 0 10px 0;
}

h4{
	font-size: 12px;
	margin: 0 0 4px 0;
}

/*Top
-------------------------------------------------------------------- */
#top_container{
	width: 100%;
}

#top_container_left{
	margin: 0 0 0 20px;
}

#logo_a{
	background: url('/static/img/plex-logo.jpg') no-repeat;
}

#top_container_right{
	
}

/*Navigation
-------------------------------------------------------------------- */
.menu{
	display: none;
}

#nav_ul{
	margin: 20px 0 0 0;
	position: absolute;
	width: 100%;
	left: 0;
	background: #212121;
	z-index: 99999;
	text-align: center;
}

.nav_ul_opened{
	display: block;
}

	.nav_item{
	}
	
	.nav_item_a{
		height: 35px;
		font-size: 12px;
		padding: 25px 10px 0px 10px;
	}
	
	.nav_child{
		position: relative;
		width: 100%;
	}
	
	.nav_item_sub_a{
		padding: 10px 10px;
	}
	.nav_opened {
		display: block;
	}

#menu-btn-text{
	background: url('/static/img/menu_btn.png') no-repeat;
	background-position: right center;
	padding: 13px 57px 0 0;
	height: 27px;
	display: block;
	margin: 20px 20px 0 0;
	color: #ffffff;
}

/*Slider
-------------------------------------------------------------------- */
#slider-wrapper {
	display: none;
}

#no-slider-wrapper {
	display: none;
}

/*Main
-------------------------------------------------------------------- */
#main{
	width: 100%;
	padding-top: 20px;
}

#main_left{
	width: 100%;
}

#main_left_inner{
	margin: 0 20px;
}

#main_right{
	width: 100%;
}

#main_right_inner{
	margin: 0 20px;
}

/*Box
-------------------------------------------------------------------- */
.box-left{
	width: 100%;
}

.box-right{
	display: none;
}

.box-left p{
	margin: 0 0 10px 0;
}

.box p {
	margin: 0 0 10px 0;
}

/*Footer
-------------------------------------------------------------------- */
#footer{
	padding: 20px 20px;
}

.footer_menu{
	width: 100%;
	margin-bottom: 20px;
}

.footer_menu_last{
	width: 100%
}

.footer_copyright{
	width: 100%;
}
