/* 
.
Theme Name: Bumble
Theme URI: http://bumble.kultorture.com
Author: Dave Marshall
Author URI: http://bumble.kultorture.com
Version: 1.0
.
*/

/* hide from ie on mac \*/
	html  {
		height: 100%;
		overflow: auto;
	}

* html 
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #181818;
		color:#606771;
	}
	
#page {
	background-color: #f2f2f2;
	margin: 10px auto;
	padding: 0;
	width: 1024px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	height: 588px;
	}


#header {
	position: relative;
	text-align:center;
	margin: 0 0 100px 0;
	background-color: f2f2f2;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0;
	margin: 0 auto;
	height: 90px;
	width: 1024px;
	}

#mnu {
	
	height: 68px;
	
	}

	
#mnu ul { list-style:none; margin: 0; padding: 0 0 px; }
#mnu li	{ float: left; }
#mnu li a span, #mnu li a em {display:none; }
#mnu li a { display: block; height:68px; width: 82px; background-position: center top; }
#mnu li a:hover span {display: block; position: relative; width: 82px; height: 68px;
						left:-0px; top:-0px; z-index: 0; background-position: center bottom;}
						
#mnu li#mnu0 a, #mnu li#mnu0 a:hover span { background-image:url(/images/home.gif); }						
#mnu li#mnu1 a, #mnu li#mnu1 a:hover span { background-image:url(/images/mnu1.gif); }
#mnu li#mnu2 a, #mnu li#mnu2 a:hover span { background-image:url(/images/mnu2.gif); }
#mnu li#mnu3 a, #mnu li#mnu3 a:hover span { background-image:url(/images/mnu3.gif); }
#mnu li#mnu4 a, #mnu li#mnu4 a:hover span { background-image:url(/images/mnu4.gif); }
	
	
	
#container {
	width: 1024px;
	
	}
		
#lft {
	
	float: left;
	background-color: f2f2f2;
	background-image: url (/images/leftframe.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0;
	margin: 0; auto;
	height: 340px;
	width: 100px;
	/* overflow: hidden; */
	}
	
	
#flashcontent {
	
	float: absolute;
	padding: 0px;
	width: 924px;
	height: 340px;
	/* background-image: url(/images/viewframe.jpg); */
	background-repeat: no-repeat;
	
	padding: 0;
	margin: 0 auto;		
	}
	
#footer {
	clear: both;
	background: #a2a2a2;
	background-image: url (/images/footer.jpg);
	height: 1%
	}

