@charset "utf-8";
/*** General ***/
img { text-decoration: none; }
a { outline:none; }
a img{ text-decoration: none; border:0; }
a:link { text-decoration:none; } 
a:visited { text-decoration:none; }
body {
	background-color:#464646;
	text-align:center;
	margin:0;
	padding:0px;
}
#main {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:650px;
	margin-left:auto;
	margin-right:auto;
	z-index:10;
}
div.center {
	text-align: left;
}
#blackBar {
	position:absolute;
	left:0px;
	top:130px;
	width:100%;
	height:430px;
	background-color: #000000;
	z-index:1;
}
#logoGrey {
	position:absolute;
	left:32px;
	top:20px;
	width:872px;
	height:36px;
	z-index:50;
}
#creditCont {
  position:absolute;
	left:198px;
	top:563px;
	width:93px;   
  height:11px;
	margin-left:auto;
	margin-right:auto;
	z-index:10;
}
/*** Picture gallery ***/
.tDiv {
	position:absolute;	
 	top:565px;
	visibility:hidden;
	z-index:15;
}
#imgCont {
	position:absolute;
	left:198px;
	top:130px;
	width:600px;
	height:430px;
	z-index:10;
}
#loadrCont {
	position:absolute;
	left:400px;
	top:264px;
	width:125px;
	height:125px;
	visibility:visible;
	z-index:5;
}
/*** Other ***/
.projDesc_class {
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	text-align:left;
	line-height:16px;
}
.projDesc_class b strong{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color:#FFFFFF;
}
.projDesc_class a:link, a:visited {
  color:#E93E2D;
	font-size:11px;
  font-weight:normal;
}
.projDesc_class a:hover {
	color:#E93E2D;
	font-size:11px;
  font-weight:normal;
	cursor:pointer;
}
#projDescr {
	position:absolute;
	left:37px;
	top:152px;
	width:150px;
	height:auto;
}
#essHolder {
	position:absolute;
	left:32px;
	top:152px;
	width:162px;
	height:auto;
}
#essDescr {
	position:relative;
	left:5px;
	top:0px;
	width:140px;
	overflow:hidden;
	height:auto;
}
#essPic {
	position:relative;
	left:5px;
	top:0px;
	width:140px;
	height:auto;
}
