/*-- Content --*/

#content.home {
  width: 980px;
  padding: 0 0 1px;
  z-index: 1;
}

/*-- Primary Message --*/

#content #primary_message {
  position: relative;
  height: 408px;
  width: 980px;
  z-index: 2;
}

#content #primary_message #msgnav {
  position: absolute;
  top: 24px;
  right: 20px;
  width: 70px;
  z-index: 10;
}

#content #primary_message #msgnav a {
  display: block;
  width: 21px;
  height: 12px;
  float: left;
  margin-right: 2px;
  text-indent: -999em;
  color: #fff;
  /*background: url('../images/btn_home_featurenav.png') 0 -12px no-repeat;*/
  background: #fff;
  opacity: 0.6;
}

#content #primary_message #msgnav a.activeSlide,
#content #primary_message #msgnav a:hover {
  /*background-position: 0 0;*/
  opacity: 1.0;
  overflow: hidden;
}

#primary_message #msg_wrapper, #primary_message div.msgbox {
  position: relative;
  height: 408px;
  width: 980px;
}

#primary_message div.msgbox div.msgtxt {
  position: absolute;
  top: 36px;
  left: 36px;
  width: 590px;
  z-index: 5;
}

#primary_message div.msgtxt h2 {
  font: normal 46px/0.95em "Trade Gothic W02 Bold Cn 20", "Trebuchet MS", Trebuchet, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 0.2em;
}

#primary_message div.msgtxt p.teaser {
  font-size: 12px;
  width: 300px;
  color: #b4b4b4;
  line-height: 1.4em;
  margin: 0 0 1em;
}

#primary_message div.msgtxt p.golink {
  margin: 2em 0 0;
  padding-left: 1px;
  height: 29px;
  width: auto;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 29px;
  background: url('../images/btn_home_featurelink_left.png') no-repeat;
}

#primary_message div.msgtxt p.golink a {
  display: block;
  float: left;
  text-transform: uppercase;
  height: 29px;
  width: auto;
  padding: 0 25px 0 15px;
  text-align: center;
  background: url('../images/btn_home_featurelink.png') 100% 0 no-repeat;
}

#primary_message div.msgtxt p.golink a:hover {
  background-position: 100% -29px;
}

/*-- Home Secondary Messages --*/

#secondary_messages {
  clear: left;
  position: relative;
  margin: 0 0 0 22px;
  line-height: 1.2em;
  height: auto;
  zoom: 1;
  z-index: 20;
}

#secondary_messages div.grid3a {
  width: 300px;
  float: left;
  margin: 0 18px 0 0;
  color: #b4b4b4;
  font-size: 12px;
  cursor: pointer;
}

#secondary_messages div.grid3a h5 {
  font: normal 24px/1em "Trade Gothic W02 Bold Cn 20", "Trebuchet MS", Trebuchet, Arial, sans-serif;
  margin: 12px 0 10px;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
}
#secondary_messages div.msg_half h5 {}

#secondary_messages div.grid3a p {
  margin: 0 0 12px;
}

#secondary_messages div.grid3a p strong {
  display: block;
}

#secondary_messages div.grid3a img {
  position: absolute;
  right: 0;
  bottom: 0;
}

#secondary_messages div.msg_full_image,
#secondary_messages div.msg_full_noimg,
#secondary_messages div.msg_half {
  position: relative;
  width: 266px;
  height: 166px;
  padding: 0 15px;
  margin: 0 0 18px;
  /*background: url('../images/bg_msgbox_secondary.png') repeat-y;*/
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  border: 2px solid #555661;
}

#secondary_messages div.msg_half {
  height: 72px;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0.12, rgb(0,0,0)),
      color-stop(0.7, rgb(25,25,25))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(0,0,0) 12%,
      rgb(25,25,25) 70%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#191919',GradientType=1 );
}

#secondary_messages div.msg_half p.msgtxt {
  /*display: none;*/
}

#secondary_messages div.msg_half p.more_info {
  position: absolute;
  right: 10px;
  bottom: 8px;
  text-align: right;
  margin: 0;
}

#secondary_messages div.msg_full_image p {
  width: 150px;
}

#secondary_messages div.msg_half h5,
#secondary_messages div.msg_half p {
  width: 200px;
}

/*-- News Banner --*/

#company_news {
  display: none;
  clear: both;
  border: 2px solid #555661;
  background: url(/images/bg_company-news.png) 10px center no-repeat #191a1d;
  margin: 0 22px 60px;
}

#company_news a {
  display: block;
  color: #a1a1a1;
  background: url(/images/icon_readmore.png) 910px center no-repeat;
  padding: 15px 0 15px 140px;
}

/*-- Division Links --*/

#content ul#divisions {
  position: relative;
  list-style-type: none;
  margin: -40px 0 40px 0;
  padding: 0;
  width: 936px;
  overflow: hidden;
  z-index: 500;
}

#content ul#divisions li {
  border: 2px #555661 solid;
  float: left;
  height: 126px;
  margin: 0 0 0 14px;
  overflow:hidden;
  width: 172px;
}

#content ul#divisions li.first {
  margin-left: 0;
}

#content #product_alert {
  clear: both;
  background-color: #AD1A1C;
  color: #FFD9D9;
  font-size: 11px;
  margin: 60px 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 980px;
}

#product_alert a:link, #product_alert a:visited {
  background-color: inherit;
  color: #FFD9D9;
  display: block;
  padding: 7px;
  width: 966px;
}

#product_alert a:hover {
  color: #fff;
}

#facebox .body {
  padding: 0;
  background: transparent;
}

