/* block top links */
ul#header_links {
  list-style-type: none;
  margin: 15px 0 0 0;
  float: left;
  overflow: hidden; }
  ul#header_links li {
    position: relative;
    text-transform: capitalize;
    float: left;
    padding: 0 15px 0 0; }
    ul#header_links li:before {
      position: absolute;
      content: '';
      width: 3px;
      height: 3px;
      left: -8px;
      top: 8px;
      background: #232323; }
    ul#header_links li:first-child {
      border: none; }
      ul#header_links li:first-child:before {
        display: none; }
    ul#header_links li a {
      font: 400 10px / 12px 'Ubuntu', sans-serif;
      color: #a4a3a3;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
      ul#header_links li a:hover, ul#header_links li a.active {
        color: #d3070c; }

/*block permanent links right and left columns*/
#permanent_links div {
  border-bottom: 1px dotted #eee; }

#permanent_links div a {
  display: block;
  padding: 7px 11px 5px 22px;
  color: #333;
  background: url(img/arrow_right_2.png) no-repeat 10px 10px; }

/* block footer links */
ul#footer_links {
  clear: both;
  text-align: center;
  padding-bottom: 6px; }

ul#footer_links li {
  display: inline;
  padding: 0 10px; }
