/*MOBIUS NEW MEDIA STYLE SHEET FOR GARRISON'S CYCLERY OF CENTREVILLE*/
@charset "UTF-8";
/*HOME FEATURED LINKS*/
#home_featured {
	margin: 0;
	padding: 0;
	list-style: none;
}
#home_featured li {
	margin: 0 10px 10px 0;
	padding: 0;
	list-style: none;
	float: left;
	text-indent:-99999em;
	font-size: 1%;
}
#home_featured li a {
	margin: 0;
	padding: 0;
	display: block;
	height: 110px;
	background: url(../images/home_features.jpg) no-repeat;
	overflow: hidden;
	border: 5px solid #333333;
	text-align: center;
}
#home_featured li a:hover {
	margin: 0;
	padding: 0;
	display: block;
	height: 110px;
	background: url(../images/home_features_hover.jpg) no-repeat;
	overflow: hidden;
	border: 5px solid #00ab53;
	color: #00ab53;
}

li#featured_clinics a {
	width: 192px;
	background: url(../images/home_features.jpg) no-repeat -218px -135px;
}
li#featured_clinics a:hover {
	width: 192px;
	background: url(../images/home_features_hover.jpg) no-repeat -218px -135px;
}
li#featured_fitting a {
	width: 193px;
	background: url(../images/home_features.jpg) no-repeat -5px -135px;
}
li#featured_fitting a:hover {
	width: 193px;
	background: url(../images/home_features_hover.jpg) no-repeat -5px -135px;
}
li#featured_eyecandy a {
	width: 104px;
	background: url(../images/home_features.jpg) no-repeat 0 0;
}
li#featured_eyecandy a:hover {
	width: 104px;
	background: url(../images/home_features_hover.jpg) no-repeat 0 0;
}
li#featured_directions a {
	width: 110px;
	background: url(../images/home_features.jpg) no-repeat -300px -5px;
}
li#featured_directions a:hover {
	width: 110px;
	background: url(../images/home_features_hover.jpg) no-repeat -300px -5px;
}
li#featured_rides a {
	width: 275px;
	background: url(../images/home_features.jpg) no-repeat -5px -265px;
}
li#featured_rides a:hover {
	width: 275px;
	background: url(../images/home_features_hover.jpg) no-repeat -5px -265px;
}
li#featured_maps a {
	width: 275px;
	background: url(../images/home_features.jpg) no-repeat -5px -5px;
}
li#featured_maps a:hover {
	width: 275px;
	background: url(../images/home_features_hover.jpg) no-repeat -5px -5px;
}
li#featured_tax a {
	width: 275px;
	background: url(../images/home_features.jpg) no-repeat -5px -5px;
}
li#featured_tax a:hover {
	width: 275px;
	background: url(../images/home_features_hover.jpg) no-repeat -5px -5px;
}
li#featured_tech a {
	width: 110px;
	background: url(../images/home_features.jpg) no-repeat -300px -265px;
}
li#featured_tech a:hover {
	width: 110px;
	background: url(../images/home_features_hover.jpg) no-repeat -300px -265px;
}
