/*** Home Product Display ***/
.home_product_new {
	float:left;
	width:100%;
	padding:2% 0 2% 0;
}

.home_product_one {
	float:left;
	width:99%;
	padding:0 0 0 0;
	margin-bottom:2%;
	border:1px solid #eeeeee
}
.home_product_one h2 {
	float:left;
	padding:2% 0 2% 0;
font-family: 'Rubik', sans-serif;
	font-size:15px;
	text-align:center;
	background:#f3f3f3;
		width:100%;
}		


/*** Social ***/
.social_content {
	float:left;
	width:9%;
}
.facebook_content {
	width:35%;
	float:left;
	padding:0 5px 0 0;
}
.facebook_content a {
		background:url(../images/facebook.jpg) no-repeat;
		width:100%;
		float:left;
height:30px;		
	}
.facebook_content a:hover {
		background:url(../images/facebook-over.jpg) no-repeat;
	}	
	
.youtube_content {
	width:34%;
	float:left;
}
.youtube_content a {
		background:url(../images/youtube.jpg) no-repeat;
		width:100%;
		float:left;
height:30px;		
	}
.youtube_content a:hover {
		background:url(../images/youtube-over.jpg) no-repeat;
	}			

/*** Social End **/

/*** Home Product Display ***/	

/*** Product Menu ***/
.main_product_one {
	float:left;
	width:98%;
	padding:0 0 0 2%;
}
.main_product_one p {
	float:left;
	padding:0 0 0 0;
font-family: 'Rubik', sans-serif;
	font-size:13px;
		width:100%;
}	
.main_product_one a {
	float:left;
font-family: 'Rubik', sans-serif;
	font-size:14px;
	width:93%;
	padding:10px 7px 10px 8px;
	color:#2f3863;
	border-bottom:1px solid #f3f3f3;
	text-transform:uppercase;
	text-decoration:none;
}	
.main_product_one .line_one {
	border-bottom:none;
}			
.main_product_one a:hover {
	color:#FFFFFF;
	background:#ec3338;
}
.main_product_one .active {
	background:#710c0c;
}
/*** Product Menu ***/