
/* Anchor Formatting */
A:link {color: White; text-decoration: none;}
A:visited  {color : #fdff78; text-decoration: none;}
A:active {color : #33cccc; text-decoration: none;}
A:Hover  {color : #66ccff; text-decoration: none;}



/* Main  Structure Elements */
.leftnavbar {
	position: absolute; 
	left: 0px; 
	top: 46px; 
	width: 180px; 
	height: 510px; 
	margin: 0px 0px 0px 0px; 
	background-color: black; 
	color: white;
}

.header {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 90%; 
	height: 45px; 
	padding: 5px 5px 5px 5px; 
	margin: 2px 2px 2px 2px; 
	font-family: serif; 
	text-align: right; 
	color: white; 
	font-style: italic;
}

.mainfooter {
	position: absolute; 
	top: 90%; 
	height: 45px; 
	padding: 0px 0px 0px 0px; 
	margin: 2px 2px 2px 2px; 
	float: right; 
	text-align: right; 
	width: 90%;
	color: white; 
	font-style: italic; 
	font-size: .8em;
}

.displaybody {
	position: absolute; 
	left: 186px; 
	top: 30px; 
	/* width: 750px; 
	height: 550px;  */
	width: 80%;
	height: 85%;
	background-color: #000000; 
	overflow: auto; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	font-family: sans-serif; 
	color: white;
}

/* Nav Menu Items */

.navlistcontainer {
	float: left; 
	width: 100%; 
	font-family: sans-serif; 
	color: white; 
	padding: 5px 5px 5px 5px;
}

ul.navlist {
	padding-left: 0px; 
	margin-left: 0px; 
	border-bottom: 1px solid gray; 
	width: 175px; float: left;
}

li.navlist {
	list-style: none; 
	margin: 0px; 
	padding: 0.25em; 
	border-top: 1px solid gray; 
	font-family: sans-serif; 
	font-size: .8em;
}

.tbox {
	margin: none;
	padding: none;
	float: left;
	width: 149px;
	color: white;
	border-bottom: solid 1px black;
	padding: 15px;
}

.tpagelist {
	position: relative;
	width: 90%;
	border: none;
	margin: 10px;
	padding: none;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: .8em;
	color: white;
}

.tpagecrumb {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: .8em;
}

.tactivepage {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: yellow;
}



/* Note - URLS referenced in the CSS are relative to the CSS file itself - not the HTML file being viewed */
.logocontainer {
	float: left; 
	clear: left; 
	width: 180px; 
	height: 123px; 
	background-color: #000000;
	background-image: url("logo.gif");
}

.quotecontainer {
	float: left; 
	clear: left; 
	width: 90%; 
	border-top: 1px solid #444444; 
	border-bottom: 1px solid #444444; 
	padding-top: 15px; 
	padding-bottom: 15px; 
	font-family: serif; 
	font-size: .8em; 
	font-style: italic; 
	margin-top: 25px; 
	color: #aaaaaa;
}

.faqcontainer {
	float: left; 
	clear: left; 
	width: 90%; 
	border-top: 1px solid #444444; 
	border-bottom: 1px solid #444444; 
	padding-top: 15px; 
	padding-bottom: 15px; 
	font-family: serif; 
	font-size: .8em; 
	font-style: italic; 
	margin-top: 25px; 
	color: #aaaaaa;
}

.thumbfootercontainer {
	position: relative;
	float: left;
	width: 95%
}

.thumbfooter {
	width: 100%; 
	height: 45px;
	border-bottom: 1px solid #666666; 
	background-color: #000000; 
	margin-top: 0px; 
	margin-bottom: 10px; 
	margin-left: 0px;
	font-family: sans-serif; 
	font-size: .8em; 
	color: white; 
	text-align: center; 
	overflow: hidden;
}





/* Gallery Formatting */

.thumbbox {
	float:left; 
	width: 240px; 
	height: 240px; 
	border-style: solid;
	border-color: #222222; 
	border-width: 0px; 
	margin: 0px 0px 0px 0px; 
	background-color: #444444;
}

.thumbimage {
	border-style: solid; 
	border-color: #343434; 
	border-width: 1px; 
	margin: 8px 8px 8px 8px;
}

.thumbname {
	position: relative; 
	bottom: 0px; 
	left: 0px; 
	width: 100%; 
	height: 15px; 
	color: white; 
	font-weight: bold; 
	font-size: .6em; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	text-align: center;
}

.thumbnavbutton {
	display: block; 
	position: absolute;
	left: 10px;
	top: 10px;
	width: 135px; 
	height: 17px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #000000; 
	padding: 3px 3px 3px 3px; 
	margin: 0px 0px 0px 0px; 
	background-color: #777777;
}

.thumbnavnextbutton {
	display: block; 
	float: right;
	width: 135px; 
	height: 17px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #000000; 
	padding: 3px 3px 3px 3px; 
	margin: 0px 0px 0px 0px; 
	margin-top: 10px;
	background-color: #777777;
}

.thumbnavprevbutton {
	display: block; 
	float: right;
	width: 135px; 
	height: 17px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #000000; 
	padding: 3px 3px 3px 3px; 
	margin: 0px 0px 0px 0px; 
	margin-top: 10px;
	background-color: #777777;
}

.viewimagebox {
	float: left;
	width: 95%; 
	height: 460px; 
	border-style: solid; 
	border-color: #777777; 
	border-width: 1px; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	background-color: #444444; 
	color: white; 
	overflow: auto;
}

.viewimage {
	border-style: solid; 
	border-color: black; 
	border-width: 1px;
}

.viewimagetable {
	position: absolute;
	top: 10px;
}

.paypaltable {
	margin-top: 20px;
	font-size: .9em; 
	font-weight: bold; 
	font-family: sans-serif; 
	color: #ffffff;
}

.viewimagename {
	position: relative; 
	bottom: 0px; 
	left: 0px; 
	width: 100%; 
	height: 15px; 
	color: white; 
	font-weight: bold; 
	font-size: .9em; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	text-align: center;
}

.viewimagetext {
	font-size: .9em; 
	font-weight: bold; 
	font-family: sans-serif; 
	color: #ffffff;
}


/* Purchase Controls */

.purchasecontainer {
	text-align:center;
	width: 100%;
}

.purchasebox {
	text-align: left;
	float: left;
	width: 90%;
	cellpadding: 5px;
	color: white;
	font-family: Tahoma, sans-serif;
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
	background-color: #666666;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	margin-left: 3%;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 10px;
}

.purchase-em {
	font-weight: bold;
	font-style: italic;
	font-family: "California FB", Times, serif;
	font-size: 2em;
	color: white;
}

ul.orderlist {
	padding-left: 20px;
}

li.orderlist {
	list-style: none; margin: 0; padding: 0.1em; font-size: .9em;
}

.purchasebutton {
/*
	width: 100px;
	height: 25px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: #b1f3cd;
	color: black;
	margin-right: 15px;
*/
}


/* Index Formatting */
.indextitle {
	text-align: center; 
	color: white; 
	font-family: serif; 
	font-size: 2em; 
	font-style: italic; 
	border-bottom: 1px solid white; 
	padding-bottom: 10px;
}

ul.sortlist {
	padding-left: 20px;
}

li.sortlist {
	list-style: none; margin: 0; padding: 0.1em; font-size: .8em;
}

