/* --------------------------------------------------------------
@charset "utf-8";
reset.css
* Resets default browser CSS.

-------------------------------------------------------------- */

html {
  margin:0;
  padding:0;
  border:0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}

/* Line-height should always be unitless! */
body {
  line-height: 1.5;
  background: white;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Remember to define your own focus styles! */
:focus { outline: 0; }

/* Remove default color from links */
a { 
	color: #666;
	text-decoration: none;
}

/* Remove all list styles */
ul {
	list-style-type: none;
}

/* Clear all floats */
.clear {
	clear: both;
}



/* ---------------------------- Begin main layout styles ---------------------------- */

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e9e9e9;
}
h1 {
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666;
	line-height: .8em;
	text-transform: uppercase;
	padding-top: 35px;
	background: url(../images/template/title-bars.png) no-repeat 0 0;
	margin: 0 0 5px 0;
	padding-left: 20px;
	float: left;
}
h1.product {
	width: 204px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666;
	line-height: .8em;
	text-transform: uppercase;
	padding-top: 20px;
	background: url(../images/template/title-bars.png) no-repeat 0 0;
	/*text-indent: 20;*/
	margin: 0 0 15px 0;
	padding-left: 20px;
	float: left;
}
h2 {
	width: 224px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	line-height: 1em;
	text-transform: uppercase;
	padding-top: 15px;
	background: url(../images/template/intro-bars.png) no-repeat 0 0;
	text-indent: 20px;
	margin: -5px 0 15px 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	line-height: 1em;
	text-transform: uppercase;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: lighter;
	color: #666;
	line-height: 27px;
	margin-bottom: 25px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:  #666;
	line-height: 1em;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: block;
	border-bottom: 1px solid #999; 
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #666;
	line-height: 1em;
}
a 
{
    color: #cc0000;
    text-decoration: none;
}
a:hover 
{
    text-decoration: underline;
}
#wrapper {
	width: 100%;
	height: 100%;
	background-color: #e9e9e9;
	margin: 0 auto 0 auto;
	position: relative;
}
.above {
	z-index: 200;	
}


/* ----------------- Header & Nav Styles ----------------- */

header {
	width: 100%;
	height: 165px;
	background: #fff url(../images/template/desktop-header.png) repeat-x 0 75px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 190;	
}
#headerContainer {
	height: 180px;
	width: 940px;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 0;
	position: relative;
}
#logo {
	position: absolute;
	top: 0;
	left: 5px;
	z-index: 200;
}
#follow-us
{
    height:40px;
    position:absolute;
    top: 20px;
	right: 10px;
	z-index: 100;
}
#follow-us p
{
    color:#666;
    float:left;
    margin:2px 15px 0 0;
}
#follow-us a
{
    color:#666;
    font-weight:bold;
    float:left;
    margin-right:10px;
}
#follow-us p span.pipe
{
    margin:0 3px;
}
.follow-facebook
{
    width:20px;
    height:20px;
    background: url(../images/template/follow-facebook.png) repeat-x 0 0;
}
.follow-facebook:hover
{
    background: url(../images/template/follow-facebook.png) repeat-x 0 -20px;
}
.follow-instagram
{
    width:20px;
    height:20px;
    background: url(../images/template/follow-instagram.png) repeat-x 0 0;
}
.follow-instagram:hover
{
    background: url(../images/template/follow-instagram.png) repeat-x 0 -20px;
}
.follow-enews
{
    width:20px;
    height:20px;
    background: url(../images/template/follow-enews.png) repeat-x 0 0;
}
.follow-enews:hover
{
    background: url(../images/template/follow-enews.png) repeat-x 0 -20px;
}
nav.main {
	width: 745px;
	position: absolute;
	top: 110px;
	right: 20px;
}
nav.main ul {
	padding: 0;
	margin: 0;	
}
nav.main ul li {
	float: right;
	margin: 0 0 0 15px;
	position: relative;
	padding: 8px 0 12px 0;
	cursor: pointer;
}

nav.main ul li a {
	color: #333;
	text-decoration: none;
}

nav.main ul li a:hover {
	color: #333;
	text-decoration: none;
}

nav.main ul li:hover {
	border-top: 2px solid #cc0000;
	padding-top: 6px;
}
.navActive {
	border-top: 2px solid #cc0000;
	padding-top: 6px;
}
nav.main ul li p {
	position: relative;
	top: 6px;
	left: 0;
}
#collectionsDropdown {
	width: 500px;
	padding: 10px 20px 0 20px;
	border: solid 10px #fff;
	background: #fff url(../images/template/dropdownBG.jpg) repeat-x 0 20px;
    overflow: hidden;
	display: none;
	position: absolute;
	top: 36px;
	left: -50px;
	z-index: 500;
}
.menuBlock
{
    width: 140px;
    height: 85px;
    margin: 0 40px 5px 0;
	float: left;
	overflow: hidden;
	text-align: center;
}
.menuBlockEnd
{
    width: 140px;
    height: 90px;
    margin-right: 0;
	float: left;
	overflow: hidden;
	text-align: center;
}
.menuBlock .dropMenu, .menuBlockEnd .dropMenu
{
    margin-top: -12px;
}
nav.main .menuBlock a, nav.main .menuBlockEnd a
{
    width: 140px;
    height: 20px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height:14px;
	color: #666;
}
nav.main .menuBlock a:hover, nav.main .menuBlockEnd a:hover
{
    width: 140px;
    height: 20px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0000;
	text-decoration: none;
}





/* ----------------- Slider Styles ----------------- */
#home-slider {
	height: 510px;
	position: relative;
}
#product-slider {
	height: 380px;
	position: relative;
}
#specs {
	position: relative;
	margin: 0 20px 0 20px;
	float: left;
	background: url(../images/template/backgroundFade.png) repeat-x bottom;
	overflow: hidden;
}
.callout-box
{
    width:960px;
    height:115px;
    margin-top:385px;
    padding:10px 0 0 0;
    background: rgba(0, 0, 0, 0.50);
}
p.slider-header
{
    font-family: Avenir, Arial, sans-serif;
    font-size:48px;
    line-height:1em; 
    text-transform: uppercase;
    color:#fff;
    margin:0 0 5px 0;
}
p.slider-link
{
    font-family: Avenir, Arial, sans-serif;
    font-size:18px;
    line-height:1em;
    color:#fff;
}
p.slider-link a
{
    color:#fff;
    padding:0 20px 0 0;
    background: url(../images/template/link-arrow-white.png) no-repeat right 2px;
}
p.slider-link a:hover
{
    text-decoration:none;
    cursor:pointer;
    color:#ffa81c;
    background: url(../images/template/link-arrow-yellow.png) no-repeat right 2px;
}
#homeSlide-1
{
    width:960px;
    height:510px;
    background: url(../images/home-slider-images/home-slide-1.jpg) no-repeat 0 0;
}
#homeSlide-2
{
    width:960px;
    height:510px;
    background: url(../images/home-slider-images/home-slide-2.jpg) no-repeat 0 0;
}
#homeSlide-3
{
    width:960px;
    height:510px;
    background: url(../images/home-slider-images/home-slide-3.jpg) no-repeat 0 0;
}
#homeSlide-4
{
    width:960px;
    height:510px;
    background: url(../images/home-slider-images/home-slide-5.jpg) no-repeat 0 0;
}
#homeSlide-5
{
    width:960px;
    height:510px;
    background: url(../images/home-slider-images/home-slide-4.jpg) no-repeat 0 0;
}
#homeSlide-6
{
    width:960px;
    height:510px;
    background: url(../images/home-slider-images/home-slide-6.jpg) no-repeat 0 0;
}


/* ----------------- Body Styles ----------------- */
#container {
	width: 960px;
	height: 100%;
	position: relative;
	margin: 0 auto 0 auto;
	padding-top: 165px;
	overflow: hidden;
	background-color: #fff;
	-moz-box-shadow: 0 0 6px #999;
	-webkit-box-shadow: 0 0 6px #999;
	box-shadow: 0 0 6px #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.40em;	
}




/* ----------------- Home Page Feature Styles ----------------- */

#hometag {
	width: 920px;
	height: 100px;
	margin-left: 40px;
	padding: 0 30px;
	background-image: url(../images/template/title-bars.png);
	background-repeat: no-repeat;
}

#hometag h1.home 
{   
	padding-top: 32px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #666;
	text-transform: none;
	line-height: .8em;
	background: none;
	padding-left: 0;
	float: left;
}

#features {
	width: 920px;
	height: 140px;
	padding: 50px 20px 10px 20px;
}
.featureBlock {
	width: 224px;
	height: 140px;
	margin-right: 8px;
	float: left;
	overflow: hidden;
}
.featureBlock a {
    display: inline-block;
    width: 224px;
    height: 105px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
    vertical-align: middle;
    line-height: 105px;
}
.featureBlock a:hover {
	text-decoration: none;
	color: #ffa81c;
}
.feature1
{
    background-image: url(../images/template/german-engineering2.jpg);
    background-repeat: no-repeat;
}
.feature2
{
    background-image: url(../images/template/environment2.jpg);
    background-repeat: no-repeat;
}
.feature3
{
    background-image: url(../images/template/leather-story2.jpg);
    background-repeat: no-repeat;
}
.feature4
{
    background-image: url(../images/template/motion2.jpg);
    background-repeat: no-repeat;
}
.featureBlockEnd {
	width: 224px;
	height: 140px;
	margin-right: 0;
	float: left;	
}
.featureBlockEnd a {
	display: inline-block;
    width: 224px;
    height: 105px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
    vertical-align: middle;
    line-height: 105px; 
}
.featureBlockEnd a:hover {
	text-decoration: none;
	color: #ffa81c;
}
.featureHeads {
	width: 224px;
	height: 20px;
	padding-top: 15px;
	background: url(../images/template/intro-bars.png) no-repeat 0 0;
	text-indent: 20px;
	margin: -5px 0 15px 0;
	display: block;
}
img#colorBar {
	margin-right: 3px;	
}



/* ----------------- Home Page Services Section Styles ----------------- */
#locatorBlock {
	width: 415px;
	height: 150px;
	padding: 40px 20px 40px 115px;
	background: #f5f5f5 url(../images/template/dealer-map.png) no-repeat 20 40;
	float: left;	
}
#locatorBlock div.inputWrapper {
	margin-top: 3px;	
}
.countrySelector {
	width: 100%; 
	margin: 20px 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1em;
	text-transform: uppercase;
	position: relative;	
}
.countrySelector a {
	color: #666;
}
.countrySelector a:hover {
	text-decoration: underline;
}
.countrySelector a.active {
	text-decoration: underline;
}
.country {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	line-height: 1em;
	text-transform: uppercase;
	float: left;	
}
.moveRight {
	float: right;	
}



/* ----------------- Tint Up Section Styles ----------------- */
#tint-block
{
    width:920px;
    height:630px;
    padding:40px 20px;
    overflow:hidden;
    background-color:#f2f2f2;
}
#tint
{
    width:920px;
    float:left;
}
h1.follow
{
    width:920px;
    display:block;
    background:none;
    padding-top:0;
    float:left;
    clear:both;
}



/* Footer Styles */
footer 
{
	width: 100%;
	height: 500px;
	position: relative;
	bottom: 0;
	border-top: solid 1px #cc0000;
	background-color: #fff;
	z-index: 190;
}
#footerContent 
{
	width: 940px;
	position: relative;
	padding: 0 0 30px 20px;
	margin: 20px auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;	
}
.footerColumn 
{
	width: 168px;
	float: left;
	margin: 10px 20px 0 0;
	position: relative;	
}
.footerColumn3 
{
	width: 168px;
	float: left;
	margin: 10px 10px 0 0;
	position: relative;	
}
.footerDoubleColumn 
{
	width: 341px;
	float: left;
	padding: 10px 10px 15px 10px;
	margin: 0 10px 0 5px;
	position: relative;
	background: #f5f5f5;	
}
.footerDoubleColumn p
{
	padding: 0;	
}
footer ul li 
{
	line-height: 1.5em;	
}
footer ul li ul 
{
	margin-left: 25px;
	line-height: 1.5em;	
}
footer a 
{
	color: #999;	
}
footer a:hover 
{
	text-decoration: underline;	
}
footer p 
{
    padding: 20px 0 0 0;
	clear: both;
	text-align: left;	
}
.footerColumn li.social a
{
    color:#666;
    float:left;
    margin:10px 10px 0 0;
}
.footerColumn li p
{
    color:#666;
}
footer span.hashtag
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	line-height: 1em;
	text-transform: uppercase;
}
.extraSpace 
{
	clear: both;
	margin-top: 30px;
}



/* Global Styles */
.inlineLocator 
{
    width: 260px;
    height: 65px;
    background: url(../images/template/map-btn.png) no-repeat -5px 0;
    padding:0;
	margin-top: 20px;
}
.inlineLocator a
{
    width: 168px;
    height: 37px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
    padding:28px 0 0 92px;
}
.inlineLocator a:hover
{
    color: #cc0000;
    text-decoration: none;
}







