#whyMain {
	padding: 0 20px 0 0;
	width: 700px;
	clear: left;
	float: left;
}

.whySection {
	clear: both;
	float: left;
	width: 620px;
	margin: 5px 10px;
	height: 100px;
	padding: 10px 10px 10px 50px;
}

.smlImage {
	float: left;
	height: 100px;
	width: 100px;	
	background: url(/images/sprites/steps.jpg) 0 -112px no-repeat;
}

.smlImage1 {
	float: left;
	width: 150px;
	height: 99px;
	background: url(/images/why-sprite2.png) 0 0 no-repeat;
}


.smlImage2 {
	float: left;
	width: 150px;
	height: 99px;
	background: url(/images/why-sprite2.png) -150px 0 no-repeat;
}

.smlImage3 {
	float: left;
	width: 150px;
	height: 99px;
	background: url(/images/why-sprite2.png) -301px 0 no-repeat;
}

.smlImage4 {
	float: left;
	width: 150px;
	height: 99px;
	background: url(/images/why-sprite2.png) -452px 0 no-repeat;
}

.smlImage5 {
	float: left;
	width: 150px;
	height: 99px;
	background: url(/images/why-sprite2.png) -603px 0 no-repeat;
}


.number {
	float: left;
	width: 50px;
	margin: 0 10px 10px 10px;
	height: 50px; 
}

.statement {
	float: left;
	height: 92px;
	width: 380px;
	margin-top: 0;
	font-size: 14px;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
}


#number1 {background: url(/images/numbers.png) 0px 0 no-repeat;}
#number2 {background: url(/images/numbers.png) -50px 0 no-repeat;}
#number3 {background: url(/images/numbers.png) -100px 0 no-repeat;}
#number4 {background: url(/images/numbers.png) -150px 0 no-repeat;}
#number5 {background: url(/images/numbers.png) -200px 0 no-repeat;}

