* {
	margin:0;
	padding:0;
}
.servinfo header h3 {
	clear:both;
	margin:10px auto;
	padding-left:15px;
	padding-top:12px;
	padding-bottom:12px;
	width:945px;
	background-color: #656565;
	color:white;
	overflow: hidden;
	font-family:Tahoma, Sans-serif;
}
nav#servb {
	width:960px;
	height:28px;
	background-color: black;
	color:white;
	border-radius:0px;
	box-shadow:0px 0px 3px 3px rgba(0,0,0,.75);
	margin-bottom: 30px;
	margin-top: 20px;
}
ul#servnav {
	list-style:none;
}
	ul#servnav li {
		display:inline;
	}
	ul#servnav li a {
		text-indent: -9999px;
		display:block;
		height:27.2px;
		float:left;
	}
	ul#servnav li a.audivw, ul#servnav li a.maudivw {
		background: url(../navmenu/audivw1.png) no-repeat bottom center;
		width:320px;
	}
	ul#servnav li a.bmw, ul#servnav li a.mbmw {
		background: url(../navmenu/bmw1.png) no-repeat bottom center;
		width:320px;
	}
	ul#servnav li a.mercedes, ul#servnav li a.mmercedes {
		background: url(../navmenu/mercedes1.png) no-repeat bottom center;
		width:320px;
	}
		ul#servnav li a.audivw:hover, ul#servnav li a.bmw:hover,
		ul#servnav li a.mercedes:hover {
			background-position:center center;
		}
	body#paudivw ul#servnav li a.audivw,
	body#pbmw ul#servnav li a.bmw,
	body#pmercedes ul#servnav li a.mercedes {
		background-position:top center;
	}
.header a {
	text-decoration:none;
	font-style: oblique;
}
#title h3 {
	text-align: center;
	text-transform:uppercase;
	margin-bottom:30px;
}
.tips {
	margin:0px auto;
	float:right;
	width:900px;
	min-height:100%;
	overflow: hidden;
	background-color: #656565;
	color:white;
	margin-bottom:30px;
	border: 3px solid black;
	clear:both;
}
.tips h6 {
	width:400px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: 1px solid black;
}
ul#colleft a, ul#colright a {
	text-decoration:none;
	color:white;
}
ul#colleft, ul#colright {
	list-style:none;
}
ul#colleft li a:hover, 
ul#colright li a:hover {
	color:yellow;
}
ul#colleft li a.selected, 
ul#colright li a.selected {
	font-size: 27px; 
	color:yellow;
	text-decoration:underline;
}
#colleft {
	float:left;
	clear:left;
	margin:0;
	text-transform: uppercase;
	text-align: left;
	font-family:Tahoma, Sans-serif;
	font-size:22px;
	margin:10px auto;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
}
#colright {
	float:right;
	clear:right;
	margin:0;
	text-transform: uppercase;
	text-align: right;
	font-family:Tahoma, Sans-serif;
	font-size:22px;
	margin:10px auto;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
}
.servtiplalign {
	text-align: left;
}
.servtipcalign {
	text-align: center;
}
.servtips {
	margin:0px;
	margin-bottom:15px;
	width:960px;
	height:100%;
	overflow: hidden;
	text-align: center;
}
.servtips p {
	font-family: Tahoma, sans-serif;
	font-size:22px;
	margin:0 50px 0 50px;
}
.servtips img {
	margin:0px auto;
}