@charset "UTF-8";
/* CSS Document */

.clearboth {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

/* banner styles */

#banner_wrapper {
	width: 950px;
	height: 122px;
	background: url(https://images.ebizautos.com/sites/10489/images/banner_bg.jpg) top no-repeat;
	text-align: left;
	overflow: hidden;
}

#banner_wrapper, #banner_wrapper p, #banner_wrapper li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#banner_wrapper img {
	display: block;
	border: 0px;
}

#dealer_logo {
	padding: 0px;
	margin: 23px 0 0 13px;
}

#contact_info ul {
	margin: 12px 0 0 0;
	padding: 0px;
}

#contact_info ul li {
	list-style: none;
	float: left;
	margin: 0 0 0 30px;
}

#banner_wrapper a {
	text-decoration: none;
}

/* vertical buttons */

#vertical_buttons img {
	display: block;
	border: 0px;
}

#vertical_buttons a {
	float: left;
	display: block;
	margin: 5px 0 4px 0;
}

/* row 1 buttons */

#buttons_row1 img {
	display: block;
}

#buttons_row1 a {
	display: block;
	float: left;
	margin: 10px 0 0 5px;
}

/* row 2 buttons */

#buttons_row2 img {
	display: block;
}

a.buttons_row2 {
	display: block;
	float: left;
	margin: 10px 0 0 17px;
}

/* tooltip styling.  */

.tooltip {
	display: none;
	width: 230px;
	border: 1px solid #000;
	background: #FFFFE7;
	z-index: 3000;
}

.tooltip p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 10px;
}

.tooltip ul {
	padding: 0 0 0 15px;
	margin: 0px;
}

.tooltip ul li {
	list-style: none;
	padding: 0px;
	margin: 0 0 20px 0;
}

.tooltip a:link, .tooltip a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #156DC9;
	display: block;
	width: 140px;
	background: url(https://images.ebizautos.com/sites/10489/images/location_arrow.jpg) right no-repeat;
}

.tooltip a:hover {
	color: #C97115;
}

/* contact info */

.padding_right {
	margin-right: 50px;
}

.contact_info p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0 0 20px 60px;
}

#contact_aop {
	background: url(https://images.ebizautos.com/sites/10489/images/contact_aop_bg.jpg) top left no-repeat;
	display: block;
	float: left;
	width: 250px;
}

#contact_iop {
	background: url(https://images.ebizautos.com/sites/10489/images/contact_iop_bg.jpg) top left no-repeat;
	display: block;
	float: left;
	width: 250px;
}

#contact_lop {
	background: url(https://images.ebizautos.com/sites/10489/images/contact_lop_bg.jpg) top left no-repeat;
	display: block;
	float: left;
	width: 250px;
}