body {
	background: #240000 url(images/bg3.jpg) repeat-y center top;
	margin: 0;
	padding: 0;
	color: #CC9933;
}
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 80%;
	color: #CC9933;
}
.menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CC9933;
	font-size: 80%;
	font-weight: normal;
}
a.menu:link {
	color: #CC9933;
	text-decoration: none;
	background-color: transparent;
}
a.menu:visited {
	color: #CC9933;
	text-decoration: none;
}
a.menu:hover {
	color: #AF240C;
	text-decoration: none;
}
a.menu:active {
	color: #CC9933;
	text-decoration: none;
}
img.display {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.small {
	font-size: 70%;
	color: #933000;
}
a:link {
	color: #D2A84F;
}
a:visited {
	color: #D2A84F;
}
a:hover {
	color: #C64000;
}
a:active {
	color: #D2A84F;
}
img.dispad {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-top: 10px;
	text-align: center;
}
.pmenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #A42711;
	font-size: 95%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
a.pmenu:link {
	color: #C76123;
	text-decoration: none;
	background-color: transparent;
}
a.pmenu:visited {
	color: #C76123;
	text-decoration: none;
	background-color: transparent;
}
a.pmenu:hover {
	color: #A83600;
	text-decoration: none;
}
a.pmenu:active {
	color: #C76123;
	text-decoration: none;
}
#fcf2 {
font-family:arial;
font-size:11px;
margin:5px;
border:1px solid #872814;
background-color:#000000;
width:450px;
}
#fcf2 h3 {
font-size:1.5em;
background-color:#3D5686;
color:#FFFFFF;
font-weight:bold;
padding:4px;
margin:0px;
}
#fcf2 p {
text-align:center;
padding:8px;
}
#fcf2 em {
color:#F00;
}
#fcf2 div.r {
clear: both;
padding-top: 5px;
background-color:#000000;
}
#fcf2 label {
float: left;
width: 100px;
text-align: right;
}
#fcf2 span.f {
	float: right;
	width: 335px;
	text-align: left;
	color: #CC9933;
}
#fcf2 div.sp {
clear: both;
}
#fcf2 .req {
	font-weight:bold;
	color: #CC9933;
}
#fcf2 input, #fcf2 textarea {
background: #FFFFFF;
border:1px solid #000;
padding:2px;
}
.center {
	text-align: center;
}
h2 {
	font-family: georgia, verdana, arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.05em;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	color: #AA0000;
	line-height: 32px;
}
.gold {
	color: #FCA910;
}
.orange {
	color: #D3710E;
}
.red {
	color: #990000;
}
h3 {
	font-family: georgia, verdana, arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.05em;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	color: #FCA910;
	line-height: 24px;
}.title {
	font-size: 16px;
	font-weight: bold;
	color: #B93D00;
}
.floatleftnb{
	float: left;
	clear: both;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.tbg {
	background-image: url(images/symbolbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.titlec {
	font-size: 16px;
	font-weight: bold;
	color: #B93D00;
	text-align: center;
}
h5 {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	color: #B93D00;
}
img.displaybg {

	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	border: thin solid #FCA910;
}
.floatrightnb {
	float: right;
	clear: both;
	margin-bottom: 5px;
	margin-left: 8px;
}
.clear {
	clear: both;
}
.mtbg {
	background-image: url(images/lbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bearped {
	background-image: url(images/bear_ped.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #530000;
padding: 5px;
left: -1000px;
border: 1px dashed #A40D00;
visibility: hidden;
color: #CC9933;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
.goldped {

	background-image: url(images/goldie_ped.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
h6 {
	font-size: 90%;
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #666666;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #000000;
	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: #000000;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #CC9933; }
#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-color: #240000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.tn {
	background-color: #660000;
	padding: 4px;
	border: thin solid #000000;
}
h4 {
	font-variant: small-caps;
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	color: #9D0000;
}
.clear {
	clear: both;
}
.ui {
	font-style: italic;
	text-decoration: underline;
}
INPUT {
	background-color: #F9EDCA;
	color: #240000;
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 10pt;
	border-top: 2px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-left: 2px solid;
}
TEXTAREA {
	background-color: #F9EDCA;
	color: #240000;
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 10pt;
	border: thin solid #B93D00;
}
SELECT {
	background-color: #F9EDCA;
	color: #240000;
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 10pt;
	border-top: 2px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-left: 2px solid;
}
img.ob {
	border: thin solid #9D0000;
}
.floatrightb {
	float: right;
	clear: both;
	margin-bottom: 5px;
	margin-left: 8px;
	border: thin solid #9D0000;
	margin-top: 5px;
}
.floatleftb {
	float: left;
	clear: both;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: thin solid #9D0000;
}
.pandaped {


	background-image: url(images/panda_ped.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.honeyped {



	background-image: url(images/honey_ped.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
img.displaybcopy {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	border: thin solid #000000;
	background-color: #660000;
	padding: 6px;
}
.indiped {




	background-image: url(images/indi_ped.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
img.displayb {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	border: thin solid #9D0000;
}
.divsp {
	padding-top: 5px;
	padding-bottom: 5px;
}
