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

a img,img{border:0;text-decoration:none}
html, body {height:100%; margin:0; padding:0}
#footer {font:normal 13px/1 Arial,Helvetica,Garuda,sans-serif;margin:0;padding:0;}

small,sup,sub{font-size:85%}

body{
	background:#000 url(../images/body_bg.gif) no-repeat top center;
	color:#A5A39C;
	height: 300px;
}

#buttons {width:144px; height:91px; z-index:1; top:5px; right:151px; position:absolute; float:middle;}

#digitour-link {
	left:106px;
	top:35px;
	position:absolute;
	width:461px;
	display:block;
	height:217px;
	float:left;
}

/*wrap*/
#wrap{
	width:960px;
	margin:0 auto;
}


/*flash logo */
#logo {width:300px; z-index:1; top:-100px; left:-210px; position:absolute; float:left;}
#artwork {width:144px; height:91px; z-index:1; top:5px; right:151px; position:absolute; float:middle;}
#launchpad {width:173px; height:87px; margin-top:9px; right:-20px; position:relative; float:right;}

.opacity a img {opacity:0.5; filter:alpha(opacity=50);}
.opacity a:hover img {opacity:9;filter:alpha(opacity=90);}

.opacity2 a img { opacity: 0.5; -moz-opacity: 0.5; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); zoom:1;}
.opacity2 a:hover img {opacity:1;filter:alpha(opacity=100);}

#artspecs {width:165px; height:89px; margin-top:9px; right:-40px; position:relative; float:right;}


/*wrap*/
#container {width:960px; margin:0 auto; min-height:100%; position:relative;}
#header {clear: both; height:350px;}
#content {
	z-index:3;
	position:relative;
	clear:both;
	padding:5px 5px 95px; /* last padding entry should be height of the footer */ 
}




/*menu_wrap*/
#menu_wrap {
	width:700px;
	height:33px;
	z-index:2;
	top:250px;
	left:230px;
	position:relative;
	float:right;
	padding-right:1px;
	padding-bottom:8px;
}

/*menu*/
#menu_wrap #menu {padding:10px 10px 10px 40px; margin:0;}
#menu_wrap #menu li {display:inline; margin:0; padding:5px 9px 8px 5px;}

#menu_wrap #menu li a,
#menu_wrap #menu li a:link{
	font-style: normal;
	line-height:normal;
	font-family: 'NeoTrashBold', arial, sans-serif;
	font-weight:bold;
	font-size:22px;
	text-transform:uppercase;
	color:#736F6E;
	padding:0px 0px 8px 0px;
	text-decoration:none;
}

#menu_wrap #menu li a:visited,
#menu_wrap #menu li a:active {text-decoration: none; color:#736F6E;}

#menu_wrap #menu li a:hover,
#menu_wrap #menu li a.current {text-decoration: none; background:url(../images/menu_underline.png) repeat-x bottom; color:#FFF;}




/*footer*/
#footer {
	position:absolute;
	padding:0px 100px 0px 100px;
	bottom:0;
	height:95px;   /* height of the footer */
	background:url(../images/footer.gif) 30% 0%;
	clear: both;
	z-index:25;
	left: -111px;
	vertical-align:bottom;
	width:1044px;
}	

#footer, .push {
	clear:both;
	height:95px; /* .push must be the same height as .footer */
}


#footer .copyright{
	padding-top:8px;
    padding-bottom:8px;	
	background:url(../images/grunge_line.gif) repeat-x top left;
	color:#A5A39C;
	float:left;
	width:50%;	
	text-align:left;
}

#footer .copyright small{
	padding-right:5px; font-size:11px;
}

#footer .info{
	padding-top:8px;
    padding-bottom:8px;
	background:url(../images/grunge_line.gif) repeat-x top left;
	color:#A5A39C;
	float:left;
	width:50%;
	text-align:right;
}

#footer .info small{
	padding-left:5px; font-size:11px;
}

#footer .copyright a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#footer .info a{
	color:white;
	font-style:normal;
	
	font-weight:800;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
	color:white;	
	
}

