﻿/* 
Dark Grey: #333333
Medium Grey: #424242
Light Grey: #e6e6e6
Red: #c31230
*/


body
{
  background-color: #333333;
  font-size: .9em;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  margin: 0px;
  padding: 0px;
  color: #424242;
  min-width: 960px;
}

form
{
  padding: 0;
  margin: 0;
}

a:link, a:visited, a:active
{
  color: #c31230;
}

a:hover
{
  color: #c31230;
  text-decoration: none;
}

img
{
  border: none;
  max-width: 100% !important;
  height: auto !important;
      border-style: solid;
      border-width: 0px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1
{
  font-size: 1.5em;
  color: #FFF;
  padding: 0;
  margin: 0;
}

h2
{
  font-size: 1.3em;
  color: #c31230;
  font-weight: 900;
}

h3
{
  font-size: 1.15em;
  color: #172f49;
}

h4
{
  font-size: 1.em;
}

h5
{
  font-size: .9em;
}

h6
{
  font-size: .8em;
}

td
{
  vertical-align: top;
}

#MainHeading
{
  padding: 0;
  margin: 0;
}
#MenuBtn
{
  display: none;
}
#MenuContainter
{
  padding: 5px 0;
  text-align: center;
}

#MenuContainter ul
{
  padding: 0;
  margin: 0;
}

#MenuContainter ul li
{
  display: inline-block;
  padding: 5px 10px;
}

#MenuContainter a
{
  color: #FFF;
  font-size: .9em;
  text-decoration: none;
}

#HeaderContainer
{
  background-image: url(/images/grey-red-bg.png);
  background-repeat: repeat-y;
  background-position: center;
}

#HeaderShadowContainer
{
  background-image: url(/images/shadow.png);
  background-repeat: repeat-x;
  background-position: center top;
}

.InnerContainer
{
  display: table;
  width: 960px;
  margin: auto;
}

.LeftColumn
{
  display: table-cell;
  width: 225px;
  padding: 25px 0 15px;
}


.RightColumn
{
  display: table-cell;
  vertical-align: top;
  padding: 25px;
}

#HomeFilter > div {
    margin: 3px 0;
}

#HomeFilter {
    padding-right: 10px;
}

#HomeFilter h3 {
    padding: 0;
    margin: 0;
}

#BodyContainer
{
  background-color: #FFF;
  background-image: url(/images/grey-bg.png);
  background-repeat: repeat-y;
  background-position: center;
}

#FooterContainer
{
  background-color: #424242;
  background-image: url(/images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  color: #FFF;
  font-size: .85em;
  padding-top: 10px;
}

#FooterInnerContainer
{
  position: relative;
  width: 960px;
  height: 510px;
  margin: auto;
  text-align: center;
}

#FooterContainer ul
{
  margin: auto;
  padding: 0;
}

#FooterContainer ul li
{
  display: inline-block;
  padding: 0 15px;
  margin-top: 10px;
  border-left: 1px solid #AAA;
}


#FooterContainer ul li:first-child
{
  border-left: none;
}

#FooterContainer a
{
  color: #FFF;
  text-decoration: none;
}

#FooterContact
{
  position: absolute;
  bottom: 15px;
  right: 15px;
  text-align: right;
}

#SubFooterContainer div
{
  width: 930px;
  margin: auto;
  padding: 10px 0px;
  color: #FFF;
  font-size: .8em;
  text-align: right;
}

#SubFooterContainer a
{
  text-decoration: none;
  color: #FFF;
}

#BrandsContainer
{
  background-color: #FFF;
}

a.RedButton
{
  background-color: #c31230;
  color: #FFF;
  display: inline-block;
  padding: 5px 20px;
  margin: 5px 0px;
  border-radius: 5px;
  box-shadow: 0px -2px 2px 1px rgba(0,0,0,0.3);
  text-decoration: none;
  font-weight: bold;
}

/* The CSS */
select.DropFilters
{
  padding: 3px;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #FFF;
  color: #888;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
}

select.DropFilters option
{
  background-color: #CCC;
  color: #424242;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
  select.DropFilters
  {
    padding-right: 35px;
  }
}

span.DropFilters
{
  position: relative;
}
span.DropFilters:after
{
  content: '<>';
  font: 11px "Consolas" , monospace;
  color: #FFF;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 4px;
  top: 0px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
span.DropFilters:before
{
  content: '';
  right: 0px;
  top: -4px;
  width: 23px;
  height: 23px;
  background: #c31230;
  position: absolute;
  pointer-events: none;
  display: block;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

div.FeatureDetails
{
  display: table;
  font-size: .8em;
  margin-bottom: 10px;
}

div.FeatureDetails > div
{
  display: table-row;
}
div.FeatureDetails > div > span
{
  display: table-cell;
}

div.FeatureDetails > div > span:first-child
{
  padding-right: 10px;
}

h3.FeatureDetails
{
  font-size: 1em;
  text-align: center;
  padding: 5px 0;
  margin: 0;
}

#Sidebar img
{
  width: 200px !important;
  height: auto !important;
}


#ContactContent
{
  display: table;
  width: 100%;
}

#ContactContent > div:first-child
{
  display: table-cell;
  padding-right: 25px;
}

#ContactContent > div:last-child
{
  display: table-cell;
  width: 320px;
}

/***** Inventory Page *****/
.detailsTable
{
  display: table;
  width: 100%;
  background-color: #c31230;
}

.financingCell
{
  display: table-cell;
  padding: 5px 10px;
}

.moreDetailsCell
{
  display: table-cell;
  text-align: right;
  padding: 5px 10px;
}

.unitDetailsTable
{
  display: table;
  width: 100%;
  margin: 15px 0;
}

.unitDetails
{
  display: table-row;
}

.unitCell
{
  display: table-cell;
  vertical-align: top;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}

.unitImage
{
  width: 150px;
}

.unitImage img
{
  width: 125px !important;
  height: 90px !important;
}

.unitTitle
{
}

.unitTitle h2
{
  margin-top: 0;
  color: Black;
  font-size: 1.1em;
  font-weight: 600;
}

.unitMore
{
  vertical-align: bottom;
}

/***** EquipmentDetails *****/
.backButton
{
  margin-top: 18px;
}

.ItemDetailContainer
{
  margin-top: 20px;
}

.ItemDetailCell
{
  display: table-cell;
  vertical-align: top;
}

.itemImage
{
}

.itemImage img
{
  width: 400px;
  height: auto;
}

.itemTitle
{
  padding-left: 25px;
}

.itemTitle h2
{
  margin-top: 0;
  color: Black;
  font-size: 1.1em;
  font-weight: 600;
}

.ContactContainer
{
  border-top: 1px solid #e6e6e6;
  margin: 20px 0;
}

.ContactContainer h3
{
  color: #c31230 !important;
  text-transform: uppercase;
}

.contactTable
{
  display: table;
  width: 100%;
}

.contactColumn
{
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.contactRow
{
  display: table-row;
  width: 100%;
  vertical-align: top;
}

.itemLabel
{
  display: table-cell;
  white-space: nowrap;
  padding-right: 10px;
  padding-top: 6px;
  vertical-align: top;
}

.itemLabelPadding
{
  padding-top: 12px;
}

.itemField
{
  display: table-cell;
  padding-top: 6px;
  vertical-align: top;
}

.itemField input[type="text"], .itemField textarea
{
  width: 250px;
}

.itemCAPTCHA
{
  padding-left: 76px;
}

.SendButton
{
  margin-left: 76px !important;
  margin-top: 12px !important;
  padding: 6px 0 !important;
  width: 315px;
  text-transform: uppercase;
  text-align: center;
}

.errorMessage
{
  color: #c31230;
}

.successMessage
{
  color: Green;
}

.messageContainer p
{
  margin-left: 76px;
}

.DataPager
{
  text-align: right;
  margin: 10px;
}

.DataPager a, .DataPager > span > span
{
  display: inline-block;
  background-color: #333333;
  color: #FFF;
  padding: 3px 5px;
  margin-right: 2px;
  border: 1px solid #424242;
  text-decoration: none;
}

.DataPager > span > span
{
  background-color: #c31230;
}

.moreDetailsCell a
{
  font-size: .8em;
}

.PromoCell {
    background-color: #c31230;
    padding: 0px;
}

    .PromoCell h3 {
        margin: 5px;
        padding: 2px;
    }

.PromoCell a{
    color: #FFF; 
    display: block;
    text-decoration: none;
}
/******************************************************************************
 * Pretty Photo Social Media Icons
 *****************************************************************************/
.twitter, .facebook { display: none; }


/******************************************************************************
* Bootstrap style form/alerts
******************************************************************************/
.form-group {
  margin-bottom: 15px;
}

.control-label {
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}

.control-label span {
  font-weight: normal;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.field-required {
  padding-left: 3px;
  padding-right: 3px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
  text-decoration: none;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
