@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
body img {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	/*background-color: #692722;*/
	background-color: #000;
	background-image: none;
    margin: 0px;
	padding: 0px;
}
	
#site {
	width: 900px;
	height: 700px;
	position: relative;
	z-index: 1;
	left: 50%;
	margin: 20px 0px 20px -450px;
	background: url(/images/2009/bg-site.jpg);
}

#headerBox {
	width: 900px;
	height: 140px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#mainButtons {
	width: 715px;
	height: 480px;
	position: absolute;
	top: 100px;
	left: 100px;
	z-index: 3;
}

#newButtons {
	width: 506px;
	height: 400px;
	position: absolute;
	top: 230px;
	left: 205px;
	z-index: 3;
	text-align: center;
}
#findUs {
	width: 365px;
	position: static;
	float: left;
	margin: 20px 0 0 75px;
}
#findUs img {
	position: static;
	float: left;
	margin-right: 10px;
	border: 0;
}

#bottomButtons {
	width: 900px;
	height: 130px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 4;
}

#soundControl {
	width: 105px;
	height: 108px;
	position: absolute;
	bottom: 0px;
	right: 5px;
	z-index: 5;
}

.black_overlay{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #330000;
    -moz-opacity: 0.4;
    opacity:.40;
    filter: alpha(opacity=40);
	z-index: 15;
}
.black_overlay img {
	width: 100%;
	height: 100%;
	display: block;
}
.black_overlay a:hover {
	display: block;
	cursor: pointer;
}

.lightbox_large {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: white;
    z-index:20;
    overflow: auto;
	-o-box-shadow: 0px 3px 10px #000;
	-icab-box-shadow: 0px 3px 10px #000;
	-khtml-box-shadow: 0px 3px 10px #000;
	-moz-box-shadow: 0px 3px 10px #000;
	-webkit-box-shadow: 0px 3px 10px #000;
	box-shadow: 0px 3px 10px #000;
}
.lightbox_large:hover {
	cursor: pointer;
}

#fancy_close
{
	top: -19px;
	left: -19px;
	height: 44px;
	width: 99px;
	position: absolute;
	z-index: 100000;
	background: transparent url(/images/closebox.gif) ;
	display: none;
}

#fancy_close img {
	border: 0px;
}
