h3 {
	font-size: 1.5em;
}

/* ROW 1 */
#row1 {
	background: #000 url('../images/home-row1-bg.png') repeat-x left bottom;
}
#row1 #first-impression {
	padding-top: 0;
}
#row1 #what-is-it {
	position: absolute;
	top: -12px;
	width: 870px;
	height: 50px;
	overflow: hidden;
	background: url('../images/tagline-description.png') no-repeat center top;
	color: #FFF;
	font-size: 1.833em;
	line-height: 2em;
	text-indent: -5000px;
}
#row1 #movie-grid {
	padding-top: 16px;
	text-align: center;
}
#row1 #app-icon {
	position: absolute;
	z-index: 10;
	left: 254px;
	top: 30px;
}
#row1 #get-multiplex {
	position: absolute;
	z-index: 20;
	left: 0;
	top: 280px;
	list-style-type: none;
}
#row1 #get-multiplex li {
	/* override default list styles */
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	background: none;
}
#row1 #get-multiplex #download a {
	position: relative;
	z-index: 2;
	float: right;
	margin-right: 120px;
}
#row1 #get-multiplex #buy-now a {
	position: relative;
	z-index: 2;
	float: left;
	margin-left: 120px;
}


/* ROW 2 */
#row2 {
	position: relative;
/*	z-index: -1;*/
	background: #000 url('../images/home-row2-bg.png') repeat-x left bottom;
}
#main-features {
	position: relative;
	z-index: 1;
	padding-top: 50px;
	padding-bottom: 5px;
	background: url('../images/footlight-bottom.jpg') no-repeat center top;
}
#main-features ul {
	margin-bottom: 0;
}
#main-features .feature {
	margin-top: 0;
	margin-bottom: 25px;
	padding: 0;
	background: none;
}
#main-features .feature .thumb {
	float: left;
	margin-right: 15px;
}


/* ROW 3 */
#row3	 {
	background: url('../images/knurling-bg.png') repeat left top;
}
#row3 .top-shadow {
	background: url('../images/home-row3-topshadow-bg.png') repeat-x left top;
}
#row3 .bottom-shadow {
	background: url('../images/home-row3-bottomshadow-bg.png') repeat-x left bottom;
}
#row3 #in-depth #diagram {
	float: right;
	margin: 0 0 15px 30px;
	border: 2px solid #444;
}


/* RICH FOOTER */
#row3 #rich-footer {
	padding-bottom: 40px;
}
