body {
  background: url(../images/yellow-header.jpg) no-repeat top center;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#yellow-band {
  background-color: #ebb72f;
  position: absolute;
}

#wrapper {
  width: 985px;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: #ea3900;
}

table td {
  vertical-align: top;
}

#menu-area {
  width: 985px;
  height: 145px;
}

#logo {
  width: 622px;
  height: 110px;
  float: left;
}

#top-menu {
  background: url(../images/top-menu.jpg) no-repeat top left;
  width: 362px;
  height: 37px;
  float: left;		
}	

#top-menu ul {
  margin: 0;
  margin-left: 20px; 
  padding: 0;
  list-style: none;
}

#top-menu li {
  float: left;
  padding: 5px;
}

#top-menu a {
  display: inline-block;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  padding-top: 5px;
  height: 28px;
}

a.topbutton1 {
  width: 59px;
}

a.topbutton1:hover {
  background: url(../images/topbutton1-over.jpg) no-repeat top left;
}

a.topbutton2 {
  width: 64px;
}

a.topbutton2:hover {
  background: url(../images/topbutton2-over.jpg) no-repeat top left;
}

a.topbutton3 {
  width: 89px;
}

a.topbutton3:hover {
  background: url(../images/topbutton3-over.jpg) no-repeat top left;
}

a.topbutton4 {
  width: 82px;
}

a.topbutton4:hover {
  background: url(../images/topbutton4-over.jpg) no-repeat top left;
}

#main-menu {
  width: 984px;
  height: 35px;
}

#main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main-menu li {
  float: left;
}

#main-menu a {
  display: block;
  height: 25px;
  padding-top: 10px;
  text-decoration: none;
  color: #7ba6a3;
  text-align: center;
  margin-left: 3px;
}

#main-menu a:hover {
  color: #fff;
}

#main-menu a.button1 {
  background: url(../images/button1.png);
  width: 103px;
}

#main-menu a.button1:hover {
  background: url(../images/button1-over.png);
}

#main-menu a.button2 {
  background: url(../images/button2.png);
  width: 64px;
}

#main-menu a.button2:hover {
  background: url(../images/button2-over.png);
}

#main-menu a.button3 {
  background: url(../images/button3.png);
  width: 95px;
}

#main-menu a.button3:hover {
  background: url(../images/button3-over.png);
}

#main-menu a.button4 {
  background: url(../images/button4.png);
  width: 87px;
}

#main-menu a.button4:hover {
  background: url(../images/button4-over.png);
}

#main-menu a.button5 {
  background: url(../images/button5.png);
  width: 94px;
}

#main-menu a.button5:hover {
  background: url(../images/button5-over.png);
}

#main-menu a.button6 {
  background: url(../images/button6.png);
  width: 142px;
}

#main-menu a.button6:hover {
  background: url(../images/button6-over.png);
}

#main-menu a.button7 {
  background: url(../images/button7.png);
  width: 143px;
}

#main-menu a.button7:hover {
  background: url(../images/button7-over.png);
}

#main-menu a.button8 {
  background: url(../images/button8.png);
  width: 81px;
}

#main-menu a.button8:hover {
  background: url(../images/button8-over.png);
}

#main-menu a.button9 {
  background: url(../images/button9.png);
  width: 78px;
}

#main-menu a.button9:hover {
  background: url(../images/button9-over.png);
}

#main-menu a.button10 {
  background: url(../images/button10.png);
  width: 70px;
}

#main-menu a.button10:hover {
  background: url(../images/button10-over.png);
}


#footer-top {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 31px;
  padding-top: 15px;
  background: url(../images/top-footer-background.jpg) no-repeat top center;
  color: #767575;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
}

#footer-top .content {
  width: 985px;
  margin-left: auto;
  margin-right: auto;
}

#footer-top .content strong {
  color: #951b1b;
}

#footer {
  width: 100%;
  background: url(../images/footer-background.jpg) no-repeat top center;
  height: 265px;
}

#footer .content {
  width: 985px;
  margin-left: auto;
  margin-right: auto;
}

#footer-boxes {
  width: 100%;
  color: #fff;
  font-size: 11px;
}

#footer-boxes td {
  padding: 38px;
  padding-top: 0;
  padding-bottom: 0;
  border-right: dotted #d1ccc0 1px;
  width: 33%;
}

#footer-boxes td table td {
  padding: 5px;
  border: none;
}

#footer-boxes a {
  color: #eab72d;
}

#footer-boxes h2 {
  color: black;
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 25px;
}

#footer-boxes img {
  float: left;
  margin-right: 10px;
}

#newsletter-email-input {
  width: 132px;
  height: 21px;
  background: url(../images/newsletter-email-input.jpg) no-repeat top left;
  border: none;
  padding-top: 6px;
  padding-left: 5px;
}

#newsletter-subscribe {
  width: 61px;
  height: 27px;
  background: url(../images/newsletter-subscribe.jpg) no-repeat top left;  
  border: none;  
}

#bottom-menu {
  margin-top: 10px;
  margin-left: 25px;
  color: #fff;
  text-align: center;
}

#bottom-menu a {
  color: #fff;
  text-decoration: none;
}

#bottom-menu a:hover {
  text-decoration: underline;
}

#copyright {
  font-size: 10px;
  color: black;
  padding-left: 25px;  
  text-align: center;
}

#copyright a {
  color: #fff; 
  text-decoration: none;
}

#online-training-available {
  color: #fff;
  font-size: 18px;
  padding-left: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

#online-training-available a {
  color: #eab72d;
  text-decoration: none;

}

#online-training-available a:hover {
  text-decoration: underline;
}

label.error {
  color: red;
  display: block;
}

.required {
  color: #ae0d0c;
}

.note {
  background-color: #efefef;
  padding: 20px;
}

.video {
  margin-bottom: 25px;
}

.pdf-description {
  font-weight: bold;
  height: 75px;
}

.pdf-image {
  vertical-align: middle;
  text-align: center;
}

.event {
  margin-bottom: 25px;
}

.product {
  margin-bottom: 25px;
}
