.home-page {
	padding: 32px 0 30px 25px;
}
.home-feature {
	position: relative;
	top: 0;
	left: 0;
	height: 359px;
	width: 863px;
}
.home-feature a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.home-feature a h2 {
	position: absolute;
	z-index: 10;
	height: 89px;
	margin: 0;
	padding: 0;

	right: 0;
	width: 310px;
	background-image: url(images/feature-tab-off.png);
	color: #F8DFC3;
}
.home-feature a.home-feature-current h2 {
	right: -12px;
	width: 374px;
	background-image: url(images/feature-tab-on.png);
	color: #fff;
}

.home-feature a:nth-child(1) h2 {
	top: 0px;
}
.home-feature a.nth-child-1 h2 {
	top: 0px;
}

.home-feature a:nth-child(2) h2 {
	top: 90px;
}
.home-feature a.nth-child-2 h2 {
	top: 90px;
}

.home-feature a.nth-child-3 h2 {
	top: 180px;
}
.home-feature a:nth-child(3) h2 {
	top: 180px;
}

.home-feature a.nth-child-4 h2 {
	top: 270px;
}
.home-feature a:nth-child(4) h2 {
	top: 270px;
}

.home-feature a h2 * {
	padding-left: 20px;
}
.home-feature a.home-feature-current h2 * {
	padding-left: 57px;
}
.home-feature a h2 strong {
	font: normal 30px "Avenir LT W01 95 Black", sans-serif;
	line-height: 26px;
	font-weight: normal;
	display: block;
}
.home-feature a h2 em {
	text-transform: uppercase;
	font: normal 11px "TradeGothicW01-BoldExte", sans-serif;
	line-height: 11px;
	font-weight: normal;
	display: block;
	padding-top: 5px;
}


.home-feature-pane {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
a.home-feature-current .home-feature-pane {
	display: block;
}
.home-feature-pane strong {
	position: absolute;
	top: 0;
	left: 0;
}


.home-feature-corners {
	position: absolute;
	top: 0;
	left: 0;
	width: 563px;
	height: 100%;
}
.home-feature-corners div {
	background-image: url(images/feature-corners.png);
	width: 13px;
	height: 13px;
	position: absolute;
}

.home-feature-corners div.nth-child-1 {
	background-position: bottom left;
	top: 0;
	right: 0;
}
.home-feature-corners div:nth-child(1) {
	background-position: bottom left;
	top: 0;
	right: 0;
}

.home-feature-corners div.nth-child-2 {
	background-position: bottom right;
	top: 0;
	left: 0;
}
.home-feature-corners div:nth-child(2) {
	background-position: bottom right;
	top: 0;
	left: 0;
}

.home-feature-corners div.nth-child-3 {
	background-position: top right;
	bottom: 0;
	left: 0;
}
.home-feature-corners div:nth-child(3) {
	background-position: top right;
	bottom: 0;
	left: 0;
}

.home-feature-corners div.nth-child-4 {
	background-position: top left;
	bottom: 0;
	right: 0;
}
.home-feature-corners div:nth-child(4) {
	background-position: top left;
	bottom: 0;
	right: 0;
}



.home-feature-price-tag {
	position: absolute;
	top: 113px;
	left: -17px;
	background: #fff url(images/feature-price-flag.png) no-repeat scroll left center;
	padding: 0 5px 0 48px;
	height: 60px;
}
.home-feature-price-note {
	color: #a0a0a0;
	font: normal 9px "Egiziano W01 Black", serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.home-feature-price-amount {
	font: normal 36px "Avenir LT W01 95 Black", sans-serif;
	line-height: 28px;
	color: #444444;
}
.home-feature-price-notch {
	position: absolute;
	top: 0;
	right: -6px;
	background: transparent url(images/feature-price-notch.png) no-repeat scroll right center;
	width: 6px;
	height: 100%;
}
.home-feature-price-sign {
	font-size: 18px;
	position: relative;
	top: -0.7em;
}
.home-feature-price-dollars {
	padding-right: 0.1em;
}
.home-feature-price-dot {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.home-feature-price-cents {
	font-size: 24px;
	position: relative;
	top: -0.4em;
	border-bottom: 1px solid #ccc;
}

.home-top5 {
	padding: 106px 0 0 4px; /* past the 25px on the left of the main home page container */
	position: relative;
	top: 0;
	left: 0;
}
.home-top5-badge {
	position: absolute;
	left: -62px;
	top: -8px;
	background: transparent url(images/top5-badge.png) no-repeat scroll 0 0;
	width: 202px;
	height: 205px;
	z-index: 5;
}
.home-top5-badge h2 {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.home-top5 h3 {
	position: absolute;
	top: 45px;
	left: 142px;
	/*color: #FFC25F;*/
	color: #333132;
	font: normal 43px "Egiziano W01 Black", serif;
	line-height: 120%;
	letter-spacing: -0.1em;
	z-index: 15;
	padding: 0;
}
.platform-Mac .home-top5 h3 {
	top: 52px; /* egiziano is problematic */
}
.version-msie-7 .home-top5 h3 {
	/* ie7 line-height bug */
	line-height: 200%;
	top: 27px;
}
.home-top5 h3 strong {
	/*color: #FFB445;*/
	color: #333132;
	font-size: 160%;
	line-height: inherit;
}
.home-top5-list {
	background-color: #fff;
	position: relative;
	top: 0;
	left: 0;
	padding: 9px 0 9px 9px;
	z-index: 10;
}
.home-top5-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.home-top5-list li {
	float: left;
	width: 160px;
	padding: 1px 0 0 10px;
	border-right: 1px solid #eee;
}
.home-top5-list li:first-child {
	padding-left: 0;
}
.home-top5-list li:last-child {
	border: none;
}
.home-top5-list li a {
	display: block;
	position: relative;
	top: 0;
	left: 0;
}
.home-top5-list li img {
	border: 1px solid #eee;
	margin-bottom: 5px;
}
.home-top5-number {
	position: absolute;
	top: 155px;
	left: -5px;
	font: normal 36px "GrotesqueDispMTW01-Bold 706605", sans-serif;
	line-height: 100%;
	color: #75AC3A;
}
.browser-msie .home-top5-number {
	top: 157px;
}
.home-top5-list li:first-child .home-top5-number {
	left: 0;
}
.home-top5-number * {
	float: left;
}
.home-top5-number span {
	color: #666666;
	font-size: 18px;
	line-height: 100%;
}
.home-top5-number em {
	font-style: normal;
	position: relative;
	top: -5px;
	left: -3px;
}
.home-top5-list li:first-child em {
	left: 0;
}
.home-top5-list h4 {
	color: #1B321E;
	font: normal 14px "Avenir LT W01 95 Black", sans-serif;
	line-height: 100%;
	padding: 0 6px 0 32px;
	height: 43px;
}
.home-top5-list p {
	color: #999;
	font: italic 14px Georgia, serif;
	padding: 5px 2px;
}
.home-top5-buy {
	position: relative;
	top: 0;
	left: -2px;
	width: 155px;
	height: 33px;
	margin-top: 5px;
	/*background: #f90 url(/images/top5-buy.png) no-repeat scroll 0 0;*/
	background: #fff url(/images/top5-buy.png) no-repeat scroll 0 0;
	color: #fff;
	font: normal 23px "Avenir LT W01 95 Black", sans-serif;
	line-height: 100%;
}
.home-top5-buy div {
	padding: 3px 10px 0 35px;
	text-align: center;
}
.home-feature a h2 .no-pad {
	padding-left: 0;
}

.home-feature a h2 .reg-mark {
	padding-top: 10px;
	display: inline-block;
}
