*, html, body{
	padding: 0;
	margin: 0;
}
body{
	background: url(../images/bg.jpg) no-repeat top center #08010e;
	font-family: Georgia,"Times New Roman","New York",serif;
}
img{
	border: none;
}
#main{
	background: url(../images/top_bg.jpg) no-repeat top center #1f1f1f;
	margin-left: auto;
	margin-right: auto;
	width: 937px;
}
#top{
	height: 150px;
	margin: 0px 15px 15px 15px;
	padding-top: 15px;
}
#top h1{
	display: inline;
}
a.tmore{
	position: relative;
	display:block;
	width:306px;
	height:84px;
	top: -91px;
	left: 599px;
}
a.tmore {
	background:#212222 url(../images/tmore.gif) ;
}
a.tmore:hover{
	background:#212222 url(../images/tmore_o.gif) ;
}
#content{
	margin: 0px 15px 0px 15px;
	padding-bottom: 20px;
}
#content p{
	margin: 80px 0px 0px 0px;
}
#content p.first{
	margin: 0;
}
#content ul.header{
	margin: 20px 30px 20px 40px !important;
}
#content ul.header li{
	list-style: none;
}
#content.about{
	font-style: normal;
	color: #ADBDC3;
	line-height: 1.8em;
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#content.about p{
	margin: 0px 5px 0px 50px;
	text-align: center;
}
#content.about p img{
	margin: 30px 30px 0px 0px;
}
#content.about ul{
	margin: 0px 30px 20px 40px;
}
#content.about li{
	padding: 10px 5px 0px 15px;
}
li img{
 vertical-align: middle;
}
#content.about strong{
	font-size: 1.5em;
	letter-spacing: 0.05em;
	color: #C12700;
}
.about br{
	line-height: 2em;
}
a.screen{
	display: block;
	width: 897px;
	height: 330px;
	background: #000000;
	padding: 4px;
	border: none;
}
a.desc{
	display: block;
	width: 897px;
	height: 79px;
	background: #000000;
	padding: 4px;
	border: none;
}
a.screen:hover, a.desc:hover{	
	background: #CC0000;
}
#content p.more{
	margin: 40px 0px 0px 7px;
	text-align: center;
	font-weight: bolder;
	font-style: italic;
}
.more a{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 360px;
	height: 67px;
	background: url(../images/more.gif) no-repeat center;
}
.more a:hover{
	background: url(../images/more_o.gif) no-repeat center;
}
img.desc{
	border: 4px solid #000000;
}
img.screen{
	border: 4px solid #000000;
}
#footer{
	background: url(../images/bg_bottom.gif) no-repeat top center;
	height:150px;
	padding: 20px;
}
#footer div.f{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 20px 10px 20px;
	width: 897px;
	height: 66px;
	background: url(../images/footer_bg.gif);
	color: #b0b9bd;
}
#footer div.f li{
	list-style: none;
	line-height: 1.8em;
	font-size: .7em;
	font-weight: bold;
	font-style: italic;
}
.f a, a.f{
	font-style: normal;
	color: #bcd0d9;
	text-decoration: none;
}
.f a:hover, a.f:hover{
	color: #FF3300;
}

#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;
	}

#lightboxLoading {
	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%;
	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 */
	}	
