@import url('/css/globals.css');
/********************************************
CONTENT-LEFT
********************************************/
		#left-col {
			position: relative;
			float: left;
			width: 150px;
			height: 593px;
			padding: 0 20px;
		}
		
		#certification {
			position: absolute;
			top: 285px;
			left: 20px;
			width: 150px;
			height: 309px;
			background-color: #f6f6f6;
		}
		
			#certification h4 {
				font-size: 14px;
				font-weight: 400;
				color: #333;
				margin: 0 20px 10px 20px;
				padding: 20px 0 5px 0;
				border-bottom: 2px solid #333;
			}
		
			#certification p {
				position: relative;
				font-size: 11px;
				line-height: 16px;
				color: #333;
				padding: 0 20px 20px 20px;
			}

/********************************************
CONTENT-FULL
********************************************/
#full-col {
	position: relative;
	float: left;		
	width: 749px;
	height: 593px;
}

#home-feature {
	position: relative;
	width: 749px;
}
	#home-feature #feature,
	#home-feature img {
		position: relative;
		float: left;
		width: 749px;
		height: 487px;
	}

	#home-feature-box {
		position: relative;
		float: left;
		background-color: #d81c3f;
		width: 714px;
		height: 76px;
		padding: 10px 20px 20px 15px;
	}
	
	#home-feature h3 {
		color: #fff;
		font-size: 24px;
		line-height: 28px;
		font-weight: normal;
	}
	
	h3#feature-btn a {
		position: absolute;
		bottom: 0;
		left: 699px;
		width: 50px;
		height: 50px;
		background: transparent url("/images/btn-feature.jpg") no-repeat 0 0;
		display: block;
	}
	
	h3#feature-btn a:hover {
		background-position: 0 -50px;
	}
	
	h3#feature-btn a span {
		display: none;
	}