body {
	margin: 0px;
	padding: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	background-image:url(../images/bg_body.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#topcontainer{
	width:1000px;
	margin-left:auto;
	margin-right:auto;	
}

#exportsite{
	width:240px;
	float:right;
	margin-top:15px;
	text-align:right;
}

#exportsite a{
	color:#12365e;
	text-decoration:none;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
}

#topmenu{
	margin-top:63px;
	background-image: url(../images/bg_menu.png);
	background-repeat:repeat-x;
	background-position:left;
}

#menuitems{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	height:33px;
}

#topmenu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	padding-left:6px;
}

#topmenu ul li{
	float:left;
	padding-right:8px;
	padding-left:8px;
	margin-top:5px;
	margin-bottom:5px;
}

#topmenu ul li a{
	color:#ffffff;
	text-decoration:none;
	font-style:italic;
	font-size:12px;
	font-weight:bold;
}

#topmenu ul li a:hover{
	color:#939393;
}

#topmenu ul li a em{
	color:#09a3d1;
}

.menuborder{
	border-right-color:#ffffff;
	border-right-width:1px;
	border-right-style:solid;
}

#pagecontainer{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#intro{
	margin-top:68px;
	margin-left:13px;
	margin-right:51px;
}

#promo{
	width:330px;
	background-image:url(../images/bg_promo.png);
	background-repeat:repeat-y;
	background-position:top;
	float:left;
	margin-top:61px;
	padding-bottom:10px;
}

#promotext{
	padding-top:5px;
	padding-left:7px;
	padding-right:6px;
}

.paddright{
	margin-right:3px;
}

#promo h1{
	color:#f1cc00;
	font-size:35px;
	line-height:30px;
	font-style:italic;
	font-weight:normal;
	margin-left:43px;
	margin-right:45px;
}

#promo p{
	color:#ffffff;
	font-size:16px;
	line-height:20px;
	font-style:italic;
	margin-left:43px;
	margin-right:45px;
}

#promolink a{
	text-align:right;
	color:#00b9f1;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	
}

#promolink a:hover{
	text-decoration:underline;	
}

#promolink{
	text-align:right;
	padding-right:10px;
}

#footer{
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	padding-top:50px;
	padding-bottom:20px;
}

#footer p{
	margin:0px;
	padding:0px;
	color:#b1b1b1;
	font-size:12px;
	font-style:italic;
}

#footerright{
	width:150px;
	float:right;
	text-align:right;

}

#footerright a{
	text-decoration:none;
	color:#b1b1b1;
	font-size:12px;
	font-style:italic;
}


#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; }
