@charset "UTF-8";
/* CSS Document */


BODY{
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: Helvetica, Sans serif;
	font-size: 12px;
	color: #fff;
	background: #000;
}

a.link{
	color: #ccc;
	text-decoration: none;
	border-bottom: dotted 1px #666;
}

a.link:hover{
	border-bottom: dotted 1px #999;
}


/* BLOCKS */
#header {
	height: 60px;
	position: relative;
	width: 100%;
	padding-top: 20px;
	left: 0px;
	background: #000;
	z-index: 500;
}

#header H1 a {
	font-size: 24px;
	font-weight:normal;
	text-decoration: none;
	color: #444;
	margin-left: 60px;
}

#menu {
	margin-top: 10px;
	margin-left: 60px;
	color: #222;
	font-size: 11px;
	line-height: 16px;
}

#menu a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #ccc;
	margin: 0px 4px 0px 4px;
}

#menu a:hover {
	color: #fff;
}

#menu a.active {
	border-bottom: dotted 1px #666;
}



#content{
	width: 100%;
	height: 670px;
	max-height: 100%;
	position:absolute;
	bottom: 0px;
	left: 0px;
	z-index: 200;
}


#categorychooser {
	width: 100%;
	height: 50px;
	line-height: 18px;
	text-align: center;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 500;
	background: #000;
}

#categorychooser a{
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #999;
	margin: 0px 6px 0px 6px;
	
}

#categorychooser .children a{
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #777;
	margin: 0px 6px 0px 6px;
}

#categorychooser a:hover {
	color: #fff;
}

#categorychooser a.active{
	border-bottom: dotted 1px #666;
}

#photos{
	width: 100%;
	height: 526px;
	overflow-x:scroll;
	overflow-y:hidden;
	position:absolute;
	bottom: 0px;
	left: 0px;
	z-index: 200;
}

#photos table{
	height: 500px;
}

#photos td{
	height: 500px;
	vertical-align: top;
	text-align: center;
}

#photos td div.photo{
	height: 500px;
	border-right: 10px #000 solid;
	top: 0px;
	left: 0px;
	z-index: 200;
}

#photos td div.photo img{
	height: 500px;
	width: auto;
}

#photos td div.loader{
	height: 500px;
	z-index: 300;
	text-align: center;
	display: block;
	width: 250px;
	top: 0px;
	left: 0px;
}

#photos td div.loader img{
	margin-top: 230px;
}

#contact {
	text-align: justify;
	font-size: 13px;
	line-height: 18px;
	
	width: 526px;
	height: 300px;
	position:absolute;
	top: 160px;
	left: 60px;
	z-index: 200;
}