/* CSS Document */

body 	{	margin:0px; 
			padding:0px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color:#FFFFFF;
			background-color:#000000;
			background-image:url(images/back.jpg);
		}	

a:link { text-decoration: none }
a:active { text-decoration: none }
a:active {outline:none}
a:visited { text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif }	
a {color: #4e636b;}
a img{border:0;}
a {outline:none}

.h1		{font-size:17px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; font-weight:bold}

.actual {color: #666666; font-weight:bold; font-size:12px; font-family: Verdana, Arial, Helvetica, sans-serif}
.menu 	{color: #999999; font-size:12px; font-family: Verdana, Arial, Helvetica, sans-serif}
.menu a:hover {color: #333333}
.menu a{color:#999999;}
.menu a:visited{font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:bold}
.menu a:link { text-decoration: none; font-weight:bold}

#center {	padding:0px;			
			
			width:1000px;
			height:700px;
			margin-left:-480px; 
			position:absolute;
			left:50%;
			top: 10px; /*50%;*/
			z-index:10;
			background-color:#000000;
			border:#FF0000 solid thin;
			
		}

#logo	{	position: absolute;
			left: 45px; 
			top: 13px; 
			width: 170px; 
			height: 70px;
			background-color:#000000;
			z-index:500;
		}
	
#main	{	position: absolute; 
			left: 0px; 
			top: 10px; 
			width: 800px; 
			height: 800px;
			background-color:#000000;
			border:#FF0000 solid thin;
			z-index:2;
		}

#top	{	position: absolute; 
			left: 50px; 
			top: 120px; 
			width: 896px; 
			height: 150px;
			z-index:100;
			background-image:url(images/top2.jpg)			
		}


#menu{		position: absolute; 
			right: 0px; 
			top: 88px; 
			width: 950px; 
			height: 18px; 
			text-align: right;
			z-index:200;
		}

#picbox	{	position: absolute; 
			left: 169px; 
			top: 240px; 
			z-index:12;			
		}

#textbox	{	position: absolute;
			left: 25px; 
			top: 290px;
			padding:30px;
			padding-left:25px; 
			width: 895px; 
			height: 345px;
			z-index:11; 
		}

#bottom	{	position: absolute; 
			left: 169px; 
			bottom: 0px; 
			width: 611px;
			padding-left:10px;
			padding-right:10px; 
			height: 20px;
			color: #000000;
			text-align:center;
			font-size:13px;
			z-index:100; 
		}
		
		
		

		
		
/* DROPDOWN MENU */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 300}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 11px Helvetica}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 2px 10px;
	width: 90px;
	height:10px;
/*	background: #5970B2; */
	border-left:#666666 solid 1px;
	color: #666666;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	color: #FF0000;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	margin-top:4px;
	padding: 0;
	background: #222224;
	border:#666666 1px solid;
	border-top:none;
}

#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 10px 10px;
		width: 90px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		/*background: #EAEBD8;*/
		color: #666666;
		font: 12px Helvetica}

	#sddm div a:hover
	{	/*background: #87ab0d;*/
		color: #FF0000}


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

#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: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink { left: 0; float: left; background: url(images/prev.gif) left 10% no-repeat; }
#nextLink { right: 0; float: right; background: url(images/next.gif) right 10% no-repeat; }
#prevLink:hover, #prevLink:visited:hover { background: url(images/prev.gif) left 10% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 10% no-repeat; }


#imageDataContainer{
	font: 16px 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: 80px; float: right;  padding-bottom: 0.7em;	}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
	

