img { behavior: url(iepngfix.htc); }

body{
background: url(images/bgred.jpg) center top no-repeat fixed; background-color: #c5b085;
}

.nav {
background-image: url(images/nav.gif);
height: 40px; width: 100%;
left: 0; top: 0;
position: fixed;
z-index: 3;
visibility: visible;
font-variant: small-caps;
font-size: larger;
font-family: arial;
font-weight: bold;
color: #e5d6b8;
text-align: center;
word-spacing: 2em;
line-height: 28px;
overflow: auto;}

camonav {color: #584e3b;}

.bottle {
	margin:0;
	padding:0;
	height:100%;
	padding-top: 80px;
	padding-bottom: 10px;
}
.pl {
	outline: 1px solid #382e1b;
	visibility: visible;
	width:66%;
	position: relative;
	left: 17%;
	margin-bottom: 25px;
	height: auto;
}
.page {
	background-image: url(images/boxbg.png);
	background-repeat: repeat;
	border: 9px solid #e5d6b8;
	outline: 5px solid #584e3b;
	visibility: visible;
	height: auto;
	position:relative;
	overflow:hidden;
}
.content {
	border: 4px solid #584e3b;
	visibility: visible;
	height: auto;
	position:relative;
	padding: 3em;
	text-align:justify;
	font-size: normal;
}
.lines {
	height: auto;
	width: 80%;
	left: 10%;
	position: relative;
	margin-top: 15px;
	margin-bottom: 3em;
	text-align: center;
	text-decoration: none;
	word-spacing: 2em;
	visibility: visible;
	border-top: solid 1px #584e3b;
	border-bottom: solid 1px #584e3b;
	font-size: 13pt;
}

a:visited {color: #382e1b; text-decoration: none;}
a:hover {color: #584e3b; font-weight:bold; font-size: 12pt;}
a:active {color: #3E3729; text-decoration: underline; font-weight:bold; font-size:12pt}
a:link {color: #584e3b; text-decoration: none;}

p.cntr {text-align:center}
p.cost {font-weight:bold;
	text-align:right;
	float-right;}
p {text-align:justify;}
h2 {font-weight:bold;
	text-align:left;
	font-size:100%;}
h1 {font-weight:bold;
	text-align:center;
	font-variant: small-caps;
	font-size:150%;}
p.logo {text-align:center;
	margin-bottom:4em}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #c5b085;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	