﻿body {
  font-family: Arial, sans-serif;
}
a {
  text-decoration: none;
}
.contact-input {
  display: inline-block;
  width: 400px !important;
}
.header {
  padding: 15px 0px 0px 40px;
}
.header .logo {
  float: left;
  height: 102px;
  margin-top: 12px;
}
.header .logo img {
  width: 235px;
}
.header .menu {
  float: right;
  padding: 35px 30px;
}
.header .menu a {
  font-family: "hero-new";
  letter-spacing: 3.2px;
  font-size: 16px;
  text-transform: uppercase;
  color: #2d4275;
  margin-right: 25px;
}
.header .menu a:hover {
  color: red;
}
.footer {
  clear: both;
  background-color: #dde5ed;
}
.footer table {
  width: 100%;
  color: #2d4275;
  font-family: "hero-new";
}
.footer tr:first-child td {
  width: 33%;
  height: 180px;
  vertical-align: top;
  padding-top: 50px;
}
.footer tr:first-child .tagline {
  padding-left: 50px;
  font-size: 25px;
  letter-spacing: 0.5px;
}
.footer tr:first-child .logo img {
  width: 250px;
}
.footer tr:first-child .contact {
  width: 33%;
  color: #54565a;
  font-size: 16px;
  text-align: right;
  padding-right: 50px;
}
.footer tr:last-child td {
  font-size: 16px;
  height: 100px;
  color: #54565a;
  letter-spacing: 0.48px;
  vertical-align: middle;
  text-align: center;
}
.columns {
  width: 100%;
  display: flex;
  margin-top: 10px !important;
  border-top: solid 1px #2d4275;
  padding: 50px 50px;
}
.columns .column1 {
  width: 230px;
  font-size: 14px;
  line-height: 18px;
  margin-right: 40px;
}
.columns .column2 {
  min-width: 100px;
  max-width: 900px;
}
.searchheader {
  font-weight: bold;
  font-size: 120%;
}
.searchcategorybox {
  border: solid 1px silver;
  position: relative;
  padding: 15px 0px 15px 15px;
  margin-bottom: 35px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.searchcategorylabel {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
  padding: 0px 5px 0px 5px;
}
.searchcategoryitem {
  display: block;
  text-decoration: none;
}
.searchcategoryitem.active {
  font-weight: bold;
  font-size: 110%;
  color: red;
}
.searchcategoryitem:hover {
  color: red;
}
.searchresults {
  width: 100%;
  border: solid 1px silver;
  font-size: 14px;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.searchresults td.nw {
  white-space: nowrap !important;
}
.searchresults tr:nth-child(even) td {
  background-color: #e1e1e1;
}
.searchresults thead td {
  background-color: silver !important;
  padding: 10px 30px 10px 10px;
  white-space: nowrap !important;
}
.searchresultrow td {
  padding: 5px 30px 5px 10px;
}
.searchresultrow a {
  text-decoration: none;
}
.searchresultrow a:hover {
  color: red;
}
.linkbutton,
.link2button {
  text-decoration: none;
  color: white;
  font-weight: bold;
  background-color: #0067ac;
  border: solid 1px silver;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 30px 8px 30px;
  margin-right: 15px;
  cursor: pointer;
}
.linkbutton:hover,
.link2button:hover {
  color: yellow;
}
.link2button {
  background-color: #989898;
}
.searchheader {
  margin-bottom: 20px;
}
.requestquotedetails {
  margin: 10px 0px 0px 50px;
}
.itemdetailname {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 120%;
}
.itemdetail {
  margin-bottom: 30px;
}
.itemdetail td {
  padding-bottom: 5px;
}
.itemdetail td.label {
  font-weight: bold;
  color: #757575;
  padding-right: 20px;
  white-space: nowrap !important;
}
.contourNavigation {
  margin-left: 140px !important;
}
#partsearch {
  padding: 5px 10px;
  width: 230px;
  margin-bottom: 40px;
}
#request {
  width: 200px;
}
#quoteform input,
#quoteform textarea {
  display: inline-block;
}
#quoteform span {
  width: 130px;
  display: inline-block;
  vertical-align: top;
}
#quotefailure {
  font-weight: bold;
  color: red;
  margin-bottom: 50px;
  padding-bottom: 25px;
  border-bottom: solid 1px red;
}
.partimage {
  width: 100%;
  height: 100%;
  max-height: 650px;
  max-width: 650px;
  margin-bottom: 40px;
  border: solid 1px black;
}