body {
margin:0;
padding:0;
background-repeat:no-repeat;
background:#6b614a url(../img/till03.png) no-repeat fixed;
background-position:28px 120px;
font:100.1% Verdana,Tahoma,Arial,sans-serif;
}
#top {
top:0;
left:0;
background:#393431;
height:100px;
width:100%;
position:fixed;
z-index:3;
}
hr {
background:#555;
color:#555;
border:none;
height:1px;
margin:0;
}
#logo {
width:312px;
height:85px;
margin:7px 20px 0 7px;
float:left;
}
#top div {
text-align:right;
color:#fff;
font-weight:bold;
font-size:14px;
margin:80px 65px 0 0;
}
#grey {
background:#d6d2cc;
position:fixed;
left:260px;
top:100px;
right:60px;
bottom:70px;
}
#content {
position:relative;
margin:100px 60px 70px 260px;
padding:15px 20px;
z-index:2;
font-size:13px;
}
#text {
position:relative;
left:0;
top:0;
z-index:2;
}
#bottom {
margin:0;
padding:0;
left:0;
bottom:0;
position:fixed;
z-index:3;
background:#3b3730;
height:70px;
width:100%;
text-align:right;
}
#bottom ul {
margin:24px 90px 0 0;
padding:0;
}
#bottom li {
display: inline;
list-style-type: none;
padding-left:4%;
color:#fff;
font-weight:bold;
font-size:18px;
}
#bottom a {
color:#fff;
font-weight:bold;
font-size:18px;
text-decoration:none;
}
h1 {
margin:0 0 5px 10px;
font-size:20px;
}
h2 {
margin:-5px 0 10px 25px;
font-size:14px;
}
h3 {
margin:10px 0 5px 0;
font-size:17px;
}
#design {
display:block;
width:97px;
height:9px;
position:fixed;
left:3px;
bottom:3px;
z-index:5;
}
#frontbg {
position:fixed;
left:260px;
bottom:70px;
z-index:1;
}
img {
border:none;
}
ul {
margin:0 10px 0 25px;
padding:0;
}
li {
padding:0;
list-style-type:square;
}
.con {
border:none;
margin:10px 0 15px 20px;
}
.con td {
text-align:left;
padding:5px 15px 0 0;
font-size:13px;
}
a {
text-decoration:underline;
color:#000;
}
a:hover {
text-decoration:none;
color:#41392c;
}
.thumb {
padding:5px 5px 11px 5px;
background-color:#bdbab6;
border:1px solid #aaa;
float:left;
margin-right:10px;
margin-bottom:10px;
}

/*  LIGHTBOX  */

#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(../lightbox/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(../lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox/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: #000;
	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 */
	}
