
BODY	{
	scrollbar-base-color: #4F331D;
	scrollbar-track-color: #000000;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	border: #000000 0px solid;
	}



/* BACKGROUND CODE */

.background-main 	{
		background-image: url("images/background.jpg");
		background-repeat: repeat-y+x;
		background-position: 0px 0px;
		}







/* PAGE LINK CODE */


a:link		{ color: #996633; text-decoration: none; }

a:visited	{ color: #996633; text-decoration: none; }

a:active	{ color: #996633; text-decoration: none; }

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




/* THE NEXT LINE CONTROLS THE FONT SIZE FOR ALL PAGES */

TABLE 		{ COLOR: #996633; FONT: 15px arial, verdana, sans-serif; font-weight: bold; }

.title 		{ COLOR: #D3BEA1; FONT: 15px verdana, arial, sans-serif; font-weight: bold; }

.subtitle	{ COLOR: #CEA2A2; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }

.phonetitle 	{ color: #7E6C4E; font: 15px arial, verdana, sans-serif; font-weight: bold; }

.footer		{ COLOR: #999999; FONT: 11px arial, verdana, sans-serif; font-weight: bold; }

.formmargin		{ margin: 0px; }

.just 			{ text-align: justify; }




/* MERCHANDISE PAGE */

.merchandise-title	{ COLOR: #CEA2A2; FONT: 14px verdana, arial, sans-serif; font-weight: bold; }

.merchandise		{ COLOR: #E3E3DA; FONT: 12px arial, verdana, sans-serif; font-weight: bold; }

.borders	 	{ border: #846852 1px solid; margin-bottom: 3px; }

.price 		{
		FONT: 13px verdana, arial, sans-serif;
		font-weight: bold;
		line-height: 20px;
		COLOR: #FF3300;
		}
		
		



/* GALLERY SLIDESHOW AND VIEWER CODE */

.Galborder	 	{ border: #22341A 3px solid; margin-bottom: 3px; }

A:hover .Galborder 	{ border: #EA949D 3px solid; margin-bottom: 3px; }

.viewerheaderline	{ border-bottom: #846852 1px solid; }





/* GALLERY MENU CODE */

.button-gallery 	{
			background-color:#FFFFFF;
			background-image: url("picts/button.gif");
			FONT-FAMILY: arial, verdana, helvetica, sans-serif;
			color: ##3D0000;
			font-size: 8pt;
			cursor:pointer;
			font-weight: bold;
			text-align: center;
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 3px;
			padding-bottom: 3px;
			BORDER: ##3D0000 1px solid;
			}


.buttonon-gallery	{
			background-color:#FFFFFF;
			background-image: url("picts/buttonon.gif");
			FONT-FAMILY: arial, verdana, helvetica, sans-serif;
			color: ##3D0000;
			font-size: 8pt;
			cursor:pointer;
			font-weight: bold;
			text-align: center;
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 3px;
			padding-bottom: 3px;
			BORDER: #666666 1px solid;
			}



.gallerytext		{ COLOR: #846852; FONT: 15px verdana, arial, sans-serif; font-weight: bold }

.gallerytitle 		{ COLOR: #660000; FONT: 18px verdana, arial, sans-serif; font-weight: bold; }

.viewer-border		{ BORDER: ##3D0000 2px solid; }

.viewermargin		{ padding-top: 10px; padding-bottom: 10px; }

.viewer-text		{ COLOR: #BCAD91; FONT: 12px verdana, arial, sans-serif; font-weight: bold; }

.viewer-hilite 		{ COLOR: #FFFFFF; FONT: 12px verdana, arial, sans-serif; font-weight: bold; }




 /* LINKS PAGE CODE */


.linksmargin	{ margin-top: 6px; margin-bottom: 0px; }

.searchbutton 	{
		background-color:#444444;
		background-image: url("picts/button.gif");
		FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		color: #999999;
		font-size: 8pt;
		cursor:pointer;
		font-weight: bold;
		text-align: center;
		padding-left: 1px;
		padding-right: 1px;
		padding-top: 1px;
		padding-bottom: 1px;
		BORDER: #000000 1px solid;
		}

.searchform 	{
		FONT: 13px arial, verdana, sans-serif;
		background-color: #000000;
		background-image: url("picts/shadeform.jpg");
		color: #FFFFFF;
		text-align: left;
		WIDTH: 125PX;
		BORDER: #7E6C4E 1px solid;
		}




/* CUSTOM PAGE PAYPAL FORM */

.custom-table		{ background-color: #7E6C4E; BORDER: #4D412E 1px solid; }

.custom-form		{
			FONT: 13px arial, verdana, sans-serif;
			background-color: #A39171;
			text-align: left;
			WIDTH: 150PX;
			BORDER: #4D412E 1px solid
			}

.custom-submit		{ WIDTH: 150PX; font-size: 13px; }




/** LIGHTBOX **/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: 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: #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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}