body {
	margin: 20px 0;
	padding: 0;
	background: #5f89bb url(images/bg.png);
	background-repeat: repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #B13413;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	border: none;
	text-decoration: none;
	: #3284B5;
}

a:hover {
	border-bottom: px dotted #CCCCCC;
}

img {
	border: none;
}

input {
	background-color: #fafafa;
	border: 1px solid #d9d9d9;
}

table {
	border: 0px;
	margin: 0;
	padding: 0;
}

th {
	background-color: #8ca2bb;
	border: 1px solid;
}

td {
	border: 1px solid;
}

/* Header */

#header {
	width: 1024px;
	height: 292px;
	margin: 0 auto;
	background: url(images/header.png) no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 150px 0 0 10px;
    font-size: 30px;
}

/* Menu */
#menu {
width: 1024px;
height: 41px;
background: #37AEF2 url(images/img2.gif);
margin: 0 auto;
}

#menu h2 {
font-size: 16px;
color: #fff;
font-weight:100;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}

#menu a, #menu h2 {
display: block;
margin: 0;
padding: 9px 20px 0 20px;
height: 32px;
}

#menu a {
background: #618bbd url(images/img2.gif);
text-decoration: none;
padding: 9px 40px 0 40px;
color: #fff;
}

#menu a:hover {
background: url(images/img3.gif);
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/* Content */

#content {
	width: 1024px;
	margin: 0 auto;
	background: url(images/img4.gif);
}

#colOne {
	float: right;
	width: 225px;
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 15px;
}

#colTwo {
	float: right;
	width: 734px;
	padding-top: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 30px;
}

/* Footer */

#footer {
	width: 1024px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #B13413;
}

/* 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-image: url(../images/item.pref.png); margin: 0 auto; }
#imageContainer{ padding: 0px; }

#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/item.pref.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/item.next.png) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-image:url(../images/item.data.png); margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #fff; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px;}