﻿.primaryHighlight,
.primaryHighlight:hover {
  color: #cc4e00;
}
a.primaryHighlight,
a.primaryHighlight:hover {
  color: #cc4e00 !important;
}
.legend,
legend {
  color: #cc4e00;
}
#tigerBody #header-navbar {
  background: black;
}
#tigerBody #header {
  background: url("../images/diamonds.png") repeat scroll center bottom #000000;
  border-bottom: 6px solid #CC4E00;
}
#tigerBody #header #headerLogo {
  border-radius: 6px;
  margin-right: 20px;
  padding: 5px;
  overflow: hidden;
  background: white;
  border: 2px solid silver;
}
#tigerBody #header #primaryHeader {
  border-top: 0 none;
}
#tigerBody #header #primaryHeader #headerMenu li {
  margin-top: 25px;
}
#tigerBody #header #primaryHeader #headerMenu li a {
  color: #FFFFFF;
  font-size: 21px;
}
#tigerBody #header #primaryHeader #headerMenu li a:hover,
#tigerBody #header #primaryHeader #headerMenu li a:active {
  color: #B2B2B2;
}
#tigerBody #header #primaryHeader #headerLabel {
  color: #cc4e00;
  font-weight: bold;
  text-shadow: 1px 1px black;
  font-size: 26px;
  line-height: 40px;
  text-align: right;
  padding: 18px 14px 0;
  font-family: "Times New Roman", Times, serif;
}
#tiger-home .tiger-service {
  margin-bottom: 20px;
}
#tiger-home .tiger-service p {
  margin: 6px 0 0 20px;
}
#tiger-home a {
  font-weight: bold;
}
#productsArrow {
  display: inline-block;
  font-size: 40px;
  margin-top: -16px;
}
.btn-tiger {
  background-color: #B24100;
  background-image: linear-gradient(to bottom, #fc7223, #cc4e00);
}
.btn-tiger:active,
.btn-tiger:hover,
.btn-tiger:focus {
  background-color: #CC4E00;
}
.validation-summary-errors,
.field-validation-error {
  color: #723FFF;
}
