header {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 1px solid #F1F1F1;
  display: table;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 50px;
  width: 100%;
  z-index: 5; }

header.header > div.container {
  position: relative;
  width: 100%;
  height: 50px;
  display: table; }
  header.header > div.container > div.col {
    text-align: center; }

footer.footer > div.container {
  position: relative;
  width: 1440px;
  height: 50px;
  padding: 5px 50px;
  margin: 0 auto; }

.site-logo {
  display: table-cell;
  margin-left: 30px; }

.site-nav {
  display: table-row;
  float: right; }

.nav-item-first {
  border-left: 1px solid #F1F1F1; }

.nav-item {
  background: none repeat scroll 0 0 transparent;
  border-right: 1px solid #F1F1F1;
  display: table-cell;
  height: 50px;
  padding: 0 22px;
  transition: background 190ms ease-out 0s;
  vertical-align: middle; }
  .nav-item:hover {
    background-color: #FAFAFA;
    cursor: pointer;
    text-decoration: none; }
  .nav-item > h3 {
    font-size: 15px;
    color: #3B3B3B; }

div.col {
  line-height: 50px;
  padding: 0 10px; }

.welcome_bar {
  background: url("/images/title_bar_bg.gif") repeat-x scroll 0 0 transparent;
  clear: both;
  margin-top: 50px;
  margin-bottom: 44px;
  position: relative;
  z-index: 0; }

.header_img {
  position: relative;
  z-index: 2;
  background: auto;
  background-color: #060808;
  background-size: cover;
  background-image: none; }
  .header_img > .container_12 {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1440px; }

.slider {
  height: auto;
  position: relative;
  width: 100%; }

.float {
  float: left; }

.table-cell {
  display: table-cell; }

#header_images {
  width: 1440px;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -480px; }

.header_image {
  margin: 0 auto;
  opacity: 0;
  position: absolute; }

#aside2 {
  width: 100%; }

#header_controls_left,
#header_controls_right {
  position: absolute;
  top: 0;
  z-index: 99;
  cursor: pointer;
  display: block;
  width: 20px;
  height: 468px;
  background: url(/images/slider_arrows.png) 0 210px no-repeat;
  text-indent: -9999px;
  border: 0; }

#header_controls_right {
  background: url(/images/slider_arrows.png) -20px 210px no-repeat;
  right: 0; }

#overlay_bg {
  width: 900px;
  top: 0;
  left: 30px;
  height: 0;
  position: absolute;
  opacity: .4;
  cursor: pointer; }
