/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  /* 2 */

  -ms-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/
body {
  min-width: 960px;
}
/* `Container
----------------------------------------------------------------------------------------------------*/
.container_12,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
input[class*="grid_"],
label[class*="grid_"] {
  margin-left: 0;
  margin-right: 0;
  float: none;
}
.push_1,
.pull_1,
.push_2,
.pull_2,
.push_3,
.pull_3,
.push_4,
.pull_4,
.push_5,
.pull_5,
.push_6,
.pull_6,
.push_7,
.pull_7,
.push_8,
.pull_8,
.push_9,
.pull_9,
.push_10,
.pull_10,
.push_11,
.pull_11,
.push_12,
.pull_12,
.push_13,
.pull_13,
.push_14,
.pull_14,
.push_15,
.pull_15 {
  position: relative;
}
.container_12 .grid_3,
.container_16 .grid_4 {
  width: 220px;
}
.container_12 .grid_6,
.container_16 .grid_8 {
  width: 460px;
}
.container_12 .grid_9,
.container_16 .grid_12 {
  width: 700px;
}
.container_12 .grid_12,
.container_16 .grid_16 {
  width: 940px;
}
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {
  width: 60px;
}
.container_12 .grid_2 {
  width: 140px;
}
.container_12 .grid_4 {
  width: 300px;
}
.container_12 .grid_5 {
  width: 380px;
}
.container_12 .grid_7 {
  width: 540px;
}
.container_12 .grid_8 {
  width: 620px;
}
.container_12 .grid_10 {
  width: 780px;
}
.container_12 .grid_11 {
  width: 860px;
}
/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px;
}
.container_12 .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px;
}
.container_12 .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px;
}
/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 {
  padding-left: 80px;
}
.container_12 .prefix_2 {
  padding-left: 160px;
}
.container_12 .prefix_4 {
  padding-left: 320px;
}
.container_12 .prefix_5 {
  padding-left: 400px;
}
.container_12 .prefix_7 {
  padding-left: 560px;
}
.container_12 .prefix_8 {
  padding-left: 640px;
}
.container_12 .prefix_10 {
  padding-left: 800px;
}
.container_12 .prefix_11 {
  padding-left: 880px;
}
/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .prefix_1 {
  padding-left: 60px;
}
.container_16 .prefix_2 {
  padding-left: 120px;
}
.container_16 .prefix_3 {
  padding-left: 180px;
}
.container_16 .prefix_5 {
  padding-left: 300px;
}
.container_16 .prefix_6 {
  padding-left: 360px;
}
.container_16 .prefix_7 {
  padding-left: 420px;
}
.container_16 .prefix_9 {
  padding-left: 540px;
}
.container_16 .prefix_10 {
  padding-left: 600px;
}
.container_16 .prefix_11 {
  padding-left: 660px;
}
.container_16 .prefix_13 {
  padding-left: 780px;
}
.container_16 .prefix_14 {
  padding-left: 840px;
}
.container_16 .prefix_15 {
  padding-left: 900px;
}
/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px;
}
.container_12 .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px;
}
.container_12 .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px;
}
/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 {
  padding-right: 80px;
}
.container_12 .suffix_2 {
  padding-right: 160px;
}
.container_12 .suffix_4 {
  padding-right: 320px;
}
.container_12 .suffix_5 {
  padding-right: 400px;
}
.container_12 .suffix_7 {
  padding-right: 560px;
}
.container_12 .suffix_8 {
  padding-right: 640px;
}
.container_12 .suffix_10 {
  padding-right: 800px;
}
.container_12 .suffix_11 {
  padding-right: 880px;
}
/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .suffix_1 {
  padding-right: 60px;
}
.container_16 .suffix_2 {
  padding-right: 120px;
}
.container_16 .suffix_3 {
  padding-right: 180px;
}
.container_16 .suffix_5 {
  padding-right: 300px;
}
.container_16 .suffix_6 {
  padding-right: 360px;
}
.container_16 .suffix_7 {
  padding-right: 420px;
}
.container_16 .suffix_9 {
  padding-right: 540px;
}
.container_16 .suffix_10 {
  padding-right: 600px;
}
.container_16 .suffix_11 {
  padding-right: 660px;
}
.container_16 .suffix_13 {
  padding-right: 780px;
}
.container_16 .suffix_14 {
  padding-right: 840px;
}
.container_16 .suffix_15 {
  padding-right: 900px;
}
/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .push_3,
.container_16 .push_4 {
  left: 240px;
}
.container_12 .push_6,
.container_16 .push_8 {
  left: 480px;
}
.container_12 .push_9,
.container_16 .push_12 {
  left: 720px;
}
/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 {
  left: 80px;
}
.container_12 .push_2 {
  left: 160px;
}
.container_12 .push_4 {
  left: 320px;
}
.container_12 .push_5 {
  left: 400px;
}
.container_12 .push_7 {
  left: 560px;
}
.container_12 .push_8 {
  left: 640px;
}
.container_12 .push_10 {
  left: 800px;
}
.container_12 .push_11 {
  left: 880px;
}
/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .push_1 {
  left: 60px;
}
.container_16 .push_2 {
  left: 120px;
}
.container_16 .push_3 {
  left: 180px;
}
.container_16 .push_5 {
  left: 300px;
}
.container_16 .push_6 {
  left: 360px;
}
.container_16 .push_7 {
  left: 420px;
}
.container_16 .push_9 {
  left: 540px;
}
.container_16 .push_10 {
  left: 600px;
}
.container_16 .push_11 {
  left: 660px;
}
.container_16 .push_13 {
  left: 780px;
}
.container_16 .push_14 {
  left: 840px;
}
.container_16 .push_15 {
  left: 900px;
}
/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_3,
.container_16 .pull_4 {
  left: -240px;
}
.container_12 .pull_6,
.container_16 .pull_8 {
  left: -480px;
}
.container_12 .pull_9,
.container_16 .pull_12 {
  left: -720px;
}
/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 {
  left: -80px;
}
.container_12 .pull_2 {
  left: -160px;
}
.container_12 .pull_4 {
  left: -320px;
}
.container_12 .pull_5 {
  left: -400px;
}
.container_12 .pull_7 {
  left: -560px;
}
.container_12 .pull_8 {
  left: -640px;
}
.container_12 .pull_10 {
  left: -800px;
}
.container_12 .pull_11 {
  left: -880px;
}
/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .pull_1 {
  left: -60px;
}
.container_16 .pull_2 {
  left: -120px;
}
.container_16 .pull_3 {
  left: -180px;
}
.container_16 .pull_5 {
  left: -300px;
}
.container_16 .pull_6 {
  left: -360px;
}
.container_16 .pull_7 {
  left: -420px;
}
.container_16 .pull_9 {
  left: -540px;
}
.container_16 .pull_10 {
  left: -600px;
}
.container_16 .pull_11 {
  left: -660px;
}
.container_16 .pull_13 {
  left: -780px;
}
.container_16 .pull_14 {
  left: -840px;
}
.container_16 .pull_15 {
  left: -900px;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix,
.container_12,
.container_16 {
  zoom: 1;
}
html,
button,
input,
select,
textarea {
  color: #000000;
}
body {
  font: 13px/1.4 Arial, Helvetica, sans-serif;
  background: #cdbda9 url('../images/page-bg.png') repeat-x 0 0;
  color: #666;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #999999;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
.ul_horiz,
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.ul_horiz li,
.pagination li {
  display: inline-block;
}
.ul_horiz li:after {
  content: "|";
  display: inline-block;
  padding: 0 10px;
}
.ul_horiz li.last:after {
  content: "";
  display: none;
}
.main_wrapper {
  background: #ffffff;
}
.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 21px;
}
.sidebar ul:last-of-type {
  margin-bottom: 0;
}
.sidebar li {
  color: #627d62;
  margin-bottom: 5px;
}
.sidebar li:before {
  content: ">";
  padding-right: 5px;
}
.sidebar a {
  color: #627d62;
}
.sidebar hr {
  margin-left: -10px;
}
.social-links li {
  font-size: 11px;
  vertical-align: middle;
  padding: 7px 0 5px 34px;
}
.social-links li a {
  color: #666666;
  text-decoration: none;
}
.social-links li:before {
  content: "";
  display: none;
}
.social-links li {
  display: inline-block;
  vertical-align: middle;
  background: url('../images/social-icons.png') no-repeat 0 0;
}
.social-links .twitter {
  background-position: 0 -27px;
}
.social-links .facebook {
  background-position: 0 -54px;
}
.breadcrumbs-bar {
  margin-bottom: 4px;
}
.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #999999;
  padding: 8px 10px;
  font-size: 11px;
}
.breadcrumbs li {
  display: inline-block;
  color: #666;
}
.breadcrumbs li a {
  color: #666;
}
.breadcrumbs li:after {
  content: ">";
  display: inline-block;
  padding: 0 5px 0 10px;
}
.breadcrumbs li.last:after {
  content: "";
  display: none;
}
.masthead {
  margin-bottom: 20px;
}
.sub-content {
  padding-left: 15px;
}
.sub-content.w-divider:after {
  margin-left: -15px;
}
.w-divider:after {
  margin-top: 17px;
  content: url(../images/divider-large.jpg);
  height: 28px;
  display: block;
}
.social-icon {
  background: url('../images/social-icons.png') no-repeat 0 0;
  width: 27px;
  height: 27px;
  display: inline-block;
  margin-right: 15px;
}
.twitter-icon {
  background-position: 0 -27px;
}
.facebook-icon {
  background-position: 0 -54px;
}
.ytube-icon {
  background-position: 0 -108px;
}
.gplus-icon {
  background-position: 0 -81px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Times New Roman", Times, Georgia, serif;
  color: #627d62;
  font-weight: normal;
  margin: 0;
}
h2 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 18px;
}
h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
h4 {
  font-size: 18px;
  margin-bottom: 13px;
}
h5 {
  font-size: 14px;
  margin-bottom: 11px;
}
p {
  margin: 0 0 10px;
}
small {
  font-size: 11px;
}
.page-header {
  padding-top: 20px;
  margin-bottom: 20px;
}
.page-header h2,
.page-header p {
  margin: 0;
}
.page-header p {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}
.header-small h2 {
  font-size: 18px;
}
a {
  color: #336699;
}
a:hover {
  color: #264c73;
}
.link_alt {
  color: #666;
}
.link_alt:hover {
  color: #4d4d4d;
}
.link_cta:before {
  content: ">> ";
  display: inline-block;
  margin-right: 2px;
}
header {
  zoom: 1;
  *zoom: 1;
  padding: 10px 0;
  background: #ffffff;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header .brand {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */

  *text-indent: -9999px;
  display: block;
  background: url('../images/logo.jpg') no-repeat 0 0;
  width: 152px;
  height: 77px;
  float: left;
}
header .brand:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.header-promo {
  font-size: 12px;
  color: #666;
  margin-top: 40px;
}
.header-promo i {
  float: left;
  margin-right: 10px;
  width: 33px;
  height: 31px;
  background: url('../images/header-icons.gif') no-repeat 0 0;
}
.header-promo .title {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
.cart {
  text-align: right;
  color: #336699;
  margin-top: 20px;
}
.cart i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 22px;
  margin-right: 7px;
  margin-top: -7px;
  background: url('../images/header-icons.gif') no-repeat -5px -33px;
}
nav {
  zoom: 1;
  *zoom: 1;
  border-top: solid 1px #999;
  font-family: "Times New Roman", Times, Georgia, serif;
  background: #ffffff;
}
nav:before,
nav:after {
  content: " ";
  display: table;
}
nav:after {
  clear: both;
}
nav > ul {
  border-bottom: solid 1px #999;
  zoom: 1;
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav > ul:before,
nav > ul:after {
  content: " ";
  display: table;
}
nav > ul:after {
  clear: both;
}
nav > ul li {
  float: left;
  position: relative;
}
nav > ul li a {
  float: left;
  padding: 8px 16px;
  color: #333333;
  font-size: 18px;
}
nav > ul li a:hover {
  color: #333333;
}
nav > ul li:first-child a {
  padding-left: 10px;
}
nav > ul li.active a,
nav > ul li:hover a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #ece5dc;
}
nav > ul li:hover .dropdown-menu {
  display: block;
}
nav .phone {
  float: right;
}
nav .phone a {
  padding: 7px 10px;
  color: #666;
}
nav .phone i {
  width: 16px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url('../images/header-icons.gif') no-repeat 0 -57px;
}
nav .dropdown-menu {
  display: none;
  position: absolute;
  padding: 0 10px 8px;
  background: #ece5dc;
  top: 100%;
  min-width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
nav .dropdown-menu ul {
  border-bottom: none;
  zoom: 1;
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .dropdown-menu ul:before,
nav .dropdown-menu ul:after {
  content: " ";
  display: table;
}
nav .dropdown-menu ul:after {
  clear: both;
}
nav .dropdown-menu ul li {
  float: none;
}
nav .dropdown-menu li a {
  padding: 5px ;
  font-size: 14px;
}
.search-bar-inner {
  background: #627d62;
  padding: 6px 10px;
}
.search-bar-inner input {
  margin-right: 12px;
}
nav:after,
.breadcrumbs-bar:after {
  display: block;
  content: " ";
  background: url('../images/nav-shadow.png') repeat-x 0 0;
  height: 14px;
}
footer {
  padding: 20px 0;
  border-top: solid 1px #999;
  margin-top: 40px;
  background: #ffffff url('../images/nav-shadow.png') repeat-x 0 0;
}
.after-footer {
  display: block;
  height: 148px;
  background: url('../images/footer-pattern.gif') repeat 0 0;
}
footer p {
  margin-top: 0;
}
.accepts {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */

  *text-indent: -9999px;
  display: block;
  background: url('../images/accepts-icons.gif') no-repeat 0 0;
  width: 211px;
  height: 32px;
}
.accepts:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
input,
input[type="search"],
textarea {
  border: solid 1px #999999;
  padding: 4px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
input:focus,
input[type="search"]:focus {
  outline: none;
  border-color: #000000;
  -webkit-box-shadow: 0 0 3px #999999;
  -moz-box-shadow: 0 0 3px #999999;
  box-shadow: 0 0 3px #999999;
}
input[type="search"] {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.form-horizontal .control-group {
  padding-bottom: 10px;
}
.form-horizontal input,
.form-horizontal select {
  display: inline-block;
  margin-right: 15px;
}
.form-horizontal label {
  display: inline-block;
  min-width: 77px;
  color: #666;
}
.radio input,
.checkbox input {
  margin: 0;
  padding: 0;
  border: none;
}
.btn {
  font: 13px/1 Arial, Helvetica, sans-serif;
  color: #ffffff;
  background: #627d62;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #627d62), color-stop(1, #85aa86));
  background: -ms-linear-gradient(bottom, #627d62, #85aa86);
  background: -moz-linear-gradient(center bottom, #627d62 0%, #85aa86 100%);
  background: -o-linear-gradient(#85aa86, #627d62);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85aa86', endColorstr='#627d62', GradientType=0);
  border: solid 2px #2c402c;
  padding: 5px 12px;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  text-align: center;
}
.btn:hover {
  color: #ffffff;
}
.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}
.btn-large {
  font-size: 16px;
}
.btn-block {
  display: block;
}
.btn-primary {
  background: #ff6936;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff6936), color-stop(1, #ff9764));
  background: -ms-linear-gradient(bottom, #ff6936, #ff9764);
  background: -moz-linear-gradient(center bottom, #ff6936 0%, #ff9764 100%);
  background: -o-linear-gradient(#ff9764, #ff6936);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9764', endColorstr='#ff6936', GradientType=0);
  border-color: #a0410d;
}
.jumbotron {
  margin-left: -10px;
}
.jumbotron .indicators {
  zoom: 1;
  *zoom: 1;
  text-align: center;
  width: 110px;
  margin: 12px auto 0;
}
.jumbotron .indicators:before,
.jumbotron .indicators:after {
  content: " ";
  display: table;
}
.jumbotron .indicators:after {
  clear: both;
}
.jumbotron .indicator {
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 7px;
  margin: 0 10px;
  border: solid 3px #999999;
  background: #999999;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.jumbotron .indicator.active,
.jumbotron .indicator:hover {
  cursor: pointer;
  border-color: #333333;
}
.item {
  padding-bottom: 30px;
}
.item img {
  border: solid 2px #999999;
  width: 97px;
  height: 144px;
  display: block;
  margin-bottom: 14px;
}
.item .title {
  font-size: 14px;
}
.items_grid {
  margin-left: -10px;
  margin-right: -10px;
}
.items_list {
  zoom: 1;
  *zoom: 1;
  float: none;
  display: block;
  margin-top: 20px;
  margin-bottom: 80px;
}
.items_list:before,
.items_list:after {
  content: " ";
  display: table;
}
.items_list:after {
  clear: both;
}
.item_large {
  zoom: 1;
  *zoom: 1;
  color: #666;
  border-bottom: solid 1px #999999;
  padding-bottom: 13px;
}
.item_large:before,
.item_large:after {
  content: " ";
  display: table;
}
.item_large:after {
  clear: both;
}
.item_detail {
  zoom: 1;
  *zoom: 1;
  float: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.item_detail:before,
.item_detail:after {
  content: " ";
  display: table;
}
.item_detail:after {
  clear: both;
}
.item_detail:after {
  content: url(../images/pd-divider.jpg);
  height: 28px;
  display: block;
}
.item_detail .item {
  border-bottom: none;
}
.item_more {
  width: 606px;
  margin-left: 15px;
}
.item_more p {
  margin-bottom: 25px;
}
.item_more .page-header {
  padding-top: 0;
}
.item_image {
  margin-right: 20px;
  float: left;
  text-align: center;
}
.item_image img {
  display: block;
}
.item_info {
  float: left;
  width: 420px;
  font-size: 12px;
}
.item_info p {
  margin-bottom: 18px;
}
.item_info .title {
  font-size: 18px;
  margin-bottom: 12px;
  text-decoration: none;
}
.item_info .author {
  color: #336699;
  text-decoration: none;
}
.item_actions {
  width: 150px;
  float: left;
}
.item_actions p {
  margin-bottom: 20px;
  padding-left: 10px;
}
.item_actions .btn {
  margin-left: -10px;
}
.item_actions .price {
  font-size: 14px;
  color: #000000;
}
.search-wrapper {
  float: none;
  display: block;
  border: solid 2px #999999;
}
.search-wrapper form {
  display: block;
  padding: 15px 60px;
}
.search-wrapper .action-group {
  padding-top: 30px;
  padding-bottom: 10px;
}
.search-wrapper .action-group .btn {
  margin-right: 60px;
}
.search-wrapper .footer {
  background: #ece5dc;
  padding: 5px 60px;
}
.search-wrapper .footer.empty {
  height: 24px;
}
.search-wrapper .footer .summary {
  font-size: 12px;
  color: #666;
  display: inline-block;
}
.search-wrapper .footer .pagination {
  display: inline-block;
  margin-left: 60px;
}
.article {
  padding: 15px;
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
  margin-top: 40px;
}
.article .header {
  margin-bottom: 40px;
}
.article .header h2 {
  margin-bottom: 10px;
}
.article-sidebar {
  padding-top: 107px;
  padding-left: 50px;
  font-size: 12px;
}
.article-sidebar dt {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  margin-bottom: 17px;
}
.article-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-sidebar ul li {
  margin-bottom: 17px;
}
.article-sidebar dd {
  padding: 0;
  margin: 0 0 37px;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */

  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.left,
.pull-left {
  float: left;
}
.right,
.pull-right {
  float: right;
}

/*--- S Hecking ---*/

.divider:after {
  content: url("../images/pd-divider.jpg");
  display: block;
  height: 28px;
  width:100%;
}

/*--- Clearfix ---*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
