/*
Theme Name: Site Name
Theme URI: http://synotac.com
Description: A custom theme developed by Synotac Web Design
Version: 1.0
Author: Synotac Web Design
Author URI: http://synotac.com/


style.css
Developer: Synotac Web Design
URI: http://www.synotac.com

CSS Reset*/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
BODY
{
	line-height: 1;
}
OL, UL
{
	list-style: none;
}
BLOCKQUOTE, Q
{
	quotes: none;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: '';
	content: none;
}
/*remember to define focus styles!*/
:focus
{
	outline: 0;
}
/*remember to highlight inserts somehow!*/
INS
{
	text-decoration: none;
}
DEL
{
	text-decoration: line-through;
}
/*tables still need 'cellspacing="0"' in the markup*/
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
/*End CSS Reset
General
------------------------------------------------------------------
Selection background color*/
*::-moz-selection
{
	background: #51A201 none repeat scroll 0 0;
	color: #FFF;
}
/*HTML and BODY*/
HTML, BODY
{
}
HTML
{
	height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}
BODY
{
	font: 12px/22px Arial, "Lucida Grande", "Lucida Sans Unicode", "Microsoft YaHei", sans-serif;
	text-align: center;
	color: #231F20;
}
/*Links*/
A
{
}
A:link
{
	color: #06293F;
}
A:visited
{
	color: #414141;
}
A:focus, A:hover, A:active
{
	color: #92001D;
}
/*Headers*/
H1, H2, H3
{
	font-family: Arial;
	font-weight: bold;
}
H1
{
	font-size: 16px;
	line-height: 20px;
	color: #231F20;
}
H2
{
	font: bold 18px/24px Arial;
	color: #002E1A;
}
H3
{
	font: bold 16px/24px Arial;
	color: #231F20;
}
H4, H5, H6
{
	color: #231F20;
	font-weight: bold;
}
H4
{
	font-size: 16px;
}
H5
{
	font-size: 14px;
}
H6
{
	font-size: 12px;
}
/*Fake Headers*/
.h16-20
{
	font: bold 16px/20px Arial;
	margin-bottom: 6px;
}
.h18-20
{
	font: bold 18px/20px Arial;
	margin-bottom: 5px;
}
/*Colors*/
.green
{
	color: #002E1A;
}
.grey
{
	color: #231F20;
}
/*Text blocks, Content*/
ADDRESS
{
}
BLOCKQUOTE, Q
{
	display: block;
	margin: 1em 1em 1em 0.5em;
	border-left: 5px solid #DDD;
	padding: 5px;
	font-style: italic;
}
CITE
{
}
EM
{
	font-style: italic;
}
P
{
	margin: 0 0 22px;
}
PRE
{
}
SMALL
{
	font-size: 0.8em;
}
SPAN
{
}
STRONG
{
	font-weight: bold;
}
/*Misc*/
ABBR, ACRONYM
{
	border-bottom: 1px dashed #999;
	cursor: help;
}
DEL
{
	color: #8B0000;
	text-decoration: line-through;
}
HR
{
	display: none;
}
INS
{
	color: #006400;
	text-decoration: none;
}
SUB, SUP
{
	font-size: 0.7em;
}
SUP
{
	vertical-align: sub;
}
SUP
{
	vertical-align: super;
}
/*Tables*/
TABLE
{
	border: 1px solid #AAA;
}
CAPTION
{
}
THEAD, TH
{
	background: #151515;
	color: #FFF;
}
TFOOT
{
}
TBODY
{
}
TR
{
}
TR.alt, TR.even
{
	background: #EFEFEF;
}
TH
{
	padding: 5px;
}
TD
{
	padding: 5px;
}
/*Froms*/
FORM
{
}
FIELDSET
{
}
LEGEND
{
}
LABEL
{
}
INPUT
{
	vertical-align: middle;
}
INPUT.button
{
}
INPUT.primary-button
{
}
INPUT.secondary-button
{
}
TEXTAREA
{
}
SELECT
{
}
.checkboxes
{
}
/*Buttons*/
A.long-green-button, A.long-green-button:visited, A.long-green-button:hover, A.long-green-button:active
{
	display: block;
	background: url(images/button_audi_lg.png) no-repeat 0px 0px;
	width: 179px;
	height: 29px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 12px Arial;
	padding: 11px 3px 0 0px;
	text-align: center;
}
A.long-green-button-t, A.long-green-button-t:visited, A.long-green-button-t:hover, A.long-green-button-t:active
{
	display: block;
	background: url(images/button_audi_small.png) no-repeat 0px 0px;
	width: 179px;
	height: 29px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 12px Arial;
	padding: 11px 3px 0 0px;
	text-align: center;
}
A.long-brown-button, A.long-brown-button:visited, A.long-brown-button:hover, A.long-brown-button:active
{
	display: block;
	background: url(images/button_porsche_lg.png) no-repeat 0px 0px;
	width: 179px;
	height: 29px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 12px Arial;
	padding: 11px 3px 0 0px;
	text-align: center;
}
A.long-brown-button2, A.long-brown-button2:visited, A.long-brown-button2:hover, A.long-brown-button2:active
{
	display: block;
	background: url(images/button_porsche_med-02.png) no-repeat 0px 0px;
	width: 212px;
	height: 29px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 12px Arial;
	padding: 11px 3px 0 0px;
	text-align: center;
}
A.long-brown-button-t, A.long-brown-button-t:visited, A.long-brown-button-t:hover, A.long-brown-button-t:active
{
	display: block;
	background: url(images/button_porsche_large.png) no-repeat 0px 0px;
	width: 212px;
	height: 29px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 12px Arial;
	padding: 11px 3px 0 0px;
	text-align: center;
}
A.long-generic-button, A.long-generic-button:visited, A.long-generic-button:hover, A.long-generic-button:active
{
	display: block;
	background: url(images/button_generic_lg.png) no-repeat 0px 0px;
	width: 182px;
	height: 29px;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 12px Arial;
	padding: 11px 3px 0 0px;
	text-align: center;
}
A.long-generic-button-t, A.long-generic-button-t:visited, A.long-generic-button-t:hover, A.long-generic-button-t:active
{
	display: block;
	background: url(images/button_generic_large.png) no-repeat 0px 0px;
	width: 209px;
	height: 29px;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 12px Arial;
	padding: 11px 3px 0 0px;
	text-align: center;
}
INPUT.signup-button
{
	width: 93px;
	padding-top: 10px;
	padding-bottom: 15px;
	background: none;
	border: none;
	background: url(images/button_signup.gif) no-repeat 0px 0px;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
	margin-top: 6px;
	font-family: Arial, sans-serif;
}
/*Lists*/
.block-content UL, .block-content OL
{
	margin: 0px 20px 22px;
}
.block-content UL
{
	list-style: disc;
}
.block-content OL
{
	list-style: decimal;
}
.block-content LI
{
}
.block-content DL
{
	margin: 0 0 22px;
}
.block-content DL DT
{
	font-size: 14px;
}
.block-content DL DD
{
	padding-left: 20px;
}
/*STRUCTURE
------------------------------------------------------------------*/
#wrap
{
	width: 995px;
	margin: 0 auto;
}
#header, #sub-header-bar, #main, #footer
{
	width: 995px;
	margin: 0 auto;
	text-align: left;
}
#header
{
	position: relative;
	height: 170px;
}
#sub-header-bar
{
	height: 11px;
	background: #FECC3E url(images/topleftcorner.gif) no-repeat left top;
}
#main
{
}
#container
{
	float: left;
/*left = sidebar on right; right = sidebar on left*/
	margin: 0 -350px 0 0;
/*negative value margin (side of sidebar) width of sidebar*/
	width: 100%;
}
#content
{
	margin: 0 350px 0 0;
/*margin (side of sidebar) width of sidebar*/
	overflow: hidden;
	padding: 19px 0 0;
}
#sidebar
{
	float: right;
/*right = sidebar on right; left = sidebar on left*/
	padding: 15px 20px 15px 10px;
	width: 320px;
/*= (width - padding)*/
}
#footer
{
	position: relative;
	padding: 17px 0 30px;
}
/*HEADER
----------------------------------------------------------------
-- Logo, Description and Phone Numbers*/
#branding
{
	position: absolute;
	top: 9px;
	left: 0px;
	width: 100%;
}
#branding DT.logo A
{
	display: block;
	width: 152px;
	height: 152px;
	background: url(images/header_logo.gif) no-repeat 0px 0px;
}
#branding DD.description
{
	position: absolute;
	top: 10px;
	left: 165px;
	font: bold 18px Arial;
	width: 386px;
	height: 64px;
	background: url(images/home_tagline.gif) no-repeat 0px 0px;
}
#branding DD.tel
{
	position: absolute;
	top: 76px;
	left: 165px;
	font: bold 22px Arial;
	color: #E2383F;
}
#branding DD.tel SPAN.phone-bullet
{
	color: #FECC4E;
}
/*-- Car Logo Links*/
UL#header-brand-icons
{
	position: absolute;
	top: 32px;
	right: 0px;
}
UL#header-brand-icons LI
{
	float: left;
	display: block;
}
UL#header-brand-icons LI A
{
	display: block;
}
UL#header-brand-icons LI.porsche A
{
	width: 52px;
	height: 68px;
	background: url(images/header_porschelogo_stack.jpg) no-repeat 0px 0px;
}
BODY.page-id-9 UL#header-brand-icons LI.porsche A, BODY.parent-pageid-9 UL#header-brand-icons LI.porsche A
{
	opacity: .1;
	filter: alpha(opacity=10);
}
BODY.page-id-9 UL#header-brand-icons LI.porsche A:hover, BODY.parent-pageid-9 UL#header-brand-icons LI.porsche A:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}
UL#header-brand-icons LI.porsche A:hover
{
	background-position: -52px 0px;
}
UL#header-brand-icons LI.audi A
{
	width: 136px;
	height: 68px;
	background: url(images/header_audilogo_stack.jpg) no-repeat 0px 0px;
}
BODY.page-id-10 UL#header-brand-icons LI.audi A, BODY.parent-pageid-10 UL#header-brand-icons LI.audi A
{
	opacity: .1;
	filter: alpha(opacity=10);
}
BODY.page-id-10 UL#header-brand-icons LI.audi A:hover, BODY.parent-pageid-10 UL#header-brand-icons LI.audi A:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}
UL#header-brand-icons LI.audi A:hover
{
	background-position: 0px -68px;
}
/*MENU
------------------------------------------------------------------*/
#nav
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 862px;
	z-index: 25;
}
UL#menu
{
}
#menu LI
{
	background: url(images/nav_background.gif) repeat-x 0px 0px;
	float: left;
	display: block;
	margin-right: 1px;
}
#menu A
{
	display: block;
	width: 99px;
	height: 47px;
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
	color: #000000;
	cursor: hand;
	cursor: pointer;
	font-size: 14px;
}
#menu A:hover, #menu LI.current_page_item A
{
	background: #FDCB4E;
}
#menu A SPAN
{
	display: block;
	padding-top: 15px;
	text-align: center;
}
#menu LI.nav-preowned A SPAN
{
	padding-top: 9px;
}
#menu LI.nav-contact
{
	margin-right: 0px;
}
#menu LI.nav-contact A
{
	background: transparent url(images/nav_leftcurve_stack.gif) no-repeat right top;
}
#menu LI.nav-contact A:hover, #menu LI.nav-contact.current_page_item A
{
	background: #FDCB4E url(images/nav_leftcurve_stack.gif) no-repeat right -47px;
}
#menu LI.first
{
	background: url(images/nav_leftslope.gif) no-repeat 0px 0px;
}
#menu LI.first A
{
	background: none;
	cursor: default;
	width: 62px;
}
/*SEARCH vehicles / hero container
--------------------------------------------------------------------
-- hero (right side)*/
#top-container
{
	background: #E5E5E5;
	margin: 0px 0;
	padding: 0;
}
#top-right-container
{
	float: right;
	margin: 0 0 0 -336px;
	width: 100%;
}
#hero-container
{
	margin: 0 0 0 336px;
	overflow: hidden;
	padding: 0;
}
DIV.home #hero-container
{
	background: url(images/homepage_hero.jpg) no-repeat 0px 0px;
	height: 230px;
}
#top-container DIV.audi, #top-container DIV.porsche, #top-container DIV.inventory, #top-container DIV.pre-owned, #top-container DIV.about, #top-container DIV.model-info, #top-container DIV.parts
{
	margin: 0 0 0 -326px;
}
DIV.audi #hero-container
{
	background: url(images/hero_audi_landing.jpg) no-repeat 0px 0px;
	height: 339px;
	margin: 0 0 5px 326px;
	position: relative;
}
DIV.porsche #hero-container
{
	background: url(images/hero_porsche_landing.jpg) no-repeat 0px 0px;
	height: 339px;
	margin: 0 0 5px 326px;
	position: relative;
}
DIV.pre-owned #hero-container
{
	background: url(images/hero_preowned.jpg) no-repeat 0px 0px;
	height: 339px;
	margin: 0 0 0px 326px;
	position: relative;
}
DIV.model-info #hero-container, DIV.parts #hero-container
{
	background: #FFFFFF;
	height: 338px;
	margin: 0 1px 0 326px;
	position: relative;
}
/*---- inventory listing style pages*/
DIV.inventory
{
	background: #FFFFFF;
}
DIV.inventory #inventory-results
{
	margin: 0 0 0 326px;
	background: #F0F0F1;
}
P.pagination
{
	clear: left;
	margin: 0px;
	padding: 3px 20px;
}
P.pagination A
{
	/*[disabled]color:#FFF;*/
	padding: 0px;
	margin: 0 5px;
}
P.pagination A.paginate-page
{
}
P.pagination SPAN#paginate-cur
{
	padding: 0 5px;
	color: #E1373E;
}
/*---- about style sub-pages*/
.about-container
{
	background: #FFFFFF !important;
}
DIV.about #about-container
{
	margin: 0 0 0 326px;
	padding: 20px;
	background: #161616 url(images/bottomrightcorner-dark.gif) no-repeat right bottom !important;
}
#about-container H1
{
	font-size: 26px;
	color: #FDCB3D;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
#about-container DIV.block-content
{
	background: #E5E5E5;
	padding: 20px 25px;
}
/*-- search*/
#search-vehicles-container
{
	width: 291px;
	background: #E5E5E5 url(images/background_searcharea.jpg) repeat-x 0px 0px;
	padding: 28px 15px 28px 30px;
	position: relative;
	height: 174px;
}
#tooltip
{
	display: none;
	background: transparent url(images/black_arrow_big.png) no-repeat 0px 0px;
	height: 163px;
	width: 310px;
	padding: 30px 30px 15px;
	font-size: 12px;
	color: #FFF;
	/*[disabled]position:absolute;*/
	z-index: 500;
}
#tooltip H3
{
	color: #FDCB3D;
}
#tooltip A, #tooltip A:visited
{
	color: #FFFFFF;
}
#top-container DIV.audi-search, #top-container DIV.porsche-search, #top-container DIV.inventory-search, #top-container DIV.inventory-sub-side, #top-container DIV.inventory-trust-logos, #top-container DIV.pre-owned-search, #top-container DIV.one-sidebar
{
	width: 281px !important;
	height: 283px;
}
#search-vehicles-container FORM
{
	font-size: 11px;
}
#search-vehicles-container H2
{
	color: #231F20;
	font: bold 18px Arial;
	margin-left: -1px;
}
#search-vehicles-container DIV.checkboxes
{
	margin: 10px 0 15px -3px;
	padding: 0;
}
#search-vehicles-container DIV.checkboxes INPUT
{
	vertical-align: middle;
}
#search-vehicles-container DIV.checkboxes LABEL
{
	margin: 0;
	padding: 0 2px 0 0;
	vertical-align: middle;
	/*[disabled]font-weight:bold;*/
}
#search-vehicles-container FORM SELECT
{
	width: 196px;
	border: 1px solid #7F9CBA;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 1px;
}
#search-vehicles-container FORM DIV.sb
{
	margin-top: 5px;
}
#search-vehicles-container FORM DIV.sb INPUT.car-search-button
{
	width: 76px;
	height: 33px;
	border: none;
	background: url(images/button_search.gif) no-repeat 0px 0px;
	padding: 7px 0px 0px;
	margin: 0px 0px 0 -3px;
	cursor: hand;
	cursor: pointer;
	font-size: 1px;
	color: #FED14E;
}
#advanced-search TABLE
{
	border: 0;
}
#advanced-search TD
{
	padding: 0;
}
#advanced-search DIV SELECT
{
	width: 125px;
}
#advanced-search DIV.checkboxes
{
	margin: 10px 0 10px -3px;
}
#used-logos
{
	margin-left: 10px;
	padding: 0;
	border: 0;
}
#used-logos TD
{
	padding-right: 10px;
}
#used-logos IMG
{
	border: 1px solid #000000;
}
.used-logos IMG
{
	border: 1px solid #000000;
}
#top-container .audi-search FORM DIV.sb INPUT.car-search-button
{
	background: url(images/button_search_audi.png) no-repeat 0px 0px;
	color: #002D19;
}
#top-container .porsche-search FORM DIV.sb INPUT.car-search-button
{
	background: url(images/button_search_porsche.png) no-repeat 0px 0px;
	color: #221F20;
}
P.buttons
{
	margin: 30px 0 0;
}
DIV.bottom-left-edge
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	clear: left;
	height: 10px;
	background: url(images/background_search_roundedbottom.jpg) no-repeat 0px 0px;
	width: 326px;
}
DIV.top-left-edge
{
}
DIV.inventory-search
{
	height: auto !important;
}
DIV.inventory-sub-side, DIV.inventory-trust-logos
{
	padding-top: 15px !important;
	background: #E5E5E5 url(images/topleftcorner-grey.gif) no-repeat 0px 0px !important;
	margin-top: 1px !important;
	height: auto !important;
}
DIV.inventory-sub-side P.links A
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
DIV.inventory-sub-side P.links
{
	margin-bottom: 5px;
}
DIV.inventory-sub-side P.buttons
{
	margin: 10px 0px 0px;
}
DIV.one-sidebar
{
	height: auto !important;
	padding-top: 20px !important;
}
DIV.clear-left
{
	clear: left;
	height: 1%;
	display: block;
	width: 326px;
}
/*LOWER CONTENT BOXES (pre-footer)
---------------------------------------------------------------------*/
#content-boxes-wrap
{
	margin: 5px 0;
	background: url(images/background_firstfooter.jpg) no-repeat 0px 0px;
	height: 434px;
	overflow: hidden;
}
.container
{
	float: left;
	width: 305px;
	margin-left: 20px;
	display: inline;
}
.container H3
{
	font: bold 16px/22px Arial;
	color: #FECC4E;
	padding-top: 20px;
	line-height: 22px;
	padding-bottom: 10px;
}
DIV.content-box
{
	border: 1px solid #FFFFFF;
	background: #F0F0F1;
	padding: 16px 20px 10px;
	width: 263px;
}
DIV.content-box P
{
	margin-bottom: 11px;
}
#container1 DIV.content-box P
{
	height: 330px;
	overflow: hidden;
}
#container1 DIV.content-box, #container3 DIV.content-box
{
	height: 333px;
	overflow: hidden;
}
UL.social-networking-icons LI
{
	float: left;
}
UL.social-networking-icons
{
	margin-bottom: 3px;
	height: 46px;
}
UL.social-networking-icons A, UL.social-networking-icons A IMG
{
	display: block;
	width: 48px;
	height: 48px;
}
UL.social-networking-icons A.facebook
{
	background: url(images/icon_facebook.gif) no-repeat 0px 0px;
	margin-right: 59px;
}
UL.social-networking-icons A.twitter
{
	background: url(images/icon_twitter.gif) no-repeat 0px 0px;
	margin-right: 59px;
}
UL.social-networking-icons A.youTube
{
	background: url(images/icon_youtube.gif) no-repeat 0px 0px;
}
UL.social-networking-icons A.linkedIn
{
	background: url(images/icon_linkedin.gif) no-repeat 0px 0px;
}
#receive-our-enewletter .cform
{
	width: 266px;
}
#receive-our-enewletter FIELDSET LEGEND
{
	display: none;
}
#receive-our-enewletter LABEL, #receive-our-enewletter SPAN.emailreqtxt
{
	display: none;
}
#receive-our-enewletter P.cf-sb
{
	margin-bottom: 0px;
}
#receive-our-enewletter .sendbutton
{
	width: 93px;
	padding-top: 16px;
	background: none;
	border: none;
	background: url(images/button_signup.png) no-repeat 0px 0px;
	float: right;
	font-size: 1px;
	color: #FED14E;
	height: 41px;
	margin-top: 6px;
	cursor: hand;
	cursor: pointer;
}
INPUT.newsletter-input, #receive-our-enewletter INPUT.single
{
	width: 252px;
	padding: 3px;
	border: 1px solid #BEBEBE;
	letter-spacing: 1px;
	color: #666;
	font-size: 12px;
}
#social-media
{
	position: absolute;
	top: 251px;
	left: 0px;
}
#local-partners P.partner
{
	margin-top: 28px;
	text-align: center;
}
/*FOOTER
-----------------------------------------------------------------*/
.container
{
	position: relative;
}
DL.location
{
	float: left;
	width: 305px;
	margin-left: 20px;
}
DL.location DD SPAN.fn
{
	font-size: 14px;
}
DL.location DD
{
	margin-bottom: 22px;
}
DIV.footer-links
{
	clear: both;
	padding: 40px 20px 30px;
}
DIV.footer-links P.copy
{
	text-align: right;
}
DIV.site-nav P
{
	margin-bottom: 0px;
}
UL.site-nav-list LI
{
	float: left;
	margin-right: 15px;
}
UL.site-nav-list LI A
{
	display: block;
}
/*HOMEPAGE
-------------------------------------------------------------------
-- inventory boxes*/
UL#inventory-links
{
	clear: both;
	background: url(images/background_toparea.gif) no-repeat 0px 0px;
	height: 212px;
	margin-bottom: 5px;
	padding-top: 24px;
}
UL#inventory-links LI
{
	float: left;
	margin-left: 20px;
	width: 305px;
	position: relative;
	display: inline;
}
UL#inventory-links LI A
{
	display: block;
	opacity: .8;
	filter: alpha(opacity=80);
}
UL#inventory-links LI A:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}
UL#inventory-links LI A SPAN.image
{
	display: block;
	height: 158px;
	width: 303px;
	overflow: hidden;
	border: 1px solid #FF0000;
}
UL#inventory-links LI A SPAN.text
{
	display: block;
	height: 30px;
}
/*---- pre-owned*/
UL#inventory-links LI.pre-owned A SPAN.text
{
	background: url(images/home_preownedbutton.gif) no-repeat 0px 0px;
}
UL#inventory-links LI.pre-owned A SPAN.image
{
	border-color: #FECC4E;
}
UL#inventory-links LI.pre-owned A
{
	background: url(images/home_preownedhero.jpg) no-repeat 0px 0px;
}
/*---- audi*/
UL#inventory-links LI.audi A SPAN.text
{
	background: url(images/home_audibutton.gif) no-repeat 0px 0px;
}
UL#inventory-links LI.audi A SPAN.image
{
	border-color: #576B59;
}
UL#inventory-links LI.audi A
{
	background: url(images/home_audihero.jpg) no-repeat 0px 0px;
}
/*---- porsche*/
UL#inventory-links LI.porsche A SPAN.text
{
	background: url(images/home_porschebutton.gif) no-repeat 0px 0px;
}
UL#inventory-links LI.porsche A SPAN.image
{
	border-color: #D4D4D4;
}
UL#inventory-links LI.porsche A
{
	background: url(images/home_porschehero.jpg) no-repeat 0px 0px;
}
/*-- Specials*/
#specials-wrap
{
	background: url(images/background_specials_bottom.jpg) no-repeat 0px 77px;
	height: 428px;
	margin: 5px 0;
}
.view-all-specials-button
{
	width: 100%;
	height: 30px;
	overflow: hidden;
}
.view-all-specials-button A.view-all-specials-link
{
	display: block;
	text-align: center;
	background: url(images/view_all_specials_stack.gif) no-repeat 0px 0px;
	height: 26px;
	padding-top: 4px;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FECD4D;
}
.view-all-specials-button A.view-all-specials-link:hover
{
	background-position: 0px -60px;
	color: #8B0000;
}
.view-all-specials-button A.view-all-specials-link:active
{
	background-position: 0px -30px;
}
/*----- Specials Menu*/
DIV.tabs-tooltip
{
	display: none;
	background: transparent url(images/black_arrow.png) no-repeat 0px 0px;
	font-size: 12px;
	line-height: 18px;
	height: 72px;
	width: 179px;
	padding: 20px 15px 0px;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 2px 1px 2px rgb(0, 0, 0);
}
DIV.tabs-tooltip P
{
	text-align: center;
	font-weight: normal !important;
}
UL#specials-list
{
	background: url(images/background_specials_topright.jpg) no-repeat right top;
}
UL#specials-list LI
{
	float: left;
	display: block;
	height: 77px;
}
UL#specials-list LI.first
{
	background: url(images/background_specials_topleft.jpg) no-repeat 0px 0px;
	width: 345px;
}
#specials-wrap UL.audi LI.first
{
	background: url(images/background_audispecials_topleft.jpg) no-repeat 0px 0px;
}
#specials-wrap UL.porsche LI.first
{
	background: url(images/background_porschespecials_topleft.jpg) no-repeat 0px 0px;
}
#specials-wrap UL.preowned LI.first
{
	background: url(images/background_preownedspecials_topleft.jpg) no-repeat 0px 0px;
}
UL#specials-list LI A
{
	display: block;
	height: 44px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 21px;
	margin-left: 1px;
}
UL#specials-list LI A:hover, UL#specials-list LI.current A
{
	background: #FDCC4C;
}
UL#specials-list LI.first A
{
	margin-left: 22px;
}
UL#specials-list LI.first A:hover
{
	background: none;
}
UL#specials-list LI.last A:hover, UL#specials-list LI.last.current A, UL#specials-list LI.last.current A:hover
{
	background: #FDCC4C url(images/background_specials_topright_hover.gif) no-repeat right top;
}
UL#specials-list LI.overview A
{
	width: 129px !important;
	margin-left: 0px;
}
UL#specials-list LI.item A
{
	width: 99px;
}
UL#specials-list LI.item A SPAN
{
	display: block;
	text-align: center;
	padding-top: 12px;
}
UL#specials-list LI.double A SPAN
{
	padding-top: 8px;
	line-height: 14px;
}
/*----- Specials Boxes*/
UL#specials-boxes
{
	padding-top: 5px;
	height: 315px;
	overflow: hidden;
}
UL#specials-boxes LI
{
	display: block;
	float: left;
	margin-left: 20px;
	width: 303px;
	border: 1px solid #FFF;
	background: #F0F0F1;
	height: 300px;
	display: inline;
}
UL#specials-boxes LI DIV.image
{
	margin: 0;
	width: 303px;
	height: 150px;
	overflow: hidden;
	padding: 0;
}
UL#specials-boxes LI DIV.text
{
	padding: 20px;
	height: 110px;
	overflow: hidden;
}
UL#specials-boxes LI P.specials-title
{
	font: bold 16px/22px Arial;
	margin: 0 !important;
	padding: 0 !important;
}
UL#specials-boxes LI P.specials-title A
{
	text-decoration: none;
}
UL#specials-boxes DIV.more
{
	display: none;
}
/*------ All Specials Template*/
#main DIV.specials-container DIV.specials
{
	float: none;
	margin: 0px;
	background: #333;
}
.specials #section-nav
{
	margin-right: 20px;
	margin-top: 20px;
	font-size: 14px;
	padding: 2px;
	border: 1px solid #AAA;
	background: #EEE;
}
DIV.specials-container H1
{
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
	color: #FDCB3D;
	font-weight: normal;
	font-size: 18px;
}
DIV.specials-container H1 A
{
	color: #FFF;
	text-decoration: none;
}
DIV.specials-container UL#specials-boxes
{
	height: auto;
	overflow: auto;
}
DIV.specials-container UL#specials-boxes LI
{
	margin-bottom: 20px;
}
#fancybox-wrap
{
	text-align: left;
}
/*AUDI LANDING PAGE / PORSCHE LANDING PAGE
--------------------------------------------------------------------*/
A#contact-sales-button
{
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.porsche #contact-sales-button
{
	right: 425px;
}
#car-list-box
{
	margin-top: 5px;
	clear: both;
	background: url(images/background_thumbnails_audi.gif) no-repeat 0px 0px;
	height: 172px;
}
#main .porsche-list-box
{
	background: url(images/background_thumbnails_porsche.gif) no-repeat 0px 0px;
	height: 100px;
	overflow: hidden;
}
#car-list-box P.title
{
	float: left;
	margin: 65px 0 0 30px;
	display: inline;
}
#main .porsche-list-box P.title
{
	margin-top: 29px;
}
#car-list
{
	float: right;
	width: 825px;
	padding: 5px 0 0;
	display: inline;
}
#main .porsche-list-box #car-list
{
	padding-top: 14px;
	width: 815px;
}
#car-list LI
{
	float: left;
	margin-right: 40px;
	line-height: 16px;
	margin-bottom: 15px;
	text-align: center;
	width: 125px;
	display: inline;
}
#main .porsche-list-box LI
{
	margin-right: 20px;
	width: 143px;
}
#car-list LI P
{
	margin-bottom: 0;
	font-size: 11px;
	text-align: center;
}
/*SERVICE LANDING PAGE
------------------------------------------------------------------*/
DIV.service-location
{
	float: left;
	margin-left: 19px;
	width: 180px;
}
DIV.block-content DIV.first
{
	margin-left: 0px;
}
DIV.block-content DIV.service-location P
{
	margin-bottom: 0px;
}
DIV.block-content DIV.service-location IMG
{
	margin-bottom: 15px;
}
/*MODEL INFO TEMPLATE
--------------------------------------------------------------------*/
.model-info-container
{
}
.model-info-container #hero-container
{
	/*+border-radius:0px 0px 12px 12px;*/
	-moz-border-radius: 0px 0px 12px 12px;
	-webkit-border-radius: 0px 0px 12px 12px;
	-khtml-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
}
.model-info-container #hero-container IMG
{
	width: 670px;
}
#info-box
{
	background: #E5E5E5;
	margin-top: 5px;
	/*+border-radius:12px;*/
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
}
#info-box-container
{
	float: right;
	margin: 0 0 0 -326px;
	width: 100%;
}
#info-box-right
{
	margin: 10px 15px 15px 326px;
	border: 1px solid #FFFFFF;
	background: #EDECEE;
	padding: 15px;
	min-height: 300px;
}
#info-box-sidebar
{
	float: left;
	width: 286px;
	padding: 20px 15px 20px 25px;
}
#info-box-sidebar P.buttons
{
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 8px;
}
#info-box-right P.h16-20
{
	margin-bottom: 0px;
}
/*PARTS TEMPLATE
----------------------------------------------------------------------*/
DIV.parts-container DIV#search-vehicles-container
{
	height: 184px;
}
DIV.parts-container
{
	background: #FFFFFF !important;
}
DIV.parts-container .parts
{
	background: #FFFFFF;
}
DIV.parts #hero-container
{
	background: #221E1F;
	/*+border-radius:0 0 12px;*/
	-moz-border-radius: 0 0 12px;
	-webkit-border-radius: 0 0 12px;
	-khtml-border-radius: 0 0 12px;
	border-radius: 0 0 12px 0;
	margin-right: 0px;
	height: auto;
	padding: 25px 20px;
}
A.order-audi-parts-button
{
	display: block;
	float: left;
	margin-right: 18px;
}
A.order-audi-parts-button IMG
{
	border: 1px solid #526654;
}
A.order-audi-parts-button STRONG
{
	display: block;
	height: 30px;
	width: 305px;
	background: url(images/parts_audibutton.gif) no-repeat 0px 0px;
}
A.order-porsche-parts-button
{
	display: block;
	float: right;
}
A.order-porsche-parts-button IMG
{
	border: 1px solid #CACACA;
}
A.order-porsche-parts-button STRONG
{
	display: block;
	height: 30px;
	width: 305px;
	background: url(images/parts_porschebutton.gif) no-repeat 0px 0px;
}
A.order-audi-parts-button, A.order-porsche-parts-button
{
	opacity: .7;
	filter: alpha(opacity=70);
}
A.order-audi-parts-button:hover, A.order-porsche-parts-button:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}
/*ABOUT TEMPLATE
-----------------------------------------------------------------*/
UL.sub-page-list
{
	margin-bottom: 30px;
}
UL.sub-page-list LI
{
	display: block;
}
UL.sub-page-list LI A
{
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 2px 0;
	font-size: 14px;
}
UL.sub-page-list LI A:hover, UL.sub-page-list LI.current_page_item A
{
	text-decoration: underline;
	color: #92001D;
}
/*INVENTORY TEMPLATE
---------------------------------------------------------------------*/
#inventory-results
{
	padding: 20px 0px;
	min-height: 600px;
}
#inventory-results H3
{
	font-size: 18px;
}
#inventory-results H3, #inventory-results P.sort-by-year-model
{
	float: left;
	clear: left;
	padding-left: 20px;
}
#inventory-results P.no-results-found
{
	clear: left;
	padding: 10px 20px;
}
#inventory-results FORM#results-per-page, #inventory-results P.sort-by-price
{
	float: right;
	clear: right;
	padding-right: 20px;
}
#inventory-table
{
	clear: both;
	width: 100%;
	border: none;
}
#inventory-table THEAD, #inventory-table TFOOT
{
	display: none;
}
#inventory-table TR.even
{
	background: #D8D9DB;
}
#inventory-table TD
{
	vertical-align: top;
	padding-top: 25px;
	padding-left: 20px;
	padding: 25px 0px 15px 20px;
}
#inventory-table TD.image
{
	width: 100px;
}
#inventory-table TD.image IMG
{
	border: 1px solid #000;
}
#inventory-table TD.car-price
{
	padding-right: 40px;
}
#inventory-table TD.car-price P
{
	text-align: right;
	margin-bottom: 10px;
}
#inventory-table TD.car-price P.car-total-price, #inventory-table TD.car-price P.car-total-price A
{
	font-size: 18px;
	font-weight: bold;
	color: #E2383F;
	text-decoration: none;
}
#inventory-table TD DL P
{
	margin-bottom: 0px;
}
#inventory-table TD DL DT.listing-title, #inventory-table TD DL DT.listing-title A
{
	font-size: 14px;
	font-weight: bold;
	color: #002E1A;
	text-decoration: none;
}
A.toggle-up
{
	padding-right: 17px;
	background: url(images/listing_toggle_up.gif) no-repeat right center;
}
A.toggle-down
{
	padding-right: 17px;
	background: url(images/listing_toggle_down.gif) no-repeat right center;
}
/*INVENTORY SINGLE CAR TEMPLATE (car_details)
------------------------------------------------------------------
-- right side image / thumbnails*/
#car-details-right
{
	float: right;
	width: 328px;
	overflow: hidden;
	margin-right: 20px;
}
DIV.car-image-container
{
	width: 320px;
	height: 240px;
	overflow: hidden;
	border: 4px solid #000;
	background: #FFFFFF url(images/ajax-loader.gif) no-repeat center center;
	padding: 0px;
}
DIV.car-image-container IMG
{
	/*[disabled]width:320px;*/
	/*[disabled]height:240px;*/
}
DIV.car-image-thumbnails
{
	width: 332px;
	position: relative;
}
DIV.car-image-thumbnails DIV.thumbnail-wrap
{
	background: #221E1F;
	margin: 0px auto;
	border: 4px solid #020202;
	border-top: none;
	/*+border-radius:0px 0px 5px 5px;*/
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	position: relative;
	overflow: hidden;
	width: 255px;
	height: 63px;
}
UL.car-image-list
{
	width: 20000em;
	position: absolute;
}
UL.car-image-list LI
{
	display: block;
	float: left;
	margin: 8px 0px 5px 8px;
}
UL.car-image-list LI.active IMG, UL.car-image-list LI A:hover IMG
{
	border: 1px solid #FFF;
	opacity: 1;
	filter: alpha(opacity=100);
}
DIV.car-image-thumbnails IMG
{
	border: 1px solid #AAA;
	width: 60px;
	height: 45px;
	opacity: .6;
	filter: alpha(opacity=60);
}
DIV.car-image-thumbnails A.next, DIV.car-image-thumbnails A.nextPage
{
	position: absolute;
	right: 5px;
	top: 20px;
	display: block;
}
DIV.car-image-thumbnails A.prev, DIV.car-image-thumbnails A.prevPage
{
	position: absolute;
	left: 5px;
	top: 20px;
}
DIV.car-image-thumbnails A.next, DIV.car-image-thumbnails A.prev, DIV.car-image-thumbnails A.nextPage, DIV.car-image-thumbnails A.prevPage
{
	background: #FFF;
	padding: 0px 6px;
	border: 1px solid #AAA;
	/*+border-radius:20px;*/
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px 20px 20px 20px;
	font-size: 17px;
	text-decoration: none;
	margin: 0px;
}
DIV.car-image-thumbnails A.disabled
{
	display: none;
}
#car-details-right DIV.resources-box
{
	margin-top: 5px;
	padding: 20px;
	/*[disabled]border:1px solid #AAA;*/
	background: #FDCB3D;
	/*+border-radius:10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
}
#car-details-right DIV.resources-box UL
{
}
DIV.resources-box UL LI
{
	margin-bottom: 3px;
}
/*-- left side details*/
#car-details-left
{
	margin-right: 370px;
	margin-left: 30px;
	margin-top: 12px;
}
#car-details-left H1.product
{
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 110%;
}
#car-details-left H2.price
{
	font-size: 18px;
	color: #002D19;
	margin-bottom: 10px;
}
#car-details-left H3
{
	padding: 0px;
	float: none;
	margin: 0px;
}
UL#top-details
{
	margin-bottom: 30px;
}
UL.car-details
{
	margin-bottom: 20px;
	list-style: square;
	margin-left: 20px;
}
/*RESOURCE TEMPLATES
-----------------------------------------------------------------------*/
.post
{
	padding: 10px 30px;
}
/*CONTACT PAGE TEMPLATES
---------------------------------------------------------------------*/
DIV.cn-alphaindex
{
	margin-bottom: 15px;
	border-bottom: 1px dotted #CECECE;
	padding-bottom: 5px;
}
DIV.cn-alphaindex A
{
	background: #EEEEEE url(../../../wp-admin/images/menu-bits.gif) repeat-x scroll left -379px;
	/*+border-radius:5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #CECECE;
	padding: 2px 4px;
	text-decoration: none;
	font-size: 11px;
	line-height: 30px;
	margin-right: 1px;
}
DIV.connections-list
{
}
DIV.connections-list DIV.vcard
{
	clear: left;
}
DIV.connections-list DIV.vcard DIV.card
{
	padding-bottom: 15px;
	border-bottom: 1px dotted #AAA;
	margin-bottom: 25px;
}
DIV.connections-list DIV.vcard IMG.photo
{
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
}
DIV.connections-list DIV.vcard SPAN.fn
{
	/*[disabled]font-weight:bold;*/
	font-size: 20px;
}
DIV.connections-list DIV.vcard SPAN.title
{
	font-size: 14px;
}
DIV.connections-list DIV.vcard DIV.contacts
{
	float: right;
	text-align: right;
}
DIV.connections-list DIV.vcard DIV.contacts SPAN.tel
{
	font-size: 16px;
	color: #8B0000;
}
DIV.connections-list DIV.vcard DIV.contacts SPAN.email
{
	font-size: 12px;
}
DIV.connections-list DIV.vcard DIV.contacts SPAN.email A
{
	/*[disabled]background:url(images/mail.png) no-repeat right center;*/
	/*[disabled]padding:2px 20px 2px 0px;*/
	text-decoration: none;
}
DIV.connections-list DIV.vcard P.download-vcard A
{
	background: url(images/vcard.png) no-repeat left center;
	padding: 2px 0px 2px 20px;
}
/*Credit Card Template*/
INPUT#ship-bill-same
{
	width: auto;
	margin-top: 20px;
}
/*Wordpress specific CSS
-------------------------------------------------------------------*/
.aligncenter, DIV.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.aligncenter IMG, .aligncenter P.wp-caption-text
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
IMG.alignleft
{
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}
IMG.alignright
{
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}
.entry DIV.alignleft
{
	float: left;
	margin: 0 8px 7px 0;
}
/*Resizes the image to the maximum width of the content area*/
.entry IMG
{
	max-width: 576px;
/*smooth image resizement in IE7+*/
	-ms-interpolation-mode: bicubic;
}
.wp-caption
{
	background-color: #F0F0F0;
	border: 1px solid #E5E5E5;
	overflow: hidden;
	padding: 3px;
}
.wp-caption IMG
{
	border: 0 none #000000;
	margin: 0;
	padding: 0;
}
.wp-caption P.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.more-link
{
	background-color: #F4F8F9;
	border-bottom: 1px solid #E6F0F2;
	font-size: 11px;
	padding: 5px 6px 3px;
	text-shadow: 0 1px 0 #FFF;
}
.more-link:hover
{
	background-color: #E6F0F2;
	border-bottom-color: #B3CDD8;
	color: #000;
}
/*Tables and #wp-calendar*/
.entry TABLE
{
	color: #3E5867;
	width: 100%;
}
.entry CAPTION
{
	background-color: #E6F0F2;
	border-top: 1px solid #E6F0F2;
	text-align: center;
}
.entry THEAD
{
	background-color: #F4F8F9;
	text-align: center;
}
.entry TBODY
{
	background-color: #F7F7F7;
	text-align: center;
}
.entry TFOOT
{
	background-color: #FFF;
	text-align: left;
}
.entry TD#next
{
	text-align: right;
}
/*GENERIC CLASSES
------------------------------------------------------------------*/
.hidden
{
	display: none;
}
.hidden
{
	position: absolute;
	left: -9999em;
}
P.title
{
	margin-bottom: 5px !important;
}
A.icon-PDF
{
	display: block;
	background: url(images/pdf.png) no-repeat left 6px;
	padding: 2px 0px 2px 20px;
}
A.icon-Document, A.icon-Other
{
	display: block;
	background: url(images/file.png) no-repeat left 6px;
	padding: 2px 0px 2px 20px;
}
A.icon-Image
{
	display: block;
	background: url(images/image.png) no-repeat left 6px;
	padding: 2px 0px 2px 20px;
}
A.icon-Video
{
	display: block;
	background: url(images/video.png) no-repeat left 6px;
	padding: 2px 0px 2px 20px;
}
.linklove
{
	display: none;
}
.fbfld
{
	display: none;
}
/*CLEARFIX
------------------------------------------------------------------*/
.clear
{
	clear: both;
}
HTML .clearfix
{
	display: block;
}
* HTML .clearfix
{
	height: 1%;
}
.clearfix:after
{
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix
{
	display: inline-block;
}
.carfax-logo
{
	padding-top: 15px;
}
/*Styles for car details information form*/
#cforms17form
{
	width: 275px;
}
#cforms17form LEGEND
{
	font: bold 18px/20px Arial;
	margin-bottom: 5px;
	color: #231F20;
}
#cforms17form LABEL
{
	background-color: #E5E5E5 !important;
	display: block;
}
#cforms17form LABEL#label-17-2
{
	display: none;
}
#cforms17form P.cf-sb
{
	margin-top: 0;
	padding-bottom: 30px !important;
	text-align: left !important;
}
#cforms17form P.cf-sb INPUT.sendbutton
{
	width: 76px;
	height: 33px;
	border: none;
	background: url(images/button_submit.gif) no-repeat 0px 0px;
	padding: 7px 0px 0px;
	margin: 0px 0 0 0px;
	cursor: hand;
	cursor: pointer;
	font-size: 1px;
	color: #E5E5E5;
}
#cf17_field_2
{
	width: 180px !important;
}
