/* Front Page Styles   */

#overview-video {
	display: none;
}

.screens {
	background-image: url(../images/front-bg-2.jpg);
}

.none {
	background-image: none;
}

.front-play-btn a {
	float:left;
	margin-left: 421px;
	height: 110px;
	width: 154px;
	text-indent: -9999px;
	background: transparent url(../images/front-play-btn.png) no-repeat left top;
}

.front-play-btn a:hover {
	background-position: right top;
}

.front-tagline h2 {
	margin: 0;
	padding: 0;
	height: 114px;
	width: 997px;
	text-indent: -9999px;
	background: transparent url(../images/tagline.png) no-repeat center center;
}

.front-sketch {
	margin: 0 0 60px 0;
	padding: 50px 0 0 0;
	height: 430px;
	width: 1000px;
	background: transparent url(../images/sketch-outline.jpg) no-repeat center center;
}

.front-sketch-watch a {
	display: block;
	margin: 0 auto;
	padding: 0;
	height: 25px;
	width: 208px;
	background: transparent url(../images/sketch-watch-overview.jpg) no-repeat top left;
}

.front-sketch-watch a:hover {
	background-position: bottom left;
}

.front-feature {
	text-align: left;
	line-height: 18px;
	float: left;
	width: 442px;
	padding-bottom: 52px;
	margin-right: 110px;
}

.ff-icon {
	float: left;
	height: 107px;
	width: 98px;
	margin-right: 15px;
	background-position: left top;
	background-repeat: no-repeat;
}

.front-feature h3 {
	padding: 0;
	margin: 6px 0 0 0;
	text-align: left;
	height: 25px;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
}

.ff-desc {
	margin-left: 113px;
}

#ff-ti .ff-icon {
	background-image: url(../images/ff-ti.png);
}

#ff-ti h3 {
	background-image: url(../images/ff-independent.png);
}

#ff-mu .ff-icon {
	background-image: url(../images/ff-mu.png);
}

#ff-mu h3 {
	background-image: url(../images/ff-collaborative.png);
}

#ff-bfdd .ff-icon {
	background-image: url(../images/ff-bfdd.png);
}

#ff-bfdd h3 {
	background-image: url(../images/ff-engineered.png);
}

#ff-vdi .ff-icon {
	background-image: url(../images/ff-vdi.png);
}

#ff-vdi h3 {
	background-image: url(../images/ff-visually.png);
}

#ff-dvc .ff-icon {
	background-image: url(../images/ff-dvc.png);
}

#ff-dvc h3 {
	background-image: url(../images/ff-retrieve.png);
}

#ff-bot .ff-icon {
	background-image: url(../images/ff-bot.png);
}

#ff-bot h3 {
	background-image: url(../images/ff-built.png);
}

#ff-lsr .ff-icon {
	background-image: url(../images/ff-lsr.png);
}

#ff-lsr h3 {
	background-image: url(../images/ff-powerful.png);
}

#ff-rafe .ff-icon {
	background-image: url(../images/ff-rafe.png);
}

#ff-rafe h3 {
	background-image: url(../images/ff-api.png);
}

#ff-bot, #ff-rafe, #ff-lsr, #ff-dvc {
	margin-right: 0;
}

#ff-mu, #ff-lsr {
	padding-bottom: 30px;
}


