html {
  overflow: hidden;
}

#logo {
  width: 811px;
  height: 28%;
  min-height: 150px;
  background: url(../images/logo-big.png) no-repeat center;
  margin: 30px 0px 0px;
}

  #logo a {
    display: block;
    float: left;
    cursor: pointer;
    height: 100%;
    min-height: 150px;
  }
  
  #logo #j:hover span,
  #logo #u:hover span,
  #logo #s:hover span,
  #logo #t:hover span,
  #logo #w:hover span,
  #logo #o:hover span,
  #logo #r:hover span,
  #logo #d:hover span,
  #logo #ss:hover span {
    display: block;
  }
  
  #logo #j.hover:hover span,
  #logo #u.hover:hover span,
  #logo #s.hover:hover span,
  #logo #t.hover:hover span,
  #logo #w.hover:hover span,
  #logo #o.hover:hover span,
  #logo #r.hover:hover span,
  #logo #d.hover:hover span,
  #logo #ss.hover:hover span {
    display: none;
  }
  
  #logo span {
    display: none;
    text-align: center;
    font-size: 13px;
    position: absolute;
    margin-top: 174px;
    font-weight: bold;
    color: #ff5800;
    padding: 6px 8px;
    border: 1px solid #fce079;
    background: #fef7c1;
  }
  
  #logo span.badfont {
    padding-left: 21px;
    background: #fef7c1 url(../images/bubble-badfont.png) no-repeat 6px 9px;
  }
  
  #logo span div {
    width: 17px;
    height: 9px;
    background: url(../images/callout.png) no-repeat center;
    margin-top: -15px;
    position: absolute;
  }
  
  #logo span.badfont div {
    margin-left: -11px;
  }
  
  #logo #j  { width: 85px; }
  #logo #u  { width: 74px; }
  #logo #s  { width: 94px; }
  #logo #t  { width: 48px; margin-left: -1px; }
  #logo #w  { width: 124px; margin-left: 38px; }
  #logo #o  { width: 87px; }
  #logo #r  { width: 63px; }
  #logo #d  { width: 85px; }
  #logo #ss { width: 86px; }
  
  #logo #j span  { margin-left: 18px; }
  #logo #u span  { margin-left: 18px; }
  #logo #s span  { margin-left: 22px; }
  #logo #t span  { margin-left: 8px; }
  #logo #w span  { margin-left: 46px; }
  #logo #o span  { margin-left: 24px; }
  #logo #r span  { margin-left: -3px; }
  #logo #d span  { margin-left: 20px; }
  #logo #ss span { margin-left: 24px; }
  
  #logo #j.hover, #logo #j:hover   { background: #eee url(../images/hover/j.png) no-repeat 5px; }
  #logo #u.hover, #logo #u:hover   { background: #eee url(../images/hover/u.png) no-repeat 0px; }
  #logo #s.hover, #logo #s:hover   { background: #eee url(../images/hover/s.png) no-repeat 4px; }
  #logo #t.hover, #logo #t:hover   { background: #eee url(../images/hover/t.png) no-repeat 1px; }
  #logo #w.hover, #logo #w:hover   { background: #eee url(../images/hover/w.png) no-repeat 0px; }
  #logo #o.hover, #logo #o:hover   { background: #eee url(../images/hover/o.png) no-repeat 8px; }
  #logo #r.hover, #logo #r:hover   { background: #eee url(../images/hover/r.png) no-repeat 8px; }
  #logo #d.hover, #logo #d:hover   { background: #eee url(../images/hover/d.png) no-repeat 0px; }
  #logo #ss.hover, #logo #ss:hover { background: #eee url(../images/hover/ss.png) no-repeat 12px; }

#splash {
  height: 150px;
}

  #splash h4 {
    position: absolute;
    left: 0px;
    width: 100%;
    color: #333;
    background: #ddd;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #999;
    font: 19px/28px HelveticaNeue, Helvetica, Arial, sans-serif;
  }
  
  #splash h4 span {
    display: block;
    width: 820px;
    margin: auto;
    padding: 20px 0px 22px;
  }
  
  #splash h4 strong {
    font-weight: bold;
    padding-right: 15px;
  }

ul#global {
  font: 22px/28px Georgia, Times New Roman, serif;
  padding: 0px;
  list-style: none;
  margin: -25px 0px 0px -30px;
}

  ul#global > li {
    display: block;
    float: left;
    width: 180px;
    margin-left: 30px;
  }
  
  ul#global > li > a {
    display: block;
    margin-top: -100px;
    padding-top: 3px;
    border-top: 112px solid #ff5800;
  }
  
  ul#global li > a > span {
    display: block;
    padding: 8px 16px;
  }
  
  ul#global li:hover > a {
    /*color: white;*/
    /*border-top: 140px solid #ff5800;*/
    /*margin-top: -120px;*/
  }
  ul#global li:hover a > span {
    /*background: #ff5800;*/
  }
  
  ul#global li ul {
    background: #dedede;
    height: 100%;
    padding: 15px 25px;
    display: none;
    color: black;
    font: 15px/20px Helvetica, Arial, "Lucida Grande", sans-serif;
  }
  
  ul#global li:hover ul {
    display: block;
    list-style: none;
    margin: 0px;
    padding: 10px 0px;
  }
  
  ul#global li li {
    background: url(../images/bullet.png) no-repeat 0px 9px;
    padding: 5px 13px;
  }
  
  ul#global li li:hover {
    background: #ff7f3b url(../images/bullet-hover.png) no-repeat 0px 9px;
  }
  
  ul#global li ul a:hover {
    color: white;
  }

ul#tabs {
  width: 785px;
  position: fixed;
}
