@charset "utf-8";
/* CSS Document */


	
	/*** ====== PRODUCT HOMEPAGE 3-COLUMN LAYOUT =========***/
	#leftcontent, #centercontent, #rightcontent {
		float: left;
		width:220px;
		margin-top: 15px;	
		margin-bottom: 10px;
		height: 140px;
		}
	#leftcontent, #centercontent {border-right: #d4d3d3 dotted 2px;}
	#leftcontent h1, #centercontent h1, #rightcontent h1 {
	color: #000;
	line-height: 16px;
	}	
		
	#leftcontent {margin-left: 5px; background:url("../media/icon-keys.gif") no-repeat left top;}
	#centercontent {margin-left: 5px; background:url("../media/icon-dollars.gif") no-repeat left top;}
	#rightcontent {background:url("../media/icon-safe.gif") no-repeat left top;}
	
	#leftcontent #more, #centercontent #more, #rightcontent #more {
	background:url("../media/blt-learn-more.gif") no-repeat left center;
	padding: 10px 0 10px 20px; 
	}
	
	.message {
	padding: 0 3px 5px 87px;
	height: 120px;
	}
	
	#bottom-text {
	clear:both;
	padding: 25px 0 25px 0;
	/*** border-top: 1px solid #bdbdbd;	 ***/
	border-bottom: 1px solid #bdbdbd;	
	}
	
	.midsection { 
	/*** padding: 25px 0 15px 0;
	padding-top: 40px;***/
	}
	
	.col-left, .col-right {
	float: left;
	width: 310px;
	padding-top: 20px;
	/*** height: 50px;  ***/
	}

	.col-left {padding-right: 35px}
	
	.col-left .title, .col-right .title{
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	}
	
	.col-left img, .col-right img{
	padding-right: 5px;
	
	}