/* CSS Document */
body {
  margin: 0;
  padding: 0;
  background: repeat-x url(background.jpg) #30617f;      
  font: 13px/1.2em "Lucida Grande", Arial, sans-serif;
  color: #000;
}
a {
  color: #E8A400;
}
a:hover {
  background-color: #FDF7E8;
}
#style_copy {
font-size: 10px
}
img.shot {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
img {
  border: 0;
}
h1 {
  z-index: 1;
  font: 2.2em "Georgia", "Times New Roman", serif;
  color: #E8A400;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  margin-top:1.6em;
  position: relative;
  padding-right: 10px;
}
#content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  top: 0px;
}
#beta {
  position: absolute;
  top: 70px;
  left: 800px;
  width: 172px;
  background-color: #FDF6DF;
  padding: 5px;
  border: 3px solid #E5B22E;
  border-left-width:2px;
  border-top-width:2px;
  color: #000;
  text-align: center;
  font: 0.8em/1.5em Verdana;
  font-weight: bold;
}
#about-bubble p, #ref-bubble p, #downloads-bubble p, #docs-bubble p, #versions-bubble p {
  z-index: 1;
  position: relative;
  font-size:0.9em;
  padding-right: 10px;
  color: #1A1917;
}
#header {
  position: absolute;
  top: 0px;
  left: 30px;
  z-index: 10;
}
#coontent {
  margin-top: 240px;
  margin-left: 360px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  position: relative;
  margin-right: auto;
}
#coontentinside {
  text-align: center;
  margin-left: 360px;
  font-size: 12px;
  line-height: 14px;
  position: relative;
  margin-right: auto;
}
#footer {
  text-align: center;
  margin-top: 650px;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  width: 980px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  background: transparent;
}
#footer img {
  position: relative;
  top:6px;
}
#about-bubble, #ref-bubble, #downloads-bubble, #docs-bubble, #versions-bubble {
  position: absolute;
  width: 310px;
  height: 310px;
  text-align: center;
}
#about-bubble-handle, #ref-bubble-handle, #downloads-bubble-handle, #docs-bubble-handle, #versions-bubble-handle {
  cursor: move;
}
#ref-bubble {
  z-index: 10;
}

#ninja {
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 84px;
  overflow: hidden;
}

#ninja img, #ninja div {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

#ninja img {
  right: -20px;
}

#ninja div.consulting-wrapper {
  width: 240px;
  height: 74px;
}

#ninja div.consulting {
  width: 240px;
  height: 74px;
  left: 0px;
  background: top left url(images/image01.png);
}

#ninja div.ninja {
  width: 252px;
  height: 84px;
  background: top right url(images/image02.png);
}