/*
  Bootstrap v1.1
  Variables and mixins to bootstrap any new web development project.
*/
/* Variables
-------------------------------------------------- */
/* `Global Classes
----------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
}
.cleft {
  clear: left;
}
.cright {
  clear: right;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.fnone {
  float: none;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
.tjustify {
  text-align: justify;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underline {
  border-bottom: 1px solid;
}
.nojot {
  list-style: none;
}
.nojot li {
  list-style: none;
  margin-left: 0;
}
.gap {
  margin-bottom: 30px;
  width: 100%;
}
.gaphalf {
  margin-bottom: 15px;
  width: 100%;
}
.gaptiny {
  margin-bottom: 8px;
  width: 100%;
}
.nowrap {
  white-space: nowrap;
}
.nobottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.noleft {
  margin-left: 0;
}
.upper {
  text-transform: uppercase;
}
/* Mixins
-------------------------------------------------- */
/* 960 grid adjustments */
.pad_1 {
  margin-left: 10px;
}
.pad_2 {
  margin-left: 20px;
}
.pad_3 {
  margin-left: 30px;
}
.pad_4 {
  margin-left: 40px;
}
.neg_1 {
  margin-left: -10px;
}
.neg_2 {
  margin-left: -20px;
}
.neg_3 {
  margin-left: -30px;
}
.neg_4 {
  margin-left: -40px;
}
.center-block {
  display: block;
  margin: 0 auto;
}
/*
#font {
  .shorthand(@weight: normal, @size: 14px, @lineHeight: 20px) {
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }
  .sans-serif(@weight: normal, @size: 14px, @lineHeight: 20px) {
    font-family: 'Open Sans', sans-serif;
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }
  .serif(@weight: normal, @size: 14px, @lineHeight: 20px) {
    font-family: "Georgia", Times New Roman, Times, sans-serif;
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }
  .monospace(@weight: normal, @size: 12px, @lineHeight: 20px) {
    font-family: "Monaco", Courier New, monospace;
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }
}
*/
/* Variables
-------------------------------------------------- */
body.support #contents {
  background: repeat-x center top #000000 url("../../images/support_bg.jpg");
}
body.support #bd h1 {
  font-size: 62px;
  line-height: 65px;
  margin-top: 60px;
}
body.support #bd h3,
body.support #bd h4 {
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-weight: 300;
}
body.support #bd h3 {
  text-transform: uppercase;
  font-size: 28px;
}
body.support #bd h4 {
  font-size: 26px;
}
body.support #bd hr {
  background: #4D4D4D;
  height: 3px;
  border: none;
  color: #4D4D4D;
  margin-top: 30px;
  margin-bottom: 100px;
}
body.support #bd .box {
  background-color: #1e1e1e;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#292929), to(#1e1e1e));
  /* Konqueror */
  background-image: -moz-linear-gradient(#292929, #1e1e1e);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#292929, #1e1e1e);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #1e1e1e));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#292929, #1e1e1e);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#292929, #1e1e1e);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#1e1e1e', GradientType=0);
  /* IE6 & IE7 */
  /* -ms-filter: %("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor);  */
  /* IE8+ */
  background-image: linear-gradient(#292929, #1e1e1e);
  /* the standard */
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 281px;
  padding: 15px 20px;
  margin-bottom: 200px;
  float: left;
  margin-right: 30px;
}
body.support #bd .box.last {
  float: right;
  margin-right: 0;
}
body.support #bd .box h2 {
  color: #ffffff;
  font-size: 34px;
  line-height: 35px;
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding-bottom: 12px;
  margin-bottom: 12px;
  background: repeat-x center bottom url("../../images/divider_hor_lighter.gif");
}
body.support #bd .box ul {
  margin: 0;
  list-style: none;
}
body.support #bd .box ul li {
  margin: 8px 0;
}
body.support #bd .box ul li a {
  color: #C0C0C0;
  padding-right: 23px;
  background: no-repeat right center url("../../images/arrow_right_white_double_big.png");
  text-transform: uppercase;
}
body.support #bd .box ul li a:hover {
  padding-right: 30px;
  color: #ffffff;
}
body.support #ft {
  background: #0e0e0e;
}
