/**
 * Proc Avander
 */
#whyAvander {
	margin-top: 10px;
	width: 980px; height: 138px;
	background: transparent url("../gfx/layout/whyAvanderBackground.png") 0 100% no-repeat;
}
#whyAvander .wrapper {
	padding-left: 28px;
}

#whyAvander h2 {
	font-family: "AllerRegular", Tahoma, "Lucida Grande CE", lucida, sans-serif; font-size: 2.2em;
	color: #1F66B1;
	text-align: center; text-shadow: 1px 1px 0 #FFF;
}

#whyAvander ul {
	margin-top: 26px;
	list-style-type: none;
	font-size: 1.4em;
	/* font-style: italic; */
	line-height: 1.2em;
}
#whyAvander li {
	float: left;
	display: table; margin-right: 28px; padding-left: 90px;
	background: transparent 0 50% no-repeat;
	color: #0065BD;
}
.ie7 #whyAvander li {
	height: 66px; width: 120px;
}
#whyAvander li span {
	display: table-cell; height: 66px; width: 120px;
	vertical-align: middle;
}

#whyAvander .first {
	height: 60px;
	background-image: url("../gfx/layout/whyAvanderIconFirst.png");
}
#whyAvander .second {
	height: 50px;
	background-image: url("../gfx/layout/whyAvanderIconSecond.png");
}
#whyAvander .third {
	height: 50px;
	background-image: url("../gfx/layout/whyAvanderIconThird.png");
}
#whyAvander .fourth {
	height: 50px;
	background-image: url("../gfx/layout/whyAvanderIconFourth.png");
}