/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg { 
    position: fixed; 
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
}

.box {
	position:absolute;
	width: 940px;
	padding: 0px;
	background:url(/images/black-background.png);
	color:#FFFFFF;
	padding-bottom:100px;
	font: 12px/16px Arial;
	height: 401px;
	margin-left: 390px;
	top:235px;
	overflow:hidden;
	overflow-y:hidden;
}
.box-white {
	position:absolute;
	width: 940px;
	padding: 0px;
	background:url(images/white-background.png);
	color:#000;
	padding-bottom:100px;
	font: 12px/16px Arial;
	height: 335px;
	margin-left: 390px;
	top:235px;
	overflow:hidden;
	overflow-y:hidden;
}
.leftNav {
	position:absolute;
	width: 287px;
	padding: 0px;
	background:none;
	top:39px;
	margin-left:29px;
	z-index:100;
	border:none;
	text-align:center;
}

#focus-stealer      { position: absolute; left: -9999px; }

.footer {
	position:absolute;
	top:760px;
	left:80px;
	color:#FFFFFF;
	z-index:400;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.email {
	display:block;
	float:left;
	margin-top:50px;
}
.whitelink {
	color:#fff;
}
.copyright {
	float:left;
	margin-left:950px;
}
.nav {
	background:url(/images/leftNav.png);
	display:block;
	width:250px;
	overflow:hidden;
	text-indent:-9999px;
	margin: 0 auto;
	border: 0px;
}
.locations {
	background-position:0px 0px;
	height:55px;
	margin-top:20px;
}
.locations:hover {
	background-position:250px 0px;
}
.menu {
	background-position:0px -55px;
	height:171px;
}
.menu:hover {
	background-position:250px -55px;
}
.community {
	background-position:0px -226px;
	height:67px;
}
.community:hover {
	background-position:250px -226px;
}
.shopstuff {
	background-position:0px -293px;
	height:85px;
}
.shopstuff:hover {
	background-position:250px -293px;
}
.press {
	background-position:0px -378px;
	height:58px;
}
.press:hover {
	background-position:250px -378px;
}
.gallery {
	background-position:0px -440px;
	height:66px;
}
.gallery:hover {
	background-position:250px -440px;
}
.logo {
	background:url(/images/logo.png);
	display:block;
	width:287px;
	height:138px;
	overflow:hidden;
	text-indent:-9999px;
	margin: 0 auto;
	border: 0px;
}
.storycontent {
	margin:15px;
}
.MenuNav #active {
	color:#FFFF00;
	text-decoration:none;
}
.MenuNav a {
	color:#999999;
	text-decoration:none;
}
.MenuNav a:hover {
	color:#FFFF00;
	text-decoration:none;
}
#galleryLink {
	position:absolute;
	width: 287px;
	padding: 0px;
	background:none;
	top:160px;
	left:1040px;
	z-index:100;
	border:none;
	text-align:right;
	color:#FFF;
	font-size:14px;
}
#galleryLink a {
	color:#FFF;
	text-decoration:none;
}
#hideBox {
	position:absolute;
	width: 70px;
	padding: 0px;
	background:none;
	top:250px;
	left:1260px;
	z-index:999;
	border:none;
	text-align:right;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
#hideBox input {
	background:url(/images/hide-x-btn.png);
	display:block;
	width:44px;
	height:13px;
	overflow:hidden;
	text-indent:-9999px;
	margin: 0 auto;
	border: 0px;
}
#hideBox input:hover {
	cursor:pointer;
}
