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:#fff url('../images/bg-gradient.png') repeat-x; margin:0px; padding:0px; font-family:Arial; }
div.mainContainer { width:770px; min-height:760px; margin:auto; text-align:left; border-top:0px; }
div.header { width:770px; height:101px; }
div.nav1 { width:770px; height:54px; }
div.main { width:770px; min-height:605px; background: url('../images/bg-main.jpg') repeat-y; }
div.copy { width:770px; min-height:530px; font-family:Arial; color:#1c1c1c; }
	h1 { color:#394e16; font-weight:bold; font-size:18px; padding:0px 0px 0px 40px; }
	strong { color:#394e16; font-weight:bold; font-size:14px; }
	p.copy { font-size:12px; padding:0px 40px 0px 40px; }
	img.copy { border:3px solid #394e16; margin:0; padding:0; }
div.footer { width:770px; height:66px; text-align:center; font-size:10px; color:#394e16; clear:both; }
	.footer a { color:#394e16; text-decoration:underline; font-size:10px; font-weight:bold; line-height:24px; }
	.footer a:hover { color:#fe840a; text-decoration:none; font-weight:bold; }
div.border { width:770px; height:7px; }


/****************************************************************************************************************************
 * 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(../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: #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; }