* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Cutive;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  color: #333333;
  background: url(../images/body_bg.jpg) repeat;
}

@font-face {
  font-family: Cutive;
  src: url(../fonts/Cutive-Regular.eot);
  src: url(../fonts/Cutive-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/Cutive-Regular.ttf) format('truetype'), url(../fonts/Cutive-Regular.svg#Cutive) format('svg');
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

img {
  border: 0px;
}

.wrapper {
  min-width: 960px;
}

.tellason-clear {
  clear: both;
}

/* Header - START */
.header-container {
  background-image: url(../images/top_blk_bg.jpg);
  background-repeat: repeat-x;
  height: 100px;
}

.header {
  width: 960px;
  margin: 0px auto;
}

.header-top-bar {
  width: 100%;
  float: left;
}

.header-search {
  width: 216px;
  height: 24px;
  float: left;
  margin-top: 3px;
  background-image: url(../images/search_bg.jpg);
}

.header-form-search {
  top: 0;
  right: 29px;
  width: 315px;
  height: 30px;
  background-image: url(../images/search_bg.jpg);
  background-repeat: no-repeat;
  padding: 1px 0 0 0px;
}

.header-search-box {
  background-color: transparent;
  border: 0px none #5C7989;
  color: #4D4D4D;
  display: block;
  float: left;
  font-family: Cutive;
  font-size: 9px;
  font-style: normal;
  height: 15px;
  margin: 2px 4px 0px 5px;
  outline: 0px none #4D4D4D;
  padding: 4px 2px 1px 30px;
  text-transform: uppercase;
  vertical-align: middle;
  width: 167px;
}

.header-search-button {
  background-image: url(../images/search.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 0px none transparent;
  outline: 0px none transparent;
  position: relative;
  top: 5px;
  left: -200px;
}

.header-top-links {
  float: right;
  width: 740px !important;
  text-align: right;
  margin-top: 4px;
  font-size: 9px;
  position: relative;
  text-transform: uppercase;
  color: #9a9a9a;
  padding-top: 6px;
  height: 17px;
}

  .header-top-links a {
    color: #9a9a9a;
    text-decoration: none;
    margin-left: 18px;
    height: 17px;
    float: left;
    display: block;
    cursor: pointer;
  }
.header-top-links-right a.hd-freeship { background: url(../images/free-ship-hm.png) no-repeat right 0; color:#c8571b; text-shadow: 1px 1px 1px #000; display:inline-block; margin-top:-4px; padding:3px 30px 3px 0; font-size:10px;}
.header-top-links-right a.hd-freeship:hover { color:#9A9A9A;}
    .header-top-links a:hover {
      color: #FF5F00;
    }

.header-top-links-left {
  float: left;
  width: 220px !important;
}

.header-top-links-right {
  float: right;
  width: auto !important;
  position:relative;
}

.header-shopping-bag {
  background-image: url("../images/shop_icon.png");
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 23px;
  margin-right: 5px;
}

  .header-shopping-bag:hover {
    background-image: url("../images/shop_icon_hover.png");
  }
#ChooseShippingAddress .header{ width:auto !important;}
.header-login-popup {
  background: #F6F6EF;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 2px 4px 0px rgba(0,0,0,.3);
  -moz-box-shadow: 0 2px 4px 0px rgba(0,0,0,.3);
  -o-box-shadow: 0 2px 4px 0px rgba(0,0,0,.3);
  position: absolute;
  padding: 15px;
  width: 230px;
  left: 166px;
  top: 52px;
  z-index: 9999999999;
}

  .header-login-popup::before {
    position: absolute;
    top: -37px;
    content: "";
    border-top: 12px solid transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 25px solid #F6F6EF;
    left: 50%;
    margin-left: -18px;
  }

  .header-login-popup h2 {
    text-align: left;
    color: #FF5F00;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 0 5px;
  }

  .header-login-popup label {
    font-size: 10px;
    display: block;
    padding: 0 0 5px;
    text-transform: none;
    color: #333333;
    text-align: left;
    margin-top: 3px;
  }

  .header-login-popup input {
    border: 1px solid #B6B6B6;
    color: #929497;
    font-family: Cutive;
    font-size: 10px;
    height: 16px;
    padding: 7px 2px 7px 2px;
    width: 224px;
  }

.header-login-popup-forgot-password {
  margin: 5px 0px 5px 0px;
  color: #9A9A9A;
  font-family: Cutive;
  font-size: 10px;
  height: 17px;
  text-transform: none;
  text-align: left;
}

  .header-login-popup-forgot-password a {
    color: #9A9A9A;
    text-decoration: underline;
    margin-left: 0px;
  }

    .header-login-popup-forgot-password a:hover {
      color: #FF5F00;
    }

.header-login-popup-login-button {
  text-align: left;
}

  .header-login-popup-login-button button {
    background-color: transparent;
    border: 0px none transparent;
    height: 36px;
    cursor: pointer;
    margin-top: 5px;
  }

    .header-login-popup-login-button button span {
      background-color: #233A64;
      width: 54px;
      padding: 20px 30px 20px 30px;
      color: #FFFFFF;
      text-transform: uppercase;
      font-family: Cutive;
      font-size: 10px;
    }

      .header-login-popup-login-button button span:hover {
        background-color: #FF5F00;
      }

.header-login-popup-facebook-login {
  clear: both;
  height: 43px;
  margin: 10px 0px 10px 0px;
  border-top: 1px solid #d2d5e9;
  border-bottom: 1px solid #d2d5e9;
  padding-top: 10px;
}

  .header-login-popup-facebook-login a {
    margin: 0px;
  }

.header-login-popup-signup {
  color: #333333;
  font-family: Cutive;
  font-size: 10px;
  text-align: left;
  text-transform: none;
}

  .header-login-popup-signup button {
    background-color: transparent;
    border: 0px none transparent;
    margin-left: 3px;
  }

    .header-login-popup-signup button span {
      color: #233A64;
      font-family: Cutive;
      font-size: 10px;
      text-transform: uppercase;
      text-decoration: underline;
      cursor: pointer;
    }

.header-logo-bar {
  clear: both;
  width: 100%;
  height: 75px;
  padding: 18px 0px;
  border-bottom: 1px solid #ababab;
  float: left;
  margin-bottom: 20px;
}

.header-logo {
  width: 240px;
  /* float: left; */
  margin: 4px auto;
}

.header-navigation {
  /* float: right; */
  margin-top: 0px;
  text-align: right;
}

.shopFor { float:left; font-size:13px; padding-top:15px; color:#757575;}
  .header-navigation a {
    color: #3f3f3f;
    padding-left: 36px;
    text-decoration: underline;
    font-size: 13px;
  }

    .header-navigation a:hover {
      color: #DC4D28;
    }

/* Header - END */

/*Middle Navigation - START*/
.navigation-middle {
  clear: both;
  width: 960px;
  margin: 0px auto;
  border-bottom: 1px solid #ababab;
  height: 30px;
  margin-bottom: 20px;
}

.navigation-middle-links {
  width: 100%;
  text-transform: uppercase;
  font-family: Cutive;
  font-size: 11px;
  text-align: center;
}

  .navigation-middle-links a {
    color: #4C4C4C;
    text-decoration: none;
    margin: 0px 20px;
  }

    .navigation-middle-links a:hover {
      color: #FF6600;
      text-decoration: underline;
    }

.navigation-middle-links-active {
  color: #FF6600 !important;
  text-decoration: underline !important;
}
/*Middle Navigation - END*/

/* Center - START */
.center-container {
  clear: both;
  width: 970px;
  min-height: 531px;
  margin: 0px auto;
}

.center-container-top {
  background-image: url(../images/content_top_bg.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 11px;
}

.center-container-inner {
  background-image: url(../images/content_center_bg.png);
  background-repeat: repeat-y;
  width: 100%;
  overflow-y: auto;
}

.center-container-inner-container {
  background-color: #FFFFFF;
  background-repeat: repeat-y;
  width: 960px;
  margin: 0px auto;
  overflow-y: auto;
}

.center-container-inner-container-content {
  background-color: #FFFFFF;
  background-repeat: repeat-y;
  width: 930px;
  margin: 0px auto;
}

  .center-container-inner-container-content h2 {
    overflow: hidden;
    color: #373737;
    font-family: Cutive;
    font-size: 23px;
    font-weight: normal;
  }

.center-container-bottom {
  background-image: url(../images/content_bottom_bg.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 14px;
  margin-bottom: 20px;
}
/* Center - END */

/* Footer - START */
.footer-container {
  width: 100%;
  height: 165px;
  background: url(../images/footer-bg.jpg) repeat-x;
  float: left;
  position: relative;
  bottom: 0;
  left: 0;
}

.footer-stamp {
  width: 965px;
  height: 138px;
  margin: 15px auto;
  background-image: url(../images/ft_wire.png);
  background-repeat: no-repeat;
  background-position: center;
}

.footer-left-links {
  width: 425px;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-family: Cutive;
  color: #333333;
  font-size: 10px;
  margin-top: 67px;
}
h2.our-story-hd { color: #FF6600;}
  .footer-left-links a {
    color: #333333;
    text-decoration: none;
    margin: 0px 4px;
  }

    .footer-left-links a:hover {
      color: #DC4D28;
    }

.footer-right-links {
  width: 425px;
  float: right;
  text-align: center;
  text-transform: uppercase;
  font-family: Cutive;
  color: #333333;
  font-size: 10px;
  margin-top: 67px;
}

  .footer-right-links a {
    color: #333333;
    text-decoration: none;
    margin: 0px 4px;
  }

    .footer-right-links a:hover {
      color: #DC4D28;
    }

.footer-seo-top {
  margin: 0px auto;
  width: 965px;
  text-align: center;
  padding: 7px;
  font-family: Cutive;
  font-size: 12px;
}

.footer-seo-bottom {
  margin: 0px auto;
  width: 100%;
  text-align: center;
  background-color: #FFFFFF;
  padding: 7px 0px 7px 0px;
  font-family: Cutive;
  font-size: 12px;
}

/* Footer - START */

/* Miscellaneous - START */
.press-main {
  width: 930px;
  position: relative;
  margin-top: 40px;
}

.press-left {
  width: 400px;
  float: left;
  border-left: 1px solid #bec5ef;
  margin-left: 40px;
}

.press-right {
  width: 400px;
  float: right;
  border-left: 1px solid #bec5ef;
  margin-right: 40px;
}

.press-list {
  margin: 0px;
  padding: 0px;
}

  .press-list li {
    list-style: none;
    display: block;
    margin-left: 30px;
    padding: 0px 0px 15px;
  }

  .press-list a {
    color: #303030;
    font-family: Cutive;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
  }

    .press-list a:hover {
      text-decoration: none;
    }

.our-story-main {
  width: 100%;
  clear: both;
  background-image: url(../images/border-right.png);
  background-repeat: repeat-y;
  overflow: auto;
}

.our-story-left {
  width: 290px;
  float: left;
  border-top: 1px solid #6d6e71;
}

  .our-story-left a {
    width: 290px;
    height: 50px;
    border-bottom: 1px solid #6D6E71;
    background-color: #e6e6e6;
    display: block;
    color: #333333;
    font-family: Cutive;
    font-size: 11px;
    text-transform: uppercase;
  }

    .our-story-left a:hover {
      background-color: #dadada;
      color: #FF6600;
    }

    .our-story-left a span {
      display: block;
      padding: 18px 0px 0px 17px;
    }

.our-story-selected-tab {
  background-color: #FFFFFF !important;
  cursor: text !important;
}

  .our-story-selected-tab:hover {
    background-color: #FFFFFF !important;
    cursor: text !important;
  }

.our-story-right {
  width: 600px;
  float: right;
}

.our-story-right-tab {
  width: 100%;
}

  .our-story-right-tab p {
    margin-bottom: 10px;
    font-family: Cutive;
    font-size: 11px;
    color: #222222;
    line-height: normal;
  }

  .our-story-right-tab h3 {
    margin-bottom: 10px;
    font-family: Cutive;
    font-size: 11px;
    font-weight: bold;
    text-transform: none;
    color: #222222;
  }

.our-story-divider {
  width: 100%;
  height: 15px;
  border-bottom: 1px solid #B6B8DF;
  margin-bottom: 15px;
  clear: both;
}

.our-story-founders {
  width: 100%;
  height: 800px;
  background-image: url(../images/founder_bg.jpg);
  background-repeat: no-repeat;
  background-position:left bottom;
  position: relative;
}

  .our-story-founders h2 {
    color: #ff6600;
    font-size: 26px;
    width: 100%;
    text-transform: uppercase;
  }

.our-story-founders-about {
  position: absolute;
  width: 828px;
  height: 180px;
  float: left;
  bottom: 0px;
  background-image: url(../images/founder_wht_bg.png);
  background-repeat: repeat;
  padding: 50px 50px 40px 50px;
  line-height: 25px;
}

  .our-story-founders-about p {
    color: #333333;
    font-family: Cutive;
    font-size: 13px;
    line-height: inherit;
  }

.Breadcrumb li a {
  background: url('../images/icon_bullet_breadcrumb.png') no-repeat right 3px !important;
}

.modalClose {
  background: url('../images/close.gif') no-repeat !important;
}

.actionLink a {
  color: #cd5d15;
}

  .actionLink a:hover {
    color: #333333;
  }

.double-column {
  width: 570px;
  margin: 0px 0px 20px 0px;
  overflow: hidden;
}

  .double-column li {
    float: left;
    display: inline;
    width: 50%;
    font-family: Cutive;
    color: #333;
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 20px;
  }

    .double-column li span {
      font-family: Cutive;
      color: #333;
      font-size: 14px;
    }

    .double-column li a {
      color: #333333;
      text-decoration: underline;
    }

      .double-column li a:hover {
        color: #999999;
      }

.tnamep1 {
  display: block;
}

.tnamep2 {
  display: block;
}

.ProductDetails span.tnamep1, .ProductDetails span.tnamep2 {
  font-size: 11px;
  color: #686767;
}

h1#hpname span.tnamep1, h1#hpname span.tnamep2 {
  font-size: 22px;
  color: #686767;
}

h3#hpname span.tnamep1, h3#hpname span.tnamep2 {
  font-size: 22px;
  color: #686767;
}
#ProductDetails #hpname { padding-top:10px;}
.about-return { padding:10px; margin:5px 0 10px 0; background-color:#c1c6d5; border:#aab0c0 solid 1px;}
.about-return a{ text-decoration:underline;}
.about-return a:hover{ text-decoration:none; color:#666666;}
/* Miscellaneous - END */
/* Mailchimp */
#mc_embed_signup_scroll { padding:20px 0;}
#mc_embed_signup_scroll p {
display:inline-block;
padding-right:10px;
}
#mc_embed_signup_scroll .mc-field-group { display:inline-block;}
#mc_embed_signup_scroll input.email { height:25px; border:#abadb3 solid 1px; width:205px;}
#mc_embed_signup_scroll input.button { background:#0b1128; border:#0b1128 solid 1px; height:31px; color:#FFFFFF; margin-top:-1px; padding:2px 10px; cursor:pointer;}
#mc_embed_signup_scroll input.button:hover { background:#333333;}
