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: 940px;
}

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

#top_container_right{
	width: 690px;
}

/*Navigation
-------------------------------------------------------------------- */
#menu-btn{
	display: none;
}

#nav_ul{
	height: 80px;
}

	.nav_item{
		height: 80px;
		float: left;
	}
	
	.nav_item_a{
		height: 45px;
		font-size: 12px;
		padding: 35px 10px 0px 10px;
	}
	
	.nav_child{
		position: absolute;
		width: 150px;
	}
	
	.nav_item_sub_a{
		padding: 7px 10px;
	}
	
	.nav_item_parent:hover > .nav_child{
		display: block;
	}

/*Slider
-------------------------------------------------------------------- */
#slider{
	width: 940px;
}

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

#slider-page{
	width: 940px;
	height: 230px;
}

	.slide_img{
		float: left;
		width: 407px;
		height: 340px;
	}
	
		.slide_img img{
			width: 407px;
			height: 340px;
		}
		
	.slide-page_img{
		float: left;
		width: 407px;
		height: 230px;
	}
	
		.slide-page_img img{
			width: 407px;
			height: 230px;
		}
		
	.slide_content{
		float: right;
		width: 533px;
		height: 340px;
		text-align: right;
	}
	
	.slide-page_content{
		float: right;
		width: 533px;
		height: 230px;
		text-align: right;
	}
	
		.slide_content_title,
		.slide-page_content_title{
			width: 533px;
			height: 65px;
			text-align: right;
			font-size: 41px;
			color: #212121;
			padding: 45px 0 0 0;
			letter-spacing: -1px;
		}
		
		.slide_content_product,
		.slide-page_content_product{
			height: 80px;
			width: 533px;
		}
		
		.slide_content_product img,
		.slide-page_content_product{
			height: 80px;
			width: auto;
		}
	
		.slide_content_text,
		.slide-page_content_text{
			padding: 0 0 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: 940px;
}

#main_left{
	width: 639px;
	float: left;
	border-right: 1px solid #eeeeee;
	padding-right: 20px;
	margin-top: 20px;
}

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

/*Box
-------------------------------------------------------------------- */
.box-left{
	float: left;
	width: 407px;
	height: 164px;
}

.box-right{
	float: right;
	width: 214px;
}

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

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

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

.footer_menu{
	float: left;
	width: 225px;
}

.footer_menu_last{
	float: left;
	width: 200px;
}

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


