/* -----------------------------------
	Navigation
--------------------------------------------------------------------------------------------- */
/* Top Menu */
div#NavigationContent table.NavBarBG tr td div#NavBarWrapper ul.sm#smart-menu li a.sm-menu-tab,
div#NavigationContent table.NavBarBG tr td div#NavBarWrapper ul.sm#smart-menu li ul.sm-submenu li a.sm-menu-link{
font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
}
/* -----------------------------------
	Home Page & Interior Banners
--------------------------------------------------------------------------------------------- */
.custom_bannerWrapper{
	position: relative;
	width:960px;
	height:110px;
	font-family: "Roboto Condensed", helvetica, arial, sans-serif;
	text-transform: uppercase;	
}
a.custom_bannerLogo{
	display:block;
	width:155px;
	height:78px;
	background: url(http://images.ebizautos.com/admin/homepagetemplates/404/customimages/banner_logo.png) no-repeat top left;
	position: absolute;
	top:15px;
	left:0px;
}
.dealership_name{
	position: absolute;
	top:28px;
	left:185px;
	font-size:26px;
	font-weight: bold;
	font-style: italic;
	color:#015697;
}
.dealership_address{
	position: absolute;
	top:60px;
	left:185px;
	font-size:14px;
	color:#323334;
}
ul.dealership_phone{
	margin:0;
	padding:0;
	position: absolute;
	top:40px;
	right:0px;
	text-align:right;
}
	ul.dealership_phone li{
		font-size:20px;
		font-weight: bold;	
		color:#323334;
		list-style: none;
	}
		ul.dealership_phone li span{
			font-size:16px;
			font-weight: normal;
			color:#015697;
		}
/* -----------------------------------
	eBiz Controls
--------------------------------------------------------------------------------------------- */

.HomePageControlTextWide{
	height:200px;
	overflow-y: scroll;
}
.HomePageControlTextWide h1{
	text-transform: uppercase;
}
/* -----------------------------------
	Custom Buttons
--------------------------------------------------------------------------------------------- */
.inventoryButtonsWrapper{
	height:97px;
	width:940px;
	margin:10px 0;
	font-family: "Roboto Condensed", helvetica, arial, sans-serif;
}
.inventoryButtonsWrapper a,
.inventoryButtonsWrapper a:visited{
	display:block;
	float:left;
	margin-right:17px;
	width:302px;
	height:97px;
	position: relative;
	text-decoration: none;
}
.inventoryButtonsWrapper a:hover .btn_title1{
	color:#dd0000;
}
.inventoryButtonsWrapper a .btn_title1{
	font-size:30px;
	font-weight: bold;
	font-style: italic;
	color:#015697;
	text-transform: uppercase;
}
.inventoryButtonsWrapper a .btn_title2{
	font-size:14px;
	font-style: italic;
	color:#dd0000;
}
.inventoryButtonsWrapper a .btn_vehicle{
	position: absolute;
	bottom:0;
	right:0;
	background: url(http://images.ebizautos.com/admin/homepagetemplates/404/customimages/btn_vehicleSprite.png);
}
.inventoryButtonsWrapper a.btn_new .btn_vehicle{
	width:190px;
	height:80px;
	background-position: 0px 0px;
}
.inventoryButtonsWrapper a.btn_used .btn_vehicle{
	width:195px;
	height:80px;
	background-position: -190px 0px;
}
.inventoryButtonsWrapper a.btn_specials .btn_vehicle{
	width:215px;
	height:80px;
	background-position: -385px 0px;
}
a.last{
	margin-right:0;
}
/* -----------------------------------
	Interior Pages
--------------------------------------------------------------------------------------------- */
img.banner_logo{
	float:left;
	margin-right: 35px;
}
.custom_pageBannerTitle{
	float:left;
	padding-top:30px;
}
.custom_pageBannerSubtitle{
	float:left;
}
.custom_pageDivider{
	border-bottom:1px solid #EEE;
	margin-bottom:20px;
}
.custom_pageBannerTitle h1{
	font-family: "Roboto Condensed", arial, helvetica, sans-serif;
	font-size:40px;
	font-style:italic;	
	text-transform: uppercase;
	color:#000;
	margin:0;
	padding:0;
	display:block;
}
.columns .custom_pageBannerTitle h2,
.columns .custom_pageBannerSubtitle h2{
	font-family: "Roboto Condensed", arial, helvetica, sans-serif;
	font-size:16px;
	font-weight: 400;
	color:#888;
	margin:0;
	padding:0;
}
.columns p,
.columns li{
	font-size:14px;
	line-height:21px;
}
.columns a.text_link,
.columns a.text_link:link,
.columns a.text_link:visited{
	text-decoration: none;
}
.columns a.text_link:hover{
	color:#DD0000;
}
.columns h2{
	font-family: "Roboto Condensed", arial, helvetica, sans-serif;
	font-size:26px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}
.columns h3{
	font-family: "Roboto Condensed", arial, helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	text-transform: uppercase;
}
div.btn_emphasis{
	text-align:center;
}
div.btn_emphasis a{
	padding:10px 14px;
	background-color:#015697;
	color:#fff;
	font-size:18px;
	font-weight: bold;
	text-align:center;
	text-decoration: none;
}
div.btn_emphasis a:hover{
	background-color:#dd0000;
}
.custom_pageVideoWrapper{
	margin-top:20px;
	text-align:center;
}
.partsPriceEmphasis{
	font-weight: bold;
	font-style: italic;
}
/* -----------------------------------
	Responsive Slideshow
----------------------------------- */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
/* -----------------------------------
	Parallax Effect
----------------------------------- */
.parallax_collision{
	background-image: url("http://images.ebizautos.com/sites/5026/images/_collision_center/parallax_sconic.jpg");
	padding:60px 0;
	text-align:center;
	width: 100%;
}
.parallax_collision .parallax_text{
	color:#fff;
	font-size:36px;
	font-family: "Roboto Condensed", Helvetica, arial, sans-serif;
}
.parallax_collision .parallax_text a, .parallax_collision .parallax_text a:hover, .parallax_collision .parallax_text a:visited{
	color:#fff;
}
/* -----------------------------------
	Chevrolet HQ
----------------------------------- */
.custom_pageVideoWrapper_corvette{
	height:516px;
	margin-top:20px;
	text-align:center;
	background:url(http://images.ebizautos.com/sites/5026/images/_corvette_headquarters/video_bg.png) no-repeat bottom center;
}
/* -----------------------------------
	Custom Footer
--------------------------------------------------------------------------------------------- */
#hendrickFooterAlign{
	text-align:center;
}
#hendrickFooterContent{
	width:960px;
	margin:20px auto;
}
#hendrickFooterContent a img{
	margin: 0 22px 20px 22px;
}	
#hendrickFooterContent a .footer_gmCertifiedLogo{
	margin-top:8px;
}
.footer_backgoundPhotoWrapper{
position:relative;
height:133px;
}
.footer_backgoundPhotoWrapper .footer_backgroundPhoto{
position:absolute;
top:10px;
left:260px;
height:211px;
width:419px;
background:url(http://images.ebizautos.com/admin/homepagetemplates/404/customimages/footer_dealershipPhoto.png) no-repeat top left;
}
/* -----------------------------------
	Clearing
--------------------------------------------------------------------------------------------- */

/* You can also use a <br class="clear" /> to clear columns */
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
/* -----------------------------------
	Typography
--------------------------------------------------------------------------------------------- */
h2.custom,
h3.custom{
font-family: "Roboto Condensed", arial, sans-serif;
color:#015697;
text-transform: uppercase;
}
h2.custom{
font-size:22px;
}
h3.custom{
font-size:18px;
}

/* -----------------------------------
	Interior Page - Hendrick Certified
--------------------------------------------------------------------------------------------- */
/* -----------------------------------
	Interior Page - Hendrick Certified - Global Styles
----------------------------------- */	
.columns p, .columns ul, #boxes {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 15px;
    line-height: 24px;
}
.columns a, .columns a:visited, #boxes a, #boxes a:visited {
	color: #005597;
}
.columns a:hover, #boxes a:hover{
	color: #000;
}
.customPageHeadline1 h1 {
	display: block;
    font-family: "HelveticaNeue-Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 800;
	font-style: italic;
	font-size: 24px;
	color: #005597;
	text-transform: uppercase;
	text-align: center;
}
.customPageHeadline2 h1 {
	display: block;
    font-family: "HelveticaNeue-Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 800;
	font-style: italic;
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 0;
}
.customPageHeadline1 p {
	color: #005597;
	font-size: 16px;
	text-align: center;	
}
.customColumnTitle h2,
.modalTitle{
	display: block;
    font-family: "HelveticaNeue-Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 800;
	font-style: italic;
	font-size: 22px;
	color: #000000;
	text-transform: uppercase;
	text-align: center;	
}
.highTechCoverage{
	background: url(http://images.ebizautos.com/sites/5026/images/hightech_coverage_bg.png) no-repeat center center;	
}
.highTechCoverageListLeft ul, .highTechCoverageListRight ul{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
	.highTechCoverageListLeft ul li {
		text-align: right;
		line-height: 44px;
	}
	.highTechCoverageListLeft ul li.listItem2,
	.highTechCoverageListLeft ul li.listItem3 {
		margin-right: 30px;
	}
	.highTechCoverageListRight ul li {
		text-align: left;
		line-height: 44px;
	}
	.highTechCoverageListRight ul li.listItem2,
	.highTechCoverageListRight ul li.listItem3 {
		margin-left: 30px;
	}	
.highTechCoverageListLeft ul li span,
.highTechCoverageListRight ul li span {
	display: inline-block;
	width: 18px;
	height: 14px;
	background: url(http://images.ebizautos.com/sites/5026/images/list_check_mark.png) no-repeat top left;
	margin-right: 10px;
}
.highTechCoverageTitle {
    font-family: "HelveticaNeue-Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 800;
	font-size: 24px;
	color: #005597;
	text-transform: uppercase;
	text-align: center;	
	margin-top: 83px;
}
.highTechCoverageSubTitle {
	color: #005597;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	text-transform: uppercase;
}
.circleBtn1,
.circleBtn2,
.circleBtn3,
.circleBtn4 {
	background: url(http://images.ebizautos.com/sites/5026/images/circles.png) no-repeat;
	width: 120px;
	height: 120px;
	margin: 0 auto 30px auto;
	display: block;
}
.circleBtn1 {
	background-position: 0px 0px;
}
.circleBtn1:hover{
	background-position: 0px -120px;
}
.circleBtn2 {
	background-position: -121px 0px;
}
.circleBtn2:hover{
	background-position: -121px -120px;
}
.circleBtn3 {
	background-position: -241px 0px;
}
.circleBtn3:hover{
	background-position: -241px -120px;
}
.circleBtn4 {
	background-position: -361px 0px;
}
.circleBtn4:hover{
	background-position: -361px -120px;
}
.circleBtnText {
	text-align: center;
	text-transform: uppercase;
	margin-top: 25px;
	line-height:20px;
}
.circleBtnText a {
	color: #000;	
	font-weight: bold;
	text-decoration: none;
}
.circleBtnText a span {
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;	
	color: #005597;
}
p.footer{
	text-align: center;
}
/* -----------------------------------
	Modal Box Styles
----------------------------------- */
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:750px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #modalEngine,
#boxes #modalTripInterruption,
#boxes #modalVehicleRental,
#boxes #modalVehicleInspection,
#boxes #modalCarfax {
  width:750px; 
  padding:20px;
  background-color:#ffffff;
}