/* Elmira Stove Works London CSS Stylesheet */
body {background:url(../images/elmira-stove-works-bg.jpg) top center no-repeat #333; color:#600; height:820px; }
.bg2 {background:url(../images/bg2.jpg) top center no-repeat #333; color:#600; height:820px; }
.footer {color:#600; position:absolute; top:800px; padding-left:275px; }

#nav {width:950px; height:27px; margin:0 auto; padding-top:60px; font-family:Arial, Helvetica, sans-serif; }
.menu ul{list-style-type:none; padding:0; margin:0; }
.menu li{float:left; position:relative; z-index:100; }
.menu table{ position:absolute; border-collapse:collapse; z-index:80; }

.menu a, .menu :visited { display:block; font-size:12px; width:117px; padding:4px 0; color:#600; background: url(../images/e6ddbc.png) repeat; text-decoration:none; text-align:center; border-left:thin solid #660000; }
.menu :hover { color:#FFC; background: url(../images/bdae76.png) repeat; }
.menu ul ul { visibility:hidden; position:absolute; width:120px; height:0; }
.menu ul li:hover ul, .menu ul a:hover ul{ visibility:visible; }

p,ul,ol {padding-left:5px; }
h1 {font-size:34px; padding:10px 0 0 5px; color:#600;  }
h2 {font-size:24px; padding-left:5px; color:#600;  }

.white {color:#FFFFFF; text-align:center; padding-top:14px; font-size:14px; }
.gallery {margin:3px; border:1px solid #666666; }
.scroll {width:950px; height:610px; overflow:auto; }
.breadcrumb {font-size:10px; float:right; padding:5px 5px 0 0; }

/**************** LIGHTBOX *********************/
#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 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 50% 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; }

/**************LIGHTBOX ENDS *******************/