body {
	font: 12px/15px Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
}

p, th, tr, ul, li, dd, blockquote {
	font: 12px/15px Arial, Helvetica, sans-serif;
}
th {
	font: 14px/15px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a { color: #ffffff; }

a.menu { 
	color: #fff;
	text-decoration: none; 
	font: 12px/15px Arial, Helvetica, sans-serif;
}
a.menu:hover { color: #FFFF00; }

#top {
	position: absolute;
	width: 100%;
	background-color: #000000;
	height: 124px;
/*
	left: 50%;
	margin-left: -50%;
*/
	top: 0px;
	left: 0px;
	z-index: 1;
}

#outside {
	z-index:3;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
/*	border: 1px solid #fff;*/
}

#container {
	width: 800px;
	position: relative;
	background: #000000;
	margin: 0 auto;
/*	border: 1px solid #fff;*/
	text-align: left;
}

#mainContent {
	padding: 10px;
/*	border: 1px solid #f00;*/
	background: url(/images/firebg.jpg) top center no-repeat;
}
.sectable {
/*	background: #dae6ec;*/
	border: 1px solid #bbb;
}
.sectable th { text-align: left; }
.sectable td p,
.sectable td {
	text-align: left;
	vertical-align: top;
	font: 10px/13px Arial, Helvetica, sans-serif;
	margin:0;
}
.sectable td { border-top: 1px dotted #ddd; }

/* GALLERY */
div#portcontent {
	border: 0px;
	padding: 5px;
	margin: 5px auto 5px auto;
	margin-bottom: 0px;
	text-align: left;
	width: 630px;
}
.pgroup {
	font: 13px Arial, Helvetica, sans-serif;
}
.showppic {
	width: 198px;
	float: left;
	margin: 5px 5px 40px 5px;
/*	border: 1px solid #fff;*/
	text-align: center;
	font: 8pt Arial, Helvetica, sans-serif;
}
.showppic p {
	font: 8pt Arial, Helvetica, sans-serif;
/*	margin: 0 0 10px 0;*/
}
.ppic {
	width: 192px;
	height: 144px;
/*	float: left;*/
/*	margin: 5px;*/
	border: 3px solid #aaf;
/*	border: 3px solid green;*/
	text-align: center;
}
.pcol {
/*	width: 198px;
	margin: 5px;*/
	border: 3px solid red;
}
.pgroup td {
	width: 192px;
	text-align: center;
	font: 13px Arial, Helvetica, sans-serif;
}
.pbar {
	width: 550px;
	border-bottom: 3px double red;
	margin-bottom: 5px;
}

div#showgroup p {
	font: 12px Arial, Helvetica, sans-serif;
}

span.porttitle {
	display: block;
	font-size: 22px;
	font-weight: bold;
}

span.breadcrumbs,
span.breadcrumbs a,
p.breadcrumbs,
p.breadcrumbs a,
span#breadcrumbs,
span#breadcrumbs a {
	font: 8pt Arial, Helvetica, sans-serif;
}
div.storeitemend { clear: both; }
div.storeitem {
	margin: 0 15px 15px 15px;
	padding: 10px;
	border: 1px dotted #fff;
}
div.storeitem p { margin: 0 }
p.storeitem { margin:0;font: bold 16px Tahoma, Arial, Helvetica, sans-serif }
img.storeitem {
	background: #fff;
	padding: 3px;
	float: left;
	margin-right: 15px;
}
img.storehat {
	background: #fff;
	padding: 3px;
	margin: 5px;
}
img.colorpatch {
	background: #fff;
	padding: 3px;
	border: 1px solid #000;
	float: left;
}

/* LIGHTBOX */

#lightbox{ position: absolute; left: 0; width: 100%; z-index: 200; 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(/floodimages/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/floodimages/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; }

/* END LIGHTBOX */
/* FORM */
input.input {
	border: 1px dotted yellow;
	padding: 2px;
	background: none;
	color: yellow;
}
select.input {
	border: 1px dotted yellow;
	padding: 2px;
	background: none;
	color: yellow;
}
textarea.input {
	border: 1px dotted yellow;
	padding: 2px;
	background: none;
	color: yellow;
}
.f_submit, .f_reset {
	border: 1px solid yellow;
	padding: 2px;
	background: none;
	color: #fff;
	cursor: pointer;
}
.formhead { font: bold 14px Tahoma, Arial, Helvetica, sans-serif }
