@CHARSET "ISO-8859-1";

html{
	height: 100%;
}

body {
	height: 100%;
	background-image: URL("../images/page_bg.gif");
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: verdana, sans-serif;
}

img {
	margin: 0;
	padding: 0;
	border: 0;	
}

a {
	color: inherit;	
	text-decoration: none;
}

#page_container {
	opacity: 0;
	/*filter: alpha(opacity=100);*/	
}

#fixed_width_container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	z-index: 2;
}

#nav_container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	z-index: 2;
}

#nav_flavor {
	position: absolute;
 	bottom: 0px;	
}

#nav_top {
	position: relative;
	width: 350px;
	padding-top: 10px;
	background-image: URL("../images/nav_top_bg.png");
	background-repeat: repeat-y;
	background-position: top center;	
}

.nav_link {
	width: 170px;
	height: 30px;
	margin: 0px 43px 0px 43px;
	padding: 0px 0px 0px 34px;
}

.nav_link_selected {
	width: 170px;
	height: 43px;
	margin: 0px 43px 0px 43px;
	padding: 10px 0px 0px 34px;
	background-image: URL("../images/nav_selected_bg.gif");
}

#nav_bottom {
	margin: 0px 43px 0px 43px;
	height: 350px;
	width: 264px;	
}

#nav_bottom_left {
	height: 350px;
	width: 4px;
	float: left;
	background-image: URL("../images/nav_bottom_left.png");	
}

#nav_bottom_fill {
	height: 350px;
	width: 256px;
	float: left;
	background-image: URL("../images/nav_bottom_fill.png");	
}

#nav_bottom_right {
	height: 350px;
	width: 4px;
	float: left;
	background-image: URL("../images/nav_bottom_right.png");	
}

#content_container {
	margin: 0;
	padding: 10px 0px 70px 360px;
	z-index: 99;
}

.title {
	position: relative;
	height: 22px;
	margin: 10px 0px;	
}

.content_divider {
	width: 220px;
	height: 1px;
	background-image: URL("../images/killshot_text_bg.png");	
}

#footer_container {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 170px;
	width: 100%;
	background-image: URL("../images/footer_bg.png");
	text-align: center;
	font-size: 7pt;
	color: #afafaf;
	z-index: 1;	
}

/* Tooltips */
.tt_container {
	width: 250px;
	position: absolute;
	z-index: 100;	
	opacity: 0;
}

.tt_top {	
	width: 220px;
	height: 6px;
	background: url('../images/tt_top.png') no-repeat bottom;
}

.tt_mid {
	width: 200px;
	padding: 5px 10px;
	background: url('../images/tt_mid.png') repeat-y;
	color: #FFF;
	font-size: 8pt;
	font-weight: bold;	
}

.tt_bottom {
	width: 220px;
	height: 6px;
	background-image: url('../images/tt_bottom.png');
}

/* Windows */
.win_overlay {
	position: absolute;
	left: 0px;
	top: 0px; 	
	opacity: 0;
	z-index:1000;
	background:#000;
}

.win_container {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1001;
	display: none;
	opacity: 0;
}