/* Beauty Collection Home Page CSS Document */

/* --------------------------------------- home page
---------------------------------------------------------------------------------------------- */
#homecrumb {
	display: none;
}
#homemaincontent {
	padding: 0px;
}
.feature_brand {
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px;
}
.feature_brand_last {
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.feature {
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#homemaincontent .secondary-header,#homemaincontent .third-header {
	clear: left;
}
.feature_brand p, .feature_brand_last p {
	font-size: 11px;
}
.feature_brand a:link, .feature_brand a:visited, .feature_brand_last a:link, .feature_brand_last a:visited {
	color: #6C5F4C;
}
.feature_brand a:hover, .feature_brand a:active, .feature_brand_last a:hover, .feature_brand_last a:active {
	color: #2AB8D3;
}
