#header-wrapper {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}

#header {
  position: relative;
  overflow: hidden;
}
#header .twelve-hundred {
  padding: 0px;
}

#logotype-wrapper {
  display: inline-block;
  float: left;
  margin: 10px 0px;
  padding-left: 10px;
  opacity: 0.8;
}
#store-name-wrapper {
  float: left;
  display: block;
  font-size: 0.9em;
  margin: 27px 0px 26px 15px;
  line-height: 18px;
}
#store-name-wrapper a {
  font-family: 'Neutraface2Text_Bold', sans-serif;
  text-transform: uppercase;
}
#store-name-wrapper a:hover {
  color: #7a7878;
  text-decoration: none;
}
#store-name-wrapper span {
  font-size: 0.9em;
}

#site-menu-wrapper {
  float: right;
  display: block;
  margin: 0px 30px;
}

#site-menu {
  /* see site_menu.css */
}

#cart-wrapper {
  float: right;
  padding-right: 10px;
}

#cart {
  display: block;
  margin: 24px 0px;
  border: 1px solid #c8cacc;
  border-radius: 4px;
  position: relative;
  white-space: nowrap;
}
#cart > a.image {
  float: left;
  vertical-align: bottom;
  margin-right: 5px;
  width: 32px;
  height: 32px;
}
#cart > a.content {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  padding: 10px 15px;
}
#cart > a.content:hover {
  color: #fff;
  background: #c8cacc;
  text-decoration: none;
}

#page-wrapper {
  margin: 0px;
  padding-top: 90px;
  background: #f1f3f5;
}

#page {}

#right-menu-wrapper {
  display: inline-block;
  float: left;
  margin-top: 37px;
  width: 423px;
  border-bottom: 3px double rgba(0, 0, 0, 0.1);
  border-top: 3px double rgba(0, 0, 0, 0.1);
  padding: 10px 0px;
}

#site-links-wrapper {
  display: inline-block;
  float: left;
  text-align: left;
}
#site-links a {
  color: #777;
  padding: 0px 10px;
}
#site-links a:hover {
  color: #af8913;
  text-decoration: none;
}
#site-links li.active > a {
  color: #af8913;
  text-decoration: none;
}

#region-wrapper {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 25px;
  width: 400px;
  margin: 0px -200px;
}
#region {
  font-size: 0.95em;
}
#region table {
  border-collapse: collapse;
  margin: 0px auto;
}
#region table tr td {
  padding: 5px 5px;
}
#region table tr td {
  border: 1px #ccc solid;
  text-align: left;
}
#region table tr td:first-child {
  background: #eee;
  vertical-align: middle;
}
#region .language {
  vertical-align: middle;
  margin-left: 4px;
  display: inline;
  line-height: 1em;
}
#region .currency {
  margin-left: 5px;
  display: inline;
  color: #777;
  border: 1px solid #d1d1d1;
  padding: 0px 4px;
  background-color: #fff;
  cursor: default;
}
#region .country {
  display: inline;
  color: #777;
  padding: 0px 4px;
  cursor: default;
}

#site-links {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 10px;
}
#site-links li {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px;
}
#site-links li:first-child {
  border: none;
  padding-left: 0px;
}
#site-links li:last-child {
  padding-right: 0px;
}

#main-wrapper {
  margin: 40px auto;
  min-height: 400px;
}

#main {
  padding: 0px 10px;
}
#main tr > .top > *:first-child {
  margin-bottom: 20px;
}
#main tr > .left > * {
  margin-right: 20px;
}
#main tr > .content {
  width: 100%;
}
#main tr > .right > *:first-child {
  margin-right: 20px;
}
#main tr > .bottom > *:first-child {
  margin-top: 20px;
}

#article-wrapper {
  margin: 40px 0px;
  background: #c8cacc;
  overflow: hidden;
}

#article h1 {
  font-size: 36px;
  margin: 0px 0px 20px 0px;
  color: #fff;
}
#article p {
  color: #fff;
}
#article .content {
  width: 50%;
  padding: 0px 60px 0px 20px;
}
#article .image {
  float: left;
  width: 100%;
  height: 725px;
  background: url('../images/index-box-bg.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: -50px 0px;
}

#filter {
  float: right;
  margin: 5px 2px 0px 0px;
}
#filter a.button {
  display: inline-block;
  margin: -2px;
  padding: 5px 10px;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  background: #f9f9f9;
  box-shadow: none;
  color: #999;
  text-decoration: none;
  text-shadow: none;
}
#filter span.button.active {
  margin: -1px;
  padding: 5px 9px;
  border: 1px solid #dfdfdf;
  background: #f4f4f4;
  border-radius: 0px;
  color: #2a2e32;
  box-shadow: none;
  text-shadow: none;
}
#filter a.button:hover {
  background: #fff;
  color: #777;
}

#footer-wrapper {
  overflow: hidden;
}
#footer-wrapper h4 {
  font-size: 1.6em;
  margin: 0px auto;
  padding-left: 10px;
}

#footer {
  background: #fff;
  padding: 0px 10px;
  margin-top: 20px;
}
#footer ul.list-horizontal li {
  padding: 20px;
}
#footer ul.list-horizontal li a:hover {
  color: #7a7878;
  text-decoration: none;
}
#footer ul.list-horizontal li:first-child {
  padding-left: 0px;
}

#payment-methods {
  padding: 20px 0px 20px 10px;
}
#payment-methods img {
  height: 25px;
  padding: 0px 8px;
}

#breadcrumbs-wrapper {
  width: 50%;
  overflow: hidden;
}
#breadcrumbs {
  padding: 0px 20px;
  display: inline-block;
  float: left;
}

#footer table {
  width: 100%;
  border-collapse: separate;
}
#footer table td {
  padding: 5px 20px;
  vertical-align: top;
  width: 15%;
}
#footer table td:first-child{
  border-left: none;
  padding-left: 0px;
}
#footer table td:last-child {
  border-right: none;
}


#footer .contact {
  width: 10%;
}
#footer .contact p {
  margin: 0;
}
#footer .customer-service {
  width: 20%;
  padding-top: 37px;
}
#footer .payment-methods {
  width: 25%;
}
#footer .payment-methods .cards {
  margin-top: 10px;
}
#footer .payment-methods .cards img {
  width: 45px;
}

#copyright p {
  padding: 0px 20px;
  font-size: 0.9em;
  color: #777;
  text-align: center;
}

#scroll-up{
  width: 40px;
  height: 40px;
  opacity: 0.3;
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: none;
  text-indent: -9999px;
  background: url('../images/scroll_up.png') no-repeat;
}
