
.floatingImage {
	float: right;	
	margin-top: 0px;
	margin-right:20px;
}

.textBlock{
	width : 56%;	
}

.feature_list {
	list-style: none;
	padding-left:0px;
	margin-left: 10px;
}
.feature_list li {
	font-size: 105%;
	font-weight: bold;
	background-image: url(../graphics/tick.png);
	background-repeat: no-repeat;
	background-position: left;
	line-height:160%;
	padding-left: 20px;
	padding-top: 2px;
}


.simpleList {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 80%;
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 5px;
	padding-left: 16px;
}
