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;
}
/* reset */
* {
   margin: 0;
   padding: 0;
}

/* Reset for HTML 5 Elements -- tells browsers not read html 5 tags to render like divs */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
/* clears containers with floated elements, no need for extra markup! */
.clear:after {
   clear: both;
   content: ".";
   display: block;
   height: 0;
   visibility: hidden;
}
/* --------------------------------  Layout -----------------------------
colors  backgrd=4E6A7A  banner=7190A2    footer border=B0C2CC    img surround color=eae9d4    f/c banner red=ff0000  f/c txt red=E60000  link=3333FF   hover & visited link=4E6A7A      footer link=fff    img  background-color=7190A2   3px;  img border=eae9d4  4px;
*/
body {
   background: #4E6A7A;
   color: #000000;
   font: 16px Arial, Helvetica, sans-serif;
   margin: 0 auto;
   width: 960px;
}
h2 {
	font-size: 22px;
	padding: 12px 0;
}
h3 {
   padding:0;
   line-height: 2;
}
img {
   vertical-align:top;
   max-width:100%;
}
p {
  font-weight: normal;
  padding-bottom: 12px;
}
.caption {
   font-size: 12px;
   padding: 8px 3px;
   width: 175px;
}
.captionThanks {
   float:right;
   font-size: 12px;
   padding: 8px 0;
   width: 165px;
}
.caption2 {
   font-size: 12px;
   padding: 8px 3px;
   width: 225px;
}
.caption3 {
   font-size: 12px;
   padding: 8px 3px;
   width: 275px;
}
.caption4 {
   font-size: 12px;
   padding: 8px 3px;
   width: 115px;
}
/* -------------------------------- banner -------------------------------- */
#banner {
   height: 140px;
   background-color: #7190A2;
   border-top: solid #333 7px;  
}
#banner h1 {
   margin-top:0;
   margin-left: 100px;
   color: #ff0000;
   font:  55px/60px nova1, 'Times New Roman', serif;
   text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
/* below for banner registration mark*/
#fc-R {
   font-family:Arial, Helvetica, sans-serif;
   font-size:40%;
   color:#ff0000;
   vertical-align:super;
}  
#banner h2 {
   font-size: 17px;
   margin-top: -20px;
   margin-left: 106px;
   padding: 12px 0;
   color: #ff0000;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
#banner h3 {
   font: 18px Arial, Helvetica, sans-serif;
   color: #ffffff;
   float: right;
   margin-top: 20px;
   margin-right: 35px;
   text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
#banner img{
   margin-top: -100px;
   margin-left: 30px;
   border: none;
   vertical-align: top;
   max-width: 100%;
}
/* end banner */
/* -------------------------------- nav -------------------------------- */
nav {
   background: #333;
   margin: 0 auto;
   width: 100%;
   display: block;
   float: left;
}
nav  {
   font-size: 20px;
   font-weight: bold;
}
nav ul {
   list-style: none;
   margin: 0;
}
nav li {
   float: left;
   margin-left: 30px;
   position: relative;
}
nav a {
   display: block;
   text-decoration: none;
   color: #ffffff;
   padding: 0 10px;
   line-height: 38px;
}
nav a:hover {
   color: #ff0000;
   background: #333;
}
nav .active { color: #ff0000;}
/* --------nav 1-level dropdowns-------- */
nav li ul { display: none;}
nav ul li a {
   display: block;
   text-decoration: none;
   color: #ffffff;
   margin-left: 1px;
   white-space: nowrap;
}
nav ul li a:hover { background: #333;}
nav li:hover ul {
   display: block;
   position: absolute;
}
nav li:hover li {
   float: none;
   font-size: 14px;
   margin-left: 0;
   background: #7190A2;
}
nav li:hover li a:hover { 
   background: #4E6A7A; 
   color: #ffffff;
}
/* end nav */
/* -------------------------------- content -------------------------------- */
.content {
/* created with http://www.cssmatic.com start #7190A2 13% #d4dee3  40% #f1f4f6 52% #ffffff/ */
   background: #F5F5F5;
   background: -moz-linear-gradient(top, rgba(113,144,162,1) 0%, rgba(198,211,218,1) 0%, rgba(170,188,199,1) 0%, rgba(212,222,227,1) 13%, rgba(241,244,246,1) 40%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 100%);
   background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(113,144,162,1)), color-stop(0%, rgba(198,211,218,1)), color-stop(0%, rgba(170,188,199,1)), color-stop(13%, rgba(212,222,227,1)), color-stop(40%, rgba(241,244,246,1)), color-stop(52%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
   background: -webkit-linear-gradient(top, rgba(113,144,162,1) 0%, rgba(198,211,218,1) 0%, rgba(170,188,199,1) 0%, rgba(212,222,227,1) 13%, rgba(241,244,246,1) 40%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 100%);
   background: -o-linear-gradient(top, rgba(113,144,162,1) 0%, rgba(198,211,218,1) 0%, rgba(170,188,199,1) 0%, rgba(212,222,227,1) 13%, rgba(241,244,246,1) 40%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 100%);
   background: -ms-linear-gradient(top, rgba(113,144,162,1) 0%, rgba(198,211,218,1) 0%, rgba(170,188,199,1) 0%, rgba(212,222,227,1) 13%, rgba(241,244,246,1) 40%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 100%);
   background: linear-gradient(to bottom, rgba(113,144,162,1) 0%, rgba(198,211,218,1) 0%, rgba(170,188,199,1) 0%, rgba(212,222,227,1) 13%, rgba(241,244,246,1) 40%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B8C8D0', endColorstr='#ffffff', GradientType=0 );
   margin-top:38px;
   padding: 0 40px 0 40px; 
}

/*------
Support for full multi-stop gradients with IE9 (using SVG).
Add a "gradient" class to all your elements that have a gradient,
and add the following override to your HTML to complete the IE9 support:
<!--[if gte IE 9]
<style type="text/css">
.gradient {
filter: none;
}
</style>
<![endif]-->
------*/
.content a:link { color:#3333FF;}
.content a:hover { 
   color:#4E6A7A;
   text-decoration:none;
}
.content a:visited { color:#4E6A7A;}
.columns {width:100%;}
.columns:after{
	content:"";
	display:block;
	clear:both;
}
.columns > div,
.columns > article {
   float: left;
   vertical-align: top;
}
.columns > div: first-child,
.columns > article: first-child {margin-left:0;}
.oneThird +.oneThird +.oneThird,
.oneThirdB +.oneThirdB +.oneThirdB,
.twoThird + .oneThird,
.twoThirdB + .oneThirdA,
.twoThirdA + .oneThirdA,
.threeForth + .oneThirdA,
.twoThirdA2 + .oneThirdA,
.twoThird + .oneThirdI,
.twoThird + .oneThirdA,
.threeForth + .oneForth,
.oneForth + .half,
.half + .half,
.half + .oneForth + .oneForth,
.last {
   float:right;
   margin-right:0;
}   
.half {
   width:48.0%;
   margin:1.3%;
}
.halfA {
   width:50.0%;
   margin-right: 6%;
}
.oneForth {width:24%;}
.threeForth {width:74.5%;}
.oneThird {
   width:30%;
   margin-right:3%;
}
.oneThirdI {width: 20%;}
.oneThirdA {
   float: right;
   margin-right: 0;
}
.oneThirdB {
   width: 30%;
   margin-right: 2%;
}
.oneThirdC {
   width:30%;
   margin-left: 1.5%;
   margin-right: 3%;
}
.oneThirdThanks {
  width: 33%;
}
.twoThird {
   width: 78%;
   margin-right: 2%;
}
.twoThirdA {width: 65%;}
.twoThirdA2 {
   width: 65%;
   margin-left: 2%
}
.twoThirdB {
   width: 83%;
   margin-right: 2%;
}
/* end content */
/* -------------------------------- footer -------------------------------- */
#end {
   background: #7190A2;
   border-top: 10px solid #D4DEE3;    /* border #b8cedb; aabecc*/
   border-bottom: 7px solid #333; 
   color: #fff;
}
#end img{
   margin-top: 1%;
   margin-left: 40px;
   margin-right: 40px;
   margin-bottom: 1%;
   border: none;
   max-width: 100%;
   vertical-align: inherit;
}
.ftext {
   text-align: center;
   font-size:12px;
   font-weight: bold;
   color: #fff;
}
.ftext1 {
   margin-top: -90px;
   text-align: center;
   padding-top:1%;
   color: #fff;
}
.ftext1 a:link { color: #ffffff;}
.ftext1 a:hover {
   color: #ffffff;
   text-decoration:none;
}
.ftext1 a:visited { color: #ffffff;}
.fsmall {
   margin-top: -10px;
   margin-bottom: 10px;
   padding-bottom: 12px;
   text-align: center;
   font-size:12px;
   color: #fff;
}
/* end footer */
/* ----------------------- fc-font for Filter/Clone in content area of pg ----------------  */
/* fc-font paragraph*/
.fc-font span {
   font-family:nova1, 'Times New Roman', serif;
   font-size:25px;
   color:#E60000;
   vertical-align:-1px;   
}
/* fc-font-m below for modalWindow  had to make it an "id" so override link colors set in #content */
.fc-font-m span{
   font-family:nova1, 'Times New Roman', serif;
   font-size:25px;
   color:#ff0000;
   vertical-align:-1px;
}
.fc-font-m a:link {color: #ffffff;}
.fc-font-m a:hover {color: #ffffff;}
.fc-font-m a:visited {color: #ffffff;}
/* fc-font with h2 heading*/
.fc-font2 span{
   font-family:nova1, 'Times New Roman', serif;
   font-size:34px;
   color:#E60000;
}
/* end fc-font B0C2CC*/
/* -------------------------------------- contact form -------------------------------- */
.default-txt {
    font: 16px Arial, Helvetica, sans-serif;
}
#contact-form {
	background-color: #f1f4f6;
	width: 375px;
	padding: 15px;
	border: 3px solid #4E6A7A;
    position: relative;
}

#contact-form input, 
#contact-form select {
	width: 300px;
    border: 1px solid #4E6A7A;
	margin-bottom: 5px;
	padding: 4px;
    float:right;
}

#contact-form input:focus, 
#contact-form select:focus, 
#contact-form textarea:focus {
	border: 2px solid #4E6A7A;
}
#contact-form textarea {
    width: 366px;
    height: 158px;
    border: 1px solid #4E6A7A;
	margin-bottom: 10px;
	padding: 4px;
	resize: none;
}

#contact-form h3 {
   padding: 0;
   line-height: 2;
}
#contact-form #submit-button,
#contact-form #reset-button {
    display: block;
	float: right;
	margin-bottom: 0px;
	margin-right: 10px;
	-moz-box-shadow:inset 0px 1px 1px 0px #f7f7f7;
	-webkit-box-shadow:inset 0px 1px 1px 0px #f7f7f7;
	box-shadow:inset 0px 1px 1px 0px #f7f7f7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e1f0f7), color-stop(1, #7190a2) );
	background:-moz-linear-gradient( center top, #e1f0f7 5%, #7190a2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1f0f7', endColorstr='#7190a2');
	background-color:#e1f0f7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-indent:0;
	border:1px solid #4e6a7f;
	color:#ffffff;
	font-weight:bold;
	width:80px;
	text-decoration:none;
	text-align:center;
}
#contact-form #submit-button:hover,
#contact-form #reset-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7190a2), color-stop(1, #e1f0f7) );
	background:-moz-linear-gradient( center top, #7190a2 5%, #e1f0f7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7190a2', endColorstr='#e1f0f7');
	background-color:#7190a2;
}
#contact-form #submit-button:active,
#contact-form #reset-button:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */
#contact-form #loading {
	width: 32px;
	height: 32px;
	background-image: url(../img/loading.gif);
	display: block;
	position: absolute;
	right: 130px;
	bottom: 16px;
	display: none;
}
#contact-form #errors {
	border: solid 1px #E58E8E;
	padding: 10px;
	margin: 25px 0px;
	display: block;
	width: 437px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #FFE6E6 url(../img/cancel_48.png) no-repeat 405px center;
	display: none;
}
#contact-form #errors li {
	padding: 2px;
	list-style: none;	
}
#contact-form #errors li:before { content: ' - '; }
#contact-form #errors #info { font-weight: bold; }
#contact-form #errors #info:before { 	content: ''; }
#contact-form #success {
	border: solid 1px #83D186;
	padding: 25px 10px;
	margin: 25px 0px;
	display: block;
	width: 437px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #D3EDD3 url(../img/accepted_48.png) no-repeat 405px center;
	font-weight: bold;
	display: none;
}
#contact-form #errors.visible, #success.visible { display: block; }
#contact-form #req-field-desc { font-style: italic; }
/* Normalize placeholder styles */
/* chrome, safari */
:-webkit-input-placeholder {
	color: #cccccc;
	font-style: italic;
}
/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #cccccc;
	font-style: italic;
}
/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  { 
	color: #cccccc;
	font-style: italic;
}
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable: active,
.visuallyhidden.focusable: focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* end form */
/* --------------------------------  SPECIALTIES --------------------------------------------- */
.shadow {
   background-color:#7190A2;
   padding: 3px;
   border:4px solid #eae9d4;
   -webkit-box-shadow: 0 0 16px rgba(132, 132, 132, .75);
   -moz-box-shadow: 0 0 16px rgba(132, 132, 132, .75);
   box-shadow: 0 0 16px rgba(132, 132, 132, .75);
   -webkit-border-radius: 14px;
   -moz-border-radius: 14px;
   border-radius: 14px;
}
.shadowThanks {
   float:right;
   margin-right:5%;
   background-color:#7190A2;
   padding: 3px;
   border:4px solid #eae9d4;
   -webkit-box-shadow: 0 0 16px rgba(132, 132, 132, .75);
   -moz-box-shadow: 0 0 16px rgba(132, 132, 132, .75);
   box-shadow: 0 0 16px rgba(132, 132, 132, .75);
   -webkit-border-radius: 14px;
   -moz-border-radius: 14px;
   border-radius: 14px;
}
.middle {
   margin-top: -250px;
   margin-right: 150px;
   float: right;
}
.left {
  float: left;
  margin-right: 2%;
}
.right { margin-right: 0;}
.fill { 
  margin-left:10%;
  border: 3px solid #4E6A7A; 
  width: 700px;
  height: 400px;
  scrolling: no;
}
.map {
	border: 3px solid #4E6A7A;
    position: relative;  
}
.thanks {
  width: auto;
  overflow: auto;
  padding: 15px;
  border: solid;
  border-color: #4E6A7A;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-align:center;
 }
/* -------------------------------- table on download pg -------------------------------- */
table {
  width: 100%;
  border: 0;
}
table, td { text-align: center; }
th.aColor {
   background-color: #E7EDF0;
   font-size: 14px;
   font-weight:400;
}
td.a { width: 20%; }
td.b { width: 8%; }
td.c { width: 1%; }
caption { 
   font-size: 18px;
   font-weight:600;
}
/* ------ end table ------------- */
/* -------------------------------- zoom img window  --------------------------------
/*  combine mine & ns-modal xxxxxxxxxxxxxxxxxxxxxx Noscript Modal (c) 2013 Tanjo, Hiroyuki | Available under the MIT license. source http://www.webstuffshare.com/2012/04/create-elegant-modal-window-using-css-scale-transform/   http://htanjo.github.io/noscript-modal/# */
.ns-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 10000;
  -webkit-transition: width 0s linear .2s, height 0s linear .2s;
     -moz-transition: width 0s linear .2s, height 0s linear .2s;
       -o-transition: width 0s linear .2s, height 0s linear .2s;
          transition: width 0s linear .2s, height 0s linear .2s;
}
.ns-modal:target {
  width: 100%;
  height: 100%;
  z-index: 10010;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.ns-modal-overlay {
  -webkit-transition: opacity .2s;
     -moz-transition: opacity .2s;
       -o-transition: opacity .2s;
          transition: opacity .2s;
}
/* Note: IE8 and earlier supports an alternative, the filter property. Like: filter:Alpha(opacity=50). */
.ns-modal-box {
  opacity: 0;
  -webkit-transform: scale(.8,.8);
     -moz-transform: scale(.8,.8);
       -o-transform: scale(.8,.8);
          transform: scale(.8,.8);
  -webkit-transition: opacity .2s, -webkit-transform .2s;
     -moz-transition: opacity .2s,    -moz-transform .2s;
       -o-transition: opacity .2s,      -o-transform .2s;
          transition: opacity .2s,         transform .2s;
}
.ns-modal:target > .ns-modal-box {
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
       -o-transform: none;
          transform: none;
}
.ns-modal-overlay {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.9);
  cursor: default;
  outline: none;
}
.ns-modal-box {
  display: block;
  position: absolute;
  top: 10%;
  left: 15px;
  right: 15px;
  bottom: auto;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 1.25;
}
.ns-modal-box-inner {
  max-height: auto;
  overflow: auto;
  padding: 15px;
  border: solid;
  border-color: #4E6A7A;
  border-radius: 12px;
  background-color: rgba(0,0,0,1);
}
.ns-modal-close {
  display: block;
  position: absolute;
  top: 3px;
  left: 776px;
  z-index: 1;
  text-decoration: underline;
  font-weight: bold;
  font-size: 24px;
}
/* close button colors being controlled by site colors */
/* ------------------------------------------------ gallery -------- */
#gallery {
  margin-bottom:10px;
  padding: 5px;
  border: 3px solid #4E6A7A;
  height:auto;
  width:auto;
  text-align:center;
}
#gallery img {
  display:inline;
  margin: 5px 0 0 5px;
  border:1px solid rgba(0,0,0,0.8);
}

#gallery a:hover img { border:1px solid #ff0000;}
#gallery h3 {
  font: 18px Arial, Helvetica, sans-serif;
  color: #4E6A7A;
  text-shadow: 2px 2px 2px rgba(149, 149, 149, 1);
}
#gallery p {
	font-weight: normal;
    padding-top: 5px;
	padding-bottom: 5px;
}
/*  end  gallery */
/* ------------------------------------------------ dropdown dealers & drills ------------------------------------------------ */
#dropdown a:link { color:#777777;}
#dropdown a:hover { 
   color:#777777;
   text-decoration:none;
}
#dropdown a:visited { color:#777777;}
#dropdown {
   width: 100%;
   margin: 0 auto 30px auto;
}
.top { list-style: none;}
.line {
    width: 100%;
    padding: 5px 0 0 10px;
    height: 30px;
	color: #777777;
    border: 1px solid #eaeaea;  /* need for IE 7 */
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 18px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
    overflow:hidden;     /* keeps the model #'s from showing */
}
.line span {
    color: #618498;
    font: 15px Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.line:hover { height: auto;}
.sub li{
  list-style: none;
  height:auto; /* lets the model # show when hover & button mfg name & mdls are one formated button*/
  color: #618498;
  font: 15px Arial, Helvetica, sans-serif;
  font-weight:bold;
} 
.sub li:hover {
  display: block;
  height:auto;
}
/*   dealer pg dropdown  */
.top-d {
    list-style: none;
    margin-left:18%;
} 
.top-d2 {
    list-style: none;
    width: 85%;
}
.line-d {
    width: 90%;
    padding: 5px 0 0 10px;
    height: 22px;
	color: #777;
    border: 1px solid #eaeaea;   /* need for IE 7 */
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 20px;
	font-size: 16px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
   overflow:hidden;     /* keeps the model #'s from showing */
}
.line-d:hover {
   height:auto; 
}
.sub-d li {
  width: auto;
  list-style: none;
  height: auto; /* lets the model # show when hover & button mfg name & mdls are one formated button */
  color: #618498;
  font: 12px Arial, Helvetica, sans-serif;
}
.sub-d li:hover {
  display: block;
  height: auto;
}
/*   dealer pg dropdown  */
/* no_brd around the plus symbol image & adj position*/
.no_brd {
  border:none;
  margin:5px 5px 0 0;
  max-width:100%;
}
/*  end DROPDOWN */
/* --------------------------------  ??????? do I need all ????????? --------------------------------------------- */
@media all{

@media all and (max-width: 1024px){
}
@media all and (max-width: 960px){
	.center{
		padding:0 10px;
		width:auto;
}
	.buttons{font-size:11px;}
	#header{
		padding:2px 0 0;
		height:0;
		overflow:hidden;
		position:static;
}
	#content{padding:0;}
}
@media all and (max-width: 780px){
	body{font-size:13px;}
	.buttons{font-size:9px;}
	h1{font-size:3.5em;}
	.subHeading{font-size:2em;}
	.news h3{font-size:1.3em;}
}
@media all and (max-width: 504px){
	body{font-size:12px;}
	.columns > div,
	.columns > article{
		float:none;
		margin:0;
		width:100%;
}
.buttons{font-size:7px;}
#testimonials li,
#testimonials .row{
		background:none;
}
#testimonials blockquote{
		float:none;
		width:100%;
		position:relative;
}
#testimonials blockquote:after{
		background:url(../img/sep-hor.gif) no-repeat 50% 0;
		content:"";
		position:absolute;
		left:0;
		top:-18px;
		width:100%;
		height:2px;
}
#testimonials .row:first-child blockquote:first-child:after{display:none;}
	.flex-direction-nav{display:none;}
	h1{font-size:3em;}
	.subHeading{font-size:1.75em;}
}
@media all and (max-width: 320px){
	.buttons > span{display:none;}
	.buttons .btn{margin-top:0.5em;}
	.buttons{margin-top:2em;}
	h1{font-size:2.5em;}
	.subHeading{font-size:1.5em;}
	.news h3{font-size:1.25em;}
}
@media all
	and (min-device-width: 768px)
	and (max-device-width: 1024px){
#header{
		padding:2px 0 0;
		height:0;
		overflow:hidden;
		position:static;
}
#content{padding:0;}
@media all and (orientation:portrait) {
}
@media all and (orientation:landscape) {
}
@media screen and (max-device-width: 480px) {
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}
/* contact form media from tut*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
 
}/*closes the @ media all at top css */

/* Media query   from modal template*/
@media screen and (max-width: 760px) {
  #container {
    width: auto;
    padding: 10px;
  }
  .ns-modal-box {
    top: 15px;
  }
}