@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #393939;
	background-image:url(img/bg-img.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-position:top;
	margin-top: 40px;
	margin-bottom: 50px;
}
a:link {
	color: #ffb400;
}
a:visited {
	color: #ffb400;
}
a:hover {
	color: #FFE4A8;
}
img {
	border:none;
}
#wrap {
	width: 990px;
}
#footer {
	clear: both;
	width: 920px;
	height: 160px;
	padding-top: 30px;
	padding-right: 30px;
	text-align:right;
	background-color: #666;
	float:left;
	margin: 40px 0 0 40px;
}

#left {
	width: 253px;
	float:left;
	margin-left:47px;
	margin-right: 29px;
	text-align:left;
}
#right {
	width: 625px;
	float:right;
	margin-right: 20px;
	text-align:left;
	margin-top: 82px;
}
#spacertop {
	height: 12px;
}
.title {
	width: 641px;
	height: 39px;
	background-color:#ffb400;
	margin-bottom: 10px;
	margin-top: 30px;
	float:left;
}
#portfolio {
	margin-top: 10px;
	float:left;
	border-top: #666;
	border-style:none;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top:13px;
	
}
#portfolio p {
	color:#adadad;
}
.thumb {
	height: 150px;
	width:113px;
	float:left;
}
.description {
	float:right;
	width: 490px;
	margin-left:20px;
}
.description-int {
	float:right;
	width: 620px;
	margin:34px 0 0 10px;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin:0;
	padding: 0;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin:16px 0 20px; 0;
	padding: 0;
}
li {
	font-size: 11spx;
	width: 93%;
	margin:0 0 10px 0;
	padding: 4px;
	color:#FF9;
	list-style: square;
	list-style-position:outside;
	background-color: #555;

}
ul {
	margin:0 0 18px -20px;
	padding-left: 32px;
}


label, 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px; 
}
.err
{
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color: red;
}





#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

