html, body {
	background: #FFF;
	margin: 0;
	text-align: center;
	font-family: helvetica, Georiga, serif;
}

img {
	border-style: none;
}

a:focus { 
	outline:none 
}

#frame {
	position: relative;
	width: 800px;
	height: 500px;
	margin-top: 10px;
	margin-left: auto;
      	margin-right: auto;
	text-align: left;
}

#nav {
	position: relative;
}

.hidden-images {
	display: none;
}

#background {
	position: relative; left: 100px;
	height: 470px;
	background-image: url(images/index/darkblueostridge.jpg);
	background-repeat: no-repeat;
}

#info {
        float:left;
	position: relative; left: 2%;
	width: 400px;
	height: 470px;
	line-height: 1.3;
	font-size: 75.5%;
}

#info_2 {
        float:left;
	position: relative; left: 2%;
	width: 400px;
	height: 470px;
	line-height: 1.3;
	font-size: 75.5%;
}
#info h3 {
	width: 300px;
	border-bottom: 1px solid #000;
}

#info_2 h3 {
	width: 300px;
	border-bottom: 1px solid #000;
}

#column-left {
	float: left;
	position: relative; left: 2%;
	width: 200px;
	height: 470px;
}

.text {
	line-height: 1.4;
	font-size: 75.5%;
}

#column-right {
	float: left;
	position: relative;
	width: 400px;
	height: 470px;
	margin-left: 115px;
}

.thumb {
	float: left;
}

.thumb p {
	padding-right: 25px;
	padding-bottom: 15px;
	font-size: 75%;
	text-align: center;
}

.thumb img {
	padding-right: 25px;
	border-style: none;
}

.hidden-images {
	display: none;
}

#blog {
	position: relative; top: 10px; left: 175px;
	height: 470px;
	z-index: 0;
}

#shop-column {
	float: left;
	position: relative;
	width: 700px;
	height: 470px;
	margin-left: 115px;
}
	
#footer {
	z-index: 1;
}

#lightbox{	position: absolute; left: 50; 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;}

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

#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;background: url(images/prevlabel.gif) left 0% no-repeat;}
#nextLink { right: 0; float: right;background: url(images/nextlabel.gif) right 0% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 0% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 0% no-repeat; }

