.CustomProducts {
	background-color: #cccccc;
	display: block;
	float: left;
	margin-left: 9%;
	margin-top: 50px;
	padding:0px;
}

	.CustomProductsLeft {
		width: 330px;
		display: block;
		float: left;
		padding: 15px 0px 0px 0px;
	}
	
		.CustomProductsLeft .Text {
			font-weight: normal;
			padding: 23px 0px 0px 10px;
		}
			
	
	
			.CustomProductsLeft a:link, .CustomProductsLeft a:visited {
				color:#000;
			}
			
			.CustomProductsLefta:hover, .CustomProductsLeft a:visited:hover{
				color:#ec0d03;
				text-decoration: none;
			}

	
		
	
	.CustomProductsRight {
		width: 610px;
		float: left;
		display: block;
		position: relative;
		height: 92px;
		overflow: hidden;
		
	}
	
		.CustomProductsRight p {
			line-height: 1;
			color: #fff;
			font-size: 15px;
			padding: 0;
			margin: 2px 10px 1px 0px;
			text-transform: uppercase;
			font-weight: bold;
		}
	
		.CustomProductsRight .OverlayTop {
			position: absolute;
			background: url(../../images/bg-product-locator.png) repeat-x;
			display: block;
			float: left;
			overflow: hidden;
			top: 29px;
			padding-left: 5px;
			left: 0;

		}
		
		.CustomProductsRight .OverlayMiddle {
			position: absolute;
			background: url(../../images/bg-product-locator.png) repeat-x;
			display: block;
			float: left;
			overflow: hidden;
			top: 50px;
			padding-left: 5px;
			left: 0;

		}
		
		.CustomProductsRight .OverlayBottom {
			position: absolute;
			background: url(../../images/bg-product-locator.png) repeat-x;
			display: block;
			float: left;
			overflow: hidden;
			top: 71px;
			padding-left: 5px;
			left: 0;
			
		}
	

	/*General Tier and Utility Styles--------------------*/
	
		.UtilityMastHeadRight .Arrow, .TierMastHeadRight .Arrow, .CustomProductsLeft .Arrow {
			width:35px;
			display: block;
			float: left;
			padding: 16px 0px 0px 24px;
		}
		
		.UtilityMastHeadRight .Text, .TierMastHeadRight .Text, .CustomProductsLeft .Text {
			width: 250px;
			display:block;
			float: left;
			text-transform: uppercase;
			font-weight: bold;
			padding: 25px 0px 0px 20px;
		}
		
