/* general */

	.page {
		padding-top: 10px;
		padding-bottom: 0px;
	}

/* layout */
	.top3 {
		margin-top: 20px;
	}
	.top3 img {
		border: none;
	}
	.top3 .left {
	}
	.top3 .middle {
		text-align: center;
	}
	.top3 .right {
		text-align: right;
	}


	.hp-experience {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		margin-top: 20px;
	}
	.hp-experience .mast {
		color: #000;
		font-size: 3.5em;
		line-height: 1.2;
		font-family: Georgia, Helvetica, Arial, Tahoma, sans-serif;
		font-weight: normal;
		margin: 0px;
		padding: 20px 10px 20px;
		text-align: center;
		white-space: nowrap;
		background-color: #eee;
	}
	
	

/* styles */
	.barbell {
		height: 175px;
		background-image: url(media/hp-barbell.jpg);
		background-position: center 115px;
		background-repeat: no-repeat;
		border-bottom: 1px solid #ccc;
	}
	.gorgeous {
		height: 175px;
		background-image: url(media/hp-gorgeous.jpg);
		background-position: center 125px;
		background-repeat: no-repeat;
		border-bottom: 1px solid #ccc;
	}
	.fmgo {
		background: #fdfdee !important; /* for non-css3 browsers */
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffdd'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffdd)) !important; /* for webkit browsers */
		background: -moz-linear-gradient(top,  #ffffff,  #ffffdd) !important; /* for firefox 3.6+ */
		border-bottom: 1px solid #ccc;
	}
	
	.profit {
		height: 275px;
		background-image: url(media/hp-increase-profit.jpg);
		background-position: center 190px;
		background-repeat: no-repeat;
		border-bottom: 1px solid #ccc;
	}
	.credit-cards {
		height: 275px;
		background-image: url(media/hp-cc-processing.jpg);
		background-position: center 190px;
		background-repeat: no-repeat;
		border-bottom: 1px solid #ccc;
	}
	.barcode {
		height: 275px;
		background-image: url(media/hp-barcode.jpg);
		background-position: center 190px;
		background-repeat: no-repeat;
		border-bottom: 1px solid #ccc;
	}
	
	.experience {
		height: 175px;
		background-image: url(media/hp-experience.jpg);
		background-position: right 100px;
		background-repeat: no-repeat;
	}
	.isactive {
		height: 175px;
		background-image: url(media/hp-active.jpg);
		background-position: center 125px;
		background-repeat: no-repeat;
	}
