/* NG Site*/

body {
background-color:#000;
font-family:Arial, Helvetica, sans-serif, serif;
color:#333;
font-size:11px;
margin:0;
}

#container #total #area #zap select {
display:none;
}

#container {
width:680px;
margin-top:10px;
margin-right:auto;
margin-left:auto;
}

#container #logo {
background-color:#000;
background-image:url(../images/logo.gif);
background-repeat:no-repeat;
float:left;
height:83px;
width:680px;
margin-top:0;
margin-bottom:0;
margin-left:0;
}

#container #logo a {
text-indent:-10000px;
display:block;
height:83px;
}

#container #logo p {
width:200px;
}

#container #header {
float:left;
width:680px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
background-position:left top;
height:160px;
background-color:#FFBD03;
}

#container #header2 {
float:left;
width:680px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
background-position:left top;
height:50px;
}

#container #total {
	width:680px;
	float:left;
}

#container #menu {
width:200px;
color:#E3E3E3;
float:left;
}

#container #menu p.nav {
font-size:10px;
background-color:#333333;
margin:0 0 1px;
padding:0;
}

#container #menu p.nav a {
text-decoration:none;
display:block;
color:#666;
height:10px;
border:1px solid #666;
padding:3px 3px 3px 15px;
}

#container #menu .nav a:hover {
color:#FFF;
border:1px solid #C00;
background-color:#C00;
}

#container #menu p.subnav a {
	text-decoration:none;
	display:block;
	color:#666;
	height:10px;
	margin-top:1px;
	border:1px solid #666;
	padding:3px 3px 3px 15px;
	font-size: 10px;
}

#container #menu p.current a {
text-decoration:none;
display:block;
color:#FFF;
height:10px;
margin-top:0px;
border:1px solid #C00;
background-color:#C00;
padding:3px 3px 3px 15px;
}

#container #area {
float:left;
width:480px;
background-color:#FFF;
}

#container #total #area2 {
	float:left;
	width:480px;
}

* html>body .clearfix {
display:inline-block;
width:100%;
}

#container #area img {
padding:1px;
}

#container #area h1 {
font-size:16px;
color:#CD2105;
margin-bottom:5px;
padding:20px 10px 10px;
}

#container #total #area h2 {
	font-size:12px;
	color:#333;
	margin-bottom:5px;
	padding:20px 10px 10px;
}

#container #area p {
margin-top:2px;
margin-bottom:3px;
line-height:1.5em;
padding:2px 10px;
}

#container #area a {
color:#D22209;
}

#container #area a:hover {
text-decoration:none;
}

#container #footer {
float:left;
height:40px;
width:480px;
}

#container #footer p {
	font-size:11px;
	color:#666666;
	padding:1px 2px 2px 0;
	margin-top: 3px;
}

#container #footer a {
color:#999999;
text-decoration:none;
}

#container #footer a:hover {
color:#FFF;
text-decoration:none;
}

#container #menu p.subnav {
	font-size:11px;
	background-color:#000;
	margin:0 0 1px;
	padding:0;
}
#container #menu p.subnav {
	font-size:11px;
	background-color:#000;
	margin:0 0 1px;
	padding:0;
}

#container #menu p.current {
font-size:11px;
background-color:#000;
margin:0 0 1px;
padding:0;
}

#container #menu .current a:hover {
color:#FFF;
border:1px solid #C00;
}

#container #menu .subnav a:hover{
color:#FFF;
border:1px solid #C00;
}



/* Effects*/

#lightbox{
	position: absolute;
	top: 40px;
	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: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;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
.hider {
	display: none;
}
