* {
	padding: 0;
}

body {
	background: #FFFFFF url(images/hbg.gif) repeat-x;
	margin: 0;
	padding: 0;
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3, h4 {
	color: #F88C10;
}

ul {
	margin-left: 3em;
	line-height: 150%;
}

ol {
	margin-left: 3em;
}

a {
	color: #020094;
}

a:hover {
	text-decoration: none;
	color: #faac56;
}

hr {
	width: 90%;
	border: 0;
	color: #eaeaea;
	height: 2px;
}

th {
	padding: 3px;
}

.italic {
	font-style: italic
}

.alert {
	font-weight: bold;
	color: red;
}

img {
	border: none;
}

.border {
	border: solid black 1px;
}

/* Header this is the header block above the banner */

#header {
	width: 760px;
	height: 40px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

/* Header2 This is the banner block */

#header2 {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
}

#logo {
	float: left;
	width: 240px;
	height: 200px;
/*	background: url(images/logo2.jpg) no-repeat; */
}

#splash {
	float: right;
	width: 520px;
	height: 200px;
}

#content {
	width: 760px;
	margin: 10px auto;
}

#table {
	clear: both;
	text-align: left;
}

#botcontent {
	width: 760px;
	margin: 15px 0 15px 0;
	text-align: justify;
	clear: both;
}


#main {
	float: right;
	width: 480px;
/*	padding: 20px 20px 0 20px; */
	padding: 20px 10px 0 10px;
	text-align: justify;
}

.shadow {
	padding: 1px 5px 0 5px;
	background: url(images/img10.gif) no-repeat;
}

/* this creates a box around the product */
.item {
	border: solid 1px #bebebe;
	padding: 5px;
}

#sidebar {
	float: left;
	width: 240px;
}

/* Menu - Main Links Menu On Left */

#menu {
	padding: 20px 0 5px 0; /* this places padding at the top and bottom of entire group of menu buttons */


}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
/*	padding: 10px 20px; */
	padding: 5px 20px; /* this places padding around the menu link text */
	border-top: 1px solid #fff;
	text-decoration: none;
	font-weight: bold;
	color: #666666; /* grey letters on white background */
	background-color: #eaeaea;
}

#menu a:hover {
	background: #faac56; /* orange background, black text */
	color: #000000;
}

#menu .active a {
	background: #A4A6FF; /*black letters blue background */
	color: #000000;
}

#menu .first a {
	border: none;
}

/* Links in header */

#topmenu {
	float: right;
}


#topmenu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	padding: 0 12px;
	border-left: 1px solid #FFA74F;
	text-decoration: none;
	font-size: 92%;
}

#topmenu a:hover {
	text-decoration: underline;
}

#topmenu .first a {
	border: none;
}

/* Links in footer */

#botmenu {
	float: none;
	text-align: center;
}

#botmenu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#botmenu li {
	display: inline;
}

#botmenu a {
	padding: 0 12px;
	border-left: 1px solid #FFA74F;
	text-decoration: none;
	font-size: 92%;
}

#botmenu a:hover {
	text-decoration: underline;
}

#botmenu .first a {
	border: none;
}

/* Sidebar Box on left side*/

#box {
	display: block;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
	background-color: #eaeaea;
}

#footer {
	clear: both;
	height: 100px;
	background: url(images/fbg.gif) repeat-x;
	margin: 20px 0 0 0;
	padding: 30px;
}

#footer p {
	text-align: center;
	font-weight: bold;
	color: #999999;
}

/* LIGHTBOX STYLES */

#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-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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }


/* deleted to show PREV NEXT labels continuously
#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; }
*/


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