@import "reset.css";

html, body{
	width: 100%;
	height: 100.1%;
}
body{
	text-align: center;
	background: #221c2a url(../images/loading.gif) no-repeat -500px -500px;
}
#header,#nav,#tumbs{
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 2;
}
#header{
	bottom: 0;
	height: 100%;
	z-index: 5;
	overflow: hidden;
	background: #3f374a;
}
#header h1{
	position: relative;
	height: 100%;
	border-top: 1px solid #574c67;
}
#header h1 img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -36px 0 0 -217px;
	width: 434px;
	height: 72px;
	overflow: hidden;
}

#nav{
	bottom: 100px;
	height: 38px;
	background: #302a39;
	border-top: 1px solid #3f374a;
	z-index: 4;
}
#nav li{
	display: inline;
}
#nav li a{
	display: -moz-inline-box;
	display: inline-block;
	font-size: 18px;
	padding: 8px 10px 6px;
	z-index: 6;
	position: relative;
	top: -1px;
	text-transform: lowercase;
	text-decoration: none;
}
#nav li a:link,
#nav li a:visited{
	color: #655978;
}
#nav li.selected a,
#nav li a:hover,
#nav li a:active{
	color: #ccc;
}
#nav li.selected a{
	background: url(../images/selected.gif) no-repeat top;
	cursor: default;
}
#photo{
	width: 100%;
	position: relative;
	z-index: 1;
}
#photo .tx-rgsmoothgallery-pi1{
	margin: 0 auto;
	background: none;
}
#photo .myGallery{
	border: none;
}

#photo .jdGallery .slideElement{
	background-color: #221c2a;
}
#photo .jdGallery .loadingElement{
	background: none;
}
#photo .jdGallery{
	overflow: visible;
}
#photo .jdGallery .right {
	right: -50px;
	background-image: url(../images/arrow-r.png);
	
}
#photo .jdGallery .left {
	left: -50px;
	background-image: url(../images/arrow-l.png);
}
#content {
	height: 100%;
}
#contentWrap {
	position: absolute;
	left: 0;
	bottom: 50%;
	width: 100%;
	height: 700px;
	margin-bottom: -365px;
	padding-bottom: 45px;
	opacity: 0;
	filter: alpha(opacity=0);
	background: url(../images/loading.gif) no-repeat center;
}
#content #header,
#content #nav {
	display: none;
}


