

.feature{
	
	background			:	url(../../images/backgrounds/feature_dog.png) no-repeat;
	_background-image	: 		none;
	_filter				:		progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/backgrounds/feature_dog.png',sizingMethod='crop');
	height				:	326px;
	width				:	295px;
	margin-left			:	40px;
	color				:	#333;

}
.feature h1{
	background			:	url(../../images/backgrounds/darkdot.png) no-repeat 0 21px;
	*background			:	url(../../images/backgrounds/darkdot.png) no-repeat 0 17px;
	margin				:	5px 0 0 12px;
	padding				:	17px 0 0 20px;
	*padding			:	12px 0 0 20px;
	text-decoration		:	none;
	height				:	28px;
	*height				:	30px;
	font-size			:	16px;
}

.feature h4{
	background-image	:	none;
	color				:	#333;
	padding				:	6px 0 0 12px;
	margin				:	0;
	font-size			:	16px;
	text-decoration		:	underline;
	
}

.feature .image{
	
	padding				:	0px 0 0 0;
}


	
.feature p{
	padding				:	0 24px 0 12px;
	line-height			:	15px;
	margin				:	14px 0 4px 0;
}