html { overflow-y: scroll; }
body {
	font-family: "Audi Type W01";
	/*background: #A9ACB4 url(/img/bg_main.png) repeat-y center 0px;*/
	background:#fff;
	color: #000;
	letter-spacing: 0.03em;
}

a { 
	color: #FFF;
}	
a:hover { 
	color: #CECECE;
}	

img#logo {
	float: right;
	margin-bottom: 25px;
    margin-top: 22px;
}
/*img.white { 
	background: #efefef; 
	display: block;
}*/
.clear { clear: both; }
.dlrs { text-align: center; }
.dlrs a { text-decoration: none; }

.floatRgt { 
	float: right;
	width: 200px;
	margin: 0 0 10px 10px;
	text-align: center;
}
.floatRgt a,
#colCenter .floatRgt a { 
	font-size: 0.9ems;
	font-weight: normal;
}
.floatRgt img {
	border: 1px solid #666666;
	width: 200px;
	margin: 5p 0 5px 0;
}
.sml { font-size: 0.9em; }

/* +++++++++++++++++++ */
/* HEADINGS */
/* +++++++++++++++++++ */

h1, h2, h1 a, h2 a { font-family: 'AudiSansExt', Verdana, sans-serif; }

h1 a,
h2 a,
h3 a { text-decoration: none; }

h1 { /* sIFR - AUDI SANS EXTENDED BOLD */
	line-height: 120%;
	font-size: 18px;
	color: #FFF;
}
	.ttl {
	float: left;
	margin-top: 18px;
	margin-bottom: 18px;
	margin-left: 5px;
	display:none;
	}
	.ttl h1 {
	white-space: nowrap;
	width: 500px;
	}
	

h2 { 
	font-size: 16px;
	line-height: normal;
	margin-bottom: 15px;
	color: #FFF;
	-moz-text-shadow: 2px 2px 1px #333;
	-webkit-text-shadow: 2px 2px 1px #333;
	text-shadow: 2px 2px 1px #333;
	letter-spacing: 1px; 
}
h3 {
	font-weight: bold;
	color: black;
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
}

h3 a { color: black; }
h3 a:hover { color: #666666; }

/* +++++++++++++++++++ */
/* CONTAINER DIV -- GOES AROUND EVERYTHING */
/* +++++++++++++++++++ */
#container {
	width: 971px;
	margin-right: auto;
	margin-left: auto;
}

#navBar {
	clear: both;
	background: url(/img/bg_navigation_main.png) #acadb2 no-repeat left top;
	margin-bottom: 36px;
	width: 100%;
	height: 35px;
	z-index: 0;
}

.container .image{
    overflow:hidden;
}

#cycler img{
    width:100%;
    top:-100px;
}

/* +++++++++++++++++++ */
/* LEFT NAVIGATION */
/* +++++++++++++++++++ */

/* LEFT NAVIGATION */
ul#leftNav { 
	width: 242px;
	float: left;
	padding-right: 23px;
	margin-bottom: 10px; 
}
ul#leftNav li {
	background: #6f737a url(/img/nav_pagelevel_distributor_bg.png) repeat-y -242px 0px;
	color: #FFF;
	width: 242px;
	cursor: pointer;
/*	padding: 8px 10px;*/
	font-size: 10px;
}
ul#leftNav li:hover {
	background: #6f737a url(/img/nav_pagelevel_distributor_bg.png) no-repeat -484px 0px;
}

ul#leftNav li.selected,
ul#leftNav li.selected:hover  {
	background: #6f737a url(/img/nav_pagelevel_distributor_bg.png) no-repeat -484px 0px;
	font-weight: bold;
/* css to make non-link padded-out to same size as linked buttons */
/*	padding: 8px 0px 8px 10px;
	width: 232px;
*/}
ul#leftNav li a {
	color: #FFF;
	text-decoration: none;
	/* css added to make entire button clicky */
	padding: 8px 10px;
	display: block;
}
ul#leftNav li ul {
	margin: 0px;
	padding: 0px;
}

ul#leftNav li ul li  {
	background: url(none);
	font-size: 10px;
	width: 200px;
	padding-top: 12px;
	padding-bottom: 0px;
	padding-left: 10px;
}
ul#leftNav li ul li:hover { background: url(none); }
ul#leftNav li ul li a {
	white-space: normal;
	padding: 0px;
}
ul#leftNav li ul li a:hover { 
	text-decoration: underline; 
}

ul#leftNav li ul li a.selected,
ul#leftNav li ul li a.selected:hover { 
	font-weight: bold;
}
ul#leftNav  li  li  li { width: 190px; }
ul#leftNav  li  li  li  li { width: 180px; }

/* +++++++++++++++++++ */
/* FOOTER */
/* +++++++++++++++++++ */

#footer {
	clear: both;
	background: url(/img/bg_functions.png) #7a7d84 no-repeat left bottom;
	height: 23px;
	font-size: 0.9em;
}
#footer ul {
	height: 23px
}
#footer ul li {
	float: left
}
#footer ul li a {
	padding: 4px 7px 0px 7px;
	display: block; 
	color: #FFF; 
	height: 17px;
	text-decoration: none;
}
#footer li a:hover {
	color: #CECECE
}

#copyright {
	padding-bottom: 12px;
	width: 971px;
	height: 19px
}
#copyright p {
	font: 0.9em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #EFEFEF;
	float: right;
	margin: 5px 10px 0px 0px;
}

/* +++++++++++++++++++ */
/* MAIN COLUMN */
/* +++++++++++++++++++ */
/*#colMain {
	float: left;
	width: 705px;
	padding-bottom: 35px;
}*/
#colMain h1 { /* sIFR - AUDI SANS EXTENDED BOLD */
	font-size: 18px;
	line-height: normal;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
	color: #FFF;
	margin-top: 5px;
}

#colMain img#mnPic { padding-bottom: 30px; }

/* CENTER COLUMN */

#colCenter {
	width: 517px;
	padding-right: 35px;
	float: left;
	min-height: 150px;
}
#colCenter a { font-weight: bold; }


#colCenter p {
	margin-bottom: 10px;
	line-height: 1.3em;
}
#colCenter ul {
	margin-bottom: 10px;
	margin-left: 10px;
}
#colCenter ul li {
	line-height: 1.8em;
	padding-left: 12px;
	background: url(/img/link_arrows.png) no-repeat -60px -22px;
}

/* RIGHT NAV */
#colRight {
	float: left;
	width: 152px;
}
	ul#tools {
		display: block;
		padding: 15px 5px 15px 10px;
		margin: 0px;
	}
	ul#tools li {
		font-size: 10px;
		font-weight: bold;
		cursor: pointer;
		color: #303030;
		background:none;
		padding: 0px;
		margin-bottom: 10px;
	}
	ul#tools li.contact {
	background: url(/img/sprite_icons.png) no-repeat 0px -73px;
	padding: 0px;
	}
	ul#tools li.contact a { padding-left: 16px; }

	ul#tools li.print {
	background: url(/img/sprite_icons.png) no-repeat 0px -40px;
	padding: 0px;
	}
ul#tools li.print a { padding-left: 16px; }

/* FORM STUFF */

input.btn {
	background: url(/img/buttonRed.png) no-repeat 0px -21px;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	height: 21px;
	cursor: pointer;
	width: 132px;
	border-width: 0px;
}
input.btn:hover  { 
	background: url(/img/buttonRed.png) no-repeat 0px 0px;
}

#formTable td {
	vertical-align: top;
	padding-bottom: 10px;
}
#formTable input {
	float: right;
	margin-left: 15px;
}
#formTable input.btn { margin: 0px; }





/*TEMPORARY
.tempwrap ul#leftNav{
	display:none;
}
.tempwrap #colMain{
	width:100%;
}
.tempwrap #colMain img#mnPic{
	width:100%;
	height:auto;
}
.tempwrap #colCenter h2{
	display:none;
}
.tempwrap #colCenter p{
	color:#fff;
	font-size: 17px;
	line-height: 20px;
}
.tempwrap #colCenter{
	width:810px;
}
.tempwrap #colRight {
    width: 125px;
}
.tempwrap .ttl h3{
	display:none;
}*/


/*==========================2015 Skin Styles===============================================*/

/*Fonts*/
@font-face{
font-family:"Audi Type W01";
src:url("fonts/audiFonts/ca001a68-8a3f-463a-b7c0-9d6c6d9fa7ad.eot");
src:url("fonts/audiFonts/ca001a68-8a3f-463a-b7c0-9d6c6d9fa7ad.eot?iefix") format("opentype"),
	url("fonts/audiFonts/e983524d-472d-40bc-8664-7e9035eb962e.woff") format("woff"),
	url("fonts/audiFonts/8f99ab5b-14ec-46e3-82e0-597f3a4b5ed9.ttf") format("truetype"),
	url("fonts/audiFonts/30599091-0458-4478-816e-eb88550a7b4f.svg#30599091-0458-4478-816e-eb88550a7b4f") format("svg");
}
@font-face{
font-family:"Audi Type W01 Italic";
src:url("fonts/audiFonts/fd37ae1c-11ea-4e05-98e0-94755eb0c88a.eot");
src:url("fonts/audiFonts/fd37ae1c-11ea-4e05-98e0-94755eb0c88a.eot?iefix") format("opentype"),
	url("fonts/audiFonts/a496fc45-5f92-49ca-8699-70aa8f4fdb5e.woff") format("woff"),
	url("fonts/audiFonts/3376d7c5-d236-44e4-a897-7c0a0e481151.ttf") format("truetype"),
	url("fonts/audiFonts/06265ea4-6407-4555-b419-386180458751.svg#06265ea4-6407-4555-b419-386180458751") format("svg");
}
@font-face{
font-family:"Audi Type W01 Bold";
src:url("fonts/audiFonts/bb842713-60c7-4886-b6d6-16bb9a99664d.eot");
src:url("fonts/audiFonts/bb842713-60c7-4886-b6d6-16bb9a99664d.eot?iefix") format("opentype"),
	url("fonts/audiFonts/149853c4-606f-48bc-ae60-b1fb143a1b3f.woff") format("woff"),
	url("fonts/audiFonts/40fe6559-6c9f-4c77-a1ef-4ede3bfca1ea.ttf") format("truetype"),
	url("fonts/audiFonts/44b3f704-8de9-4fa6-b120-803deaf58290.svg#44b3f704-8de9-4fa6-b120-803deaf58290") format("svg");
}
@font-face{
font-family:"Audi Type W01 Bold Italic";
src:url("fonts/audiFonts/ae52f1ca-0749-4514-8f96-505110776364.eot");
src:url("fonts/audiFonts/ae52f1ca-0749-4514-8f96-505110776364.eot?iefix") format("opentype"),
	url("fonts/audiFonts/8fc18e86-91cb-4533-9683-dee67073bcf1.woff") format("woff"),
	url("fonts/audiFonts/2d416f3c-caad-460c-a2e6-35f221aac568.ttf") format("truetype"),
	url("fonts/audiFonts/b6a60ff1-60b6-48b2-bd47-fd5b11c73640.svg#b6a60ff1-60b6-48b2-bd47-fd5b11c73640") format("svg");
}
@font-face{
font-family:"Audi Type W01 Ext";
src:url("fonts/audiFonts/65045e4b-1704-4137-977b-da500ff233b4.eot");
src:url("fonts/audiFonts/65045e4b-1704-4137-977b-da500ff233b4.eot?iefix") format("opentype"),
	url("fonts/audiFonts/133c2924-abf5-490d-be63-4a450b510dab.woff") format("woff"),
	url("fonts/audiFonts/0cd2f673-44ae-4f47-895d-c603d9c57fc9.ttf") format("truetype"),
	url("fonts/audiFonts/64219619-37f8-449c-a6ad-1e4985ff0ea3.svg#64219619-37f8-449c-a6ad-1e4985ff0ea3") format("svg");
}
@font-face{
font-family:"Audi Type W01 Ext Italic";
src:url("fonts/audiFonts/cc91e576-dc48-4642-b7cb-366ec5b7539b.eot");
src:url("fonts/audiFonts/cc91e576-dc48-4642-b7cb-366ec5b7539b.eot?iefix") format("opentype"),
	url("fonts/audiFonts/a037a3de-49dd-423c-8c08-6da9a21a92b9.woff") format("woff"),
	url("fonts/audiFonts/c92969fe-cf5d-4a1c-bab2-9cffe484966c.ttf") format("truetype"),
	url("fonts/audiFonts/211668ef-d20d-48da-86b7-79957312345c.svg#211668ef-d20d-48da-86b7-79957312345c") format("svg");
}
@font-face{
font-family:"Audi Type W01 Ext Bold";
src:url("fonts/audiFonts/57a1ec4e-d04d-4129-9888-930e3d0ce847.eot");
src:url("fonts/audiFonts/57a1ec4e-d04d-4129-9888-930e3d0ce847.eot?iefix") format("opentype"),
	url("fonts/audiFonts/c502a579-bc68-48bd-bfa6-db5d83cab5e9.woff") format("woff"),
	url("fonts/audiFonts/48e04c62-e51b-4d52-b1dd-bc8637507580.ttf") format("truetype"),
	url("fonts/audiFonts/4623fc77-d262-423e-9389-618fe6c816ee.svg#4623fc77-d262-423e-9389-618fe6c816ee") format("svg");
}
@font-face{
font-family:"Audi Type W01 Ext Bold Italic";
src:url("fonts/audiFonts/4a30b84a-6d8d-4a45-a1d5-426959b82efb.eot");
src:url("fonts/audiFonts/4a30b84a-6d8d-4a45-a1d5-426959b82efb.eot?iefix") format("opentype"),
	url("fonts/audiFonts/50eb7949-e55f-4473-81f0-0bc5e1ebd268.woff") format("woff"),
	url("fonts/audiFonts/7fd570e4-1b2b-4e47-aa25-1226b4c221ed.ttf") format("truetype"),
	url("fonts/audiFonts/ec2bbced-0721-47d7-945c-b38daac14345.svg#ec2bbced-0721-47d7-945c-b38daac14345") format("svg");
}
@font-face{
font-family:"Audi Type";
src:url("fonts/audiFonts/9e07819d-c2a7-4f2b-9e8b-92ae7c9262af.eot");
src:url("fonts/audiFonts/9e07819d-c2a7-4f2b-9e8b-92ae7c9262af.eot?iefix") format("opentype"),
	url("fonts/audiFonts/de0b8bf6-ca0d-4839-818b-92bddb44eaeb.woff") format("woff"),
	url("fonts/audiFonts/2dff57d8-d77c-4537-a78d-e9e48578607a.ttf") format("truetype"),
	url("fonts/audiFonts/610030f6-5069-47ac-99dd-76f20cdb0fac.svg#610030f6-5069-47ac-99dd-76f20cdb0fac") format("svg");
}
@font-face{
font-family:"Audi Type Italic";
src:url("fonts/audiFonts/d00a8e0c-9a8c-4884-aa6a-47da1592b9e0.eot");
src:url("fonts/audiFonts/d00a8e0c-9a8c-4884-aa6a-47da1592b9e0.eot?iefix") format("opentype"),
	url("fonts/audiFonts/83f5f0c2-54fb-452c-98e8-3553aabc6d40.woff") format("woff"),
	url("fonts/audiFonts/9b8409df-5f5a-4b2d-a3e7-7d430dc7e030.ttf") format("truetype"),
	url("fonts/audiFonts/725d8b40-1378-4aca-951a-1da4bd465663.svg#725d8b40-1378-4aca-951a-1da4bd465663") format("svg");
}
@font-face{
font-family:"Audi Type Bold";
src:url("fonts/audiFonts/c719eda5-e635-40fd-8b1c-869ba391dfff.eot?");
src:url("fonts/audiFonts/c719eda5-e635-40fd-8b1c-869ba391dfff.eot?iefix") format("opentype"),
	url("fonts/audiFonts/34d005d1-9444-4a58-af68-4f73c4939ce0.woff") format("woff"),
	url("fonts/audiFonts/e6b424cc-7cd0-44d3-8bcb-ab7ee5c5ae1a.ttf") format("truetype"),
	url("fonts/audiFonts/f7789a38-da66-4f5f-b33f-9084cd6727c8.svg#f7789a38-da66-4f5f-b33f-9084cd6727c8") format("svg");
}
@font-face{
font-family:"Audi Type Bold Italic";
src:url("fonts/audiFonts/6c5142af-452e-4d34-879f-eb6e46fe6df3.eot");
src:url("fonts/audiFonts/6c5142af-452e-4d34-879f-eb6e46fe6df3.eot?iefix") format("opentype"),
	url("fonts/audiFonts/70ed7ac5-55e9-41d8-b71c-2959ddd6b38b.woff") format("woff"),
	url("fonts/audiFonts/0e6d153f-e3dd-4612-802b-c426b463feca.ttf") format("truetype"),
	url("fonts/audiFonts/fe20912f-4292-44ab-91fd-31b84e68ed48.svg#fe20912f-4292-44ab-91fd-31b84e68ed48") format("svg");
}
@font-face{
font-family:"Audi Type Ext";
src:url("fonts/audiFonts/e8544113-fe09-41aa-8599-27b708522875.eot");
src:url("fonts/audiFonts/e8544113-fe09-41aa-8599-27b708522875.eot?iefix") format("opentype"),
	url("fonts/audiFonts/3cf06a69-cc8c-4e63-aacb-e8138295b55f.woff") format("woff"),
	url("fonts/audiFonts/544c902b-c37e-45a7-8848-3eb58c33cbc3.ttf") format("truetype"),
	url("fonts/audiFonts/df225f05-983e-45f5-8881-258cfe73b15f.svg#df225f05-983e-45f5-8881-258cfe73b15f") format("svg");
}
@font-face{
font-family:"Audi Type Ext Italic";
src:url("fonts/audiFonts/c39f5606-26f4-4659-8d8b-2d95bafaef8b.eot");
src:url("fonts/audiFonts/c39f5606-26f4-4659-8d8b-2d95bafaef8b.eot?iefix") format("opentype"),
	url("fonts/audiFonts/809f78c6-dada-4caf-a7a0-08c8b5ff4951.woff") format("woff"),
	url("fonts/audiFonts/d9544a79-93b7-405e-9db8-bd6c784d8ada.ttf") format("truetype"),
	url("fonts/audiFonts/8a07a511-1402-46cf-aa13-971aa867193d.svg#8a07a511-1402-46cf-aa13-971aa867193d") format("svg");
}
@font-face{
font-family:"Audi Type Ext Bold";
src:url("fonts/audiFonts/0d9df420-76ab-40a9-ae57-2461c1c6ab6d.eot");
src:url("fonts/audiFonts/0d9df420-76ab-40a9-ae57-2461c1c6ab6d.eot?iefix") format("opentype"),
	url("fonts/audiFonts/a3c162ba-a8e8-4fc5-93d6-86d391105a57.woff") format("woff"),
	url("fonts/audiFonts/68930f0b-94a1-4c0e-a5ae-f8e3ad3b49a7.ttf") format("truetype"),
	url("fonts/audiFonts/e26927bb-0f7e-450e-87af-b5220869dd73.svg#e26927bb-0f7e-450e-87af-b5220869dd73") format("svg");
}
@font-face{
font-family:"Audi Type Ext Bold Italic";
src:url("fonts/audiFonts/bcbc99a8-48e9-4fb0-b930-f6c3965c66e8.eot");
src:url("fonts/audiFonts/bcbc99a8-48e9-4fb0-b930-f6c3965c66e8.eot?iefix") format("opentype"),
	url("fonts/audiFonts/e29bb50a-53f2-4ef9-99f6-0f64213aa5ad.woff") format("woff"),
	url("fonts/audiFonts/1140f8d6-ca19-41e9-a749-0696504dbaa6.ttf") format("truetype"),
	url("fonts/audiFonts/5d97548b-4390-488e-af2d-0f34ad2a8862.svg#5d97548b-4390-488e-af2d-0f34ad2a8862") format("svg");
}

.headerContainer {
    background-repeat: no-repeat;
    background-image: url(../img/bodyheaderbg.gif);
    background-position: top center;
    position: absolute;
    z-index: 100;
	height:75px;
	left:0;
	width: 100%;
}
.headerInner{
	width: 1340px;
    margin: 0 auto;
    height: 75px;
}
#container{
	margin-left: auto;
    margin-right: auto;
	max-width:1440px;
	width:1340px;
}
ul#leftNav{
	width:100%;
	background-image: url("../img/headerGradient.jpg");
    background-repeat: no-repeat;
    background-position: top center;
}
ul#leftNav li {
    background: none;
	display: block;
    float: left;
    margin: 31px 60px 0 0;
    padding: 0;
	width:auto;
}
ul#leftNav li.selected, ul#leftNav li.selected:hover, ul#leftNav li:hover{
	background:none;
}
ul#leftNav li a{
	display: block;
    float: left;
    font-family: "Audi Type W01 Ext";
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
	padding:0;
    padding-bottom: 6px;
    color: #434c53;
    cursor: pointer;
	line-height:1.5;
}
ul#leftNav li.selected > a {
    color: #000;
    background-color: transparent;
    border-bottom: 1px solid #cc0033;
    text-decoration: none;
}
ul#leftNav li a:hover {
    border-bottom: solid 1px #cc0033;
}

ul#tools li a {
    color: #000;
    font-style: normal;
    font-family: "Audi Type W01 Bold";
    font-weight: normal;
    text-decoration: underline;
	font-size:12px;
}
ul#tools li a:hover{
	color: #cc0033;
}
#colCenter p{
	color: #000;
    font-size: 13px;
    padding: 20px 0 0 0;
    line-height: 1.5em;
    display: block;
    float: none;
    margin: 0;
    font-family: "Audi Type W01";
}
/*==============Search Area==============*/

.whiteOverlay {
    display: block;
    position: fixed;
    top: 0;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    height: 100%;
    z-index: 8;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.searchLayer {
    display: block;
    height: 117px;
    padding-top: 75px;
}
.searchLayer .searchBar {
    padding-top: 26px;
    height: 91px;
    position: relative;
    z-index: 12;
    display: block;
    float: left;
    width: 100%;
    float: right;
    margin-right: 0;
    display: inline;
}
.searchLayer #searchResults {
    width: 100%;
    /* float: right; */
    margin-right: 0;
    /* display: inline; */
    display: block;
    float: left;
    margin-top: -21px;
    visibility: hidden;
    opacity: 0;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
    z-index: 10;
}
.searchLayer .searchBar #textInput {
    font-size: 38px;
    letter-spacing: -2px;
}
.searchLayer .searchBar #textInput {
    padding: 12px 0 8px 0;
    /*text-indent: 80px;*/
    line-height: 42px;
    border: none;
    border-bottom: 1px dotted #fff;
    color: black;
    height: 50px;
    outline: none;
    font-family: "Audi Type W01 Ext Bold";
    margin: 0;
    width: 1260px;
    float: left;
    margin-right: 0;
    display: inline;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: url(../img/largeSearchIcon.png) no-repeat 0px 18px;
	padding-left:80px;
}
.searchLayer .searchBar #textInput::-ms-clear {
    display: none;
}
.searchLayer .searchBar .searchClear {
    display: block;
    float: right;
    position: relative;
    top: -48px;
    height: 30px;
    width: 30px;
    background: url(../img/gal_close.png) no-repeat center top;
    text-indent: -5000px;
    border: none;
    opacity: 0.0;
    -moz-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.searchLayer .searchBar #textInput:hover, .searchLayer .searchBar #textInput:focus {
    background-image: url(../img/search-header.png);
    border-bottom: 1px dotted #b0b6b8 !important;
}
.searchLayer .searchBar:hover .searchClear {
    opacity: 1.0;
}
.visible {
	background-color: rgba(255, 255, 255, 0.95) !important;
	visibility: visible !important;
}
.searchLayer .visible {
	visibility: visible !important;
	opacity: 1.0 !important;
}
.searchLayer #searchResults .suggestedSearch {
    position: absolute;
    font-size: 38px;
    font-family: "Audi Type W01 Ext Bold";
    color: black;
    padding: 0;
    margin: 0;
    margin-top: 1px;
    width: 100%;
    float: right;
    margin-right: 0;
    display: inline;
}
.searchLayer #searchResults .suggestedSearch li button {
    display: block;
    float: left;
    font-family: "Audi Type W01 Ext Bold";
    color: black;
    padding: 10px 20px 10px 0;
    text-align: left;
    text-indent: 80px;
    border: none;
    border-bottom: solid 2px #FFF;
    background: #f2f4f3;
    width: 100%;
    line-height: 1.2em;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.searchLayer #searchResults .suggestedSearch li button {
    font-size: 38px;
    letter-spacing: -2px;
}
.searchLayer #searchResults .suggestedSearch li button:hover {
    background-color: #d5d9d8;
    cursor: pointer;
}
ul.suggestedSearch li button a {
    color: #000;
    text-decoration: none;
}
#colCenter {
    width: 381px;
}
#container .container{
	width:100%;
	margin:0;
	padding: 0 !important;
}
/*.containerInner{
	width: 1340px;
    padding: 0 50px !important;
	margin-left: auto;
    margin-right: auto;
	max-width: 1440px !important;
}*/


#colCenter h3{
	color: #000;
    font-family: "Audi Type W01 Ext Bold";
    font-weight: normal;
    font-size: 14px;
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    padding-top: 20px;
    clear: both;
}
input#CompNum, input#firstname, input#lastname, input.hrInput, input.formbox, #hrActivate input{
	width: 250px;
    border: none;
    border-bottom: dotted 1px #000;
    padding-top: 10px;
}
#hrActivate p, #form1 p, #hrUpdateForm p{
	font-family: "Audi Type W01 Bold";
	margin-bottom:10px;
}
 #hrActivate input, #form1 input, #hrUpdateForm input{
 	font-family: "Audi Type W01";
 }
input.btn{
	background: #000;
    background-image: url(../img/link_arrow.png);
    background-position: right 11px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: #FFFFFF;
    font-family: "Audi Type W01 Bold" !important;
    cursor: pointer;
    width: 145px;
    padding: 1px 20px 0 12px !important;
    height: 30px;
    border-width: 0px;
    text-align: center;
    text-transform: capitalize;
	margin-top:20px;
}
input.btn:hover{
	background: #434c53;
    background-image: url(../img/link_arrow.png);
    background-position: right 11px;
    background-repeat: no-repeat;
}

strong{
	font-family: "Audi Type Bold";
    font-weight: normal;
    font-size: 14px;
}
#colCenter a.inline, a em{
	color:#000;
	font-style:normal;
	 font-family: "Audi Type W01";
	 font-weight:normal;
	 text-decoration:underline;
}
#colCenter a.inline:hover, a em:hover{
	color:#cc0033;
	 font-family: "Audi Type W01";
	 font-weight:normal;
	text-decoration:underline;
	border:none;
	font-style:normal;
}
#colCenter a{
	font-weight:normal;
	color:#000;
}
.dlrs{
	text-align:left;
	font-size: 14px;
    font-family: "Audi Type W01";
}
.dlrs a{
	font-size: 14px;
    font-family: "Audi Type W01";
	text-decoration:underline;
}
.dlrs a:hover{
	color: #cc0033 !important;
}
.dealerName{
	text-transform:uppercase;
	font-family: "Audi Type Bold";
    font-weight: normal;
    font-size: 14px;
}
/*======Img Slider========*/

.container {
    width: 1340px;
    padding: 0 50px !important;
}
.hero-component .block {
    width: 32.63371%;
    float: left;
    margin-right: 1.04944%;
    display: inline;
    border-top: solid 3px black;
    display: block;
    float: left;
}
.hero-component .block .copyBlock {
    width: 87.09802%;
    float: left;
    margin-right: 3.21581%;
    display: inline;
}
.hero-component .image {
    width: 66.31685%;
    float: right;
    margin-right: 0;
    display: inline;
    display: block;
    float: right;
}
section {
    padding: 25px 0 40px;
    border-top: 1px solid #d5d9d8;
    margin: 0;
    position: relative;
}
section.image {
    height: 410px;
	padding-bottom: 70px;
	position:relative;
}
section.image img {
    position: absolute;
    margin: 0px;
    top: 0px;
    left: 0px;
	z-index:1;
    /*display: none;*/
}
section.image img.active{
	z-index:3;
}
/*======Footer==========*/
#footer{
	background:none;
	height:auto;
}
#footer .head{
    width: 437px;
    float: left;
    margin-right: 1.04944%;
    display: inline;
	border:none;
	border-top: solid 3px black;
}
#footer ul{
	color: #000;
    font-size: 13px;
    padding: 20px 0 0 0;
    line-height: 1.5em;
    display: block;
    float: none;
    margin: 0;
    font-family: "Audi Type W01";
}
#footer ul li{
	clear: both;
}
#footer ul li a{
	margin: 0 0 20px;
    display: block;
    float: left;
    padding: 0px 0px 0px 15px;
    background-image: url(../img/single_arrow.png);
    background-position: 0px 6px;
    background-repeat: no-repeat;
    text-decoration: none;
    color: black;
    font-family: "Audi Type W01 Bold" !important;
    clear: both;
	height: auto;
	margin-bottom:5px;
}
#footer ul li a:hover{
	color: #cc0033;
    cursor: pointer;
}
#footer h6{
	font-size:12px;
	font-weight: normal;
    color: black;
    font-family: "Audi Type W01 Ext Bold";
}
#footer .socialIcons, #footerAlt .socialIcons {
    width: 888px;
    float: right;
    margin-right: 0;
    display: inline;
}
#footer .socialIcons ul{
    display: block;
    float: right;
}
#footer .legal, #footerAlt .legal {
    width: 437px;
    float: left;
    margin-right: 1.04944%;
    display: inline;
    clear: both;
}
#footer .socialIcons ul, #footerAlt .socialIcons ul {
    display: block;
    float: right;
}
#footer .socialIcons ul li, #footerAlt .socialIcons ul li {
    display: block;
    float: right;
	clear:none;
}
#footer .socialIcons ul li a, #footerAlt .socialIcons ul li a {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: inline-block;
    background-position: top right;
    background-repeat: no-repeat;
    text-indent: -10000px;
	padding:0;
}
#footer .socialIcons ul li a.yt, #footerAlt .socialIcons ul li a.yt {
    background-image: url(../img/social-youtube.png);
}
#footer .socialIcons ul li a.yt:hover, #footerAlt .socialIcons ul li a.yt:hover {
    background-image: url(../img/social-youtube_hover.png);
}
#footer .socialIcons ul li a.gp, #footerAlt .socialIcons ul li a.gp {
    background-image: url(../img/social-gplus.png);
}
#footer .socialIcons ul li a.gp:hover, #footerAlt .socialIcons ul li a.gp:hover {
    background-image: url(../img/social-gplus_hover.png);
}
#footer .socialIcons ul li a.tw, #footerAlt .socialIcons ul li a.tw {
    background-image: url(../img/social-twitter.png);
}
#footer .socialIcons ul li a.tw:hover, #footerAlt .socialIcons ul li a.tw:hover {
    background-image: url(../img/social-twitter_hover.png);
}
#footer .socialIcons ul li a.fb, #footerAlt .socialIcons ul li a.fb {
    background-image: url(../img/social-facebook.png);
    margin-right: 0;
}
#footer .socialIcons ul li a.fb:hover, #footerAlt .socialIcons ul li a.fb:hover {
    background-image: url(../img/social-facebook_hover.png);
}
#footer .socialIcons ul li a.ig, #footerAlt .socialIcons ul li a.ig {
    background-image: url(../img/social-instagram.png);
}
#footer .socialIcons ul li a.ig:hover, #footerAlt .socialIcons ul li a.ig:hover {
    background-image: url(../img/social-instagram_hover.png);
}
#copyright{
	width:auto;
	height: auto;
	padding:0;
}
#copyright p{
	color:#000;
	font-family: "Audi Type W01";
	font-size: 11px;
	padding: 20px 0 0 0;
    line-height: 1.5em;
	float: left;
	margin:0;
}
#footer .legal, #footerAlt .legal {
    width: 32.63371%;
    float: left;
    margin-right: 1.04944%;
    display: inline;
    clear: both;
}
#colRight {
    float: right;
    width: auto;
    margin-top: 380px;
}
ul#tools li.print{
	background:none;
}
ul#tools li.print a {
     padding-left: 0; 
}
h2{
	font-family: "Audi Type EXT Bold";
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: -1px;
    color: #000;
    font-weight: normal;
    text-shadow: none;
	margin-bottom: 5px;
}
form#form1 {
    margin-top: 15px;
}
input.btn.obtainButton{
	width:170px;
}
input.btn.infoFrenchSubmit{
	    width: 170px;
}
#colCenter p.error {
    color: #cc0033 !important;
    padding: 0 0 15px 0 !important;
}
p.error a, h3.confirmation{
	color: #cc0033 !important;
}
#colCenter h3.confirmation {
    padding-top: 0 !important;
    padding-bottom: 20px;
    font-family: "Audi Type W01";
}
.printLogo{
	display:none;
}
.headerInner, #container{
	    padding: 0 50px !important;
}
/*==================PRINT STYLES======================*/

@media print {
   .headerContainer ul li, .hero-component section.image, #footer .head, input.btn, section.socialIcons{
   		display:none !important;
   }
   .headerContainer, ul#leftNav{
   	    background:none;
   }
   section{
   		border:none;
   }
   .searchLayer .searchBar #textInput {
		background: none;
	}
	.hero-component .block{
		border-top:none;
	}
	#colCenter {
		margin-left: 80px;
		width:700px;
	}
	#copyright p{
		margin-left:80px;
	}
	.printLogo{
		display:block;
	}
  
}
