/* CSS Document */

body {
margin:0;
padding:0;
background-color:#840cod;
text-align:center;
font-family:Helvetica, Arial, sans-serif;
font-size:11px;
color:#ffffff;
line-height: 22px;
}

#spacer {
width:100%;
height:30px;
}

.container {
	width:790px;
	margin:0px auto 0px auto;
	text-align:left;
}


.top-right {
width:515px;
float:right;
text-align:right;
}

.thumbs {
width:66px;
margin:0px 20px 20px 0px;
float:left;
}

.thumbs1 {
width:104px;
margin:0px 20px 20px 0px;
float:left;
}


.top-left {
width:789px;
float:left;
text-align:left;
}


.left {
width:515px;
float:left;
}

.top {
width:790px;
float:left;
}

.right {
width:210px;
float:right;
text-align:center;
}

#top {
width:100%;
height:400px;
}




#nav {
width:100%;
height: 34px !important;
height: 50px;
height/**/:/**/34px;
background-color:#840cod;
text-align:centre;
padding:16px 0px 0px 0px;
}


#middle {
width:100%;
min-height:170px;
border-top:15px solid #840cod;
border-bottom:15px solid #840cod;
margin-top:1px;
background-color:#840cod;
padding:0px 0px 20px 0px;
}



#bottom {
width:100%;
}

#footer {
width:100%;
height:50px;
padding-bottom:20px;
}


h1 {
font-family:"Times New Roman", Times, serif;
font-weight:lighter;
font-size:18px;
margin-top:0;
}

#middle a:link, #middle a:visited {
text-decoration:none;
color:#ffffff;
}

#middle a:hover {
text-decoration:underline;
color:#000000;
}


#nav ul	{
list-style:none;
margin:0;
padding:0;
padding:0;
}

#nav li {
float:left;
margin-right:20px;
}


#nav a:link, #nav a:visited {
text-decoration:none;
color:#ffffff;
font-weight:bold;
}

#nav a:hover {
text-decoration:none;
color:#000000;
font-weight:bold;
}


/* ================================================================ LIGHT BOX CSS */

#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: #840cod; 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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #840cod; 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; }
