/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*//* global mixins */.clip {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  -o-background-clip: padding;
  background-clip: padding-box;
}
.clear {
  /* for use on :after */
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* global color variables *//* global layout */body {
  font-size: 12px;
  margin: 0px;
  text-align: center;
  background: #ddd;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}
#bg {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
}
#head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 73px;
  background: url(img/head-bg.jpg) top left;
}
#head:after {
  content: "";
  display: block;
  height: 33px;
  width: 100%;
  background: url(img/fade.jpg) top right no-repeat;
}
#header {
  position: relative;
  margin: auto;
  width: 950px;
  z-index: 200;
  /* h1 */
  /* sitelinks */
  /* nav */
}
#header h1 {
  position: absolute;
  top: 0;
  left: 0;
}
#header h1 a {
  float: left;
  height: 63px;
  width: 157px;
  margin-top: 7px;
  text-indent: -9999em;
  background: url(img/logo.png) top left no-repeat;
}
#header #site-links {
  float: right;
  height: 33px;
}
#header #site-links li {
  float: left;
  padding-left: 10px;
}
#header #site-links a {
  float: left;
  height: 33px;
  line-height: 35px;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}
#header #site-links li.bag a {
  padding: 0 8px 0 32px;
  background: #3a2d25 url(img/bag.jpg) 6px center no-repeat;
}
#header #site-links a:hover {
  opacity: .7;
}
#header #nav {
  float: right;
  height: 39px;
  clear: right;
  border-top: 1px dotted #4f3e34;
}
#header #nav li {
  float: left;
  padding-left: 20px;
  position: relative;
}
#header #nav li a {
  float: left;
  height: 39px;
  line-height: 38px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
#header #nav a:hover {
  opacity: .7;
}
#header #nav li:hover ul {
  display: block;
}
#header #nav li ul {
  position: absolute;
  top: 36px;
  left: 0;
  width: 180px;
  background: #000;
  text-align: left;
  padding: 5px 0;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}
#header #nav li ul li {
  float: none;
  padding: 2px 10px;
}
#header #nav li ul li a {
  float: none;
  display: block;
  height: auto;
  line-height: 1.4em;
  color: #fff;
  font-size: 12px;
}
/* header */#page {
  position: relative;
  width: 950px;
  margin: auto;
  z-index: 100;
  margin-top: 73px;
  margin-bottom: 160px;
  /* splash */
  /* products */
  /* product */
  /* also */
  /* #bag */
  /* checkout */
}
#page #splash {
  height: 602px;
  background: url(img/splash.jpg) top left no-repeat;
}
#page .cat-title {
  position: relative;
  padding: 40px 0 25px 0;
}
#page .products {
  position: relative;
  overflow: hidden;
}
#page .products li.cap {
  margin-right: 0;
}
#page .products li {
  float: left;
  width: 260px;
  padding: 20px 20px 0;
  background: #fff;
  height: 280px;
  position: relative;
  margin: 0 25px 25px 0;
}
#page .products li a.product-image {
  display: block;
}
#page .products li a.product-image img {
  display: block;
  margin: auto;
}
#page .products li h3 {
  position: absolute;
  bottom: 25px;
  left: 20px;
  width: 260px;
  text-align: left;
}
#page .products li h3 a {
  color: #111;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
#page .products li h3 span {
  float: right;
  font-size: 14px;
}
#page #product {
  position: relative;
  overflow: hidden;
  width: 950px;
  background: url(img/lines.gif) top left;
  /* details */
  /* meta */
}
#page #product #details {
  position: relative;
  float: left;
  width: 360px;
  padding: 34px 0 0 40px;
  text-align: left;
}
#page #product #details h1 {
  font-size: 40px;
}
#page #product #details .price {
  display: block;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 0 25px;
}
#page #product #details dl {
  font-family: System, Terminal, serif;
  text-transform: uppercase;
  line-height: 19px;
  overflow: hidden;
  color: #000;
  padding-bottom: 30px;
}
#page #product #details dt {
  float: left;
  height: 19px;
  padding-bottom: 7px;
  width: 84px;
  clear: left;
}
#page #product #details dd {
  float: left;
  padding: 0 5px;
  background: #dcd8d7;
}
#page #product #details label {
  float: left;
  height: 19px;
  line-height: 19px;
  padding-bottom: 7px;
  width: 84px;
  clear: left;
}
#page #product #details select {
  height: 19px;
  font-size: 11px;
  line-height: 19px;
}
#page #product #details p {
  overflow: hidden;
  padding-bottom: 1em;
}
#page #product #details .buy-this {
  float: left;
  height: 26px;
  width: 200px;
  border: 0;
  text-indent: -9999em;
  background: url(img/add-to-bag.jpg) top left no-repeat;
}
#page #product #details .wishlist {
  float: left;
  height: 22px;
  width: 109px;
  border: 0;
  margin-left: 6px;
  text-indent: -9999em;
  background: url(img/add-to-list.jpg) top left no-repeat;
}
#page #product #meta {
  position: relative;
  float: right;
  width: 410px;
  padding: 12px 43px 20px 0;
}
#page #product #meta p {
  overflow: hidden;
  text-align: left;
  text-transform: uppercase;
}
#page #product #meta .share-with {
  margin-right: -20px;
}
#page #product #meta .share-with img {
  float: right;
}
#page #product #meta .this-image {
  display: block;
  margin: auto;
  padding: 20px 0;
}
#page #also {
  position: relative;
  padding: 10px 0 14px 30px;
  overflow: hidden;
  background: #555;
  color: #fff;
  text-align: left;
  background: rgba(255, 255, 255, 0.25);
}
#page #also h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 8px;
}
#page #also li {
  float: left;
  padding-right: 14px;
  width: 212px;
}
#page #also a {
  display: block;
}
#page #also h4 {
  padding: 2px 0;
}
#page #also span {
  color: #000;
}
#page #bag {
  position: relative;
  padding: 46px 48px;
  background: #fff;
  text-align: left;
  color: #000;
  /* items */
}
#page #bag h2 {
  padding-bottom: 12px;
}
#page #bag .bag {
  padding-left: 276px;
  background: url(img/bigbag.jpg) 0 15px no-repeat;
  margin-left: -15px;
  min-height: 270px;
}
#page #bag #items {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
#page #bag #items th {
  font-family: System, Terminal, serif;
  text-transform: uppercase;
  padding-bottom: 12px;
  background: url(img/dot.jpg) bottom left repeat-x;
}
#page #bag #items td {
  padding: 10px 0 5px;
  vertical-align: middle;
}
#page #bag #items td span {
  background: #ece8e7;
  padding: 4px 0;
  display: block;
  text-align: center;
}
#page #bag #items td.ic1 {
  width: 255px;
}
#page #bag #items td.ic1 a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
#page #bag #items td.ic2 {
  width: 57px;
  padding-right: 18px;
}
#page #bag #items td.ic3 {
  width: 46px;
  padding-right: 18px;
}
#page #bag #items td.ic3 .text {
  width: 44px;
  line-height: 20px;
  border: 1px solid #888;
  -webkit-box-shadow: inset 1px 1px 1px #bbbbbb;
  -moz-box-shadow: inset 1px 1px 1px #bbbbbb;
  -o-box-shadow: inset 1px 1px 1px #bbbbbb;
  box-shadow: inset 1px 1px 1px #bbbbbb;
}
#page #bag #items td.ic4 {
  padding-right: 24px;
  width: 33px;
}
#page #bag #items td.ic5 {
  padding-right: 25px;
}
#page #bag #items td.ic6 {
  width: 45px;
  font-size: 9px;
  text-transform: uppercase;
  text-decoration: underline;
  text-align: right;
}
#page #bag #items td.ic6 a {
  color: #000;
}
#page #bag #totals {
  position: relative;
  margin-bottom: 10px;
  padding-right: 69px;
  background: url(img/dot.jpg) top left repeat-x;
}
#page #bag #totals table {
  width: 100%;
}
#page #bag #totals td {
  padding: 10px 0 0;
  font-family: System, Terminal, serif;
  text-transform: uppercase;
}
#page #bag #totals td span {
  background: #ece8e7;
  padding: 4px 0;
  display: block;
  text-align: center;
}
#page #bag #totals .text {
  width: 74px;
  line-height: 20px;
  border: 1px solid #888;
  -webkit-box-shadow: inset 1px 1px 1px #bbbbbb;
  -moz-box-shadow: inset 1px 1px 1px #bbbbbb;
  -o-box-shadow: inset 1px 1px 1px #bbbbbb;
  box-shadow: inset 1px 1px 1px #bbbbbb;
}
#page #bag #totals .tc1 {
  width: 94px;
}
#page #bag #totals .tc3 {
  width: 74px;
}
#page #bag #total {
  position: relative;
  margin-bottom: 10px;
  background: url(img/dot.jpg) top left repeat-x;
  padding-top: 11px;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
}
#page #bag #total span {
  float: right;
  margin-right: 69px;
}
#page #bag #total h3 {
  float: left;
}
#page #bag #move-on {
  position: relative;
  padding-top: 20px;
  overflow: hidden;
}
#page #bag #move-on img {
  float: left;
}
#page #bag #move-on .submit {
  float: right;
  text-indent: -9999em;
  border: 0;
  margin-right: 69px;
  height: 26px;
  width: 200px;
  background: url(img/co.jpg) top left no-repeat;
}
#page #checkout {
  position: relative;
  padding: 46px 0px 46px 48px;
  background: #fff;
  text-align: left;
  color: #000;
  overflow: hidden;
}
#page #checkout h2 {
  padding-bottom: 12px;
}
#page #checkout .co-col {
  float: left;
  width: 270px;
  margin-right: 35px;
  background: url(img/dot2.jpg) top right repeat-y;
}
#page #checkout .co-col.cap {
  margin-right: 0;
  background: none;
}
#page #checkout h3 {
  font-family: System, Terminal, serif;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 16px;
}
#page #checkout p {
  position: relative;
  line-height: 17px;
  padding-bottom: 16px;
}
#page #checkout select {
  height: 22px;
  font-size: 11px;
}
#page #checkout label {
  display: block;
  font-size: 11px;
  color: #888;
  padding-bottom: 2px;
}
#page #checkout .st1 {
  width: 151px;
}
#page #checkout .st2 {
  width: 211px;
}
#page #checkout .st3 {
  width: 150px;
}
#page #checkout .st4 {
  width: 60px;
}
#page #checkout .text {
  width: 211px;
  padding: 0;
  padding-left: 5px;
  line-height: 20px;
  height: 20px;
  border: 1px solid #888;
  -webkit-box-shadow: inset 1px 1px 1px #bbbbbb;
  -moz-box-shadow: inset 1px 1px 1px #bbbbbb;
  -o-box-shadow: inset 1px 1px 1px #bbbbbb;
  box-shadow: inset 1px 1px 1px #bbbbbb;
}
#page #checkout textarea {
  padding: 3px;
  width: 210px;
  line-height: 20px;
  height: 20px;
  height: 100px;
  border: 1px solid #888;
  -webkit-box-shadow: inset 1px 1px 1px #bbbbbb;
  -moz-box-shadow: inset 1px 1px 1px #bbbbbb;
  -o-box-shadow: inset 1px 1px 1px #bbbbbb;
  box-shadow: inset 1px 1px 1px #bbbbbb;
}
#page #checkout .submit {
  position: relative;
  float: right;
  height: 26px;
  width: 200px;
  text-indent: -9999em;
  background: url(img/co.jpg) top left no-repeat;
  border: 0;
  margin-right: 52px;
}
/* page */#lower {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
#bottom-bar {
  position: relative;
  height: 55px;
  background: url(img/bottom-bar.jpg) top left;
}
#bar {
  position: relative;
  width: 950px;
  margin: auto;
  /* form */
}
#bar ul {
  float: left;
  padding-top: 16px;
}
#bar li {
  float: left;
  padding-right: 10px;
}
#bar a {
  float: left;
  color: #fff;
  font-size: 10px;
  padding: 8px 0;
  text-transform: uppercase;
}
#bar a:hover {
  opacity: .7;
}
#bar form {
  float: right;
}
#bar form label {
  display: block;
  padding-left: 10px;
  font-size: 9px;
  color: #fff;
  text-align: left;
  padding-top: 6px;
  text-transform: uppercase;
}
#bar form .text {
  float: left;
  height: 27px;
  width: 165px;
  padding: 0 30px 0 5px;
  border: 0;
  color: #888;
  font-size: 11px;
  background: #eeeeee url(img/search.jpg) 172px 5px no-repeat;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 2px 2px 2px #999999;
  -moz-box-shadow: inset 2px 2px 2px #999999;
  -o-box-shadow: inset 2px 2px 2px #999999;
  box-shadow: inset 2px 2px 2px #999999;
}
/* bar */#quad {
  position: relative;
  width: 950px;
  margin: auto;
  overflow: hidden;
  /* newsletter */
  /* call */
}
#quad .qbox {
  float: left;
  height: 60px;
}
#quad #newsletter {
  width: 234px;
  padding-left: 22px;
  position: relative;
  margin-right: 1px;
  text-align: left;
  background: #cb7d00;
  background: rgba(203, 125, 0, 0.3);
}
#quad #newsletter label {
  color: #fff;
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  padding: 8px 0 2px 15px;
}
#quad #newsletter .text {
  float: left;
  height: 27px;
  width: 105px;
  padding: 0 0 0 15px;
  border: 0;
  background: #eee;
  color: #888;
  font-size: 11px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  -webkit-box-shadow: inset 2px 2px 2px #999999;
  -moz-box-shadow: inset 2px 2px 2px #999999;
  -o-box-shadow: inset 2px 2px 2px #999999;
  box-shadow: inset 2px 2px 2px #999999;
}
#quad #newsletter .submit {
  float: left;
  height: 27px;
  width: 90px;
  color: #4e3c30;
  font-size: 12px;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  background: #caaf9c;
  background-image: -moz-linear-gradient(top, #caaf9c, #533d2f);
  background-image: -ms-linear-gradient(top, #caaf9c, #533d2f);
  background-image: -o-linear-gradient(top, #caaf9c, #533d2f);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#caaf9c), to(#533d2f));
  background-image: -webkit-linear-gradient(top, #caaf9c, #533d2f);
  background-image: linear-gradient(top, #caaf9c, #533d2f);
}
#quad #call {
  float: left;
  padding: 22px 0 0;
  height: 38px;
  width: 289px;
  background: #3a2d26;
  background: rgba(135, 99, 79, 0.5);
}
#quad #call strong {
  color: #fff;
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 30px;
}
#quad #call ul {
  float: right;
  padding-right: 30px;
}
#quad #call li {
  float: left;
}
#quad #call a {
  float: left;
  height: 18px;
  width: 18px;
  margin-left: 5px;
  text-indent: -9999em;
}
#quad #call .s1 {
  background: url(img/s1.jpg) top left no-repeat;
}
#quad #call .s2 {
  background: url(img/s2.jpg) top left no-repeat;
}
#quad #call .s3 {
  background: url(img/s3.jpg) top left no-repeat;
}
#quad #flat {
  width: 165px;
  margin: 0 1px;
  background: #555;
  background: rgba(255, 255, 255, 0.2);
}
#quad #flat strong {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
  line-height: 1.3em;
  padding: 12px 0 0 24px;
  text-align: left;
}
#quad #payments {
  width: 237px;
  color: #fff;
  background: #555;
  background: rgba(255, 255, 255, 0.2);
}
#quad #payments p {
  padding-left: 34px;
  text-align: left;
  font-size: 11px;
}
#quad #payments p strong {
  display: block;
  padding: 14px 0 4px 0;
}
/* quad */#foot {
  position: relative;
  width: 950px;
  margin: auto;
  padding: 12px 0 0 0;
  height: 30px;
  overflow: hidden;
  color: #fff;
  opacity: .6;
  font-size: 11px;
}
#foot ul {
  float: left;
  line-height: 18px;
}
#foot ul li {
  display: inline;
}
#foot ul li:after {
  content: " | ";
  margin: 0 2px;
}
#foot ul li:last-of-type:after {
  content: "";
}
#foot ul a {
  color: #fff;
}
#foot #logo {
  float: right;
  height: 18px;
  width: 18px;
  text-indent: -9999em;
  background: url(img/tiny.png) top left;
}

