/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


.cke_editable .editMobileMenu{display:block !important; background: #666; color: #fff; padding: 10px 0; margin: 20px;}



.html_item ul{list-style:none;}

/* LINKS
///////////////////////////////////////////// */
a, a:link, a:visited { color: #000; }
a:hover { color: #666; }

/* TYPOGRAPHY
///////////////////////////////////////////// */
header, footer, h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, div, dd, dl, form, label {
  font-family: Verdana, sans-serif;
  color: #000;
}
h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2.5 em;

}
h1.hdrName {
  border-top: 5px solid #C71444;
  line-height: 1.6;
    margin:0;
}
h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom:12px;
}
h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0;
}

h4 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
ul, dl, ol {
    font-size: 13px;
}


.benPhone{margin-left:10px;}

/* -----------------------------------------
   Testimonials
----------------------------------------- */
h3.customer{
  border-top: 1px solid #333;
  padding:10px 0 3px;
 
}
h4.salesPerson {
  color:#777;
}
.signature {font-style:italic; font-size:16px;}
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
.imgStock { margin:0 20px 20px 20px; float:right;}
.center {text-align:center;}
.textLeft { text-align: left; }
.textRight { text-align: right; }
dd { clear: both; }
.canvasItem, .canvasItem.menuItem { min-height: 1px; }
.layoutContainer { padding-bottom: 0; }

/* BASE
///////////////////////////////////////////// */
div.ddsLogoProvider, .ddsLogoProvider a { text-align: right; margin: 10px 0; color: #333; text-decoration: none; font-size: 10px; font-size: 1.0rem; color: #666; }
span.ddsLogoProvider { float: right; vertical-align: middle; position: relative; top: -3px; margin-left: 5px; width: 71px; height: 21px; background: url(https://s3.amazonaws.com/dom-cms/GlobalImages/dds-logo-dk.png) no-repeat 0 0; }
/*FOR LIGHT VERSION span.ddsLogoProvider { background: url(https://s3.amazonaws.com/dom-cms/GlobalImages/dds-logo-lt.png) no-repeat 0 0; }*/

body {
  background: url('https://s3.amazonaws.com/dom-cms/Site/5a3ce592-65ff-4693-a99e-521b9c54b44e/images/main.jpg') repeat-x left top #CECECE;
  font-family: verdana, sans-serif;
}

#SiteWrapper {
  background: url('https://s3.amazonaws.com/dom-cms/Site/5a3ce592-65ff-4693-a99e-521b9c54b44e/images/bkg-shadow.png') repeat-y center top transparent;
  margin: 0 auto;
  padding: 0;
}
#SiteContainer {
  background: #FFF;
  color: #000;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}
header {
  background: url('https://s3.amazonaws.com/dom-cms/Site/5a3ce592-65ff-4693-a99e-521b9c54b44e/images/bkg-header.jpg') repeat-x left bottom #FFF;
  color: #000;
  text-align: left;
}
header .container { padding: 0 !important; }
.locInfo {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.2;
  margin-bottom: 0;
}
.locInfo li { margin-bottom: 0; }
.headerPhone {font-size:120%}

/*---------------------------
         NAVIGATION         
---------------------------*/

/*** Navigation Colors ***/
#nav-container > li > a{color: #000;}
.menuModal a, .menuModal strong, .menuModal div, .menuModal span, .menuModal h1, .menuModal h2, .menuModal h3, .menuModal h4 , .menuModal p {color: #fff; text-align:center;}
.nav {background: #e2e2e2; border-width: 1px 0; border-top:solid #cccccc 1px; border-bottom:solid #cccccc 1px;}
#nav-container a:hover, #nav-container li.sfhover > a, #nav-container li ul li a:hover {background: none; color: #C71444;}
#nav-container ul li a { color: #242424;}

/*** Mobile Menu Colors ***/
.mobileMenu { background: #242424; }  /* Color of menu bar */
.mobileMenu li { background: #fff; }  /* Color of menu buttons */
.mobileMenu a { color: #c02; }  /* Color of menu button text */

/*** Navigation Structure ***/
#nav-container .flyoutNav { max-width:266px; display: none; background: #000;  text-align: center; border: 1px solid #ccc; margin-left: 2px;}
.nav { clear: both; margin: 0 auto; text-align: center; position: relative; z-index: 100;}
#nav-container, #nav-container ul { margin: 0 auto; z-index: 100; position: relative; font-weight: bold;}
#nav-container a { display: block; padding: 0 12px; text-transform:uppercase;}
.oldie #nav-container a { padding: 0 8px; }
#nav-container li { display: inline-block; position: relative; margin: 0;}
#nav-container > li a { font-size: 14px; font-size: 1.2rem; font-weight: normal;  line-height: 2.5;}
#nav-container li ul { z-index: 5; line-height: normal; position: absolute; width: 200px; display: none; margin: 0; padding: 10px 14px; box-shadow: 0 4px 6px rgba(0,0,0,.5);  background: #fff;}
#nav-container li ul li { width: 100%; }
#nav-container li ul li a { font-weight: normal; text-align: left; padding: 0; font-size: 12px; font-size: 1.2rem; text-decoration: none; line-height: 1.75;}

/* Positioning for Third-level navigation */
#nav-container li ul ul { left: 0px; margin: -28px 0 0 170px;}
#nav-container li:hover ul ul, #nav-container li:hover ul ul ul, #nav-container li:hover ul ul ul ul { display: none; }
#nav-container li:hover ul, #nav-container li li:hover ul, #nav-container li li li:hover ul, #nav-container li li li li:hover ul { display: block; }

/* Int. Explorer 7 fixes */
.ie7 #SiteContainer .nav .columns { position: absolute; }
.ie7 #nav-container { margin-left: 15%; }
.ie7 .nav { height: 30px; }
.ie7 #nav-container li { zoom: 1; vertical-align: top; display: block; float: left;}
.ie7 nav .row .columns { z-index: 5; }

/*** Show the Mobile Menu edit html item ***/
.cke_editable .editMobileMenu.hide {display: block !important; background: #666; color: #fff; padding: 10px 0; margin: 20px;}

/*** Mobile Menu Structure ***/
ul.mobileMenu { padding: 0 3px; position: fixed !important; text-align: center; width: 100%; z-index: 9999; margin: 0; top: -1px; left: 0;}
.mobileMenu li, .mobileMenu label { display: inline-block; }
.mobileMenu li { width: 24%; margin: 5px 0; border-radius: 3px; box-shadow: inset -1px -1px 2px #484848; text-align: right;}
.mobileMenu a { display: block; }
.mobileMenu .menu { font-size: 15px; font-weight: bold; line-height: 30px; text-align: center;}
.mobileMenu strong { font-size: 14px; font-size: 1.4rem; line-height: 30px; margin-right: 10px;}
.mobileMenu span { height: 20px; width: 20px; margin: 5px 0 0 5px; color: inherit; font-size: inherit; background: url("https://s3.amazonaws.com/dom-cms/Site/6895d6ae-af5c-48ec-bbf6-b387d715d1ef/images/menu-icons.png") no-repeat scroll 0 0;}
.mobileMenu img {float: left;}
.mobileMenu .menu { background-position: -110px 0; font-size: 1.4rem; line-height: 30px; margin-right: 10px;}
.mobileMenu .call { background-position: -44px 0; }
.mobileMenu .map { background-position: -22px 0; }  /* alternative: 0 0 */
.mobileMenu .hours { background-position: -66px 0; }
.mobileMenu .mail { background-position: -88px 0; }

/*** Overlays ***/
.menuModal { background: rgba(0,0,0,.9);  position: fixed; width: 100%; top: 0; left:0; height: 100%; padding: 30px 0 0 0; z-index: 11111; border-top: 1px solid #999; margin-top: 40px; overflow-y: auto;}
.modalClose { position: absolute; top: 10px; right: 25px; width: 30px; cursor: pointer;}
.menuModal div { margin-bottom: 15px; }
.menuModal strong { font-size: 20px; font-size: 2rem; display: block;}
.menuModal, .menuModal a, .menuModal div { font-size: 16px;  font-size: 1.6rem;}


#main{padding:20px 0;}
footer {
  background: #D0D0D0;
  font-size: 1rem;
  padding: 5px 0;
  border-bottom: 2px solid #666;
}

form label {
  cursor: auto;
  font-size: 1.3rem;
  line-height: 1.8;
}

.normalList li{
list-style:disc;
margin-left:30px;
font-size:13px;
}
.couponDisclaimer p {color:#fff !important;}
.couponDisclaimer, .couponExpiration, .couponExpiration a, .couponPrint a {
    color: #000;
}
/*==============
  FORM STYLES   
==============*/

/* ===== COLORS ===== */
.formContainer form{
  background: #eaeaea; /* also color of even rows */
  border: 1px solid #bbb;
}
form li {border-bottom: 1px solid #ccc;}
form li:nth-child(2n+1) {background: #FFF;}
form > li:last-child{background:none}
input[type="submit"] {background: #1B5E93; color: #fff;}
label + input[data-val="true"], label + textarea[data-val="true"] {border: 1px solid #C00; /* Border on required fields */}
.field-validation-error { /* Validation error msgs */
  background: #ffebf0;
  color: #C00;
  border-color:#f99;
}
form li ul {
   border: 1px solid #ccc;
   margin: 0 10px;
}
/* ===== STRUCTURE ===== */
.formContainer form {
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
    margin: 0 auto 20px;
    max-width: 600px;
    width: 96%;
    padding:0;
}

/* Put the input fields on the same line as their labels */
form label {
    font-weight: normal;
    line-height: 24px;
    display: inline;
}
form li {
    clear: left;
    height: auto;
    overflow:hidden;
    margin: 0;
    padding: 6px;
}
form li:last-child{border-bottom:none}
input, select{float:right;}

/* Style the submit button */
input[type="submit"] {
    border: none;
    border-radius: 6px;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.25);
    clear: both;
    cursor: pointer;
    font-size: 18px;
    margin: 20px 20% 0;
    padding: 10px 30px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
  background-color: #666;
    width: 60%;
}
label + select, label + input[type="text"], label + input[type="email"], label + input[type="password"], label + input[type="checkbox"] {width: 50%;}
label + textarea {
  width: 100%;
  height:100px;
}

/* Validation errors */
.field-validation-error {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    line-height: 2;
    border-style: solid;
    border-width:1px;
}

/* Reset for Secure Disclaimer */
.formContainer {
    background: none;
    border: none;
}
.formDisclaimer {
    background-color: transparent;
    background-position: 0 0;
    padding: 0;
    text-indent: 20px;
}

/* Reset for map form inputs */
dl.form input {float: none;}

/* Reset for Inv. Listings page */
#InvContainer form, #InvContainer li {
    background: none;
    border: none;
    box-shadow: none;
}
#InvContainer input, #InvContainer select {display: block; float:none}

/* Reset for Inv. Details Page form */
#Profilefrm {margin: 0; float: none;}
#Profilefrm input {display: inline;}
#Profilefrm li {clear: none; padding: 0;}

/*==============
  END OF FORM   
==============*/


/* -----------------------------------------
   Media Queries
----------------------------------------- */

@media only screen and (max-width: 1024px) {		
  /* anything below 1024px */
  #nav-container li ul:last-child { margin-left:-75px;}
}


@media only screen and (max-width: 950px) {		
	/* anything below 950px */
  #nav-container > li a {font-size:1.0rem;}
  #nav-container a {padding: 0 10px; font-size:1.0rem;}
}

@media only screen and (max-width: 825px) {		
	/* anything below 825px */

  #nav-container a {padding: 0 8px; }
}

@media only screen and (max-width: 785px) {		
	/* anything below 785px */

  #nav-container a {padding: 0 6px; }
  
.benPhone {
    float: none;
    margin-top: 0px;
}
  #InvSearchBoxHP ul#InvSearchBoxTypeBox li label {font-size: 9px;}
}

@media only screen and (max-width: 767px) {
  /* anything below 767px */
  

  
#nav-container li ul:last-child { margin: 0px;}
      footer .eight [class*="column"] + [class*="column"]:last-child { margin-left: 0; }
    footer .eight .row .seven { width: 58%; }
   .mobileMenu, #nav-container .flyoutNav, #nav-container li { display: block; }
  #sideBoxALL, #nav-container li ul ul, .mobileMenu .callBtn/*, header .mapLink*/ { display: none; }
  .sideShowing #SiteContainer, #nav-container li ul { position: relative; }
  .sideShowing #SiteContainer { left: 266px; }
    /* Slide-out Menu */
  

  .nav{height:auto; border:none; top: 2px; left:-268px; position: absolute;}
  #nav-container {height: auto; top: -175px; left: 0; padding: 0; text-align: left; width: 262px; z-index: 55; background:#333; position: absolute;}
  #nav-container li{border-bottom: 1px solid #151515}
  #nav-container > li a {color: #fff; font-size: 1.6rem; font-weight: bold; line-height: 2; margin-left:10px;}
  #nav-container a:hover, li.sfhover, #nav-container li.sfhover > a {background: none; text-decoration: none; color: #fff;}
  #nav-container li ul {width: 96%; margin: 0 auto; box-shadow: none;}
  #nav-container li ul li {border-color: #333;}
  #nav-container li ul li a{font-size:1.4rem;}
  #nav-container a { display: block; padding: 0px;}
  #nav-container li ul {width: auto;}
}


@media only screen and (max-width: 620px) {
  .mobileMenu .callBtn { display: inline-block; }
  .mobileMenu .contactBtn, header .phone { display: none; }
   h1.hdrName {margin: 20px 0 0 10px;}
   
}


@media only screen and (max-width: 520px) {		
  /* anything below 520px */
  .benPhone{display:none;}

}
@media only screen and (max-width: 480px) {    
  /* anything below 480px */
footer .row .phone-two {
    width:300px !important;
    margin-bottom: 5px;}
    .menuModal div { width: 100%; text-align: center; margin-bottom: 6px;}
   .mobileMenu .menu {line-height:30px;}

}

@media only screen and (max-width: 400px) {
  .mobileMenu li { text-align: center; }
  .mobileMenu a { line-height: 30px; }
  .mobileMenu strong { display: none; }

  .mobileMenu span { float: none; display: inline-block; margin: 5px 0 0}

}
@media only screen and (max-width: 360px) {
  .mobileMenu li {width: 23%; }
  .mobileMenu img {float: none;}
}
@media only screen and (max-width: 320px) {
  /* anything below 320px */
  footer .container { padding: 0 10px; }
  footer .row .phone-one, footer .row .phone-two, footer .row .phone-three, footer .row .phone-four {
    float: none;
    margin: 5px 0;
    width:100% !important;
  }
  .headerPhone {font-size:125%}
.locInfo {
  font-size: 7px;
  font-size: .6em;
  line-height: 1.2;
  margin-bottom: 0;
}
}

