/* HEADER NAV BAR */


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
line-height:80px;
z-index:100;

}

#dropmenudiv a{
width: 100%;   /*Inside text and bottom border line length*/
display: block;
text-indent: 3px;
text-valign:center;
font:normal 12px Verdana;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
z-index:101;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #CCCCCC;
}



/* ---------- TEXT COLORING ----------*/


a:link {
	color: #111100;
}

a:visited {
	color: #111111;
}
a:hover {
	color: #222200;
}
a:active {
	color: #222200;
}

body,th {
	background-color: #EEEEFF;
	background-image:url(images/stripbackground-Strip-REV11.png);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}




/* ---------- BOXES  ----------- */

 


 #ifoverallbox {
	width: 900px;
	text-align:left;
	height: 400px;
	left:0px;
	top:0px;
	position:absolute;
	background-color:transparent;
	
}
 #ifheader {
	width:900px;
	height:100px;
/*	background-image:url(images/KMGXthemixHeaderREV02.png); */
	background-color:transparent;
}
 #overallbox {
	width: 900px;
	text-align:left;
	margin:auto;
	margin-top:10px;
	z-index:1;

}
 #ifmenubar {
 	width:900px;
	height:25px;
	background-image:url(images/KMGXmenubuttonbarREV11.png);
/*		background-color:transparent; */
	z-index:2;
}
 #mainbody {
	width:880px;
	height:100%;
	background-image:url(images/KMGX-bodygradient-REV11.png);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin-top:0px;
	padding:10px;
}
 #header {
	width:900px;
	height:125px;
	z-index:3;

}
 #body {
	width:700px;
	float:right;
	margin-right:25px;
	margin-top:10px;
}

 #footer {
 width:900px;
 height:25px;
 
}
 #innertable {
  background-color:#666666
}
 #webplayer {
	position:absolute;
	width:400px;
	height:300px;
	text-align:center;
	z-index:1;
	left: 0px;
	top: 0px;
}

 #webplayer2 {
	position:absolute;
	width:600px;
	height:300px;
	text-align:center;
	z-index:1;
	left: 0px;
	top: 0px;
}

 #webplayerfooter {
 	bottom:0px;
 }
