@import url(common.css);

#banner {
	height: 292px;
	background: url(../images/bkgd-home.jpg) transparent top right no-repeat;
}

#callouts {
	margin: 20px 0 0 35px;
}

#callouts li {
	display: inline;
}

#callouts a {
	display: block;
	float: left;
	text-indent: -222em;
	width: 196px;
	height: 169px;
}

#callouts a.trial {
	background: url(../images/bkgd-7-day.gif) transparent left 5px no-repeat;
	margin: 0 41px 0 0;
}

#callouts a.schedule {
	background: url(../images/bkgd-schedules.gif) transparent left 5px no-repeat;
	margin: 0 33px 0 0;
}

#callouts a.trainer {
	background: url(../images/bkgd-trainer.gif) transparent left 5px no-repeat;
	width: 227px;
	margin: 0 26px 0 0;
}

#callouts a.weight {
	background: url(../images/bkgd-weight-loss.gif) transparent left 5px no-repeat;
}

#callouts a:hover {
	background-position: right 0;
}

#fit-rewards {
	margin: 110px 0 0 100px;
}

#special-hours {
	position: absolute;
	background-color: #fff;
	font-size: 12px;
	padding: 5px;
	margin: 165px 0 0 100px;
	border: 2px solid #f00;
}

#special-hours h5 {
	font-size: 13px;
	color: #f00;
	margin: 0 0 5px 0;
}