/*
 * Home page styles
*/

#header {
	background: #111111;
	height: 144px;
}
#header h1, #slogan h2, #try-it-now span {
	position: absolute;
	left: -9000px;
}
#header-img {
	background: url(../img/hidden-word.gif) no-repeat;
	height: 144px;
}
#call-to-action, #slogan, #try-it-now {
	height: 121px;
}
#call-to-action {
	background: url(../img/red-gradient-background.png) repeat-x;
}
#slogan {
	background: url(../img/slogan.png) no-repeat;
}
#try-it-now {
	background: url(../img/try-it-now.png) no-repeat;
}
#try-it-now a {
	text-decoration: none;
	display: block;
	margin: 40px 15px 0;
	padding: 30px 0;
}
#wrapper {
	background: url(../img/gradient.gif) repeat-x;
}
#features {
	background: #b5b5b5 url(../img/gray-gradient-background.gif) repeat-x;
}
#other-info {
	padding-top: 1.5em;
}
h2 {
	font-size: 24px;
	color: #223e67;
}
#flash-video {
	padding-bottom: 20px;
}
#support {
	background: #fff;
}

/*
 * Footer Styles
 */

#footer {
	text-align: center;
	color: #ccc;
	border-top: 1px solid #000;
	padding: 30px;
	margin-top: 40px;
}
