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

body{
  background: url(../images/bg.jpg);
  background-color: #5D5D5D;
  min-height: 1000px;
  font-family: Verdana, Arial, _sans;
  font-size: 12px;
}

* html body{
  text-align: center;
}

#container{
  margin:auto;
  width:902px;
  text-align: left;
}

#header{
  height: 109px;
}

h1{
  display:none;
}

#logo img{
  border: none;
}

#menu{
  height: 23px;
}

#project-menu{
  float:left;
}

#menu ul{
  list-style-type:none;
}

#menu li{
  display:inline;
  float:left;
  /*font-weight:bold;*/
}

#menu li a{
  margin-top: 3px;
  display:block;
  text-decoration:none;
  /*color:#00b9f1;*/
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
}

#menu li a .capital{
  font-size: 12px;
}

#menu li a.active{
  color:#00b9f1;
}

#menu li a:hover{
  color:#00b9f1;
}

#menu .separator{
  width: 3px;
  height: 10px;
  background: url(../images/separator.jpg) no-repeat;
  margin: 10px 10px 0px 10px;
}

#pages-menu{
  float: right;
}

#left{
  float:left;
  width: 172px;
  background: url(../images/left-bg.jpg) no-repeat;
  background-color: #fff;
  height: 537px;
  margin-top: 10px;
  position: relative;
}

#left .label{
  margin-top: 32px;
  display: block;
  float:left;
}

#left .thumbnail-box{
  width: 146px;
  margin-top: 10px;
}

#left .thumbnail{
  display: block;
  float: left;
  margin-right: 15px;
  margin-top: 15px;
}

#left .thumbnail img{
  border: 1px solid #757575;
  margin:0px;
  width: 56px;
  height: 56px;
}

#archive{
  position: absolute;
  bottom:7px;
  right: 35px;
  display:block;
  width: 55px;
  height: 15px;
  background: url(../images/archive-folder.jpg) no-repeat;
  padding-left: 0px;
  padding-top: 35px;
  text-decoration:none;
  color: #888;
  text-align:center;
  background-position: 5px 0px;
}

#archive:hover{
  background: url(../images/archive-folder-blue.jpg) no-repeat;
  color: #00B9F1;
  background-position: 5px 0px;
}


.clear{
  clear:both;
}

/*== footer ==*/
#footer{
  color: #fff;
  position: relative;
  height: 180px;
  padding-top: 30px;
}

#footer-left{
  float:left;
  width: 152px;
}

#footer-center{
  float:left;
  line-height: 20px;
  border-left: 1px solid #fff;
  height: 140px;
  padding-left: 25px;
}

#footer-bottom{
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#footer-bottom a{
  color: #B4B4B4;
  font-size:10px;
  text-decoration:none;
  display: block;
  float:left;
}

#footer-bottom a.flag-en{
  background: url(../images/flag-en-bw.jpg) no-repeat;
  width: 130px;
  padding-left: 20px;
}

#footer-bottom a.flag-en:hover{
  background: url(../images/flag-en.jpg) no-repeat;
  width: 130px;
}

#footer-bottom a.flag-bg{
  background: url(../images/flag-bg-bw.jpg) no-repeat;
  width: 130px;
  padding-left: 20px;
}

#footer-bottom a.flag-bg:hover{
  background: url(../images/flag-bg.jpg) no-repeat;
  width: 130px;
}

#copyright{
  float:left;
  font-size:10px;
  color:#B4B4B4;
}
