/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background-color: #ff0066;
	color: #000;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif; 
	font-size: 80%;
	text-align: center; 
	margin: 5px 0;
}

table, td {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

ul li {
	list-style-image: url('../images/bullet.gif'); 
	font-size: 100%;
}

hr {
	background-color: #667700; 
	color: #ffffff; 
	height: 1px; 
	width: 100%;
}

img {
	border: none;
}


/* SETS HEADING PROPERTIES */

h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #6677ee; 
	text-align: left; 
	font-size: 22px; 
	font-weight: bold; 
}

h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #6677ee; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #6677ee; 
	text-align: left; 
	font-size: 16px; 
	font-weight: normal; 
}

h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px; 
	font-weight: normal; 
	color: #6677ee; 
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

a:link  {
	color: #4369b7; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #4369b7; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #555555; 
	text-decoration: underline; 
	font-weight: bold;
}

a:active {
	color: #4369b7; 
	text-decoration: none; 
	font-weight: bold;
}

.sidebar a:link  {
	color: #fff; 
	text-decoration: underline; 
	font-weight: bold;
}

.sidebar a:visited {
	color: #fff; 
	text-decoration: underline; 
	font-weight: bold;
}

.sidebar a:hover {
	color: #fff; 
	text-decoration: underline; 
	font-weight: bold;
}

.sidebar a:active {
	color: #fff; 
	text-decoration: underline; 
	font-weight: bold;
}

.footerright a:link  {
	color: #fff; 
	text-decoration: none; 
	font-weight: normal;
}

.footerright a:visited {
	color: #fff; 
	text-decoration: none; 
	font-weight: normal;
}

.footerright a:hover {
	color: #fff; 
	text-decoration: underline; 
	font-weight: normal;
}

.footerright a:active {
	color: #fff; 
	text-decoration: none; 
	font-weight: normal;
}

/* SETS THE CLASS PROPERTIES */

.wrapper {
	width: 750px; 
	background: #fff;
	color: #000; 
	text-align: left;
	border: 1px solid #000;
	padding: 5px 5px 0 5px;
	margin: 0 auto;
}

.navigation {
	color: #000; 
	background: #ff00ff;
	text-align: left;
	line-height: 24px;
	padding: 0 15px;
	width: 250px;
}

.navigation ul li {margin: 0; padding: 0;}
.navigation a {letter-spacing: 2px;} 

.sitename {
	background-color: #ffffff;
	color: #3300cc;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center; 
	font-size: 18px; 
	font-weight: bold; 	
	width: 250px;
}
.sidebar {
	background-color: #ff33ff;
	color: #fff;
	width: 250px; 
	padding: 5px 10px; 
	vertical-align: top; 
	font-size: 90%; 
	text-align: left;
}

.sidebar h4 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #fff; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

.sidebar ul li {
	list-style-image: url('../none');
	list-style-type: square;
	font-size: 100%
}



.maintext {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #3300cc; 
	width: 480px; 
	padding: 10px 5px 10px 15px; 
	vertical-align: top; 
	text-align: justify; 
}

.catalog {
	width: 50%; 
	padding: 10px; 
	text-align: left; 
	vertical-align: top; 
}

.mainwide {
	width: 750px; 
	padding: 10px; 
	text-align: justify; 
	vertical-align: top; 
}

.footerleft {
	text-align: center;
	background-color: #6677ee;
	color: #fff; 
	font-size: 90%; 
	font-weight: normal; 
}

.footerright {
	text-align: center;
	background-color: #cc0066;
	color: #fff;
	font-size: 90%; 
	font-weight: normal;
	padding: 10px 0;
}

.imageleft {
	margin: 3px 10px 2px 0px; 
	float: left; 
	border: 3px double #c0c0c0;
}

.imageright {
	margin: 3px 0px 2px 10px; 
	float: right; 
	border: 3px double #c0c0c0;
}

.imagecenter {
	margin: 0px 5px; 
	border: 3px double #c0c0c0;
}


/* SETS LIGHTBOX image stuff DEFINITIONS */

#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 }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('../images/prevlabel.gif') no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { background: url('../images/nextlabel.gif') no-repeat right 15%; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #6677ee; 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;	}			
#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: #6677ee; }











