.twipsy {
  display: block;
  position: absolute;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  z-index: 1000;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8; }
  .twipsy.fade.in {
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8; }
  .twipsy.above .twipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white; }
  .twipsy.left .twipsy-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid white; }
  .twipsy.below .twipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white; }
  .twipsy.right .twipsy-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid white; }

.twipsy-inner {
  padding: 3px 8px;
  background-color: white;
  color: black;
  text-align: center;
  max-width: 200px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.twipsy-arrow {
  position: absolute;
  width: 0;
  height: 0; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 5px;
  display: none; }
  .popover.above .arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white; }
  .popover.right .arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid white; }
  .popover.below .arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white; }
  .popover.left .arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid white; }
  .popover .arrow {
    position: absolute;
    width: 0;
    height: 0; }
  .popover .inner {
    background-color: white;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 3px;
    overflow: hidden;
    width: 280px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); }
  .popover .title {
    background-color: #f5f5f5;
    padding: 9px 15px;
    line-height: 1;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #eee; }
  .popover .content {
    background-color: black;
    padding: 14px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box; }
    .popover .content p, .popover .content ul, .popover .content ol {
      margin-bottom: 0; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0; }
  .fade.in {
    opacity: 1; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
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; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

.clearfix {
  overflow: hidden;
  *zoom: 1;
  *zoom: 1; }
  .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

hr {
  border: 1px solid #322d2d;
  height: 0px; }

.h1, h1 {
  font-size: 24px;
  line-height: 36px;
  padding-top: 3px;
  padding-bottom: 15px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif; }
  .h1.less-padding, h1.less-padding {
    padding-bottom: 5px; }

.h2, h2 {
  font-size: 18px;
  line-height: 24px;
  padding-top: 0;
  padding-bottom: 12px;
  display: block;
  font-weight: 700;
  font-family: "Open Sans", sans-serif; }

p {
  font-size: 12px;
  color: #e6e6e6;
  display: block;
  padding-bottom: 6px;
  line-height: 18px; }

.strong {
  font-weight: bold; }

.important {
  color: yellow; }

.hide {
  display: none; }

address strong {
  font-weight: bold;
  line-height: 24px;
  display: block; }

a {
  color: white; }
  a:hover {
    text-decoration: none; }

.gutter {
  height: 6px;
  display: block; }

.gutter-1 {
  height: 6px;
  display: block;
  clear: both; }

.gutter-2 {
  height: 12px;
  display: block;
  clear: both; }

.gutter-3 {
  height: 18px;
  display: block;
  clear: both; }

.gutter-4 {
  height: 24px;
  display: block;
  clear: both; }

.gutter-5 {
  height: 30px;
  display: block;
  clear: both; }

.gutter-6 {
  height: 36px;
  display: block;
  clear: both; }

.gutter-7 {
  height: 42px;
  display: block;
  clear: both; }

.gutter-8 {
  height: 48px;
  display: block;
  clear: both; }

.gutter-9 {
  height: 54px;
  display: block;
  clear: both; }

.gutter-10 {
  height: 60px;
  display: block;
  clear: both; }

.gutter-11 {
  height: 66px;
  display: block;
  clear: both; }

.gutter-12 {
  height: 72px;
  display: block;
  clear: both; }

.gutter-13 {
  height: 78px;
  display: block;
  clear: both; }

.gutter-14 {
  height: 84px;
  display: block;
  clear: both; }

.gutter-15 {
  height: 90px;
  display: block;
  clear: both; }

.gutter-16 {
  height: 96px;
  display: block;
  clear: both; }

.gutter-17 {
  height: 102px;
  display: block;
  clear: both; }

.gutter-18 {
  height: 108px;
  display: block;
  clear: both; }

.gutter-19 {
  height: 114px;
  display: block;
  clear: both; }

.gutter-20 {
  height: 120px;
  display: block;
  clear: both; }

.gutter-21 {
  height: 126px;
  display: block;
  clear: both; }

.gutter-22 {
  height: 132px;
  display: block;
  clear: both; }

.gutter-23 {
  height: 138px;
  display: block;
  clear: both; }

.gutter-24 {
  height: 144px;
  display: block;
  clear: both; }

.gutter-25 {
  height: 150px;
  display: block;
  clear: both; }

.gutter-26 {
  height: 156px;
  display: block;
  clear: both; }

.gutter-27 {
  height: 162px;
  display: block;
  clear: both; }

.gutter-28 {
  height: 168px;
  display: block;
  clear: both; }

.gutter-29 {
  height: 174px;
  display: block;
  clear: both; }

.gutter-30 {
  height: 180px;
  display: block;
  clear: both; }

form {
  margin-bottom: 18px; }

fieldset {
  margin-bottom: 18px;
  padding-top: 18px; }
  fieldset legend {
    display: block;
    padding-left: 150px;
    font-size: 19.5px;
    line-height: 1;
    color: #404040;
    *padding: 0 0 5px 145px;
    /* IE6-7 */
    *line-height: 1.5;
    /* IE6-7 */ }

form .clearfix {
  margin-bottom: 18px;
  zoom: 1; }
  form .clearfix:before {
    display: table;
    content: "";
    zoom: 1;
    *display: inline; }
  form .clearfix:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline;
    clear: both; }

label, input, select, textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal; }

label {
  padding-top: 6px;
  font-size: 13px;
  line-height: 18px;
  float: left;
  width: 130px;
  text-align: right; }

form .input {
  margin-left: 150px; }

input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  border: 1px solid #cccccc; }
  input[type=checkbox], input[type=radio] {
    cursor: pointer; }

textarea, select, .uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  border: 1px solid #cccccc; }

/* mini reset for non-html5 file types */
input[type=checkbox], input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE6-7 */
  line-height: normal;
  border: none; }
input[type=file] {
  background-color: white;
  padding: initial;
  border: initial;
  line-height: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
input[type=button], input[type=reset], input[type=submit] {
  width: auto;
  height: auto; }

select, input[type=file] {
  height: 27px;
  line-height: 27px;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */ }

select[multiple] {
  height: inherit; }

textarea {
  height: auto; }

.uneditable-input {
  background-color: white;
  display: block;
  border-color: #eeeeee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed; }

:-moz-placeholder, ::-webkit-input-placeholder {
  color: #bfbfbf; }

input[type=file]:focus, input[type=checkbox]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666666; }

select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666666; }

form div.clearfix.error {
  background: #fae5e3;
  padding: 10px 0;
  margin: -10px 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  form div.clearfix.error > label {
    color: #9d261d; }
  form div.clearfix.error span.help-inline, form div.clearfix.error span.help-block {
    color: #9d261d; }
  form div.clearfix.error input, form div.clearfix.error textarea {
    border-color: #c87872;
    -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    box-shadow: 0 0 3px rgba(171, 41, 32, 0.25); }
  form div.clearfix.error input:focus, form div.clearfix.error textarea:focus {
    border-color: #b9554d;
    -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
    -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
    box-shadow: 0 0 6px rgba(171, 41, 32, 0.5); }
  form div.clearfix.error .input-prepend span.add-on, form div.clearfix.error .input-append span.add-on {
    background: #f4c8c5;
    border-color: #c87872;
    color: #b9554d; }

.input-mini, input.mini, textarea.mini, select.mini {
  width: 60px; }

.input-small, input.small, textarea.small, select.small {
  width: 90px; }

.input-medium, input.medium, textarea.medium, select.medium {
  width: 150px; }

.input-large, input.large, textarea.large, select.large {
  width: 210px; }

.input-xlarge, input.xlarge, textarea.xlarge, select.xlarge {
  width: 270px; }

.input-xxlarge, input.xxlarge, textarea.xxlarge, select.xxlarge {
  width: 530px; }

textarea.xxlarge {
  overflow-y: auto; }

input.span1, textarea.span1, select.span1 {
  display: inline-block;
  float: none;
  width: 30px;
  margin-left: 0; }

input.span2, textarea.span2, select.span2 {
  display: inline-block;
  float: none;
  width: 90px;
  margin-left: 0; }

input.span3, textarea.span3, select.span3 {
  display: inline-block;
  float: none;
  width: 150px;
  margin-left: 0; }

input.span4, textarea.span4, select.span4 {
  display: inline-block;
  float: none;
  width: 210px;
  margin-left: 0; }

input.span5, textarea.span5, select.span5 {
  display: inline-block;
  float: none;
  width: 270px;
  margin-left: 0; }

input.span6, textarea.span6, select.span6 {
  display: inline-block;
  float: none;
  width: 330px;
  margin-left: 0; }

input.span7, textarea.span7, select.span7 {
  display: inline-block;
  float: none;
  width: 390px;
  margin-left: 0; }

input.span8, textarea.span8, select.span8 {
  display: inline-block;
  float: none;
  width: 450px;
  margin-left: 0; }

input.span9, textarea.span9, select.span9 {
  display: inline-block;
  float: none;
  width: 510px;
  margin-left: 0; }

input.span10, textarea.span10, select.span10 {
  display: inline-block;
  float: none;
  width: 570px;
  margin-left: 0; }

input.span11, textarea.span11, select.span11 {
  display: inline-block;
  float: none;
  width: 630px;
  margin-left: 0; }

input.span12, textarea.span12, select.span12 {
  display: inline-block;
  float: none;
  width: 690px;
  margin-left: 0; }

input.span13, textarea.span13, select.span13 {
  display: inline-block;
  float: none;
  width: 750px;
  margin-left: 0; }

input.span14, textarea.span14, select.span14 {
  display: inline-block;
  float: none;
  width: 810px;
  margin-left: 0; }

input.span15, textarea.span15, select.span15 {
  display: inline-block;
  float: none;
  width: 870px;
  margin-left: 0; }

input.span16, textarea.span16, select.span16 {
  display: inline-block;
  float: none;
  width: 930px;
  margin-left: 0; }

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #dddddd;
  cursor: not-allowed; }

.actions {
  background: #f5f5f5;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 150px;
  border-top: 1px solid #dddddd;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }
  .actions .secondary-action {
    float: right; }
    .actions .secondary-action a {
      line-height: 30px; }
      .actions .secondary-action a:hover {
        text-decoration: underline; }

.help-inline, .help-block {
  font-size: 11px;
  line-height: 18px;
  color: #bfbfbf; }

.help-inline {
  padding-left: 5px;
  *position: relative;
  /* IE6-7 */
  *top: -5px;
  /* IE6-7 */ }

.help-block {
  display: block;
  max-width: 600px; }

.inline-inputs {
  color: gray; }
  .inline-inputs span {
    display: inline-block; }
  .inline-inputs input {
    display: inline-block; }
    .inline-inputs input.mini {
      width: 60px; }
    .inline-inputs input.small {
      width: 90px; }
  .inline-inputs span {
    padding: 0 2px 0 1px; }

.input-prepend input, .input-append input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.input-prepend .add-on, .input-append .add-on {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #cccccc;
  z-index: 2;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 4px 4px 5px;
  margin-right: -1px;
  font-weight: normal;
  line-height: 18px;
  color: #bfbfbf;
  text-align: center;
  text-shadow: 0 1px 0 white;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.input-prepend .active, .input-append .active {
  background: #a9dba9;
  border-color: #46a546; }

.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */ }

.input-append input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }
.input-append .add-on {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-right: 0;
  margin-left: -1px; }

.inputs-list {
  margin: 0 0 5px;
  width: 100%; }
  .inputs-list li {
    display: block;
    padding: 0;
    width: 100%; }
  .inputs-list label {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    text-align: left;
    white-space: normal; }
    .inputs-list label strong {
      color: gray; }
    .inputs-list label small {
      font-size: 11px;
      font-weight: normal; }
  .inputs-list .inputs-list {
    margin-left: 25px;
    margin-bottom: 10px;
    padding-top: 0; }
  .inputs-list:first-child {
    padding-top: 6px; }
  .inputs-list li + li {
    padding-top: 2px; }
  .inputs-list input[type=radio], .inputs-list input[type=checkbox] {
    margin-bottom: 0; }

.form-stacked fieldset {
  padding-top: 9px; }
.form-stacked legend {
  padding-left: 0; }
.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0; }
.form-stacked .clearfix {
  margin-bottom: 9px; }
  .form-stacked .clearfix div.input {
    margin-left: 0; }
.form-stacked .inputs-list {
  margin-bottom: 0; }
  .form-stacked .inputs-list li {
    padding-top: 0; }
    .form-stacked .inputs-list li label {
      font-weight: normal;
      padding-top: 0; }
.form-stacked div.clearfix.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px; }
.form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px; }

.button {
  float: left;
  display: block;
  border: none;
  background: white;
  color: #171515;
  text-transform: uppercase;
  line-height: 16px;
  height: 28px;
  padding: 5px 14px 5px;
  margin: 0;
  font-weight: bold;
  font-family: Arial;
  cursor: pointer; }
  .button:hover {
    text-decoration: underline; }

input.error {
  border: 1px solid yellow; }

.form-stacked span.error, .form-stacked div.error {
  color: yellow;
  height: 27px;
  line-height: 27px;
  font-weight: bold; }

p.error {
  color: yellow;
  font-weight: bold; }

.nivoSlider {
  position: relative;
  background: white; }
  .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px; }
  .nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none; }

.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%; }

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5; }

.nivo-caption {
  position: absolute;
  bottom: 20px;
  left: 0;
  background: #171515;
  color: white;
  z-index: 8;
  font-weight: bold;
  padding: 10px;
  opacity: 1; }
  .nivo-caption p {
    padding: 5px;
    margin: 0;
    font-size: 32px; }
  .nivo-caption a {
    display: inline !important; }

.nivo-html-caption {
  display: none; }

.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer; }

.nivo-prevNav {
  left: 0px; }

.nivo-nextNav {
  right: 0px; }

.nivo-controlNav a {
  position: relative;
  z-index: 9;
  cursor: pointer; }
  .nivo-controlNav a.active {
    font-weight: bold; }

.theme-discogv.slider-wrapper {
  width: 960px;
  height: 265px;
  margin: 0 auto;
  padding-top: 18px;
  position: relative; }
.theme-discogv .nivoSlider {
  position: relative;
  width: 940px;
  height: 225px;
  background: url(/img/nivo/loading.gif) no-repeat 50% 50%;
  border: 10px solid white; }
  .theme-discogv .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    width: 940px;
    height: 225px; }
  .theme-discogv .nivoSlider a {
    border: 0;
    display: block; }
  .theme-discogv .nivoSlider.single {
    background: none; }
    .theme-discogv .nivoSlider.single img {
      display: block; }
.theme-discogv .nivo-controlNav {
  position: absolute;
  left: 50%;
  bottom: -60px;
  margin-left: -30px; }
  .theme-discogv .nivo-controlNav a {
    display: block;
    width: 10px;
    height: 10px;
    background: url(/img/nivo/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 7px;
    float: left; }
    .theme-discogv .nivo-controlNav a.active {
      background-position: 0 -10px; }
.theme-discogv .nivo-directionNav a {
  display: block;
  width: 25px;
  height: 200px;
  background: url(/img/nivo/arrows.png) no-repeat 0% 50%;
  text-indent: -9999px;
  border: 0;
  top: 40px; }
.theme-discogv a.nivo-nextNav {
  background-position: 100% 50%;
  right: -40px;
  padding-right: 20px; }
.theme-discogv a.nivo-prevNav {
  left: -40px;
  padding-left: 20px; }

.container {
  width: 954px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1; }

.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {
  display: inline;
  float: left;
  margin-right: 6px; }
  * html .column, * html .span-1, * html .span-2, * html .span-3, * html .span-4, * html .span-5, * html .span-6, * html .span-7, * html .span-8, * html .span-9, * html .span-10, * html .span-11, * html .span-12, * html .span-13, * html .span-14, * html .span-15, * html .span-16, * html .span-17, * html .span-18, * html .span-19, * html .span-20, * html .span-21, * html .span-22, * html .span-23, * html .span-24 {
    overflow-x: hidden; }

.last {
  margin-right: 0; }

.span-1 {
  width: 34px; }

.span-2 {
  width: 74px; }

.span-3 {
  width: 114px; }

.span-4 {
  width: 154px; }

.span-5 {
  width: 194px; }

.span-6 {
  width: 234px; }

.span-7 {
  width: 274px; }

.span-8 {
  width: 314px; }

.span-9 {
  width: 354px; }

.span-10 {
  width: 394px; }

.span-11 {
  width: 434px; }

.span-12 {
  width: 474px; }

.span-13 {
  width: 514px; }

.span-14 {
  width: 554px; }

.span-15 {
  width: 594px; }

.span-16 {
  width: 634px; }

.span-17 {
  width: 674px; }

.span-18 {
  width: 714px; }

.span-19 {
  width: 754px; }

.span-20 {
  width: 794px; }

.span-21 {
  width: 834px; }

.span-22 {
  width: 874px; }

.span-23 {
  width: 914px; }

.span-24 {
  width: 954px;
  margin: 0; }

input.span-1, textarea.span-1, select.span-1 {
  width: 34px; }
input.span-2, textarea.span-2, select.span-2 {
  width: 74px; }
input.span-3, textarea.span-3, select.span-3 {
  width: 114px; }
input.span-4, textarea.span-4, select.span-4 {
  width: 154px; }
input.span-5, textarea.span-5, select.span-5 {
  width: 194px; }
input.span-6, textarea.span-6, select.span-6 {
  width: 234px; }
input.span-7, textarea.span-7, select.span-7 {
  width: 274px; }
input.span-8, textarea.span-8, select.span-8 {
  width: 314px; }
input.span-9, textarea.span-9, select.span-9 {
  width: 354px; }
input.span-10, textarea.span-10, select.span-10 {
  width: 394px; }
input.span-11, textarea.span-11, select.span-11 {
  width: 434px; }
input.span-12, textarea.span-12, select.span-12 {
  width: 474px; }
input.span-13, textarea.span-13, select.span-13 {
  width: 514px; }
input.span-14, textarea.span-14, select.span-14 {
  width: 554px; }
input.span-15, textarea.span-15, select.span-15 {
  width: 594px; }
input.span-16, textarea.span-16, select.span-16 {
  width: 634px; }
input.span-17, textarea.span-17, select.span-17 {
  width: 674px; }
input.span-18, textarea.span-18, select.span-18 {
  width: 714px; }
input.span-19, textarea.span-19, select.span-19 {
  width: 754px; }
input.span-20, textarea.span-20, select.span-20 {
  width: 794px; }
input.span-21, textarea.span-21, select.span-21 {
  width: 834px; }
input.span-22, textarea.span-22, select.span-22 {
  width: 874px; }
input.span-23, textarea.span-23, select.span-23 {
  width: 914px; }
input.span-24, textarea.span-24, select.span-24 {
  width: 954px; }

.append-1 {
  padding-right: 40px; }

.append-2 {
  padding-right: 80px; }

.append-3 {
  padding-right: 120px; }

.append-4 {
  padding-right: 160px; }

.append-5 {
  padding-right: 200px; }

.append-6 {
  padding-right: 240px; }

.append-7 {
  padding-right: 280px; }

.append-8 {
  padding-right: 320px; }

.append-9 {
  padding-right: 360px; }

.append-10 {
  padding-right: 400px; }

.append-11 {
  padding-right: 440px; }

.append-12 {
  padding-right: 480px; }

.append-13 {
  padding-right: 520px; }

.append-14 {
  padding-right: 560px; }

.append-15 {
  padding-right: 600px; }

.append-16 {
  padding-right: 640px; }

.append-17 {
  padding-right: 680px; }

.append-18 {
  padding-right: 720px; }

.append-19 {
  padding-right: 760px; }

.append-20 {
  padding-right: 800px; }

.append-21 {
  padding-right: 840px; }

.append-22 {
  padding-right: 880px; }

.append-23 {
  padding-right: 920px; }

.prepend-1 {
  padding-left: 40px; }

.prepend-2 {
  padding-left: 80px; }

.prepend-3 {
  padding-left: 120px; }

.prepend-4 {
  padding-left: 160px; }

.prepend-5 {
  padding-left: 200px; }

.prepend-6 {
  padding-left: 240px; }

.prepend-7 {
  padding-left: 280px; }

.prepend-8 {
  padding-left: 320px; }

.prepend-9 {
  padding-left: 360px; }

.prepend-10 {
  padding-left: 400px; }

.prepend-11 {
  padding-left: 440px; }

.prepend-12 {
  padding-left: 480px; }

.prepend-13 {
  padding-left: 520px; }

.prepend-14 {
  padding-left: 560px; }

.prepend-15 {
  padding-left: 600px; }

.prepend-16 {
  padding-left: 640px; }

.prepend-17 {
  padding-left: 680px; }

.prepend-18 {
  padding-left: 720px; }

.prepend-19 {
  padding-left: 760px; }

.prepend-20 {
  padding-left: 800px; }

.prepend-21 {
  padding-left: 840px; }

.prepend-22 {
  padding-left: 880px; }

.prepend-23 {
  padding-left: 920px; }

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {
  display: inline;
  float: left;
  position: relative; }

.pull-1 {
  margin-left: -40px; }

.pull-2 {
  margin-left: -80px; }

.pull-3 {
  margin-left: -120px; }

.pull-4 {
  margin-left: -160px; }

.pull-5 {
  margin-left: -200px; }

.pull-6 {
  margin-left: -240px; }

.pull-7 {
  margin-left: -280px; }

.pull-8 {
  margin-left: -320px; }

.pull-9 {
  margin-left: -360px; }

.pull-10 {
  margin-left: -400px; }

.pull-11 {
  margin-left: -440px; }

.pull-12 {
  margin-left: -480px; }

.pull-13 {
  margin-left: -520px; }

.pull-14 {
  margin-left: -560px; }

.pull-15 {
  margin-left: -600px; }

.pull-16 {
  margin-left: -640px; }

.pull-17 {
  margin-left: -680px; }

.pull-18 {
  margin-left: -720px; }

.pull-19 {
  margin-left: -760px; }

.pull-20 {
  margin-left: -800px; }

.pull-21 {
  margin-left: -840px; }

.pull-22 {
  margin-left: -880px; }

.pull-23 {
  margin-left: -920px; }

.pull-24 {
  margin-left: -960px; }

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {
  display: inline;
  float: left;
  position: relative; }

.push-1 {
  margin: 0 -40px 1.5em 40px; }

.push-2 {
  margin: 0 -80px 1.5em 80px; }

.push-3 {
  margin: 0 -120px 1.5em 120px; }

.push-4 {
  margin: 0 -160px 1.5em 160px; }

.push-5 {
  margin: 0 -200px 1.5em 200px; }

.push-6 {
  margin: 0 -240px 1.5em 240px; }

.push-7 {
  margin: 0 -280px 1.5em 280px; }

.push-8 {
  margin: 0 -320px 1.5em 320px; }

.push-9 {
  margin: 0 -360px 1.5em 360px; }

.push-10 {
  margin: 0 -400px 1.5em 400px; }

.push-11 {
  margin: 0 -440px 1.5em 440px; }

.push-12 {
  margin: 0 -480px 1.5em 480px; }

.push-13 {
  margin: 0 -520px 1.5em 520px; }

.push-14 {
  margin: 0 -560px 1.5em 560px; }

.push-15 {
  margin: 0 -600px 1.5em 600px; }

.push-16 {
  margin: 0 -640px 1.5em 640px; }

.push-17 {
  margin: 0 -680px 1.5em 680px; }

.push-18 {
  margin: 0 -720px 1.5em 720px; }

.push-19 {
  margin: 0 -760px 1.5em 760px; }

.push-20 {
  margin: 0 -800px 1.5em 800px; }

.push-21 {
  margin: 0 -840px 1.5em 840px; }

.push-22 {
  margin: 0 -880px 1.5em 880px; }

.push-23 {
  margin: 0 -920px 1.5em 920px; }

.push-24 {
  margin: 0 -960px 1.5em 960px; }

.prepend-top {
  margin-top: 1.5em; }

.append-bottom {
  margin-bottom: 1.5em; }

body {
  background-image: url("/img/bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #171515;
  color: white;
  font-family: "Lucida Grande", Arial, sans-serif;
  font-size: 12px;
  line-height: 14px; }

.page_container {
  width: 100%; }

.container {
  width: 960px;
  margin: 0 auto; }

.header {
  width: 960px;
  margin: 0 auto;
  height: 140px;
  position: relative;
  text-transform: uppercase; }
  .header span {
    position: absolute;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 60px;
    top: 0px;
    left: 0px;
    display: block;
    height: 140px;
    line-height: 140px;
    z-index: 10; }

.navigation {
  width: 960px;
  padding: 12px 0;
  background: white;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial;
  position: relative;
  z-index: 100; }
  .navigation li {
    float: left; }
  .navigation a {
    display: block;
    padding: 0 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: black; }
    .navigation a:hover {
      text-decoration: underline; }
    .navigation a.active {
      text-decoration: underline; }

ul.breadcrumbs {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #322d2d;
  padding-left: 12px;
  margin-bottom: 24px; }
  ul.breadcrumbs li {
    float: left;
    padding: 0 6px 0 0; }
    ul.breadcrumbs li a {
      color: white;
      display: block;
      text-decoration: none; }
      ul.breadcrumbs li a:hover {
        text-decoration: underline; }

.footer {
  font-size: 11px;
  color: #b3b3b3;
  border-top: 1px solid #322d2d;
  margin-top: 20px;
  padding: 10px 0; }

#folders li {
  margin-bottom: 20px;
  display: block;
  float: left; }
  #folders li a {
    padding: 5px;
    display: block;
    float: left; }

.image-border {
  padding: 5px;
  background: white;
  float: left;
  -moz-box-shadow: 0 0 3px #333333;
  -webkit-box-shadow: 0 0 3px #333333;
  -o-box-shadow: 0 0 3px #333333;
  box-shadow: 0 0 3px #333333; }

#google_map_wrapper {
  padding: 5px;
  background: white;
  float: left;
  -moz-box-shadow: 0 0 3px #333333;
  -webkit-box-shadow: 0 0 3px #333333;
  -o-box-shadow: 0 0 3px #333333;
  box-shadow: 0 0 3px #333333; }
  #google_map_wrapper #google_map {
    height: 250px; }

ul.disclaimer li {
  padding: 10px 0;
  list-style-type: circle; }
  ul.disclaimer li ul {
    padding: 20px;
    margin-right: 20px; }
    ul.disclaimer li ul li {
      padding: 10px; }

.inline-image {
  float: left;
  border: 1px solid #cccccc;
  margin-right: 16px;
  margin-bottom: 16px; }

.sitemap li {
  font-size: 14px;
  line-height: 24px; }
  .sitemap li a {
    text-decoration: none; }
    .sitemap li a:hover {
      text-decoration: underline; }
  .sitemap li ul li {
    margin-left: 16px;
    font-size: 12px;
    line-height: 20px; }

.news-item .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px; }
  .news-item .title .muted {
    font-weight: normal;
    color: #cccccc;
    font-size: 12px; }

.product-categories-list li {
  line-height: 20px; }
  .product-categories-list li a {
    text-decoration: none;
    display: block;
    height: 20px;
    line-height: 20px;
    margin-bottom: 4px;
    padding-left: 6px; }
    .product-categories-list li a:hover {
      text-decoration: underline; }
    .product-categories-list li a.active {
      border-left: 3px solid white;
      font-weight: bold; }
      .product-categories-list li a.active:hover {
        text-decoration: none;
        cursor: default; }

.product-categories li {
  float: left;
  margin-right: 16px;
  margin-top: 16px; }
  .product-categories li a {
    display: block;
    background: #cccccc;
    padding: 5px 5px 9px 5px;
    text-decoration: none;
    color: black;
    text-align: center;
    font-weight: bold;
    width: 150px; }
    .product-categories li a:hover {
      text-decoration: none;
      background: white; }
    .product-categories li a img {
      display: block;
      margin-bottom: 8px;
      width: 150px;
      height: 150px; }
    .product-categories li a .name {
      display: block;
      height: 40px;
      line-height: 20px; }
.product-categories.mini-list li {
  margin-right: 8px;
  margin-top: 8px; }
  .product-categories.mini-list li a {
    width: 75px; }
    .product-categories.mini-list li a img {
      width: 75px;
      height: 75px; }
    .product-categories.mini-list li a .name {
      font-size: 10px;
      line-height: 16px;
      height: 32px;
      word-wrap: break-word; }

#fancybox-loading{position:fixed;top:50%;left:50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px;cursor:pointer;overflow:hidden;z-index:1104;display:none;}#fancybox-loading div{position:absolute;top:0;left:0;width:40px;height:480px;background-image:url(/img/fancybox/fancybox.png);}#fancybox-overlay{position:absolute;top:0;left:0;width:100%;z-index:1100;display:none;}#fancybox-tmp{border:0;overflow:auto;display:none;margin:0;padding:0;}#fancybox-wrap{position:absolute;top:0;left:0;z-index:1101;outline:none;display:none;padding:20px;}#fancybox-outer{position:relative;width:100%;height:100%;background:#fff;}#fancybox-content{width:0;height:0;outline:none;position:relative;overflow:hidden;z-index:1102;border:0 solid #fff;padding:0;}#fancybox-hide-sel-frame{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:1101;}#fancybox-close{position:absolute;top:-15px;right:-15px;width:30px;height:30px;background:transparent url(/img/fancybox/fancybox.png) -40px 0;cursor:pointer;z-index:1103;display:none;}#fancybox-error{color:#444;font:normal 12px/20px Arial;margin:0;padding:14px;}#fancybox-img{width:100%;height:100%;border:none;outline:none;line-height:0;vertical-align:top;margin:0;padding:0;}#fancybox-frame{width:100%;height:100%;border:none;display:block;}#fancybox-left,#fancybox-right{position:absolute;bottom:0;height:100%;width:35%;cursor:pointer;outline:none;background:transparent url(/img/fancybox/blank.gif);z-index:1102;display:none;}#fancybox-left{left:0;}#fancybox-right{right:0;}#fancybox-left-ico,#fancybox-right-ico{position:absolute;top:50%;left:-9999px;width:30px;height:30px;margin-top:-15px;cursor:pointer;z-index:1102;display:block;}#fancybox-left-ico{background-image:url(/img/fancybox/fancybox.png);background-position:-40px -30px;}#fancybox-right-ico{background-image:url(/img/fancybox/fancybox.png);background-position:-40px -60px;}#fancybox-left:hover,#fancybox-right:hover{visibility:visible;}#fancybox-left:hover span{left:20px;}#fancybox-right:hover span{left:auto;right:20px;}.fancybox-bg{position:absolute;border:0;width:20px;height:20px;z-index:1001;margin:0;padding:0;}#fancybox-bg-n{top:-20px;left:0;width:100%;background-image:url(/img/fancybox/fancybox-x.png);}#fancybox-bg-ne{top:-20px;right:-20px;background-image:url(/img/fancybox/fancybox.png);background-position:-40px -162px;}#fancybox-bg-e{top:0;right:-20px;height:100%;background-image:url(/img/fancybox/fancybox-y.png);background-position:-20px 0;}#fancybox-bg-se{bottom:-20px;right:-20px;background-image:url(/img/fancybox/fancybox.png);background-position:-40px -182px;}#fancybox-bg-s{bottom:-20px;left:0;width:100%;background-image:url(/img/fancybox/fancybox-x.png);background-position:0 -20px;}#fancybox-bg-sw{bottom:-20px;left:-20px;background-image:url(/img/fancybox/fancybox.png);background-position:-40px -142px;}#fancybox-bg-w{top:0;left:-20px;height:100%;background-image:url(/img/fancybox/fancybox-y.png);}#fancybox-bg-nw{top:-20px;left:-20px;background-image:url(/img/fancybox/fancybox.png);background-position:-40px -122px;}#fancybox-title{font-family:Helvetica;font-size:12px;z-index:1102;}.fancybox-title-inside{padding-bottom:10px;text-align:center;color:#333;background:#fff;position:relative;}.fancybox-title-outside{padding-top:10px;color:#fff;}.fancybox-title-over{position:absolute;bottom:0;left:0;color:#FFF;text-align:left;}#fancybox-title-over{background-image:url(/img/fancybox/fancy_title_over.png);display:block;padding:10px;}.fancybox-title-float{position:absolute;left:0;bottom:-20px;height:32px;}#fancybox-title-float-wrap{border:none;border-collapse:collapse;width:auto;}#fancybox-title-float-wrap td{border:none;white-space:nowrap;}#fancybox-title-float-left{background:url(/img/fancybox/fancybox.png) -40px -90px no-repeat;padding:0 0 0 15px;}#fancybox-title-float-main{color:#FFF;line-height:29px;font-weight:700;background:url(/img/fancybox/fancybox-x.png) 0 -40px;padding:0 0 3px;}#fancybox-title-float-right{background:url(/img/fancybox/fancybox.png) -55px -90px no-repeat;padding:0 0 0 15px;}.fancybox-ie6 #fancybox-close{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_close.png',sizingMethod='scale');}.fancybox-ie6 #fancybox-left-ico{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_nav_left.png',sizingMethod='scale');}.fancybox-ie6 #fancybox-right-ico{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_nav_right.png',sizingMethod='scale');}.fancybox-ie6 #fancybox-title-over{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_over.png',sizingMethod='scale');zoom:1;}.fancybox-ie6 #fancybox-title-float-left{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_left.png',sizingMethod='scale');}.fancybox-ie6 #fancybox-title-float-main{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_main.png',sizingMethod='scale');}.fancybox-ie6 #fancybox-title-float-right{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_right.png',sizingMethod='scale');}.fancybox-ie6 #fancybox-bg-w,.fancybox-ie6 #fancybox-bg-e,.fancybox-ie6 #fancybox-left,.fancybox-ie6 #fancybox-right,#fancybox-hide-sel-frame{height:expression(this.parentNode.clientHeight+"px");}#fancybox-loading.fancybox-ie6{position:absolute;margin-top:0;top:expression((-20+(document.documentElement.clientHeight?document.documentElement.clientHeight/2:document.body.clientHeight/2) 0(ignoreMe=document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop)) 0 px);}#fancybox-loading.fancybox-ie6 div{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_loading.png',sizingMethod='scale');}.fancybox-ie .fancybox-bg{background:transparent!important;}.fancybox-ie #fancybox-bg-n{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_n.png',sizingMethod='scale');}.fancybox-ie #fancybox-bg-ne{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_ne.png',sizingMethod='scale');}.fancybox-ie #fancybox-bg-e{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_e.png',sizingMethod='scale');}.fancybox-ie #fancybox-bg-se{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_se.png',sizingMethod='scale');}.fancybox-ie #fancybox-bg-s{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_s.png',sizingMethod='scale');}.fancybox-ie #fancybox-bg-sw{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_sw.png',sizingMethod='scale');}.fancybox-ie #fancybox-bg-w{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_w.png',sizingMethod='scale');}.fancybox-ie #fancybox-bg-nw{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_nw.png',sizingMethod='scale');}
