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

/* 
Stylesheet for stlouiswings.com Flash site
author: Rick Gladwin, rick@theadlibgroup.com
published: June 2007
*/

/* link styles */

a:link {
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
	font-weight:bold;
	}
	
a:visited { 
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover { 
	color:#FF0000;
	background-color:#ffffff;
	font-style:normal;
	text-decoration:none;
	font-weight:bold;
	}
	
a:active {
	color:#FFFF66;
	font-style:normal;
	text-decoration:none;
	font-weight:bold;
	}

a img {
	border:0px;
	}
	
a br {
	text-decoration:none;
	}

/* common styles */

h1 {
	color:#0068ba;
	font-size:26px;
	font-weight:bold;
	}
	
h2 {
	color:#0068ba;
	font-size:20px;
	font-weight:bold;
	}
	
p {
	margin-top:1em;
	margin-bottom:1em;
	line-height:1.25em;
	color:#00e4ff;
	
	}

	
/* main styles */

body {
	text-align:center;
	background-image:url(images/background_stripe.jpg);
	background-repeat:repeat;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000000;
	}
	
#main {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	width:1020px;
	height:1020px;
	}
	
#main_menu {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:0px;
	width:575px;
	height:864px;
	overflow:visible;
	}
	
#main_menu_p2 {				/*   ********** changed for page 2 *********** */
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:0px;
	width:1035px;
	height:864px;
	overflow:visible;
	}
	
#main_menu2 {				/*   ********** changed for page 2 - TIT version *********** */
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:0px;
	width:1035px;
	height:864px;
	overflow:visible;
	}

#borderline {
	width:1020px;
	height:1020px;
	border-style:solid;
	border-width:0px;
	border-color:#000000;
	overflow:hidden;
	}
	
#borderline_menu {
	width:575px;
	height:865px;
	border-style:solid;
	border-width:0px;
	border-color:#000000;
	overflow:hidden;
	}
	
#content {
	width:1020px;
	height:1020px;
	position:relative;
	/*background-image:url(images/html_background_splash.jpg);*/
	z-index:1;
	}
	
#version_button_box {
	width:106px;
	height:68px;
	position:absolute;
	left:914px;
	top:0px;
	overflow:hidden;
	}	
	
#flashbox {
	width:1000px;
	height:854px;
	position:absolute;
	left:10px;
	top:10px;
	overflow:hidden;
	}
	
#flashbox_container {
	width:1020px;
	height:874px;
	position:absolute;
	left:0px;
	top:90px;
	overflow:hidden;
	/*background-color:#7A0613;*/
	background-image:url(images/flatback.gif);
	}
	
#music_box {
	width:128px;
	height:23px;
	position:absolute;
	left:286px;
	top:61px;
	overflow:hidden;
	}

#heat_box {
	width:75px;
	height:30px;
	position:absolute;
	left:15px;
	top:53px;
	overflow:hidden;
	}
	
#cursor_box {
	width:73px;
	height:24px;
	position:absolute;
	left:107px; /* was 434 */
	top:58px;
	overflow:hidden;
	}
	
#sound_box {
	width:72px;
	height:30px;
	position:absolute;
	left:197px;
	top:54px;
	overflow:hidden;
	}
	
#menu_container {
	width:574px;
	height:884px;
	position:relative;
	border:0px;
	color:#ffffff;
	}
	
#menu_container_p2 {   /* ********** changed for page 2 *********** */
	width:1035px;
	height:884px;
	position:relative;
	border:0px;
	color:#ffffff;
	}
	
#menu_container2 {   /* ********** changed for page 2 *********** */
	width:1035px;
	height:884px;
	position:relative;
	border:0px;
	color:#ffffff;
	}
	
#menu_box {
	width:574px;
	height:864px;
	position:absolute;
	left:0px;
	top:20px;
	overflow:visible;
	}
	
#menu_box_p2 {
	width:574px;
	height:864px;
	position:absolute;
	left:0px;
	top:20px;
	overflow:visible;
	}
	
	
