body {
	background: #000 url(/images/bgx.jpg) top repeat-x;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

img { border: 0px; }

#main{
	background: #282116 url(/images/bgy.jpg) top repeat-y;
  width: 800px;
  margin: 15px auto;
  border: 5px #b19163 solid;
}

#lcol {
  width: 209px;
  padding: 0px;
  float: left;
  font-size: 11px;
  background: #2f2f2f;
  border-right: 1px #797065 solid;
}

#rcol {
  float: right;
  width: 590px;
  }

#body {
  padding: 10px;
  padding-top: 20px;
  padding-bottom:20px;
}


a { color: #7e7568; text-decoration: none; }
a:hover { color: #fff; }


#menu { background: #000;}
#menu a {color: #908e8b; text-decoration: none; display: block; padding: 10px; font-weight: bold; border-bottom:#2a261e 1px solid; }
#menu a:hover { color: #fff; text-decoration: none; border-left: #ccb491 5px solid; background: #2d2821; }

/* #menu a.deepLevel_0 {border-left: #504433 10px solid; background:#231f16;border-left: #504433 5px solid;}
#menu a.deepLevel_1 {border-left: #504433 10px solid; background:#1b170f;border-left: #3b3122 5px solid; padding-left: 20px}
#menu a.deepLevel_1:hover { color: #fff; text-decoration: none; border-left: #493e2e 5px solid; background: #2d2821; }
*/

  
#menu a.mb {z-index: 100;	display: block; cursor: hand; background:#231f16;border-left: #504433 5px solid;}
#menu a.mi {cursor: hand;  display: block;white-space: nowrap; background:#1b170f;border-left: #3b3122 5px solid; padding-left: 20px}
#menu a.mb:hover { color: #fff; text-decoration: none; border-left: #493e2e 5px solid; background: #2d2821; }
#menu a.mi:hover, #menu a.miHighlight {background:#1b170f;border-left: #3b3122 5px solid; padding-left: 20px}

div.menu {
  position: absolute;
  margin-left: 200px;
  visibility: hidden;
  z-index: 90;
  margin-left: 210px;
  margin-top: -40px;
  clear: both;
  border: 0px;
  padding: 0px; background: none;
}

 .m1{background:#1b170f;}
 .m2{background:#1c1710;}
 .m3{background:#1c1810;}
 .m4{background:#201c14;}
 .m5{background:#231f16;}
 .m6{background:#252019;}
 .m7{background:#27221b;}
 .m8{background:#29241e;}
 .m9{background:#2a2620;}
.m10{background:#2a2620; border-bottom: 1px solid #322e27;}
.m11{background:#2f2c26; border-bottom: 1px solid #3d3b37;}
.m12{background:#34312d; border-bottom: 1px solid #464645;}
.m13{background:#383632;}
.m14{background:#3b3936;}
.m15,.m16,.m17{background:#41403e;}


#toolbox {
  padding: 20px;
  padding-right: 0px;
  padding-bottom: 10px;
  background: #eee;
  min-height: 50px;
  *height: 50px;
  margin-top: 10px;
}


#footer {margin: auto auto;  margin-bottom: 10px; color: #777; text-align: center; font-size: 9px; }
#footer a { color: #5f4819; text-decoration: none; }
#footer a:hover { color: #b19163; text-decoration: underline; }

#text {
  background: url(/images/bgz.gif) bottom no-repeat;
  padding: 10px;
  color: #d0cbc2;
  margin-bottom: 0px;
}



.title {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  color: #b19163;
  font-size: 34px;
  text-align: center;
  letter-spacing: 2px;
}

h1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  color: #d0cbc2;
  font-size: 20px;
}


h2 {
  color: #8d8d8d;
  font-size: 15px;
  margin-top: 0px;
}

h2.l2 {
  color: #8d8d8d;
  font-size: 15px;
  margin-top: 30px;
  border-bottom: 1px #453926 solid;
}


h3 {
  color: #342c23;
  font-size: 32px;
  letter-spacing: 8px;
  margin-top: 0px;
}


h4 {
  color: #b19163;
  font-size: 12px;
}

hr {
	clear: both;
	height: 1px;
	border: 0px;
	border-bottom: 1px #444 solid;;
}

form {
  margin: 0px;
}


input, textarea {
  width: 150px;
  border: 1px #b19163 solid;
  font-size: 12px;
}

.submit {
  background: #b19163;
  boder: 1px #8d8d8d solid;
  color: #fff;
}



#lightbox{
	position: absolute;
	top: 40px;
	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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}




.box2 {
  display: block;
  background: none;
  border: 1px #7e7568 solid;
  padding: 3px;
  position: relative;
  font-size: 11px;
}

.box2:hover {
  display: block;
  border: 1px #b19163 solid;
}


#galA {
clear: both;
margin-bottom: 20px;
}


#galA a {
  float: left;
  margin: 3px;
}

img.cat {
  float: left;
   border: 2px #7e7568 solid;
  margin-right: 10px;
}

#galB {
width: 150px;
float: left;
margin-right: 15px;
height: 500px;
}


#galB a {
  margin-bottom: 4px;
}


.listI {
  width: 45%; 
  float: left;
  margin-left: 5%;
  border-bottom: #332a20 2px dotted;
  display: block;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.listI2 {
  width: 95%; 
  margin-left: 5%;
  border-bottom: #332a20 2px dotted;
  display: block;
  padding-bottom: 0px;
  margin-bottom: 25px;
}

.listI2 strong {
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}

.listI img,.listI2 img {
  vertical-align: middle;
  margin-right: 5px;
}

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.menuBar {
  background-color: #d0d0d0;
  padding: 4px 2px 4px 2px;
  text-align: left;
}

div.menuBar a.menuButton {
  background-color: transparent;
  color: #000000;
  cursor: default;
  left: -2px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  color: #000000;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #a0a0a0;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

div.menu {
  left: 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
  margin-left: 150px;
  margin-top: -20px;
}

div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  padding: 3px;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #000080;
  color: #ffffff;
}


  #linXZ {display: none; bottom: 0; background: #000; color: #fff; tect-decoration: none;}
  #linXZ ul {display: inline; margin: 0px; padding: 0px;}
  #linXZ li {display: inline; bottom: 0; background: #000; color: #fff; tect-decoration: none;}
  #linXZ a {color: #fff; text-decoration: none; font-size: 10px; padding-left: 10px; padding-right: 10px;}
 
