/*Globals*/



/*Header*/
#header{font-family: 'Doppio One', sans-serif; text-transform: uppercase;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 100%);
/* Opera */ 
background-image: -o-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #CCCCCC), color-stop(1, #FFFFFF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 100%);
/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #CCCCCC 0%, #FFFFFF 100%);
}

#header .runner {background:#336699; height:12px}
#header h1 {
font-style: italic;
font-size: 52px;
margin: 5px 0px 0px 15px; font-style:italic;
  line-height: 48px;
}

#header h2, #header h3, #header hr{margin:0px 0px 0px 15px}
#header h2, #header h3 {font-size: 18px;
  font-weight: 100;}

#header h3 {font-style:italic}

#header .phone{font-size: 34px}

#header hr{background: #ccc;
height: 3px;}

#homeContainer{background:#000}

.InvSpecialBox {font-family: 'Doppio One', sans-serif; text-transform: uppercase;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 100%) !important;
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 100%)!important;
/* Opera */ 
background-image: -o-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 100%)!important;
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #CCCCCC), color-stop(1, #FFFFFF))!important;
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 100%)!important;
/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #CCCCCC 0%, #FFFFFF 100%)!important;
}

#mazdaBanner{clear:both;
 margin: 0 auto;
 width:730px; 
 height: 90px;}