@charset "utf-8";
/* CSS Document */

/*
AUTHOR:      WDS Center - We discover new solutions...
             (Contact: www.wdscenter.ro | office@wdscenter.ro)
COPYRIGHTS:   � 2006-2009 Headmasters, All rights reserved
             (Contact: www.headmasters.ro | office@headmasters.ro)
*/



/* GENERAL STYLES
-------------------------*/
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  }
html {
  width: 100%;
  height: 100%;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #ccc;
  cursor: default;
  }
body {
  width: 100%;
  height: 100%;
  text-align: center;
  }
a {
  color: #666;
  text-decoration: underline;
  }
a:hover {
  color: #fff;
  text-decoration: underline;
  }


/* DEPTH POSITIONING
-------------------------*/
body {z-index:1;}
#bg-top {z-index:1;}
#bg-bottom {z-index:1;}
#bg-center {z-index:2;}
table {z-index:3;}
table #specialOffer {z-index:5;}
table object {z-index:4;}
#copyrightText {z-index:5;}
#logoWDS {z-index: 5;}


/* LAYERS
-------------------------*/
#mainCell {
  position: relative;
  float: left;
  top: 0;
  }
#specialOffer {
  position: relative;
  clear: both;
  float: left;
  top: 0;
  left: 345px;
  width: 210px;
  height: 25px;
  text-align: center;
  }
.navlist li {
  list-style: none;
  display: inline;
  }
.specialOfferButton a {
  position: relative;
  float: left;
  width: 210px;
  height: 25px;
  background: url(../images/specialOffer.jpg) top left no-repeat;
  }
.specialOfferButton a:hover {
  background-position: 0 -25px;
  }
.specialOfferButton a:active {
  background-position: 0 -50px;
  }
#preloader {
  position: relative;
  float: left;
  top: -25px;
  }
#copyrightText {
  width: 300px;
  float: left;
  text-align: left;
  display: inline;
  padding: 5px 0 0 5px;
  }
#logoWDS {
  position: relative;
  float: right;
  white-space: nowrap;
  display: block;
  top: 3px;
  right: 5px;
  width: 37px;
  height: 17px;
  background-image: url(../images/logoWDSover.jpg);
  }
#logoWDS a {
  display: block;
  width: 37px;
  height: 17px;
  float: right;
  }
#logoWDS img {
  width: 37px;
  height: 17px;
  }
#logoWDS a:hover img {
  visibility: hidden;
  }


/* BACKGROUND
-------------------------*/
#bg-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/background.jpg) center left repeat-x;
  }
#bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 49%;
  background-color: #e1e1e1;
  }
#bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 49%;
  background-color: #000;
  }
