/*
	Intro to NoKaOi Website Stylesheet
*/

#intro-page{ text-align:center; font:.7em Arial, Helvetica, sans-serif; color:#DCC783; background:url(../images/content/intro_page_bg.jpg) top left repeat transparent; }
	#intro-page a{ color:#DC9A3C; font-weight:bold; text-decoration:none; }
	#intro-page #wrap{ margin:auto; width:1040px; }
	#intro-page #header{ display:none; }

#flash_intro{ width:1000px; height:563px; position:relative; left:20px; }
	#flash_intro h1, #flash_intro p{ display:none; }
	
	#nonflash{ position:relative; margin-top:100px; padding-top:543px; background:url(../images/content/intro_flash_replacement_bg.gif) top center no-repeat; }

#content{ text-align:center; }

	#warning{ width:40%; margin:auto; padding-left:20px; }
	#warning b{ color:#FFF; display:block; }
	
	#hours, #contact-info, #contact-info-wrap h3{ display:none; }
	#contact-info-wrap{ text-indent:-100000000px; overflow:hidden; background:url(../images/content/intro_contact_info.png) top center no-repeat transparent; width:900px; height:24px; margin:auto;  margin-bottom:20px; }
		* html #contact-info-wrap{ background-image:url(../images/content/intro_contact_info.gif); }
	
	#content #link-in{ position:relative; z-index:2; height:1px; }
	#content #link-in a{ display:block; width:1000px; height:563px; position:relative; top:-660px; left:40px; margin-bottom:-563px; text-indent:-100000px; overflow:hidden; cursor:pointer; }
		* + html #content #link-in a{ background:url(../images/lightbox-blank.gif) repeat top left; }

#copyright{ font-size:.85em; color:#EAD8AA; }