/* -----------------------------------
	Custom Links
--------------------------------------------------------------------------------------------- */
a.link_darkBG,
a.link_darkBG:visited{
	color:#79A6BF;
	text-decoration: underline;
}
a.link_darkBG:hover{
	text-decoration: none;
}
/* -----------------------------------
	Custom Interior Pages
--------------------------------------------------------------------------------------------- */
.contentAlign{
	text-align:center;
}
/* -----------------------------------
	Penske Pit Stop Mobile Service
----------------------------------- */
.pitStopServiceWrapper{
	background: url(http://images.ebizautos.com/sites/8452/images/pitStopServices_bg.png) no-repeat top left #000;
	border-radius: 10px;
	color:#fff;
	margin:0 auto;
	text-align:left;
	width:880px;
}
.pitStopServiceWrapper .mainTitle{
	float:left;
	margin-top:90px;
	text-align:center;
	width:495px;
}
	.pitStopServiceWrapper .mainTitle h2{
		font-size:26px;
		font-weight: bold;
		margin:0;
		padding:0;
		line-height:36px;
	}
		.pitStopServiceWrapper .mainTitle h2 span{
			color:#79A6BF;
		}
	.pitStopServiceWrapper .mainTitle h3{
		color:#fff;
		font-size:22px;
		font-weight: bold;
		margin:45px 0 0 0;
		padding:0;
		text-align:center;
	}
.pitStopServiceWrapper .mainImage{
	float:left;
	display: block;
	width:352px;
	height:236px;
	margin-top:30px;
	background: url(http://images.ebizautos.com/sites/8452/images/pitStopServices_banner_image.png) no-repeat top left;
}
.pitStopServiceContent{
	padding: 20px 30px;
	font-size:14px;
}
	.pitStopServiceContent p,
	.pitStopServiceContent ul li{
		line-height:22px;
	}
	.pitStopServiceContent h4{
		color:#79A6BF;
		font-size:18px;
		margin:0;
		padding:0;
	}