/* CSS Document */
/*
#box{
	width:100px;

}
.box-title{
	float:left;
	width:250px;
	height:20px;
	background:url(images/title-bg.gif) repeat-x;
	border: solid 1px #F0F0F0;
	padding:2px 0px 0px 4px;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#285375;
	text-align:left;
}
.box-bg
{
	float:left;
	width: 120px;
	height:50px;
	background:url(images/box-bg.gif) repeat-x;
	border-left: solid 1px #F0F0F0;
	border-right: solid 1px #F0F0F0;
	border-bottom: solid 1px #F0F0F0;
	padding:2px 0px 0px 0px;
	}
.box-icon{
	float:left;
	width:15px;
	margin:5px;
}
.box-text{
	float:left;
	width:77px;
	margin-top:2px;
	margin-left:5px;
	line-height:15px;
	text-align:left;
}
.green-link{
	color:#33856E;
	text-decoration:none;
	font-size:10px;
	font:Arial, Helvetica, sans-serif, Tahoma;
	}
.green-link:hover{	
	text-decoration:underline;	
	}*/


.next-steps
{
	float:left;
	width: 262px;
	height: 50px;
	background: url(../images/next-steps_bg.jpg) no-repeat top left;
	padding-left: 8px;
}
.next-steps a
{
	float: left;
	width: 105px;
	float: left;
	display: block;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
	padding: 5px 0px 5px 25px;
}
.next-steps a:hover
{
	color: #feff97;
	text-decoration: none;
}
.next-steps a.contact, .next-steps a.contact:hover
{
	background: url(../images/next-steps_contact.jpg) no-repeat left top;
}
.next-steps a.print, .next-steps a.print:hover
{
	background: url(../images/next-steps_print.jpg) no-repeat left top;
}
.next-steps a.catalog, .next-steps a.catalog:hover
{
	background: url(../images/next-steps_catalog.jpg) no-repeat left top;
}
.next-steps a.financing, .next-steps a.financing:hover
{
	background: url(../images/next-steps_financing.jpg) no-repeat left top;
}



