/* CSS Document */

html {
	font-size: 76%;
	font-family:Arial, Helvetica, sans-serif;
} 

html * {
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	margin:0px;
	padding:0px;
	width:100%;
	background-color:#000;
	font-size:12px;
	color:#FFFFFF;
}

#core, #coreTop, #coreBottom, #coreTop_home, #coreBottom_home{
	float:left;
	height:auto !important;	
	height:644px;
	min-height:644px;
	width:890px;
}

#core{
	background-color:#000;
}

#coreHeader, #coreHeader_home{
	float:left;
	width:890px;
	height:162px;
}

#coreHeader_home{
	background-image:url("../images/header_home.jpg");
}

#coreHeader{
	background-image:url("../images/header.jpg");
}

#coreCopyright, #coreCopyrightLink a{
	padding:0px 0px 0px 0px;
	color:#A19E73;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;

}

#coreCopyrightLink{
	padding:0px 0px 0px 8px;
}

#coreCopyrightCompany, #coreCopyrightLink{
	display:inline;
}

#coreHeader h1, #coreFooter h2, #coreFooter h3, #coreHeader_home h1, #coreFooter_home h2{
	margin:0px;
	padding:0px;
	text-indent:-999px;
}

#coreFooter, #coreFooter_home{
	float:left;
	width:890px;
	height:87px;
}

#coreFooter{
	background-image:url("../images/footer.jpg");
}

#coreFooter_home{
	background-image:url("../images/footer_home.jpg");
}

#coreTop, #coreTop_home{
	background-repeat:no-repeat;
}

#coreTop{
	background-image:url("../images/body_top.jpg");
}

#coreTop_home{
	background-image:url("../images/body_top_home.jpg");
}

#coreBottom, #coreBottom_home{
	background-repeat:no-repeat;
	background-position:bottom;
}

#coreBottom{
	background-image:url("../images/body_bottom.jpg");
}

#coreBottom_home{
	background-image:url("../images/body_bottom_home.jpg");
}

#coreNav{
	float:left;
	width:238px;
	height:245px;
	background-image:url("../images/nav.jpg");
	background-repeat:no-repeat;
}

#coreContent{
	float:left;
	width:890px;
}

#coreSearch{
	float:right;
	padding:0px 0px 0px 0px;
}

#coreSearchInput{
	background-color:#071d57;
	border:1px solid #fff;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-indent:5px;
	float:left;
}

#coreSearchSubmit{
	border:1px solid #fff;
	background-color:#b9b9b9;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	float:left;
}

#coreSearchForm{
width:250px;
height:20px;
float:left;
}

#local_itemDisplay{
	margin:10px 0px 0px 80px;
}

#local_itemList{
	margin:10px 0px 0px 20px;
}

#itemDetails_detail_description_lable{
background-color:#000000;
color:#FFFFFF;
}

#itemList_noResult{
width:770px;
margin:20px 0px 0px 0px;
text-align:center;
}

.itemList_link{
	text-align:center;
}

.itemList_link a{
	text-decoration:none;
	color:#A19E73;
	font-weight:bold;
	font-size:14px;
}

.itemList_link a:hover{
	color:#990000;
}

.itemList_box{
	border:none;
	margin:0px 0px 0px 0px;
}

#itemDetails_detail_box{
	margin:0px 0px 0px 0px;
}

#itemDetails_detail_informationLinks a{
	color:#fff;
}

#itemDetails_detail_image a{
	color:#fff;
}

#itemDetails_detail_largeImageLink{
	color:#fff;
}

#itemDetails_detail_informationLinks{
display:none;
}
#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; }

