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;
	background: #212121;
	z-index: 99999;
	position: absolute;
	right: 0;
	width: 200px;
}

.nav_ul_opened{
	display: block;
}

	.nav_item{
		height: 60px;
	}
	
	.nav_item_a{
		height: 35px;
		font-size: 12px;
		padding: 25px 20px 0px 20px;
	}
	
	.nav_child{
		position: absolute;
		width: 200px;
		margin-left: -200px;
		margin-top: -60px;
	}
	
	.nav_item_sub_a{
		padding: 7px 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{
	width: 100%;
}

#no-slider-wrapper {
	width: 100%;
	height: 70px;
	background: url('/static/img/slider-page-bg-small.jpg') repeat-x;
	background-position: center top;
	margin: 0px;
}

	.slide_img,
	.slide-page_img{
		display: none;
		/*float: left;
		width: 407px;
		height: 340px;*/
	}
	
		/*.slide_img img,
		.slide-page_img img{
			width: 407px;
			height: 340px;
		}*/
		
	.slide_content{
		/*float: right;*/
		width: 100%;
		text-align: center;
		height: 340px;
	}
	
	.slide-page_content{
		/*float: right;*/
		width: 100%;
		text-align: center;
		height: 230px;
	}
	
		.slide_content_title,
		.slide-page_content_title{
			height: 65px;
			font-size: 41px;
			color: #212121;
			padding: 45px 0 0 0;
			letter-spacing: -1px;
		}
		
		.slide_content_product,
		.slide-page_content_product{
			height: 80px;
			width: 100%;
		}
		
		.slide_content_product img,
		.slide-page_content_product{
			height: 80px;
			width: auto;
		}
	
		.slide_content_text,
		.slide-page_content_text{
			padding: 0 20px;
			color: #ffffff;
			height: 90px;
			text-align: justify;
		}
		
		.slide_content_buttons{
			/*text-align: right;*/
		}
		
		.slide_content_buttons a{
			color: #747474;
			font-size: 18px;
		}
		
		.slide_content_buttons a:hover{
			color: #f98e00;
		}


/*Main
-------------------------------------------------------------------- */
#main{
	width: 100%;
}

#main_left{
	width: 64%;
	float: left;
	margin-top: 20px;
}

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

#main_right{
	width: 30%;
	float: right;
	border-left: 1px solid #eeeeee;
	padding-left: 20px;
	margin-top: 20px;
	margin-left: -1px;
}

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

/*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{
	float: left;
	width: 24%;
}

.footer_menu_last{
	float: left;
	width: 24%;
}

.footer_copyright{
	float: right;
	width: 23%;
	margin-top: 30px;
}
