html, body {
 height: 100%;
 }

body {
 background-color: white;
 color: #333;
 font-family: arial,verdana;
 font-size: 12px;
 font-weight: normal;
 letter-spacing: 0;
 line-height: 18px;
 margin: 0;
 }

.table {
 display: table;
 }

.table > .row {
 display: table-row;
 }

.table > .row > .cell {
 display: table-cell;
 } .table > .row > .cell.label {
 white-space: nowrap;
 } .table > .row > .cell.centered {
 text-align: center;
 }

.float-left {
 float: left;
 }

.float-right {
 float: right;
 }

.clear {
 clear: both;
 }

.center {
 margin-left: auto;
 margin-right: auto;
 }

.glyph-email {
 width: 16px;
 height: 12px;
 display: inline-block;
 background: url('/_public/images/glyphs/email.png');
 vertical-align: middle;
 }

#header {
 background-color: #404041;
 }

.header1 {
 border-bottom: 2px solid #c87d3f;
 max-width: 1000px;
 margin: 0 auto;
 padding-bottom: 5px;
 padding-top: 15px;
 }

.header1 a.logo {
 float: left;
 }

.header1 a.logo img {
 vertical-align: top;
 }

.searchbox {
 float: right;
 margin-top: 30px;
 margin-right: 15px;
 }

.searchbox input[type=text] {
 width: 200px;
 height: 30px;
 border: none;
 -webkit-border-radius: 4px 0 0 4px;
 -moz-border-radius: 4px 0 0 4px;
 border-radius: 4px 0 0 4px;
 padding: 0 4px;
 font-family: tahoma;
 font-weight: bold;
 }

.searchbox button {
 cursor: pointer;
 border: none;
 margin: 0;
 height: 30px;
 width: 32px;
 background: url('/_public/images/frame/search.png'); 
 background-color: #005cb9;
 vertical-align: top;
 -webkit-border-radius: 0 4px 4px 0;
 -moz-border-radius: 0 4px 4px 0;
 border-radius: 0 4px 4px 0;
 }
.filter-me{
    filter: brightness(0) invert(1);
}
.helpbox {
 float: right;
 font: normal 18px arial,verdana;
 color: white;
 margin-top: 22px;
 margin-right: 145px;
 }

.header2 {
 max-width: 1000px;
 margin: 0 auto;
 padding: 10px 0;
 text-align: right;
 line-height: 2em;
 font-family: arial,verdana;
 font-size: 15px;
 text-transform: uppercase;
 }

.header2 a {
 text-decoration: none;
 color: white;
 }

a.cart1 {
 font: normal 15px arial,verdana;
 letter-spacing: 1px;
 color: #f9a629;
 text-decoration: none;
 text-transform: none;
 }

a.cart2 {
 display: none;
 margin: 20px 0;
 font: normal 15px arial,verdana;
 letter-spacing: 1px;
 color: #f9a629;
 text-decoration: none;
 text-transform: none;
 }

.divider {
 color: white;
 margin: 0 10px;
 }

.glyph-cart {
 width: 20px;
 height: 19px;
 display: inline-block;
 background: url('/_public/images/frame/cart.png');
 vertical-align: middle;
 }

.menubar {
 background: #39b1cc;
 background: -moz-linear-gradient(top, #005cb9 0%, #0076ed 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005cb9), color-stop(100%, #0076ed));
 background: -webkit-linear-gradient(top, #005cb9 0%, #0076ed 100%);
 background: -o-linear-gradient(top, #005cb9 0%, #0076ed 100%);
 background: -ms-linear-gradient(top, #005cb9 0%, #0076ed 100%);
 background: linear-gradient(to bottom, #005cb9 0%, #0076ed 100%);
 }

.midbar {
 font: bold 1.2em arial,verdana;
 border-bottom: 1px solid #005cb9;
 padding: 10px;
 text-transform: uppercase;
 margin-bottom: 20px;
 }

.midbar .left {
 float: left;
 }

.midbar .right {
 float: right;
 }

.main-content-frame {
 max-width: 1000px;
 min-height: 100%;
 background-color: white;
 margin: 0 auto;
 }

.main-content {
 margin-top: 20px;
 }

.footer {
 background-color: #404041;
 margin-top: 50px;
 }

.footer > .inner {
 max-width: 1000px;
 font-size: 16px;
 line-height: 150%;
 text-align: center;
 padding-top: 30px;
 margin: 0 auto;
 height: 100px;
 color: white;
 }

.footer > .inner a {
 color: white;
 text-decoration: none;
 margin: 0 10px;
 }

.holiday-banner {
 height: 200px;
 max-width: 1000px;
 margin: 5px auto 0 auto;
 }

.holiday-banner img {
 width: 100%;
 height: 100%;
 }

.tag_line {
    margin-right:auto;
    margin-left:0px;
    text-align: left;
    text-transform: none;
    display: block;
    float: left;
    color: #fff;
}

@media screen and (max-width: 1000px) {
 .header1 { padding-left: 10px; padding-right: 10px; }
 .header2 { padding-left: 10px; padding-right: 10px; }
 }

@media screen and (max-width: 870px) {
 .chatbox { display: none; }
 .main-content-frame {margin-top:-20px;}
 }

@media screen and (max-width: 600px) {
 .header1 a.logo {
  float: none;
  display: block;
  text-align: center;
  }
 .header1 .searchbox {
  float: none;
  display: block;
  text-align: center;
  padding: 10px 0;
  }
 .header1 .helpbox {
  float: none;
  display: block;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  }
 .header2 {
  text-align: center;
  }
 .mobleft { float: left; background-color: #005cb9; padding: 5px 10px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
 .mobright { float: right; background-color: #005cb9; padding: 5px 10px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
 .divider { display: none; }
 a.cart1 { display: none; }
 a.cart2 { display: block; }
.main-content-frame {margin-top:0px;}
}