/* Style Guide
Lite Grey - c1c1c1
Dark Grey - 6c6c6c
Blue - 4b86a8
----------------------------------------- */
/* Global Styles
----------------------------------------- */
* { margin: 0; padding: 0; }
html { height: 100%; margin-bottom: 1px; }
body { background: #fff; color: #4b4b4b; font-family: "myriad-pro-condensed-1","myriad-pro-condensed-2",sans-serif; font-size: 110%; font-weight: 400; }
ul, li { list-style: none; line-height: 1.4em; }
h1 { background-color: inherit; color: #4b86a8; font-size: 2em; font-weight: 500; padding: 0 0 5px 0; }
h2 { background-color: inherit; color: #4b86a8; font-size: 1.8em; font-weight: 500; padding: 5px 0; text-transform: uppercase; }
h3 { background-color: inherit; color: #4b86a8; font-size: 1.4em; font-weight: 500; padding: 5px 0; }
h4 { background-color: inherit; color: #4b86a8; font-weight: 500; padding: 5px 0; text-transform: uppercase; }

p { margin: 1em 0; line-height: 1.4em; }
a { background-color: inherit; color: #184668; }
a:visited { background-color: inherit; color: #184668; }
a:hover { text-decoration: none; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; }
.bio { color:#333; padding: 0 20px; }

/* Divs
----------------------------------------- */
#header { background-color: #000; color: #c1c1c1; font-size: 1.1em; margin: 0 auto; text-align: center; width: 100%; }
#headerwrap { margin: 0 auto; min-height: 212px; padding: 10px 0; width: 960px; }
#logo { float: left; width: 180px; }
#flashhead { float: left; height: 142px; width: 775px; }
#headernav { margin-top: 170px; text-align: center; }
#headernav li { display: inline; }
#headernav li a { background-color: inherit; color: #35a7da; font-weight: 400; padding: 0 20px; text-decoration: none; text-transform: uppercase; }
#headernav li a:visited { color: #3b74a1; }
#headernav li a:hover { color: #fff; }
#headernav li a:active { color: #9d9fa2; outline: none; }

#contact_info { 
	background: #f6f8f9; /* old browsers */
	background: -moz-linear-gradient(top, #f6f8f9 2%, #d7dee3 2%, #f5f7f9 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#f6f8f9), color-stop(2%,#d7dee3), color-stop(100%,#f5f7f9)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #f6f8f9 2%,#d7dee3 2%,#f5f7f9 100%); /* opera */
	border-bottom:1px solid #ddd;
	color: #909192;
	letter-spacing: 2px;
	padding: 10px 0;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	width: 100%;
	}
#contact_info a { background: transparent; color: #909192; text-decoration: none; }
#contact_info a:hover { color: #184668; }


#wrapper { background-color:#fff; color: #909192; margin: 0px auto; padding: 0; text-align: left; width:960px; }
#contentwrap { background-color:#fff; color: #909192; margin: 0px auto; padding: 0; text-align: left; width:960px; }
#content { float: left; padding: 20px 15px; width: 520px; }
#right { float: left; padding:5px 10px; width: 200px; }

#sidenav { float: left; padding: 20px 15px; width: 160px; }
#sidenav h4 { text-align:right; }

#services { text-align: right; }
#services a { color: #909192; text-decoration: none; }
#services a:hover { color: #4b4b4b; text-decoration: underline; }

#services_page h2 {margin-top:1em;}

#bmwservices { text-align: right; }
#bmwservices a { color: #909192; text-decoration: none; }
#bmwservices a:hover { color: #4b4b4b; text-decoration: underline; }


#upgrades { text-align: right; }
#upgrades a { color: #909192; text-decoration: none; }
#upgrades a:hover { color: #4b4b4b; text-decoration: underline; }

/*** Lists ***/
ul.services { -moz-column-count: 2; -moz-column-gap: 1em; -webkit-column-count: 2; -webkit-column-gap: 1em; }
ul.services li { background: url(/images/bullet.gif) no-repeat 0 10px; padding: 7px 0 7px 25px; }
ul.bulleted li { background: url(/images/bullet.gif) no-repeat 0 4px; padding: 0 0 5px 25px; }
.lititle { background: transparent; color: #4b86a8; font-weight: bold; }


/*** Accreditation ***/
#diamondcertified {
	background: #f6f8f9; /* old browsers */
	background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 67%, #f5f7f9 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(67%,#e5ebee), color-stop(100%,#f5f7f9)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #f6f8f9 0%,#e5ebee 67%,#f5f7f9 100%); /* opera */
	border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
	-moz-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
	-webkit-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
	float: right;
	margin: 20px 0;
	padding: 0px;
	width: 200px;
	}
#diamondcertified p { padding: 10px; text-align: left; text-shadow: 0 -1px 0 #fff; }
#diamondcertified img { padding: 25px 55px 0; }


/*** Footer ***/
#footer { background: #fff url(../images/footer_bg.gif) 0 0 repeat-x; border-top:1px solid #ddd; clear: both; color: #909192; margin: 0 auto; padding: 15px 0 20px 0; width: 100%; }
#footernav { background-color: inherit; color:#6c6c6c; text-align: center; padding: 5px 0px; }
#footernav li { display: inline; }
#footernav li a { background-color: inherit; color: #6c6c6c; padding: 0 10px; text-decoration: none; }
#footernav li a:hover { color:#4b86a8; }
#copyright { float: left; }
#footer a { color: #184668; text-decoration:none; }
#footer a:hover { color: #909192; }

/*** Images ***/
img { border: none; }
img.photo { background: #fff; border: 1px solid #cbcbcd; float: right; margin: 0 0 0 10px; padding: 5px; }
img.autobahnshop { margin: 15px; width: 170px; height: 198px; }
img.linkcreative { width: 27px; height: 9px; margin: 0; vertical-align: middle; }
img.bmwlogo { width: 76px; height: 76px; float: left; margin: 5px; vertical-align: middle; }
img.mapicon { width: 16px; height: 16px; vertical-align: middle; }
img.dsc_off { float: right; padding: 0 10px 10px 15px; }
#map { border: 1px solid #4b4b4b; }


/** Testimonials - What Customers Are Saying **/
blockquote:before, blockquote:after { content: ''; content: none; }
div.testimonials {
	font-size: 18px;
	font-style: italic;
	line-height: 1.4em;
	margin:0;
	padding:0 0 12px 0;
	}
div.testimonials blockquote {
	background:#eee;
	border:none;
	border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px;
	color: #9d9fa2;
	padding:13px 15px 15px 15px;
	position:relative;
	margin:0 0 40px 0;
	}
div.testimonials blockquote:after	{ /* TRIANGLE ARROW - SMALL */	content:"\00a0"; display:block;	position:absolute; bottom:-34px; left:310px; width:0; height:0; border-width:14px 0px 20px 40px; /* vary these values to change the angle of the vertex */ border-style:solid; border-color:#eee transparent transparent; }
div.testimonials blockquote a { display:inline; background:none; padding:0;}
div.testimonials blockquote a:hover	{ text-decoration:underline; background:none;}
div.testimonials blockquote cite { position:absolute; bottom:-25px; left:360px; font-size:16px; color:#999; }



/** Contact Page - Contact Form **/
#form { float:left; margin-bottom:30px; padding-top:10px; }
#form form { padding-top:10px; }
#form span { color: #a33d2d; }
#form .btn {
	background: #35A7DA; /* old browsers */
	background: -moz-linear-gradient(top, #35A7DA 0%, #3B74A1 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#35A7DA), color-stop(100%,#3B74A1)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35A7DA', endColorstr='#3B74A1',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #35A7DA 0%,#3B74A1 100%); /* opera */
	border: 1px solid #3b74a1;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	box-shadow: inset 1px 1px 0 rgba(163, 204, 238, 0.5), inset -1px -1px 0 rgba(111, 194, 232, 0.5);
	-moz-box-shadow: inset 1px 1px 0 rgba(163, 204, 238, 0.5), inset -1px -1px 0 rgba(111, 194, 232, 0.5);
	-webkit-box-shadow: inset 1px 1px 0 rgba(163, 204, 238, 0.5), inset -1px -1px 0 rgba(111, 194, 232, 0.5);
	color:#f3f2ef;
	cursor:pointer;
	font-weight: bold;
	padding: 4px 20px 4px 20px;
	text-shadow: 0 1px 0 #3b74a1;
	width:auto;
	}
#form .btn:hover, #form .btn:focus {
	background: #3b74a1;
	border: 1px solid rgba(22, 74, 116, 0.9);
	box-shadow: 1px 1px 0 rgba(22, 74, 116, 0.9) inset;
	-moz-box-shadow: 1px 1px 0 rgba(22, 74, 116, 0.9) inset;
	-webkit-box-shadow: 1px 1px 0 rgba(22, 74, 116, 0.9) inset;
	padding: 5px 20px 3px 20px;
	text-shadow: 0 -1px 0 rgba(22, 74, 116, 0.9);
	}

#form textarea { float:right; height:130px; margin-bottom:10px; overflow:hidden; padding:4px 5px; width:360px; }
#form input { float:right; line-height:18px; margin-bottom:10px; padding: 4px 5px; width:360px; }
#form textarea, #form input { border:1px solid #ccc; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; color: #909192; }
#form textarea:hover, #form input:hover { border:1px solid #aaa; }
#form textarea:focus, #form input:focus { border:1px solid #909192; }
#form label { float:left; margin-top:2px; text-align: right; width:115px; }
#form fieldset { margin:0; padding:0; border:none; }
#alert { height:25px; margin: 0; padding:0; width: 520px; }
#alert p { background: #f8e4e2; border: 1px solid #e69d94; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; color: #a33d2d; margin:0; padding: 3px 10px; }


/* Self Cleared Float
----------------------------------------- */
#topnav:after,
#header:after,
#contentwrap:after,
#content_left:after,
#content:after,
#content_right:after,
#copyright:after,
#footer:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
