@charset "utf-8";
#banner {
	border: 5px solid #FFFFFF;
	margin-top: 10px;
	margin-top: 5px;
	padding: 0px;
	height: 350px;
	width: 890px;
}


#steps {
	overflow: hidden;
	height: 120px;
	padding-bottom: 5px;
	padding-top: 0px;
	margin-top: 0px;
	
}
	.flash-replaced .alt {
		display: block;
		height: 0;
		position: absolute;
		overflow: hidden;
		width: 0;
	}
#steps ul {
	margin: 0;
	padding-left: 0;
}

#steps li {
	list-style-type: none;
	float: left;
	margin-right: 5px;
}
#steps li.end {
	margin-right: 0px;
}

#steps a {
	padding: 15px;
	color: #FFFFFF;
	height: 90px;
	width: 146px;
	display: block;
	text-decoration: none;
}

#steps a:link, #steps a:visited
{
	background-color: #303030;
	background-image: url(/images/home/quick-box-bg.gif);
	background-repeat: no-repeat;
	background-position: -176px 0;
}
#steps a:hover {
	background-position: 0 0;
}
#steps .title {
	font-size: 0.8em;
	color: #FFF;
	display: block;
	margin-bottom: 10px;
}
#steps .text {
	font-size: 0.7em;
	color: #a4a492;
	display: block;
	margin-bottom: 5px;
}
#steps .link {
	font-size: 0.8em;
	color: #ce5200;
	text-decoration: underline;
	line-height: 2.2em;
}
