@charset "utf-8";
@import url('body.css');
/* ---------- Banner ---------- */
.banner_cell {
	float: left;
	width: 940px;
	height: 354px;
	background: url(../images/banner-home.jpg) no-repeat;
}
	a#start_button, a#start_button:hover {
		float: right;
		width: 179px;
		height: 66px;
		margin: 36px 5px 0 0;
		background: url(../images/button-start-learning-mo.png) no-repeat;
	}
	a#download_kit, a#download_kit:hover {
		clear: both;
		float: right;
		width: 273px;
		height: 104px;
		margin-top: 100px;
	}
	a#start_button:hover img { visibility: hidden; }
/* ---------- Lower (left/right slanted cells) ---------- */
.mid_content_lower { /* Relatively positioned area for the right and left cells with slanted tops and quotes in left cell */
	float: left;
	width: 940px;
	height: 175px;
	position: relative;
	z-index: 1;
}
	/* Left */
	.home_cell_left {
		position: absolute;
		z-index: 10;
		width: 548px;
		top: 6px;
		left: 0px;
	}
	.quote_left {
		position: absolute;
		z-index: 20;
		width: 15px;
		height: 12px;
		top: 76px;
		left: 18px;
		background: url(../images/quote-left.jpg) no-repeat;
	}
	.quote_right {
		position: absolute;
		z-index: 20;
		width: 15px;
		height: 12px;
		top: 130px;
		left: 496px;
		background: url(../images/quote-right.jpg) no-repeat;
	}
		.home_cell_left .top {
			float: left;
			width: 548px;
			height: 19px;
			background: url(../images/home-left-cell-top.jpg) no-repeat;
		}
		.home_cell_left .mid {
			float: left;
			width: 546px;
			height: 153px;
			background: #FFF;
			border-left: 1px solid #c7bca0;
			border-right: 1px solid #c7bca0;
		}
			.home_cell_left .mid .inner {
				float: left;
				width: 475px;
				padding: 10px 0 10px 35px;
			}
			.home_cell_left .mid .inner p {
				font-size: 13px;
				padding-right: 30px;
			}
			h2.franchisees {
				width: 265px;
				height: 25px;
				margin-bottom: 10px;
				background: url(../images/home-left-cell-h1-franchisees.jpg) no-repeat;
			}
			.home_cell_left .mid .inner p.name_right {
				float: right;
				font-size: 10px;
				font-style: italic;
				padding: 8px 0 0 0;
			}
		.home_cell_left .bottom {
			float: left;
			width: 548px;
			height: 2px;
			background: url(../images/home-left-cell-bottom.jpg) no-repeat;
		}
	/* Right */
	.home_cell_right {
		position: absolute;
		z-index: 10;
		width: 380px;
		top: -9px;
		left: 561px;
	}
		.home_cell_right .top {
			float: left;
			width: 380px;
			height: 16px;
			background: url(../images/home-right-cell-top.jpg) no-repeat;
		}
		.home_cell_right .mid {
			float: left;
			width: 378px;
			height: 171px;
			background: #FFF;
			border-left: 1px solid #c7bca0;
			border-right: 1px solid #c7bca0;
		}
			.home_cell_right .mid .inner {
				float: left;
				width: 345px;
				padding: 10px 16px;
			}
			.home_cell_right .mid .inner p {
				font-size: 11px;
			}
			a#learn_more, a#learn_more:hover {
				float: left;
				width: 345px;
				height: 56px;
				margin-bottom: 15px;
				background: url(../images/home-right-cell-learn-mo.jpg) no-repeat;
			}
			a#learn_more:hover img { visibility: hidden; }
		.home_cell_right .bottom {
			float: left;
			width: 380px;
			height: 2px;
			background: url(../images/home-right-cell-bottom.jpg) no-repeat;
		}