a{
  color: #6F6E6C;
  text-decoration:none;
}
a:hover{
  color: #FFFFFF;
  text-decoration:none;
}
p strong{
	color:#FFFF00;
}
#container{
  border:1px solid black;
  width:1000px;
  height:625px;
  margin:30px auto 0 auto;
  position:relative;
  overflow:hidden;
}
#loading{
  margin:20px 0 0 20px;
  color:white;
}
#image{
  display:block;
  margin:-100px auto 0 auto;
}
.dim-image{
	opacity: 0.05;
	filter:alpha(opacity=5);
}
#title{
	position:absolute;
	top:100px;
}
#title span{
	font-size:41px;
	font-family:Arial, sans-serif;
	color:#000000;
	margin-left:15px;
	opacity: 0.5;	
	filter:alpha(opacity=50);
}
#title span.active{
	color:#FFFF00;
	opacity: 1;
	filter:alpha(opacity=100);
	
}
ul.menu{
  list-style:none;
  height: 36px;
  position:absolute;
  bottom:0;
  background-color:#110F0D;
  width:1000px;
  padding-left:120px;
}
ul.menu li{
  float:left;
  line-height:36px;
  width:120px;
  height:24px;
}
ul.menu li.selected a{
  color:#FFFF00;
}
ul.categories-menu, ul.news-menu, ul.about-menu{
  bottom:36px;
}

ul.categories-thumbs{
  list-style:none;
  overflow:hidden;
  _zoom:1;
  background-color: #110F0D;
  padding-top:3px;
  position:absolute;
  width:1000px;
  bottom:72px;
}
ul.categories-thumbs li{
  width:120px;
  height:50px;
  float:left;
  margin:0 1px 1px 0;
}
ul.categories-thumbs li h2{
  background-color:#dedede;
  width:110px;
  height:40px;
  color:black;
  font-weight:normal;
  font-size:10px;
  padding:5px;
}
ul.categories-thumbs li h2 span{
  display:block;
}
ul.categories-thumbs li:hover h2{
  display:none;
}
ul.categories-thumbs li a{
  display:none;
}
ul.categories-thumbs li:hover a{
  display:block;
}

.footer{
  width:1000px;
  text-align:right;
  margin:20px auto 0 auto;
  font-size:9px;
  
}
.footer a{
  margin-right:5px;
  color:#333;
}

/* PROJECT
--------------------------------------- */
.menu-link{
  width:1000px;
  height:18px;
  line-height:18px;
  margin:0 auto 0 auto;
  background-color:#110F0D;
  border:1px solid #110F0D;
  border-top:1px solid #212121;
}
.menu-link a{
  margin-left:120px;
}
.project-bar{
  height: 30px;
  position:absolute;
  bottom:0;
  background-color:#110F0D;
  width:1000px;
  line-height:30px;
  padding-left:120px;  
}

.project-bar h1{
  font-weight:normal;
  font-size:10px;
  color:#FFFF00;
  width:360px;
  float:left;
}
.project-bar a.info{
  float:left;
}
.project-images{
  height:53px;
  position:absolute;
  bottom:30px;
  background-color:#27231F;
  width:1000px;
  list-style:none;
  overflow:hidden;
}
.project-images li{
  width:120px;
  border-top:3px solid #27231F;
  margin-right:1px;
  float:left;
}
.project-images li a{
  opacity: 0.6;
  filter:alpha(opacity=60);
}
.project-images li a:hover{
  opacity: 1;
  filter:alpha(opacity=100);
}
.project-images li.selected a{
  opacity: 1;
  filter:alpha(opacity=100);
}
.project-images li.selected{
  border-top:3px solid #FFFF00;
}

.project-bar .back{
  width:360px;
  float:left;
}
.project-text{
  background-color:#27231F;
  width:1000px;
  position:absolute;
  bottom:30px;
  padding:20px 0 20px 120px;
}
.project-text h1{
  font-weight:normal;
  font-size:10px;
  margin-bottom:10px;
  color:#FFFF00;
}
.project-text .details{
  margin-bottom:7px;
  font-size:10px;
  color:#FFFFFF;
  width:360px;
}
.project-text .details h2{
  font-weight:normal;
  font-size:10px;
  color:#6F6E6C;
  margin-bottom:2px;
}
.news-list{
	top:235px;
	width:1000px;
	overflow-x:scroll;
	padding-left:120px;
	position:absolute;
}
.news-list ul{
	list-style:none;
	height:300px;
}
.news-list ul li{
	width:360px;
	float:left;
	height:300px;
}
.news-list ul li h2{
	font-size:10px;
	font-weight:normal;
	color:#FFFF00;
}
.news-list ul li .date{
	color:#333333;
}
.news-list ul li .text{
	width:240px;
}

.about-text{
	top:235px;
	position:absolute;
	width:480px;
	padding-left:120px;
}
.clients-list-container{
	top:235px;
	width:1000px;
	overflow-x:scroll;
	padding-left:120px;
	position:absolute;
}
ul.clients-list{
	list-style:none;
	height:300px;	
}
ul.clients-list li.letter{
	float:left;
	width:240px;
	height:150px;
	color:#FFFFFF;
	font-size:10px;
}
ul.clients-list li.letter h2{
	font-size:10px;
	font-weight:normal;
	color:#FFFF00;	
}
ul.clients-list li.letter ul{
	list-style:none;
}
ul.press-list{
	position:absolute;
	top:235px;
	list-style:none;
	width:760px;
	padding-left:120px;
}
ul.press-list li{
	float:left;
	margin:2px 2px 0 0;
}
.contacts-info{
	width:240px;
	position:absolute;
	top:235px;
	left:120px;
}
.feedback{
	position:absolute;
	top:235px;
	left:360px;
}
.feedback label{
	display:block;
}
.feedback .input{
	margin-bottom:10px;
}
.feedback input, .feedback textarea{
  background-color:black;
	border: 1px solid #212121;
	color:white;
}
.feedback input:focus, .feedback textarea:focus{
	border: 1px solid #666666;	
}
