@charset "utf-8";
/* CSS Document */

body {
font-family: "Century Gothic";
color:#ffffff;
background-color:#9a7b4d;
font-size:15px;
text-align:center;

}

.wrapper {
margin: 0 auto; /* Center align for Good browsers like Firefox, Opera, Netscape */
width: 1057px;
position:relative;
background-color:#9a7b4d;
}

#content {
background-color:#662e21;
}

a {
color:#ffffff;
text-decoration:none;
border-style:none;
}

a:hover {
color:#000000;
text-decoration:none;
border-style:none;
}

img
{  border-style: none;
}

* {margin:0;padding:0}


#Table_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:1057px;
	
}

#index-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:68px;
	height:1000px;
}

#index-02_ {
	position:absolute;
	left:0px;
	top:0px;
	width:1057px;
	height:317px;
}

#index-03_ {
	position:absolute;
	left:1057px;
	top:0px;
	width:75px;
	height:1000px;
}

#index-04_ {
	position:absolute;
	left:0px;
	top:317px;
	width:52px;
	height:683px;
}

#index-05_ {
	position:absolute;
	left:52px;
	top:317px;
	width:77px;
	height:28px;
}

#index-06_ {
	position:absolute;
	left:129px;
	top:317px;
	width:174px;
	height:28px;
}

#index-07_ {
	position:absolute;
	left:303px;
	top:317px;
	width:107px;
	height:28px;
}

#index-08_ {
	position:absolute;
	left:410px;
	top:317px;
	width:105px;
	height:28px;
}

#index-09_ {
	position:absolute;
	left:515px;
	top:317px;
	width:202px;
	height:28px;
}

#index-10_ {
	position:absolute;
	left:717px;
	top:317px;
	width:90px;
	height:28px;
}

#index-11_ {
	position:absolute;
	left:807px;
	top:317px;
	width:107px;
	height:28px;
}

#index-12_ {
	position:absolute;
	left:914px;
	top:317px;
	width:96px;
	height:28px;
}

#index-13_ {
	position:absolute;
	left:1010px;
	top:317px;
	width:47px;
	height:683px;
}

#index-14_ {
	position:absolute;
	left:52px;
	top:345px;
	width:958px;
	height:10px;
	z-index:1;
}

#index-15_ {
	position:absolute;
	left:52px;
	top:355px;
	width:958px;
	text-align:left;
	font-size:14px;
}

#index-15_ img {
border: none;
}

#index-15_ .imgbox {
border: 3px solid #FFFFFF;
}

#title {
	position:absolute;
	right:49px;
	top:355px;
	height:78px;
	text-align:left;
	font-size:14px;
	z-index:0;
}

#index-16_ {
	position:absolute;
	left:801px;
	top:355px;
	width:209px;
	height:78px;
}

#index-17_ {
	position:absolute;
	left:801px;
	top:433px;
	width:209px;
	height:308px;
}

#index-18_ {
	position:absolute;
	bottom:0px;
	
	
	width:958px;
	height:111px;
	background-image:url(images/index_18.jpg);
}

#index-19_ {
	position:absolute;
	left:120px;
	top:852px;
	width:958px;
	height:148px;
}

/* ######### DROPDOWN MENU CSS ######### */
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #9a7b4d;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid white;

font: normal 14px "Century Gothic";
font-weight: bold;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #9a7b4d;
width: 180px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background-color: #9a7b4d;
color: #662e21;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 330px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid white;
padding: 10px;
font: normal 12px  "Century Gothic";
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #9a7b4d;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #9a7b4d;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


/*.anylinkshadow{ /*CSS for shadow. Keep this as is */
/*position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
/*background: black;
visibility: hidden;
}
*/

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