/*
 * Author: 960Development Team
 * Website: http://www.960Development.com/
 */

/** CSS Reset http://meyerweb.com/eric/tools/css/reset/ **/

html, body, div, span, applet, object, iframe,  p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center,dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%;	font: inherit; /*vertical-align: baseline;*/ } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;} body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } /*table { border-collapse: collapse; border-spacing: 0; }*/

/*h1, h2, h3, h4, h5, h6,*/
ul.menu { margin: 0; padding: 0; }
ul.menu li { margin: 0; padding: 0; }

/** Base Body Styles **/
body {
  xcolor: #000;
  /*font:14px "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px;
  line-height: 18px;
}

h1,h2,h3,h4,h5,h6{ font-weight:bold; }
xh1{ font-size:30px;}
xh2{ font-size:24px;}
xh3{ font-size:18px;}
xh4{ font-size:14px;}
xh5{ font-size:12px;}
xh6{ font-size:10px;}

a {
  color: #360f5b;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
a:active, a:visited { color: #46166a; }
a:hover { color: #f47b20; }

.contain {
  background: #fff;
}

/* HEADER */
.header {
  position: relative;
  height: 168px;
  background: url('/images2/header-bg.jpg') no-repeat 0 0;
}

/* branding */
.logo-img {
  min-height: 20px;
}
.logo-img img {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 203px;
  height: 113px;
}
.tagline h2 {
  position: absolute;
  top: 80px;
  left: 255px;
  width: 345px;
  height: 40px;
  text-indent: -9999em;
  background: url('/images2/tagline.png') no-repeat 0 0;
}

/* 25th anniversary */
.twentyfifth {
  position: absolute;
  top: 18px;
  left: 250px;
}

/* facebook */
.facebook {
  position: absolute;
  top: 53px;
  right: 26px;
}

/* price toggle */
.prices {
  position: absolute;
  top: 96px;
  right: 27px;
}

/* SEARCH */
.search {
  position: absolute;
  top: 130px;
  right: 24px;
}
  .search input.search-text {
    width: 155px;
    height: 23px;
    background: url('/images2/search/search-text.png') no-repeat 0 0;
    padding: 0 .5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
  }
  .search input.search-submit {
    width: 38px;
    height: 26px;
    background: url('/images2/search/search-submit.png') no-repeat 0 0;
    text-indent: -9999em;
    cursor: pointer;
    border: none;
  }

/* NAVIGATION */
.nav-primary ul {
  /*margin-left: .5em;*/
}
.nav-primary li {
  display: inline;
  float: left;
  margin: .5em 0;
  xborder-right: 2px solid #5b5a5a;
}
  .nav-primary li.last {
    border: none;
  }
  .nav-primary li a {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 42px;
  }
    .nav-primary a.nav-billiards {
      width: 109px;
      background: url('/images2/nav-primary/billiards.jpg') no-repeat 0 0;
    }
      .nav-primary a.nav-billiards:hover,
      .nav-primary a.nav-billiards:active {
        background: url('/images2/nav-primary/hl_billiards.jpg') no-repeat 0 0;
      }
    .nav-primary a.nav-darts {
      width: 78px;
      background: url('/images2/nav-primary/darts.jpg') no-repeat 0 0;
    }
      .nav-primary a.nav-darts:hover,
      .nav-primary a.nav-darts:active {
        background: url('/images2/nav-primary/hl_darts.jpg') no-repeat 0 0;
      }
    .nav-primary a.nav-poker {
      width: 143px;
      background: url('/images2/nav-primary/poker_casino.jpg') no-repeat 0 0;
    }
      .nav-primary a.nav-poker:hover,
      .nav-primary a.nav-poker:active {
        background: url('/images2/nav-primary/hl_poker_casino.jpg') no-repeat 0 0;
      }
    .nav-primary a.nav-table {
      width: 124px;
      background: url('/images2/nav-primary/table_games.jpg') no-repeat 0 0;
    }
      .nav-primary a.nav-table:hover,
      .nav-primary a.nav-table:active {
        background: url('/images2/nav-primary/hl_table_games.jpg') no-repeat 0 0;
      }
    .nav-primary a.nav-games {
      width: 162px;
      background: url('/images2/nav-primary/games_puzzles.jpg') no-repeat 0 0;
    }
      .nav-primary a.nav-games:hover,
      .nav-primary a.nav-games:active {
        background: url('/images2/nav-primary/hl_games_puzzles.jpg') no-repeat 0 0;
      }
    .nav-primary a.nav-bar-stools {
      width: 215px;
      background: url('/images2/nav-primary/barstool_accessories.jpg') no-repeat 0 0;
    }
      .nav-primary a.nav-bar-stools:hover,
      .nav-primary a.nav-bar-stools:active {
        background: url('/images2/nav-primary/hl_barstool_accessories.jpg') no-repeat 0 0;
      }
    .nav-primary a.nav-hobbies {
      width: 150px;
      background: url('/images2/nav-primary/hobbies_gifts.jpg') no-repeat 0 0;
    }
      .nav-primary a.nav-hobbies:hover,
      .nav-primary a.nav-hobbies:active {
        background: url('/images2/nav-primary/hl_hobbies_gifts.jpg') no-repeat 0 0;
      }





.nav-secondary {
  text-align: right;
  float: right;
}
.nav-secondary ul {
  float: right;
  margin-right: 25px;
}
.nav-secondary li {
  display: inline;
  float: left;
}
  .nav-secondary li a {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 28px;
  }
    .nav-secondary li a:hover {
      opacity: .8;
    }
    .nav-secondary a.nav-home {
      width: 44px;
      background: url('/images2/nav-secondary/nav-home.png') no-repeat 0 0;
    }
    .nav-secondary a.nav-locations {
      width: 69px;
      background: url('/images2/nav-secondary/nav-locations.png') no-repeat 0 0;
    }
    .nav-secondary a.nav-customer {
      width: 109px;
      background: url('/images2/nav-secondary/nav-customer.png') no-repeat 0 0;
    }
    .nav-secondary a.nav-services {
      width: 60px;
      background: url('/images2/nav-secondary/nav-services.png') no-repeat 0 0;
    }
    .nav-secondary a.nav-contact {
      width: 81px;
      background: url('/images2/nav-secondary/nav-contact.png') no-repeat 0 0;
    }
    .nav-secondary a.nav-cart {
      width: 94px;
      background: url('/images2/nav-secondary/nav-cart.png') no-repeat 0 0;
    }

/* FOOTER */
.footer {
  padding: 2em 0;
}
.nav-footer {
  margin: 2em 0;
  text-align: center;
}
  .nav-footer li {
    display: inline;
    padding-right: 1em;
    margin-right: 1em;
    border-right: 1px solid #8f8e8e;
  }
    .nav-footer li.last {
      padding-right: 0;
      margin-right: 0;
      border: none;
    }
    .nav-footer a {
      font-size: 13px;
      color: #8f8e8e;
      text-transform: uppercase;
    }
      .nav-footer a:hover,
      .nav-footer a:active {
        color: #666;
      }

.copyright {
  display: block;
  font-size: 12px;
  color: #8f8e8e;
  text-align: center;
}
  .copyright a {
    color: #8f8e8e;
  }
    .copyright a:hover,
    .copyright a:active {
      color: #666;
    }

.proudly img {
  display: block;
  margin: 0 auto;
}

/* footer badges */
.darts-badge {
  margin-bottom: 1em;
}
.norton-badge {
  float: right;
}

/* ctas */
.cta-wrap {
  display: inline;
  float: left;
  width: 100%;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-top: 2px solid #bdbcbc;
}
  .cta img {
    display: block;
    margin: 0 auto;
  }

/* HOMEPAGE > MAIN CONTENT */
.content .grid-12 {
  padding: 0 1.75em;
  margin-top: .25em;
}
  .content .grid-12.mid {
    margin-top: 1em;
  }
.banner {
  display: inline;
  float: left;
  width: 739px;
  height: 306px;
  background: #ccc;
  margin-right: 18px;
}

/* products */
.products {
  display: inline;
  float: left;
  width: 739px;
  min-height: 254px;
  margin-right: 18px;
  border: 1px solid #bfbebe;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.ie7 .products {
  padding: 0;
}
.ie7 .product {
  margin-top: 1em;
}
.ie7 .product.first {
  margin-left: 1em;
}
  .product {
    display: inline;
    float: left;
    width: 150px;
    margin-right: 20px;
    text-align: center;
    line-height: 1.5em;
  }
    .product.last {
      margin-right: 0;
    }
    .product img {
      border: 3px solid #bfbebe;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
    }
    .product .price {
      display: block;
      font-weight: bold;
    }


.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
  overflow: hidden;
  height: 1px;
}
/** The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.  mp/bestclearfix **/
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/** Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page **/
.clearfix { zoom: 1; }
