#float-box{
  width: 30px;
  height: 30px;
  top: 185px;
  left: 977px;
  background-image: url("../images/sidro.png");
  background-repeat: no-repeat;
  z-index: 3000;
}

#player_holder {
  float: left;
  margin: 28px 0px 0px -10px;
}

#quote-player {
  background-image: url(../images/quote-player.png);
  background-repeat: no-repeat;
  width: 354px;
  height: 95px;
  float: left;
  margin-bottom: 50px;
  bottom : 0px;
  position: fixed;
  left: 5%;
}

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

body {
  width: 100%;
  background-color: #141416;
}

:focus {
  outline: none;
}

.body div {
  float: left;
  margin-right: 15px;
}

#content-holder {
  width:95%;
  float: left;
  margin-left: 5%;
}

#left-holder {
  width: 165px;
  float: left;
  position: fixed;
  z-index: 5000;
}

#right-holder {
  width: 850px;
  float: left;
  margin-left: 175px;
  color: #fff;
  display: inline;
}

#top-fixed-line {
  width: 1005px;
  height: 3px;
  background-color: #6b38b7;
  float: left;
  z-index: 5;
  font-size: 1px;
  line-height: 1px;
  top: 0px;
  position: fixed;
}
#bottom-fixed-line {
  width: 1005px;
  height: 3px;
  background-color: #6b38b7;
  float: left;
  z-index: 5;
  font-size: 1px;
  line-height: 1px;
  bottom : 0px;
  position: fixed;
}

#copyright {
  background-image: url(../images/copyright.png);
  background-repeat: no-repeat;
  width: 190px;
  height: 12px;
  float: left;
  z-index: 6;
  font-size: 1px;
  line-height: 1px;
  bottom : 0px;
  right: 360px;
  position: fixed;
  margin-bottom: 10px;
}

#top-fade {
  background-image: url(../images/gradient.png);
  background-repeat: repeat-x;
  width: 850px;
  height: 72px;
  z-index: 4;
  float: left;
  top: 0px;
  position: fixed;
}

#btm-fade {
  background-image: url(../images/btm-gradient.png);
  background-repeat: repeat-x;
  width: 850px;
  height: 72px;
  z-index: 4;
  float: left;
  bottom: 0px;
  position: fixed;
}

#logo {
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  width: 165px;
  height: 133px;
  text-indent: -8000px;
  margin-bottom: 25px;
  margin-left: -2px;
  z-index: 6;
}

#contact-info {
  background-image: url(../images/contact-info.gif);
  background-repeat: no-repeat;
  width: 140px;
  height: 72px;
  float: left;
  margin-bottom: 55px;
  text-indent: -8000px;
}

#menu {
  width: 100%;
  float: left;
}

#menu a {
  color: #141416;
  width: 100%;
  height: 14px;
  float: left;
  margin-bottom: 3px;
  font-size: 0px;
}

a.identity_menu {
  background-image: url(../images/menu_identity_inactive.gif);
  background-repeat: no-repeat;
}

a.identity_menu:hover {
  background-image: url(../images/menu_identity_active.gif);
  background-repeat: no-repeat;
}

a.identity_menu_active {
  background-image: url(../images/menu_identity_active.gif);
  background-repeat: no-repeat;
}

a.web_menu {
  background-image: url(../images/menu_web_inactive.gif);
  background-repeat: no-repeat;
}

a.web_menu:hover {
  background-image: url(../images/menu_web_active.gif);
  background-repeat: no-repeat;
}

a.web_menu_active {
  background-image: url(../images/menu_web_active.gif);
  background-repeat: no-repeat;
}

a.print_menu {
  background-image: url(../images/menu_print_inactive.gif);
  background-repeat: no-repeat;
}

a.print_menu:hover {
  background-image: url(../images/menu_print_active.gif);
  background-repeat: no-repeat;
}

a.print_menu_active {
  background-image: url(../images/menu_print_active.gif);
  background-repeat: no-repeat;
}

a.illustration_menu {
  background-image: url(../images/menu_illustration_inactive.gif);
  background-repeat: no-repeat;
}

a.illustration_menu:hover {
  background-image: url(../images/menu_illustration_active.gif);
  background-repeat: no-repeat;
}

a.illustration_menu_active {
  background-image: url(../images/menu_illustration_active.gif);
  background-repeat: no-repeat;
}

a.about_menu {
  background-image: url(../images/menu_about_inactive.gif);
  background-repeat: no-repeat;
}

a.about_menu:hover {
  background-image: url(../images/menu_about_active.gif);
  background-repeat: no-repeat;
}

a.about_menu_active {
  background-image: url(../images/menu_about_active.gif);
  background-repeat: no-repeat;
}

.fnc_photo_holder {
  height: 120px;
}

.fnc_photo_holder a {
  display: block;
  float: left;
  overflow: hidden;
}

.fnc_photo_holder a.left {
  background-position: left center;
}

.fnc_photo_holder a.center {
  background-position: center center;
}

.fnc_photo_holder a.right {
  background-position: right center;
}

#images-holder {
  width: 850px;
  float: left;
  margin: 72px 0px;
}
