  body {
    background: none;
  }

  #brochure-header #navigation {
  	float: right;
    position: relative;
    top: 20px;
    right: 20px;
    width: 520px;
    height: 35px;
    text-align: right;
    border-bottom: 1px solid #c6c6c6;
    background: transparent url(/media/images/bg-navigation.png) bottom center no-repeat;
    background-position: -50px 20px;
  }

  #mini-logo img {
    float: left;
    clear: both;
    position: relative;
    height: 50px;
    margin: -20px 0px 0px 20px;
  }
  
  #mini-logo a:hover {
    background: none;
  }
  
  #mini-logo span {
    position: relative;
    float: left;
    clear: left;
    margin: 10px 20px;
    font-size: 25px;
    line-height: 26px;
  }
  
  #mini-logo span strong {
    float: left;
  }
  
  #mini-logo span a {
  	float: left;
	margin: -5px 10px 0px 10px;
    border: 1px solid #000;
    padding: 4px;
    background: #e2f2d1 url(/media/images/bg-lines-green.gif) repeat top left;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    z-index: 1200;
    text-decoration: none;
  }
