/* BASIC */

body {
  background: #acacac url('/images/background.gif') repeat-x !important;
  font: normal 13px/19px Arial, Helvetica, Geneva, sans-serif;
  color: #555555;
  margin: 0px;
}

p,li,ul,ol {
  font: normal 13px/19px Arial, Helvetica, Geneva, sans-serif;
  color: #666666;
  margin: 12px 0px;
}

.red {
  color: #cc0000;
}

.large {
  font: normal 17px/22px Arial, Helvetica, Geneva, sans-serif;
  color: #666666;
  margin: 12px 0px;
}

.small {
  font: normal 11px/15px Arial, Helvetica, Geneva, sans-serif;
  color: #555555;
}

.smallBright {
  font: normal 11px/15px Arial, Helvetica, Geneva, sans-serif;
  color: #888888;
}

.sign {
  font-size: 11px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 25px;
  margin-left: 20px;
}

.quote {
  text-indent: 20px;
  margin-bottom: 5px;
}

.qm {
  font-family: Georgia, Times New Roman, serif;
  font-weight: bold;
  font-size: 18px;
  color: #ff860a;
}
  
a, a:link, a:active {
  color: #d22500;
}

a:visited {
  color: #707070;
}

a:hover {
  color: #ff860a;
}

a.tlink, a.tlink:link, a.tlink:active, a.tlink:visited  {
  color: #ff860a;
  text-decoration: none;
}

a.tlink:hover {
  color: #d22500;
  text-decoration: underline;
}

a.imgLink img {
  border: 2px solid #cccccc;
  margin-right: 6px;
  margin-bottom: 6px;
}

a.imgLink:hover img {
  border: 2px solid #ff860a;
}

h1 {
  font: normal 27px/29px Arial, Helvetica, Geneva, sans-serif;
  color: #ff860a;
  margin-top: 20px;
  margin-bottom: 0px;
  letter-spacing: -1px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}

h2 {
  font: normal 17px/20px Arial, Helvetica, Geneva, sans-serif;
  color: #ff860a;
  margin-top: 30px;
  border-bottom: 1px dotted #777777;
}

h3 {
  font: normal 14px/14px Arial, Helvetica, Geneva, sans-serif;
  color: #ff860a;
}

h4 {
  font: normal 17px/20px Arial, Helvetica, Geneva, sans-serif;
  color: #ff860a;
  margin-top: 10px;
  margin-bottom: 5px;
}

h5 {
  font: normal 14px/14px Arial, Helvetica, Geneva, sans-serif;
  color: #ff860a;
  margin-top: 30px;
  margin-bottom: 0px;
}

table {
  border-collapse: collapse;
}

td {
  font: normal 13px/19px Arial, Helvetica, Geneva, sans-serif;
  color: #555555;
  padding: 0px;
}


/* LAYOUT */

#container {
  width: 100%;
  text-align: center;
}

#page {
  width: 85%;
  margin: auto;
  min-width: 800px;
}

.minWidth {
  width: 800px;
  height: 0px;
}

#pageBorder {
  text-align: left;
  background: #acacac;
  padding: 2px;
  min-width: 800px;
}

#content {
  background: #ffffff;
}

#mainTable {
  width: 100%;
}

  #mainTable .paddingCell {
    padding: 15px;
  }
  
  #mainTable .normalCell {
    padding: 0px;
  }

#strapline {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}

  #strapline .left {
    text-align: left;
    font-size: 11px;
    white-space: nowrap;
  }
  
  #strapline .right {
    text-align: right;
    font-size: 11px;
    white-space: nowrap;
  }

#header {
  background: #000000 url('/images/header-back.gif') repeat-x;
  height: 120px;
  width: 100%;
}

  #logo {
    padding-top: 10px;
    padding-left: 8px;
    white-space: nowrap;
    vertical-align: top;
    height: 79px;
  }
  
  #callnow {
    margin-bottom: 15px;
  }
  
  #topNavigation {
    height: 79px;
    padding-top: 12px;
    padding-right: 10px;
    white-space: nowrap;
    text-align: right;
    vertical-align: top;
  }
    
    #topNavigation a {
      margin: 0px;
      margin-right: 8px;
    }

#mainNavigation {
  background: #ff860a url('/images/nav-back.gif') repeat-x;
  height: 41px;
  width: 100%;
  white-space: nowrap;
}

.dropdown {
  visibility: hidden;
  background: #db5000;
  width: 386px;
  opacity: 0.95;
  filter: alpha(opacity=95);
  position: absolute;
  padding: 4px;
  border: 1px solid #d22500;
}

  a.ddLink, a.ddLink:link, a.ddLink:visited, a.ddLink:active {
    display: block;
    white-space: nowrap;
    font-size: 11px;
    line-height: 22px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    padding: 0px 6px;
  }
    
  a.ddLink:hover {
    background: url('/images/ddlink-back.gif') repeat-y;
  }

#splash {
  width: 100%;
  height: 219px;
  background: url('/images/splash-back.jpg') repeat-x;
  border-bottom: 1px solid #d22500;
}

#extraNavigation {
  width: 200px;
  position: relative;
  float: right;
  margin-right: 15px;
  margin-top: -143px;
  text-align: left;
}

  #enHeader {
    width: 200px;
  }
  
  #enBox {
    background: #8e8e8e url('/images/en-back.gif') repeat-x;
    border: 1px solid #595959;
  }
  
  #enBorder {
    padding: 5px;
    border: 1px solid #b2b2b2;
  }
  
  #extraNavigation  .enLink {
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    padding: 3px 6px;
    white-space: nowrap;
  }
  
  #extraNavigation .enLinkImg {
    margin-left: -1px;
    margin-right: 10px;
    margin-bottom: 1px;
    vertical-align: middle;
    border: none;
  }
  
  #enThumb {
    margin: 4px;
  }
  
  #extraNavigation  .enLink:hover {
    background: url('/images/en-linkback.gif') no-repeat;
  }

#hpContent {
  background: #ffffff;
}

#features {
  background: #404040 url('/images/features-back.gif') repeat-x;
  width: 100%;
  height: 115px;
}

  #features .feature {
    width: 170px;
    padding: 15px;
    padding-right: 5px;
    vertical-align: top;
  }
  
  #features .endCell {
    padding: 15px;
    vertical-align: top;
  }

  #features .ftTitle {
    display: block;
    color: #ff860a;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 4px;
    text-decoration: none;
  }
  
  #features .ftTitle:hover {
    color: #eeeeee;
    text-decoration: underline;
  }
  
  #features .ftBody {
    color: #ffffff;
    font-size: 11px;
    line-height: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

#hpColumns {
}

  #hpColumns .hpColumn {
    width: 190px;
    float: left;
    border-right: 1px dotted #595959;
    padding: 15px 0px;
  }
  
  #hpColumns .hpcTitle {
    display: block;
    color: #d22500;
    font-size: 13px;
    text-decoration: none;
    margin: 0px 15px;
  }
  
  #hpColumns .hpcBody {
    color: #555555;
    font-size: 11px;
    line-height: 17px;
    margin: 0px 15px;
  }
  
  #hpColumns img {
    margin: 0px 15px;
  }
  
.orangeQuote {
  font-family: Georgia;
  font-size: 13px;
  font-weight: bold;
  color: #ff860a;
}

#extraBanners {
  border-top: 1px dotted #cccccc;
  margin-top: 15px;
  width: 100%;
}

  #extraBanners .banner {
    width: 33%;
    height: 120px;
    border-right: 1px dotted #cccccc;
    vertical-align: top;
    padding: 10px;
  }

#navHeader {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}

#nhTitle {
  text-align: left;
  white-space: nowrap;
}

#nhNav {
  width: 465px;
  text-align: center;
  font: bold 10px/10px Arial, Helvetica, Geneva, sans-serif;
  white-space: nowrap;
}
  
  #nhNav .nhLink {
    display: block;
    float: left;
    padding: 0px 3px;
    height: 110px;
    text-decoration: none;
    color: #999999;
  }
  
  #nhNav .nhLinkActive {
    display: block;
    float: left;
    padding: 0px 3px;
    height: 110px;
    text-decoration: none;
    color: #ff860a;
    background: #f0f0f0 url('/images/icon-hover.gif');
  }
  
  #nhNav img {
    margin-top: 3px;
    margin-bottom: 6px;
  }
  
  #nhNav .nhLink:hover {
    color: #ffffff;
    background: #ff860a;
  }
  
  #nhNav .nhLinkActive:hover {
    color: #ffffff;
    background: #ff860a;
  }


#twoColumns {
  width: 100%;
}
  
  #twoColumns .leftColumn {
    vertical-align: top;
    padding-right: 15px;
  }
  
  #twoColumns .rightColumn {
    vertical-align: top;
    width: 285px;
  }
  
  #twoColumns .leftColumn2 {
    vertical-align: top;
    padding-right: 15px;
    width: 50%;
  }
  
  #twoColumns .rightColumn2 {
    vertical-align: top;
    padding-left: 15px;
    width: 50%;
  }
  
  #twoColumns .leftColumn3 {
    vertical-align: top;
    width: 285px;
  }
  
  #twoColumns .rightColumn3 {
    vertical-align: top;
    padding-left: 15px;
  }
  
#oneColumn {
  width: 100%;
}
  
  #oneColumn .column {
    vertical-align: top;
  }
  
#blackBox {
  padding: 10px;
  border: 2px solid #cccccc;
  background: #000000;
}

  #blackBox p {
    font: normal 11px/16px Arial, Helvetica, Geneva, sans-serif;
    color: #f0f0f0;
  }
  
  #blackBox p.large {
    font: normal 12px/16px Arial, Helvetica, Geneva, sans-serif;
    color: #f0f0f0;
    margin: 0px
  }
  
.orange {
  color: #ff860a;
}

.orangeBold {
  font-weight: bold;
  color: #ff860a;
}

.box {
  padding: 5px 15px;
  border: 2px dotted #999999;
  background: #fcfcfc;
  margin: 20px 0px;
}

.grayBox {
  padding: 5px 15px;
  border: 2px solid #cccccc;
  background: #fcfcfc;
}

/* FOOTER ELEMENTS */

#textLinks {
  width: 100%;
  margin: 3px;
  margin-top: 10px;
}

  #textLinks .tlColumn {
    width: 20%;
    text-align: left;
    vertical-align: top;
  }

  #textLinks .tlTitle {
    display: block;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 4px;
    text-decoration: none;
    border-bottom: 1px solid #dddddd;
  }
  
  #textLinks .tlTitle:hover {
    text-decoration: underline;
  }
  
  #textLinks .tlBody {
    color: #ffffff;
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  #textLinks .tlLink {
    display: block;
    text-decoration: none;
    color: #f0f0f0;
  }
  
  #textLinks .tlLink:hover {
    text-decoration: underline;
    color: #ffffff;
  }

#footer {
  margin-top: 30px;
  text-align: left;
  color: #ffffff;
  font-size: 11px;
}

  #footer .logo {
    float: left;
    margin-right: 15px;
    padding-bottom: 100px;
  }

  #footer a {
    color: #e4e4e4;
    text-decoration: none;
  }
  
  #footer a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  
#productPhotos {
}

  #productPhotos .pphoto {
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 8px;
    border: 2px solid #ffffff;
  }
  
  #productPhotos .pphotoFocus {
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 8px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    border: 2px dotted #cccccc;
  }
  
  .ppBox {
    float: left;
  }

#imagePreview {
  visibility: hidden;
  position: absolute;
  padding: 8px;
  border: 1px solid #acacac;
  background: #666666;
}

  #imagePreview img {
    border: 1px solid #dddddd;
  }

.picRight {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.picLeft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

form {
  margin: 0px;
  padding: 0px;
}

.required {
  padding: 0px;
  vertical-align: middle;
  text-align: center;
  padding-left: 5px;
  width: 10px;
}

.required img {
  padding: 0px;
}

.formTable {
  border-left: 1px solid #cccccc;
  border-right: 2px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  width:100%;
  margin-bottom:0px;
}

  .formTable .formField {
    padding: 5px 8px;
  }
  
  .formTable .formHead {
    font-size: 12px;
    line-height: 16px;
    padding: 3px 8px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    background: #f0f0f0;
  }
  
  .formTable .formLabel {
    font-size: 12px;
    line-height: 16px;
    padding: 3px 8px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background: #f0f0f0;
    width: 30%;
  }
  
  .formTable .formLabel3 {
    font-size: 11px;
    line-height: 15px;
    padding: 5px 8px;
    border-bottom: 1px solid #cccccc;
    background: #f5f5f5;
  }

.formSelect {
  font: normal 12px Arial, Helvetica, Geneva, sans-serif;
  padding: 1px;
  border: 1px solid #acacac;
  margin: 2px 0px;
}

.formSelectFocus {
  font: normal 12px Arial, Helvetica, Geneva, sans-serif;
  padding: 1px;
  border: 1px solid #ff860a;
  margin: 2px 0px;
  background: #f0f0f0;
}

.formSelectMax {
  width: 100%;
  font: normal 12px Arial, Helvetica, Geneva, sans-serif;
  padding: 1px;
  border: 1px solid #acacac;
  margin: 2px 0px;
}

.formSelectMaxFocus {
  width: 100%;
  font: normal 12px Arial, Helvetica, Geneva, sans-serif;
  padding: 1px;
  border: 1px solid #ff860a;
  margin: 2px 0px;
  background: #f0f0f0;
}

.formInput {
  font: normal 12px Arial, Helvetica, Geneva, sans-serif;
  padding: 2px;
  border: 1px solid #acacac;
  margin: 2px 0px;
}

.formInputFocus {
  font: normal 12px Arial, Helvetica, Geneva, sans-serif;
  padding: 2px;
  border: 1px solid #ff860a;
  margin: 2px 0px;
  background: #f0f0f0;
}

.formInputMax {
  width: 100%;
  font: normal 12px Arial, Helvetica, Geneva, sans-serif;
  padding: 2px;
  border: 1px solid #acacac;
  margin: 2px 0px;
}

.formInputMaxFocus {
  width: 100%;
  font: normal 12px Arial, Helvetica, Geneva, sans-serif;
  padding: 2px;
  border: 1px solid #ff860a;
  margin: 2px 0px;
  background: #f0f0f0;
}

.formFile {
  font: 12px Arial, Helvetica, Geneva, sans-serif;
  margin: 2px 0px;
}

.formTextareaMax {
  width: 100%;
  font: normal 12px Arial, Helvetica, Geneva, sans-serif;
  padding: 2px;
  border: 1px solid #acacac;
  margin: 2px 0px;
}

.formTextareaMaxFocus {
  width: 100%;
  font: normal 12px Arial, Helvetica, Geneva, sans-serif;
  padding: 2px;
  border: 1px solid #ff860a;
  margin: 2px 0px;
  background: #f0f0f0;
}

.formButton {
  width: 120px;
  font: bold 11px Arial, Helvetica, Geneva, sans-serif;
  padding: 2px;
  border: 2px solid #acacac;
  margin: 2px 0px;
  background: #eeeeee;
  color: #333333;
}

.formButtonFocus {
  width: 120px;
  font: bold 11px Arial, Helvetica, Geneva, sans-serif;
  padding: 2px;
  border: 2px solid #ff860a;
  margin: 2px 0px;
  color: #000000;
}

#infoButtons {
}

.pdfIcon {
  border: 1px solid #ccaaaa;
  float: right;
}

.refBox {
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  padding: 3px;
  background: #999999;
  color: #ffffff;
  font: bold 11px/12px Arial, Helvetica, Geneva, sans-serif;
  position: absolute;
  margin-left: 7px;
  margin-top: 7px;
}

.eimg {
  vertical-align: middle;
  padding-bottom: 2px;
}

.eimgR {
  vertical-align: middle;
  padding-bottom: 2px;
  margin-left: 5px;
}

#ccBlock {
  font: normal 11px/11px Arial, Helvetica, Geneva, sans-serif;
  color: #888888;
  vertical-align: bottom;
}

  #ccBlock .ccItem {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    vertical-align: bottom;
    height: 250px;
    width: 150px;
    border: 1px solid #dddddd;
    padding: 5px;
  }
  
  #ccBlock img {
    margin-bottom: 10px;
    vertical-align: bottom;
  }

#gridTable {
  width: 100%;
  border: 2px solid #cccccc;
}

  #gridTable .gridLabel {
    border-right: 1px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    padding: 2px 5px;
    background: #f5f5f5;
    font-weight: bold;
    text-align: center;
  }
  
  #gridTable .gridLabel2 {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 2px 5px;
    text-align: center;
  }
  
  #gridTable .gridLabel3 {
    border-right: 2px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 2px 5px;
    background: #f5f5f5;
  }

  #gridTable .gridCell {
    border-right: 1px solid #cccccc;
    padding: 2px 5px;
    text-align: right;
  }
  
  #gridTable .evenRow {
    background: #fafafa;
  }

/* Files table, SWFUpload button */

#swfupload-button-container {
  text-align: center;
  margin-top: 1em;
}

#send-button-container {
  text-align: center;
}

.clear {
  clear: both;
  height: 0;
}

.files-table {
  width: 100%;
  table-layout: fixed;
  margin: 1em 0;
  border-collapse: collapse;
}

.files-table td {
  border: 0;
  padding: 5px;
  font-size: 12px;
}

.files-table-header td {
  border-bottom: 1px solid black;
}

.files-table .delete {
  width: 25px;
  text-align: center;
}

.files-table img {
  display: block;
  cursor: pointer;
}

.files-table .file {
  width: 90%;
  overflow: hidden;
}

.files-table .file span {
  white-space: nowrap;
}

.files-table .status {
  width: 55px;
  text-align: left;
}

.files-table-footer td {
  border-top: 1px solid black;
}
