body { font:13px/1.22 arial, helvetica, clean, sans-serif; *font-size:small; 
*font:x-small; 
}

/****************************************************************************************************************************
 * Reset css start
****************************************************************************************************************************/

html { }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
li { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
q:before, q:after { content:''; }
abbr, acronym { border:0; font-variant:normal; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
input, textarea, select { font-family:inherit; font-size:inherit; font-weight:inherit; }
input, textarea, select {
*font-size:100%; margin:0; padding:0; }
legend { color:#000; }

/****************************************************************************************************************************
 * New Body >> css
 ****************************************************************************************************************************/

body { background:#101010 url('../img/bg-scanlines.png') repeat-y top center; margin:0px; padding:0px; font-family:Verdana; }
	a:link { color:#ffb400; text-decoration:underline; }
	a:active { color:#ffb400; text-decoration:underline; }
	a:visited { color:#787878; text-decoration:underline; }
	a:hover { color:#ffb400; text-decoration:none; }
div.mainContainer { width:870px; min-height:870px; margin:auto; border-top:0px; text-align:left; }
div.top { width:870px; height:34px; }
div.billboard { width:870px; height:119px; background: url('../img/bg-billboard.gif') no-repeat; }
div.factories { width:870px; height:39px; }
div.nav { width:870px; height:43px; }
div.rubble { width:870px; height:33px; }
div.content { width:870px; min-height:453px; font-size:11px; color:#fff; background: url('../img/bg-content.png') repeat-y; }
div.contentL { width:506px; min-height:438px; float:left; display:inline; padding:0px 65px 15px 68px; }
div.contentR { width:163px; min-height:438px; float:right; display:inline; padding:0px 68px 15px 0px; font-size:10px; }
div.footer { width:802px; height:54px; clear:both; padding:35px 0px 0px 68px; font-size:9px; color:#ffb400; background: url('../img/bg-footer.gif') no-repeat; }
	.footer a { color:#ffb400; text-decoration:underline; line-height:24px; }
	.footer a:hover { color:#787878; text-decoration:none; }
	.copyright { color:#fff; }
div.bottom { width:870px; height:60px; }

h1 { font-family:Arial Black; font-weight:bold; color:#ffb400; font-size:14px; text-transform:uppercase; }
h2 { color:#787878; font-weight:bold; text-transform:uppercase; } 

strong { font-weight:bold; color:#ffb400; } 

img.photo { border:solid #fff 10px; }
img.photo2 { border:solid #ffb400 5px; margin:0px 10px 10px 0px}
img.photo3 { border:solid #ffb400 1px; margin:0px 15px 15px 0px; }

input, select, textarea { background-color: #cccccc; border:solid #666 1px; }

div.content2 { width:737px; height:438px; font-size:11px; color:#fff; background: url('../img/bg-content2.jpg') no-repeat; padding:0px 65px 15px 68px; }
div.footer2 { width:802px; height:54px; clear:both; padding:35px 0px 0px 68px; font-size:9px; color:#ffb400; background: url('../img/bg-footer2.gif') no-repeat; }
	.footer2 a { color:#ffb400; text-decoration:underline; line-height:24px; }
	.footer2 a:hover { color:#787878; text-decoration:none; }
	.copyright { color:#fff; }



/****************************************************************************************************************************
 * Lightbox >> 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: #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; }

