html, body {
	margin: 0;
	padding: 0;
	background: #fff;
}

div, h1, h2, h3, h4, h5, h6, h7, p, a, a:link, img, img:link, ol, ul, li, dl, span, tr, td {
	margin: 0;
	padding: 0;
	font: 11px/12px "Lucida Sans", "Lucida Grande", sans-serif;
	color: #666;
	border: none;
	text-decoration: none;
	text-align: left;
	/* vertical-align: top; */
	line-height: 18px;
}

div#wrapper {
	margin: 30px auto 0 auto;
	padding: 0;
	width: 800px;
	text-align: center;
}

div.header {
	margin: 30px 0 0 0;
	padding: 0;
	float: left;
	width: 800px;
	height: 30px;
}

/* NAVIGATION */
ul.navlist {
	margin: 10px auto 0 auto;
	padding: 0;
	list-style-type: none;
	width: 100px;
	height: 25px;
	background-color: #fff;
	float: left;
}

ul.navlist li {
	margin: 0;
	padding: 6px 0 0 0;
	font-size: 14px;
	font-family: "Lucida Grande", sans-serif;
	color: #70a5a6;
	text-transform: lowercase;
		line-height: 14px;
}

ul.navlist li a:link, ul.navlist li a:visited {
	margin: 0;
	padding: 0;
	font-size: 11px; 
	font-family: "Lucida Grande", sans-serif;
	color: #666;
	font-weight: normal;
		line-height: 14px;
}

ul.navlist li a:hover {
	color: #939393;
}

/* .activenav {
	font: 21px arial;
	color: #fff;
	background-color: #939393;
	text-transform: uppercase;
	font-weight: bold;
} */

/* MAIN CONTENT */
div.maincontent {
	margin: 17px 0 0 80px ;
	padding: 0;
	width: 400px;
	float: left;
	color: #666;
	height: 500px;
}

div.maincontent a:link, div.maincontent a:visited {
	color: #999;
	font-size: 11px;
}

div.maincontent a:hover, div.maincontent a:active {
	color: #666;
}

table {
	width: 500px;
	margin: 0;
	padding: 0;
}

tr {
	margin: 0;
	padding: 0;
	text-align: left;
}

td {
	margin: 0;
	padding: 0 10px 10px 0;
	text-align: left;
	vertical-align: top;
	line-height: 14px;
}

h2 {
	font-weight: bold;
	width: 90px;
}

h2.align {
	float: left;
	font-weight: bold;
	width: 90px;
	display: inline;
}
	

	

ul.imagegrid {
	margin: 0;
	padding: 0;
	list-stlye: none;
	width: 276px;
	height: 90px;
}

ul.imagegrid li {
	float: left;
	margin: 0 2px 2px 0;
	padding: 0;
	width: 90px;
	text-decoration: none;
	border: none;
	//border: 1px solid #e9ecff;
	list-style-type: none;
	text-align: center;
}		

ul.printgrid {
	margin: 0;
	padding: 0;
	list-stlye: none;
	width: 260px;
}

ul.printgrid li {
	float: left;
	margin: 0 2px 2px 0;
	padding: 0;
	width: 50px;
	height: 65px;
	text-decoration: none;
	border: none;
	//border: 1px solid #e9ecff;
	list-style-type: none;
	text-align: center;
}

div#footer {
	clear: both;
	margin: 0;
	padding: 0;
	width: 800px;
}	

div.footer-body {
	margin: 0 10px 10px 0;
	padding: 0 0 0 0;
	line-height: 16px;
	text-align: center;
	font-size: 10px;
	border: none;
	text-align: left;
	color: #C7C6C6;
}

div.footer-body a:link, div.footer-body a:visited {
	color: #999;
	font-weight: bold;
}

div.footer-body a:hover, div.footer-body a:active {
	border-bottom: 1px solid #939393;
	color: #999;
}

span.ie-sucks {
	color: #666;
	font-size: 10px;
	border: none;
}

div.clear {
	clear: both;
}

/* span.solidhang-logo {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 10px;
	border: none;
	color: #BBBBBB;
} */

/* LIGHT BOX STYLES */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	background: #fff;
	}

#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: #fff;
	/* 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 */
	}	
	
	
ul.printgrid li {
	padding: 0;
	margin: 0 2px -2px 0;#
	
}

ul.imagegrid li {
	padding: 0;
	margin: 0 2px -2px 0;#
}