/* CSS Document hotspring landing page for new features 03/20/09 */

#features_content {
	width: auto;
	height:auto;
	background-image:url(../jpgs/features_landing_bkg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;	
	padding:0 0 550px 86px;
	overflow:hidden;
	line-height:14px;	
}
/*cols*/
	#features_content .col {
		width: 240px;
		float:left;
		margin:0;
		padding:0;	
	}
	
	#features_content .bot {
		height:54px;
		border-bottom: 1px solid #8e8e8e;
		padding:30px 0 10px 0;
	}
	
	#features_content .mid {
		border-left: 1px solid #8e8e8e;
		border-right: 1px solid #8e8e8e;
		width:238px;
	}
	
	#features_content .col div {
		padding: 10px 5px 10px 0px;
	}
	
	#features_content .col div blockquote{
		padding: 0px 0px 0px 5px;
		margin:0;
		display:block;
	}
	
	#features_content .col p {
		padding:0;
		margin:0;
		text-align:center;
	}
	
	#features_content .col ul {
		margin-left: 15px;
	}
	#features_content .col li {
		list-style: disc;
	}
	
	#features_content .col h2 {
		/*padding: 0;
		margin:0;*/
		font-weight:normal;
	}
	
/*headers*/
#features_content #top_hdr h1 {
	font-size:20px;
	line-height:normal;
	font-weight: normal;
	color: Black;
}

#features_content #top_hdr h2 {
	font-size:14px;
	font-weight: normal;
}

	#state_of_the_art {
		width: 181px;
		height:46px;
		background-image:url(../gifs/hdr_state_of_the_art.gif);		
		text-indent: -9999em;
	}
	
	#lighting_by_design {
		width: 119px;
		height:51px;
		background-image:url(../gifs/hdr_lighting_by_design.gif);
		text-indent: -9999em;
	}
	
	#traditional_meets_modern {
		width: 176px;
		height:46px;
		background-image:url(../gifs/hdr_traditional_meets_modern.gif);
		text-indent: -9999em;
	}