body {
  margin: 0px;
  padding: 10px 0px 0px 0px;
  font-family: verdana, sans-serif;
  color: #000000;
  font-size: 80%;
  background: #FFF;
}

a {
 color: #000000;
}

a img {
 border: none;
}

.hidden {
  display: none;
}

div.d {
	height: 4px;
	font-size: .1em;
	clear: both;
	width: 100%;
	background: #FFF;
}
	
div#content-box {
  position: absolute;
  left: 50%;
  margin-left:-380px;
  width: 800px;
  float: left;
  background: #FFF url(../i/body_back.png) repeat-y 100% 0%;
  border: solid #FFF;
  border-width: 0px 1px 1px 1px;
  z-index:0;
}
	

/*-- {" Hat --*/
div#hat {
	float: left;
	width: 100%;
	background: #FFF;
	border-bottom: solid 1px #7C6D63;
}

div#hat h1 {
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

div#hat h1 a {
	display: block;
	margin: 6px 0px 0px 0px;
	width: 608px;
	height: 64px;
	background: transparent url(../i/logo.png) no-repeat;
}

div#hat h1 a span {
	display: none;
}

/*-- {" CR --*/

div#centerpart {
  width: 570px;
  float: left;
  /*background: #FFF8C7;*/
  
}

div#rightpart {
  float: right;
  width: 176px;
  /*background: #FFC7C7;*/
}

/*-- {" Center --*/
div.text-content {
	margin-bottom: 1em;
}

div.text-content h1 {
	margin: .6em 0px 0px 0px;
	padding: 0px;
	color: #000000;
	font-size: 1em;
}

div.text-content p {
	margin: 0px;
	padding: .6em 0px;
	text-align: justify;
	font-size: .9em;
	line-height: 1.6em;
	color: #000000;
}

div.text-content ul {
	margin-top: 0px;
	color: #000000;
	line-height: 1.6em;
	font-size: .9em;
}

/*-- {" Right part --*/
div#navigation {
	padding-bottom: 160px;
	border-bottom: solid 1px #7C6D63;
}

body#p1 div#navigation {
	background: transparent url(../i/1.png) no-repeat 100% 100%;
}

body#p3 div#navigation {
	background: transparent url(../i/3.png) no-repeat 100% 100%;
}

body#p4 div#navigation {
	background: transparent url(../i/4.png) no-repeat 100% 100%;
}

body#p5 div#navigation {
	background: transparent url(../i/5.png) no-repeat 100% 100%;
}

body#p6 div#navigation {
	background: transparent url(../i/6.png) no-repeat 100% 100%;
}

body#p7 div#navigation {
	background: transparent url(../i/7.png) no-repeat 100% 100%;
}

body#p8 div#navigation {
	background: transparent url(../i/8.png) no-repeat 100% 100%;
}

body#p9 div#navigation {
	background: transparent url(../i/9.png) no-repeat 100% 100%;
}

body#p10 div#navigation {
	background: transparent url(../i/10.png) no-repeat 100% 100%;
}

body#p11 div#navigation {
	background: transparent url(../i/11.png) no-repeat 100% 100%;
}

body#p12 div#navigation {
	background: transparent url(../i/12.png) no-repeat 100% 100%;
}

body#p13 div#navigation {
	background: transparent url(../i/13.png) no-repeat 100% 100%;
}

body#p14 div#navigation {
	background: transparent url(../i/14.png) no-repeat 100% 100%;
}
body#p15 div#navigation {
	background: transparent url(../i/15.png) no-repeat 100% 100%;
}

div#navigation ul {
	margin: 1em 0px 0px 2px;
	padding: 0px;
	list-style: none;
}

div#navigation ul li {
	margin: 0px 0px .4em 0px;
	color: #000000;
	
}

div#navigation ul li a {
	padding-left: 12px;
	background: transparent url(../i/nav_bulet.png) no-repeat 0px .4em;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

div#navigation ul li div {
	font-size: 11px;
	background: #d16a55;
	padding: 4px;
	color: #fff;
}

div#navigation ul li ul {
 margin: 0px 0px 10px 10px;
 padding: 0px;
}

div#navigation ul li ul li {
 background: transparent url(../i/nav_bulet.png) no-repeat -4px 7px;
 padding-left: 6px;
}

div#navigation ul li ul li a {
 font-size: 10px;
 background: none;
 padding: 0px;
}

div#navigation ul li ul li.active a {
 color: #3b2d24;
}

div#navigation ul li a:hover {
	text-decoration: underline;
}

div#contact {
	margin-top: 1em;
}

div#contact h1 {
	margin: 0px 0px .3em 0px;
	padding: 0px;
	color: #000000;
	font-size: .9em;
}

div#contact p {
	color: #000000;
	margin: 0px 0px .6em 0px;
	padding: 0px;
	font-size: .76em;
}

div#contact p a {
	color: #FF5C31;
}

/*-- {" THE END --*/
div#end {
	float: left;
	width: 100%;
  font-size: 10px;
  color: #000000;
  text-align: center;
  padding: 2px 0px 1px 0px;
  background: #FFF;
  border-top: solid 1px #7C6D63;
}

table {
 color: #000000;
 font-size: 11px;
}

table.max-width {
 color: #000000;
 font-size: 11px;
 border: solid #cfc8c4;
 border-width: 1px 1px 0px 0px;
 width: 100%;
}

table.max-width td, table.max-width th {
 border: solid #cfc8c4;
 border-width: 0px 0px 1px 1px;
 padding: 4px;
}

table.max-width th {
 font-weight: normal;
 background: #f2f0ee;
}

table.no-border {
 border: none;
}

table.no-border td, table.no-border th {
 border: none;
}

.f {
 width: 20%;
}

.left {
 text-align: left;
}

.right {
 text-align: right;
}

.center {
 text-align: center;
}

div#end a {
	color: #000000;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; 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(../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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
