
/* --------------- SPRITE --------------- */
div.inventory{
width: 210px;
height: 67px;
float: left;
margin-right:13px;
padding-left:35px;
}
a.inventory{
display: block;
width:210px;
height:67px;
background:url('https://images.ebizautos.com/sites/9599/images/9599_inventory.jpg') no-repeat top center;
}
a.inventory:hover{
display: block;
width: 210px;
height:67px;
background-position: bottom center;
}
/*  -----------------------------  */
div.sell{
width: 210px;
height: 67px;
float: left;
margin-right:13px;
}
a.sell{
display: block;
width: 210px;
height:67px;
background:url('https://images.ebizautos.com/sites/9599/images/9599_sell.jpg') no-repeat top center;
}
a.sell:hover{
display: block;
width:210px;
height:67px;
background-position: bottom center;
}
/*  -----------------------------  */
div.service{
width: 210px;
height: 67px;
float: left;
margin-right:13px;
}
a.service{
display: block;
width:210px;
height:67px;
background:url('https://images.ebizautos.com/sites/9599/images/9599_service.jpg') no-repeat top center;
}
a.service:hover{
display: block;
width:210px;
height:67px;
background-position: bottom center;
}
/*  -----------------------------  */
div.financing{
width: 210px;
height: 67px;
float: left;
}
a.financing{
display: block;
width:210px;
height:67px;
background:url('https://images.ebizautos.com/sites/9599/images/9599_financing.jpg') no-repeat top center;
}
a.financing:hover{
display: block;
width:210px;
height:67px;
background-position: bottom center;



/* --------------- FOOTER --------------- */
/*#footer_wrapper{
	background:url('http://images.ebizautos.com/sites/9574/images/9574_footer.jpg');
	width:950px;
	height:55px;
	position:relative;
}
.footer_address{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-shadow:#000 2px 2px 2px;
	padding-top:15px;
}*/
