body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial;
    background: white;
    position: relative;
    height: auto;
    min-height: 100% !important;
}
div {
    box-sizing: border-box;
}
#headerbox {
    background-color: white;
    width: 100%;
}
#bannercontainer {
    font-size: 0; /* kill blank space between banners */
}
#header-banner-1 {
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 999;
    line-height: 1;
    text-align: center;
    width: 100%;
    height: auto;
    background: #ffff00;
    color: red;
    font-weight: bold;
    /* This block must be a fixed size so that we set the offset for the non-sticky content */
    height: 30px;
    font-size: 18px;
    line-height: 1;
    padding: 6px;
    overflow: hidden;
}
#header-banner-2 {
    xmargin: 0;
    margin-top: 30px; /* under the sticky banner */
    line-height: 1.4;
    text-align: center;
    width: 100%;
    height: auto;
    background: #18335E;
    color: white;
    font-size: 14pt;
    font-weight: bold;
    padding: 6px 0;
}
#main-header {
    margin: 0;
    padding: 0;
    font-size: 0; /* prevent unwanted white space */
    vertical-align: top;
}
#headerleft {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0;
    padding: 20px 0;
    width: 30%;
    height: auto;
    background: white;
    xborder: solid blue 2px;
}
#headerright2 {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 70%;
    height: auto;
    padding-top: 20px;
    xborder: solid red 2px;
}
#headerimage {
    padding: 0 20px;
}
#headerimage img {
    border: 0px;
    max-width: 100%;
    height: auto;
}
#headerimagemobile {
    display: none;
}
#headerrightcontainer {
    padding: 6px 0;
    xpadding-left: 6.5104%
}
#headercreditcards2 {
    display: inline-block;
    width: 120px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
#header-welcome {
    display: inline-block;
    xwidth: calc( 50% - 120px );
    margin: 0;
    padding: 10px 14px;
    vertical-align: middle;
}
#header-welcome p {
    border: solid #18335e 2px;
    width: 280px;
    xmargin-top: 10px;
    padding: 10px 14px;
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    color: #660000;
    line-height: 1.2;
}
#header-ect-tools {
    display: inline-block;
    xwidth: 50%;
    width: auto;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
}
.hours {
    font-size: 16px;
    font-weight: bold;
    color: red;
}
#onelinecartcontainer2 {
    padding: 10px;
    color: #18335E;
    font-size: 12pt;
    font-weight: bold;
}
#header-search-button {
    background: #18335E;
    color: white;
    padding: 2px 4px;
}
#view-cart-link {
    display: inline-block;
    padding-right: 2em;
}
#account-link {
    display: inline-block;
    padding-right: 2em;
    float: right;
}
#searchcontainer {
    font-size: 12pt;
    padding: 0 10px;
}
#searchdivtext2 {
    display: inline-block;
    float: left;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
}
#searchdivform2 {
    display: inline-block;
    xwidth: 87%;
    float: left;
    text-align: left;
    margin-top: 25px;
    padding-left: 5px;
}
#share-buttons2 {
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
    background: white;
}
#interiorpagecontainer {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
#middlediv {
    color: #18335e;
    float: left;
    width: 80%;
    min-height: 520px;   /* need at least the height of left sidebar */
    margin: 0 0 0 20%;   /* the left margin is where the left sidebar goes */
    padding-left: 0;
    padding-right: 40px;
}

#leftsidebardiv {
    float: left;
    position: absolute;
    width: 16%;
    margin: 0 2%;  /* Note must fit within 20% left margin of #middlediv */
    height: auto;
    background: black;
    border: 4px solid #99CB60;
    padding: 5px;
}

#leftsidebarheader {
    width: 100%;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 13px;
    font-size: 16px;
}
#newslettersignupformcontainer {
    width: 100%;
    height: auto;
    padding: 20px 10px;
    background: #EFEFEF;
    color:black; 
    font-size: 14px;
    font-weight:bold;
}
#newslettersignupformcontainer input[type="text"] {
    width:100%;
}
.minimailsignup .minimailcontainer input[type="submit"] {
    text-align: center;
    margin: 8px auto;
}

#newslettersignupform img {
    width: 100%;
}
#newslettersignupform {
    text-align: center;
}
#newslettersignupname {
    width: 100%;
}
#newslettersignupemail {
    width: 100%;
}
#newslettersignupsubmit {
    float: right;
    width: 120px;
    font-weight: bold;
    font-size: 11px;
    background: black;
    color: white;
}
#creditcards {
    margin-bottom: 10px;
    margin-top: 6px;
    padding: 5px;
    width: 100%;
    background: #EFEFEF;
    text-align: center;
}
#creditcards img {
    width: 100%;
    height: auto;
    border: 0px;
}
#library {
    text-align: center;
    padding: 5px;
    margin-top: -4px;
    width: 100%;
    background: #EFEFEF;
}
#library img {
    width: 100%;
    height: auto;
    border: 0px;
}
table.mincart {
    background-color: #e3e3e3;
    font-size: 12px;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
td.mincart {
    background-color: #ffffff;
    color: #000000;
}
td.mincart img {
    width: 16px;
    height: auto;
}
#loginH2text {
    background: red;
    height: 30px;
    padding-top: 3px;
    margin-bottom: -5px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
#logintextspan2 {
    width: 50%;
    float: right;
    text-align: right;
    margin-top: 25px;
    padding-right: 8.5%;
    font-size: 16px;
}
#logintextspan img {
    margin-left: 0px;
}
#clientlogin {
    float: right;
    width: 25%;
    background: white;
    color: #18335e;
    height: 30px;
    font-size: 14px;
    line-height: 2.0;
    text-align: right;
}
#clientlogin a {
    text-decoration: none;
    color: #18335e;
}
#mainmenucontainer {
    display: inline-block;
    width: 100%;
    color: white;
    height: 20px;
}
#cssmenu {
    padding-bottom: 12px;
    height: 30px;
    margin-bottom: 20px;
}
#rightsidebardiv {
    display: none; /* no longer using */
    float: right;
    width: 13%;
    height: auto;
    border: 4px solid #99CB60;
    background: black;
    font-size: 14px;
    height: auto;
    padding-bottom: 6px;
    font-weight: bold;
    text-align: center;
}
#rightsidebarheader {
    width: 100%;
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: -5px;
    z-index: 999;
    height: 20px;
}
#amazingcarousel-container-2 {
    padding: 17px 0px 0px 0px;
}
#footerarea {
    text-align: center;
    width: 100%;
    height: 150px;
    border-bottom: 4px solid #99CB60;
    background: #18335e;
    font-size: 18px;
    line-height: 1.2;
    color: white;
    font-weight: bold;
}
.map_image {
    margin-top: 2px;
    margin-left: 2px;
    background-color: #18335e;
    width: 30%;
    float: left;
    height: 123px;
}
.mapimage {
    width: 90%;
}
#citation_address {
    width: 35%;
    float: left;
    margin-top: 3px;
    margin-left: 50px;
}
#service-areas {
    float: right;
    width: 28%
}
#service-areas a {
    text-decoration: none;
    color: #FFF;
}
#countiesbox {
    width: 100%;
    background-color: #18335e;
    text-align: center;
    padding-top: 5px;
}
#copyrightarea {
    text-align: center;
    background: white;
    color: #18335e;
    font-size: 12px;
}
/*added for spacing on package tracking.php page*/
.ectdivcontainer {
    margin-top: 30px;
}
/*added to remove coupon code on first page of checkout process*/
.cartcoupon_cntnr {
    display: none;
}
/*Added margin above and below breadcrumbs menu (detailprodnavigation), checkout button & Quantity on proddetail.php page*/
.prodnavigation, .catnavwrapper {
    font-size: 14px;
}
.detailprodnavigation {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-margin-before: 5px;
    -webkit-margin-after: 5px;
    font-size: 14px;
    color: red;
}
.detailprice {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-margin-before: 5px;
    -webkit-margin-after: 5px;
}
.detailquantitytext {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-margin-before: 5px;
    -webkit-margin-after: 5px;
}
.detailid {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-margin-before: 5px;
    -webkit-margin-after: 5px;
}
input.ectbutton, button.ectbutton {
    font-size: 11pt;
}
input[type="button"].widecheckout2, input[type="button"].widecheckout3, input[type="submit"].widecheckout2, input[type="submit"].widecheckout3, button.widecheckout3 {
    width: auto;
}

/* ============================================================ */
/* The following styles were embedded in footerflex.php include file. */

body {
    margin:0px;
    font-family: Tahoma, Arial;
}
#mainfooter {
    width:100%;
    margin: 0;
    padding: 20px;
    margin-top: 30px;
    text-align: center;
    font-size: 0; /* needed to get rid of whitespace */
    background-color: #18335E;
    border-top: 10px solid #99CB60;
    border-bottom: 4px solid #99CB60;
}
#mainfooterleft {
    display: inline-block;
    width:33%;
    min-width: 320px;
    margin: 0;
    vertical-align:top;
    font-size: 12pt;
    text-align:center;
    background: #18335E;
}
#mainfooterhours {
    max-width: 320px;
    background-color: white;
    color: #c51e13; 
    border: solid 4px #d2c96b;
    padding: 10px;
}
#xmainfooterleft img {
    max-width:100%;
    max-height:140px;
}
#mainfootercenter {
    display: inline-block;
    width:33%;
    min-width: 360px;
    margin: 0;
    vertical-align:top;
    xpadding: 24px 0;
    font-size: 12pt;
    text-align:center;
    background: #18335E;
    color:white;
    font-size:14px;
    font-weight:bold;
}
#mainfootercenter h1 {
    font-size: 14pt;
}
#mainfooterright {
    display: inline-block;
    width:33%;
    margin: 0;
    vertical-align:top;
    xpadding: 16px 0;
    font-size: 12pt;
    text-align:center;
    background: #18335E;
}
#copyright {
    clear: both;
    width:100%;
    text-align: center;
    background-color: #99CB60;
    font-size: 11pt;
    margin: 0;
    padding: 10px 0;
    color: #18335E;
    line-height: 1;
}
#footernewsletterform {
    border:4px solid #d2c96b;
    background:white;
    color:#18335E;
    font-weight:bold;
    font-size:16px;
    margin: 0 auto;
    max-width: 320px;
    padding: 10px;
}
#newsletterformheadertext { 
    width:100%;
    margin-top:2px;
    margin-bottom:2px;
    background:white;
    color:#18335E;
}
#footernewsletterform > div.minimailsignup{
    background:#fff;
    color:#18335E;
    width:100%;
    padding:2px;
}
#footernewsletterform > label.minimailsignup{
    display:block;
    font-weight:bold;
    width:90px;
    padding-top:4px;
    float:left;
    color: red;
}
#footernewsletterform > input.minimailsignup{
    font-size:12px;
    padding:4px 2px;
    width:100px;
    margin:2px;
}
#footernewsletterform > input.minimailsubmit{
    margin:6px;
    width:60px;
    background:#18335E;
    color: white;
    font-weight: bold;
}
x.addtocart {
    margin-top:15px;
    margin-bottom:15px;
-webkit-margin-before:15px;
-webkit-margin-after:15px;
}

@media (max-width : 1100px) {
    #mainfooterleft {
        width: 50%;
    }
    #mainfootercenter {
        width: 50%;
    }
    #mainfooterright {
       display: none;
       width: 0%;
    }
}

@media (max-width: 320px ) {
    #mainfootercenter {
        min-width: 320px;
        font-size: 10pt;
    }
    #mainfootercenter h1 {
        font-size: 12pt;
    }
}

/* ============================================================ */

/* The following ECT styles were originally in products2.css */

div.catheader {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16pt;
}
div.catnavcheckout {
    padding-right: 20px;
}
div.catnavcheckout input.checkoutbutton {
    font-size: 16pt;
}
div.products {
    width: 100%;
    padding: 0px 20px 0px 0px;
    text-align: center;
}
div.product {
    max-width: 220px;
    margin-bottom: 20px;
    xmargin-left: 3%;
    margin-top: 20px;
}
div.prodimage {
    text-align: center;
    width: 200px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
}

div.prodimage img {
    width: 200px;
    height: auto;
}
div.prodname {
    font-size: 14pt;
    text-align: center;
    line-height: 1.2;
    height: 3.6em;
    overflow-y: hidden;
}
div.prodrating {
    display: none;
    margin: 0;
}
.smallreviewstars.prodrating img {
    width: 16px;
    height: auto;
}
div.proddescription {
    font-size: 11pt;
    text-align: center;
}

div.optiontext label {
    font-weight: bold;
}

div.quantity2div {
    display: inline-block !important;
    width: 90px;
    min-height: auto;
    vertical-align: middle;
    font-size: 14pt;
    margin-right: 4px;
}
div.addtocart img.buybutton {
    vertical-align: middle;
}
div.quantity2div > div {
    display: inline-block;
    background-color: #006ABA;
    color: white;
}
div.quantity2div > div:hover {
    color: white;
}
input.quantity2input {
    font-size: 11pt;
    border: solid gray 1px;
    margin: 0;
    display: inline-block;
    padding: 2px 4px;
}
div.addtocart div:first-child {
    display: inline-block;
}
div.addtocart input[name="quant"] {
    font-size: 11pt;
}

button.detailbuybutton {
    min-width: auto;
}

div.pagenums {
    float: left;
}
/* put everything in a horizontal line */
.detailquantity, .detailquantitytext, .detailquantity2div, .detailaddtocart {
    display: inline-block;
}

.detailquantitytext {
    font-weight: bold;
    padding-right: 1ex;
}
div.previousnext {
    text-align: center;
    margin-top: 1em;
}
/* SpryTabbedPanels overrides */

ul.TabbedPanelsTabGroup > li.TabbedPanelsTab {
    color: #FFF;
    background-color: #13345C;
    font-family: Tahoma, Arial, sans-serif;
}
ul.TabbedPanelsTabGroup > li.TabbedPanelsTabSelected {
    background-color: #ff0000;
    border-bottom: 1px solid #ff0000;
    color: #fff;
    outline: none;
}
ul.TabbedPanelsTabGroup > li.TabbedPanelsTabHover {
    background-color: #ff0000;
    color: #fff;
}


div.checkoutadditionals label.ectlabel,
div.checkoutadditionals div.cdformtpayradio1 {
    font-weight: bold;
}

div.checkoutadditionals div.cdformpayment label.ectlabel {
    font-weight: normal;
}

input[type="button"].ectbutton,
input[type="submit"].ectbutton,
button.ectbutton {
    font-family: Arial, Helvetica, sans-serif;
}
div.ectsoftwrapper {
    font-family: Arial, Helvetica, sans-serif;
}

/*================START 1025PX TO 1224PX STYLES==================*/
@media (max-width : 1920px) {
#headerbox {
    xborder: solid purple 2px;
}
#headerleft {
    width: 25%;
}
#headerright2 {
    width: 75%;
}
#headerimage img {
    max-width: 100%;
    height: auto;
}
#header-welcome {
    padding: 0;
}
#header-ect-tools {
    padding: 0 10px;
}
#searchcontainer, #onelinecartcontainer2 {
    font-size: 11pt;
}
.hours {
    font-size: 14px;
}
#cssmenu {
    margin-top: 0px;
}
#middlediv {
    xpadding-left: 50px;
    xpadding-right: 50px;
}
.mainmenuUL #menucartproblems {
    display: none;
}
#copyrightarea {
    text-align: center;
    background: white;
    color: #18335e;
    font-size: 12px;
}
}
/*================END 1025PX TO 1224PX STYLES==================*/
@media (max-width : 1080px ) {
#headerbox {
    xborder: solid yellow 2px;
}
#bannercontainer {
}
#headerleft {
    width: 25%;
}
#headerright2 {
    width: 75%;
}
#headercreditcards2 {
    display: none;
}
#header-ect-tools {
    padding: 0;
}
#header-welcome p {
    margin-top: 0;
}
.mainmenuUL #menucartproblems {
    display: none;
}
.mainmenuUL #menuaboutus {
    display: none;
}
#middlediv {
    xpadding-left: 20px;
    xpadding-right: 20px;
}
#footerarea {
    font-size: 16px;
}
#logintextspan2 {
    margin-top: -175px;
    margin-left: -20px;
    font-size: 14px;
    position: absolute;
    width: 300px;
}
#cssmenu {
}
#copyrightarea {
    text-align: center;
    background: white;
    color: #18335e;
    font-size: 12px;
}
}
/*================END 769PX TO 1024PX STYLES==================*/

/*================START 481PX TO 768PX STYLES==================*/
@media (max-width : 940px) {

#headerleft {
    width: 25%;
}
#headerright2 {
    width: 75%;
}
#headercreditcards2 {
    display: none;
}
#header-welcome {
    padding: 0 0;
}
#header-welcome p {
    font-size: 11pt;
}
#header-ect-tools {
    vertical-align: top;
    padding: 20px 5px;
}
#searchcontainer {
    padding: 0;
}
#searchcontainer {
    display: block;
    padding: 0;
    padding-left: 10px;
    margin: 0;
    font-size: 10pt;
}
#onelinecartcontainer2 {
    display: block;
    margin-top: 10px;
    font-size: 10pt;
    padding: 0;
    padding-left: 10px;
}
#account-link {
    float: none;
    padding: 0;
}
#cssmenu {
    xmargin-top: 20px;
}
.mainmenuUL #menucartproblems {
    display: none;
}
.mainmenuUL #menuaboutus {
    display: none;
}
#footerarea {
    font-size: 16px;
}
#middlediv {
    width: 100%;
    min-height: unset; /* left sidebar is hidden at this point */
    margin: 0;
    padding-left: 40px;
    padding-right: 40px;
}
#leftsidebardiv {
    display: none;
}
#rightsidebardiv {
    display: none;
}
#footerarea {
    font-size: 12px;
    height: 100px;
}
.map_image {
    height: auto;
}
#citation_address {
    width: 30%;
    margin-left: 20px;
    font-size: 9px;
}
#service-areas {
    font-size: 8px;
    width: 20%;
}
#countiesbox img {
    width: 90%;
    height: auto;
}
#copyrightarea {
    text-align: center;
    background: white;
    color: #18335e;
    font-size: 10px;
}
}
/*================END 481PX TO 767PX STYLES==================*/
/*================START TO 480PX STYLES==================*/
@media (max-width: 800px ) {

#headerleft {
    width: 50%;
}
#headerright2 {
    width: 50%;
}
#headercreditcards2 {
    display: none;
}
#header-welcome {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 10px;
}
#header-welcome p {
    margin: 0 auto;
}
#header-ect-tools {
    display: block;
    text-align: center;
}
#searchcontainer {
    padding-top: 20px;
}
#searchcontainer, #onelinecartcontainer2 {
    font-size: 10pt;
    display: inline-block;
}
#onlinecartcontainer2 {
    padding-bottom: 10px;
}
#header-search-text {
    width: 120px;
}
#view-cart-link, #account-link {
    width: 100%;
    padding-right: 0;
}
#mainmenucontainer {
    display: inline-block;
    width: 100%;
}
#middlediv {
}
#leftsidebardiv {
    display: none;
}
#rightsidebardiv {
    display: none;
}
#footerarea {
    font-size: 12px;
    height: 70px;
}
.map_image {
    height: auto;
}
#citation_address {
    font-size: 8px;
    margin-left: 6px;
    width: 40%;
}
#service-areas {
    font-size: 8px;
    width: 25%;
}
#countiesbox img {
    width: 90%;
    height: auto;
}
#copyrightarea {
    text-align: center;
    background: white;
    color: #18335e;
    font-size: 10px;
    margin-top: 20px;
}

div.products {
    padding: 0;
    margin: 0 auto;
}
div.product {
    width: 220px;
}

}

@media (max-width: 620px ) {
#header-banner-1 {
    font-size: 11pt;
    line-height: 1;
    padding: 2px;
}
#headerleft {
    width: 100%;
}
#headerright2 {
    width: 100%;
    text-align: center;
}
#account-link {
    padding-right: 0;
}
#leftsidebardiv, #rightsidebardiv {
    display: none;
}
#middlediv {
}
.detailimage {
    text-align: center;
    margin-top: 1em;
}
div.catnavcheckout {
    padding-right: 0px;
}
div.catnavcheckout input.checkoutbutton {
    font-size: 12pt !important;
}

div.product {
    max-width: 300px;
    width: 300px;
    padding: 20px 10px;
    border: solid #dddddd 1px;
    border-radius: 10px;
}

div.prodname {
    height: auto;
}

} /* screen width < 620px */

/**
*** EFO $RCSfile: ccsmain.css,v $
**/