@charset "windows-1251";
/* Main page */
body {
  margin:0px;
  background-color: #ffffff;
  font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
  font-size:small;
  color:#144256;
}
tr.gradient {
  width:auto;
  height:288px;
  background-image: url(/source/grad.gif);
}
tr.footer {
  background-color: #144256;
  width: auto;
  height:20px;
  padding:2px;
  padding-left:4px;
}

tr.footer td a.fLink {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:x-small;
  color:#fff;
  text-decoration: none;
  padding-left: 0.4em;
}

tr.footer td a.fLink:hover {
  text-decoration: underline;
}

/* Lampotschka ////////////////////////////////////////////////////// */
#bulb {
  display: none;
  background-image: url(/source/bulb.gif);
  background-repeat: no-repeat;
  background-position:bottom;
  width: 20px;
  height:100%;
}
/* End of Lampotschka /////////////////////////////////////////////// */

/* Shelves ////////////////////////////////////////////////////////// */
#lShelf {
  width: 342px;
  height: 200px;
  background-image: url(/source/lshelf.gif);
  background-repeat: no-repeat;
}

#rShelf {
  width: 342px;
  height: 200px;
  background-image: url(/source/rshelf.gif);
  background-repeat: no-repeat;
}
/* End of Shelves /////////////////////////////////////////////////// */

/* Books //////////////////////////////////////////////////////////// */
#lib {
  width: 96px;
  height: 62px;
  position: absolute;
  left: 30px;
  top: 7px;
  z-index: 3;
  background-image: url(/source/lib.gif);
  background-repeat: no-repeat;
  cursor: pointer;
}

#res {
  width: 144px;
  height: 75px;
  position: absolute;
  left: 102px;
  top: 46px;
  z-index: 2;
  background-image: url(/source/res.gif);
  background-repeat: no-repeat;
  cursor: pointer;
}

#funds {
  width: 176px;
  height: 76px;
  position: absolute;
  left: 246px;
  top: 67px;
  z-index: 2;
  background-image: url(/source/funds.gif);
  background-repeat: no-repeat;
  cursor: pointer;
}

#serv {
  width: 192px;
  height: 70px;
  position: absolute;
  left: 412px;
  top: 51px;
  z-index: 3;
  background-image: url(/source/serv.gif);
  background-repeat: no-repeat;
  cursor: pointer;
}

#cat {
  width: 132px;
  height: 64px;
  position: absolute;
  left: 508px;
  top: 9px;
  z-index: 4;
  background-image: url(/source/cat.gif);
  background-repeat: no-repeat;
  cursor: pointer;
}

div.lib_hide {
  display: block;
  width: 96px;
  height: 62px;
  position: absolute;
  left: 30px;
  top: 7px;
  z-index: 2;
  text-align: left;
}

div.res_hide {
  display: block;
  width: 144px;
  height: 75px;
  position: absolute;
  left: 102px;
  top: 46px;
  z-index: 1;
  text-align: center;
}

div.funds_hide {
  display: block;
  width: 176px;
  height: 76px;
  position: absolute;
  left: 246px;
  top: 67px;
  z-index: 1;
  text-align: center;
}

div.serv_hide {
  display: block;
  width: 192px;
  height: 70px;
  position: absolute;
  left: 412px;
  top: 51px;
  z-index: 2;
  text-align: left;
}

div.cat_hide {
  display: block;
  width: 132px;
  height: 64px;
  position: absolute;
  left: 508px;
  top: 9px;
  z-index: 3;
}

a.book {
  font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
  font-size:small;
  color:#144256;
  text-decoration: none;
}

a.book:hover {
  text-decoration: underline;
}
/* End of Books ///////////////////////////////////////////////////// */