ul.features		
{ 
	list-style-image:	url("images/bullet_tick.gif"); 
}
ul.features li	
{ 
	margin-bottom:		0.75em; 
	color:				#363; 
}

ul.pricing
{
	list-style:			none;
	margin:				0 0 1em;
	padding:			0 40px 0 0.5em;
	background:			#BEB url("images/design/pricing_corner.gif") 100% 0 no-repeat;
	border-left:		4px solid #8B8;
	color:				#131;
}

/* placing padding in li avoids bug in IE that was causing following elements to get negative margins */
ul.pricing li		
{ 
	padding:			0.1em 0; 
}
ul.pricing .example	
{ 
	color:				#353; 
	font-size:			130%;
	border-top:			2px dotted #9C9; 
}


#site-feature .bkg		
{ 
	background-image:	url("images/design/feature_bkg.gif");
	/*background-position: right top;*/
}
#site-feature h3 span	
{ 
	color:				#633; 
	background-color:	#F95; 
	background-image:	url("images/design/feature_heading.gif"); 
	/*background-position: right top;*/
}

#site-feature h4		
{ 
	font-size:			110%; 
}
#site-feature p			
{	
	margin:				0.25em 0; 
}