/* Header and Navigation */

#header{
  background-color: #584e47;
  padding-bottom: 10px;
  position: relative;
}

#header .inner_shell{
  position: relative;
  height:   65px;
}

#logo{
  position: absolute;
  bottom:   6px;
  left:     0px;
}

#nav{
  font-weight: bold;
  position: absolute;
  bottom:   8px;
  right:    0px;
}

#nav ul{
  cursor: default;
  margin: 0px;
}

#nav li{
  display: inline-block;
  margin:  0px 11px;
}

#nav a{
  font-family: 'Proxima Nova Soft','proxima-nova-soft';
  padding: 7px;
  cursor:  pointer;
  color:   white;
}

#nav a:hover{
  text-decoration: none;
}

#nav .bgswap{
  background-repeat: no-repeat;
  background-image:  url('https://8c6119485efe9c836413-4467abe04b093fd4aa1d4bc2ee4d4054.ssl.cf2.rackcdn.com/nav-back-white_png-1440077627');
  background-color:  transparent;
  margin-right: 0px;
  font-family: 'Proxima Nova Soft','proxima-nova-soft','Sans Serif','sans-serif';
  line-height:  38px;
  font-weight:  bold;
  text-align:   center;
  font-size:    18px;
  padding:      0px;
  display:      inline-block;
  cursor:       pointer;
  border:       0px;
  height:       38px;
  color:        white;
  width:        104px;
  color:        #584e47;
}

#nav .bgswap:hover{
  background-image: url('https://8c6119485efe9c836413-4467abe04b093fd4aa1d4bc2ee4d4054.ssl.cf2.rackcdn.com/nav-back-orange_png-1440077627') !important;
  text-decoration:  none;
  color: white;
}
