@charset "UTF-8";
#projectsMenuTitle {
	position:absolute;
	left:229px;
	top:560px;
	width:220px;
	height:20px;
	z-index:12;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: capitalize;
	font-size: 12pt;
	text-decoration: none;
	font-weight: normal;
}
#OragneLine {
	position:absolute;
	left:0px;
	top:561px;
	width:100%;
	height:20px;
	z-index:8;
	background-color: #FDBA45;
}
#WipeOut {
	position:absolute;
	left:0px;
	top:580px;
	width:228px;
	height:20px;
	z-index:10;
	background-color: #000000;
}

#ProjectTitle {
	position:absolute;
	left:6px;
	top:150px;
	width:224px;
	height:22px;
	z-index:15;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDBA45;
}
#ProjectInfo {
	position:absolute;
	left:10px;
	top:180px;
	width:200px;
	height:340px;
	z-index:11;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
}
#FadeProjectInfo {
	position:absolute;
	left:0px;
	top:150px;
	width:230px;
	height:386px;
	z-index:21;
	background-color: #000000;
	visibility: visible;
}
#ImageHolder {
	position:absolute;
	left:304px;
	top:142px;
	width:auto;
	height:400px;
	z-index:14;
}
.projectsNames {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
	text-transform: capitalize;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FDBA45;
}
a:active {
	text-decoration: none;
	color: #666666;
}
