html {
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0px;
  padding: 0px;
  background: black url('/images/background.png') repeat-x fixed top left;
  color: #111111;
}
h2 { margin: 1em 0; }
.hidden { display: none; }
ul.tabs {
  line-height: 34px;
  float: left;
  margin: 0px;
}
ul.tabs li {
  float: left;
  list-style: none;
  margin-left: 6px;
}
ul.tabs li a {
  padding: 3px 6px;
  text-decoration: none;
  color: #ffffff;
}
ul.tabs li a:hover {
  background-color: #770000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
ul.tabs li.gap {
  margin: 5px 0 5px 15px;
  border-right: 2px solid white;
  height: 24px;
}
ul.tabs.secondary li a { color: #666666; }
ul.tabs.secondary li a:hover { color: #ffffff; }
ul.tabs.secondary.top { margin-bottom: 0.75em; }
ul.tabs.secondary.bottom { margin-top: 0.75em; }
ul.tabs.secondary {
  background-color: #d3d7cf;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.tabs.secondary li.search-section {
  float: right;
  position: relative;
  margin-right: 10px;
}
#content-wrap {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  clear: left;
  background-color: #ffffff;
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
#content { padding: 10px; }
#header {
  width: 960px;
  margin: 0px auto;
  padding: 0px;
  background: url('/images/top-background.png') top left repeat-x;
  height: 34px;
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
#title-bar {
  clear: both;
  width: 960px;
  margin: 0px auto;
  background-color: #000000;
  background: url('/images/horizontal-bar-stripes.png') top left no-repeat;
  height: 86px;
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
#logo a {
  text-indent: -1000px;
  background: url('/images/logo.png') center left no-repeat;
  width: 291px;
  height: 86px;
  display: block;
  line-height: 86px;
  margin: 0px 0px 0px 40px;
}
#user-info {
  float: right;
  color: #ffffff;
  line-height: 34px;
  margin: 0px 10px 0px 0px;
}
#user-info a { color: #ffffff; }
.customer-service {
  color: #d20000;
  display: block;
  margin: 10px 10px 10px 10px;
}
.customer-service a { color: #d20000; }
.flash { margin: 0px; }
form label { height: auto; }
form:focus {
  outline: none;
  border: 2px solid #cc3333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}
form div.row label {
  display: inline;
  margin-right: 10px;
}
dl { margin: 5px; }
dl dt {
  float: left;
  width: 150px;
  text-align: right;
  display: block;
  clear: left;
  padding: 2px;
  margin-top: 5px;
}
dl dd {
  min-height: 12px;
  border: 1px solid #cccccc;
  padding: 2px;
  margin: 5px;
  width: 250px;
  float: left;
}
dl input {
  min-height: 12px;
  border: 1px solid #cccccc;
  padding: 2px;
  margin: 5px;
  width: 250px;
  float: left;
}
dl textarea {
  height: 6em;
  border: 1px solid #cccccc;
  padding: 2px;
  margin: 5px;
  width: 250px;
  float: left;
}
dl dd.no_box { border: none; }
h2 { clear: both; }
table {
  width: 100%;
  clear: both;
}
td {
  border: 1px solid #aaaaaa;
  padding: 5px;
}
tbody tr:hover { background-color: #d3d7cf; }
.half-page {
  float: left;
  width: 460px;
  margin: 0px;
  padding: 0px;
}
tr.link:hover td { cursor: pointer; }
#generating_inquiry_tag {
  background-color: #595959;
  border: 1px solid #959595;
  top: 50px;
  white-space: nowrap;
  padding: 5px;
  line-height: 14px;
  text-align: left;
}
div#title_bar_infobox {
  float: right;
  margin: 15px 15px 0 0;
  color: white;
  z-index: 10;
  top: 0;
}
div#title_bar_infobox a { color: white; }
.clear { clear: both; }
.side_nav {
  width: 200px;
  margin: 0px 20px 0px 0px;
  float: left;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.side_nav li {
  list-style: none;
  margin: 0px;
  background: url('/images/button-grey.png') top left repeat-x;
}
.side_nav li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}
.side_nav li:hover { background: url('/images/button-gradient.png') top left repeat-x; }
.callout {
  width: 960px;
  height: 250px;
  margin: 0 auto;
  padding: 20px 0 30px 0;
  background: url('/images/radial_gradient.png') top center no-repeat;
  position: relative;
}
.callout p {
  width: 500px;
  margin: 0px 0px 0px 30px;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
.callout #image_box {
  float: right;
  width: 250px;
  height: 250px;
  margin: 0 100px 0 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.callout #image_box img {
  position: absolute;
  left: 0;
  top: 0;
}
.parts-selector {
  clear: both;
  width: 960px;
  margin: 0px auto;
  height: 123px;
  background: url('/images/horizontal-bar.png') top left repeat-x;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.parts-selector form fieldset {
  display: inline;
  margin: 0px;
  padding: 0px;
}
.parts-selector form label { display: inline; }
.parts-selector form input {
  width: auto;
  margin: 0px 0px 5px 0px;
}
.parts-selector h3 {
  font-weight: bold;
  float: left;
  margin: 20px;
  color: #ffffff;
  font-size: 16px;
  width: 100px;
}
.parts-selector #individual-picker {
  width: 180px;
  border-right: 1px solid white;
  margin: 10px 10px 0px 0px;
}
.parts-selector .parts-search-option {
  float: left;
  margin: 10px 0px;
}
.parts-selector .parts-search-option span {
  font-size: 12px;
  display: block;
  color: #ffffff;
}
.parts-selector .parts-search-option input.submit {
  display: block;
  color: #ffffff;
  border: 1px solid #821717;
  padding: 0px 3px;
  background: #ad0000 url('/images/button-gradient.png') top left repeat-x;
  height: 21px;
  text-transform: lowercase;
}
.parts-selector .parts-search-option input.submit:focus { border: 1px solid #a21717; }
.parts-selector .parts-search-option select {
  max-width: 100px;
  margin: 0px;
}
#footer {
  font-size: 9px;
  text-align: center;
  color: #a21717;
  border-top: 1px solid #a21717;
  margin: 20px;
}
#footer a { color: #a21717; }
#footer a:visited { color: #a21717; }
.body-sidebared {
  width: 720px;
  float: left;
}
#time_selector {
  width: 300px;
  position: absolute;
  border: 1px solid black;
  background-color: #ffffff;
  padding: 10px;
  right: 0px;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
tr.link { color: #000022; }
.half-width {
  float: left;
  width: 460px;
}
td.pricing, th.pricing { width: 100px; }
td.pricing { text-align: right; }
th.pricing { vertical-align: bottom; }
li.hover:hover { background-color: #d3d7cf; }
.warning_instruction {
  margin-top: 0px;
  font-size: 85%;
  font-style: italic;
  color: #a21717;
}
