/* CSS Document */

/* global link styles */
a:link {color: #F58027; text-decoration: none} 
a:active {color: #AACCEE; text-decoration: none; }
a:visited {color: #F58027; text-decoration: underline; }
a:hover {color: #EEEDED; text-decoration: none; }
body { background: #333333; }

/*outerframe*/
#outframe
{
	width: 900px;
	margin-top: -4px;
        padding: 2px;
	background-color: #ffffff;
	overflow: hidden;
}

/*innerframe*/
#inframe, .data
{
	width: 100%;
	overflow: hidden;
}

/* This handles header portion mainly just the image handling */
#header 
{
	width: 100%;
	height: 120px;
        background: url(img_jk/tubehead.png) no-repeat;
	background-color: #000000;
	overflow: hidden;
}
#header_text_top
{
        text-align: center;
	font-family: arial;
	margin-top: 0px;
	margin-right: 120px;
        float: right;
	width: 210px;
	height: 38px;
	font-size: 13px;
	overflow: hidden;
}
#header_text_bottom
{
        margin-top: 102px;
	font-family: arial;
	text-align: right; 
	margin-right: -320px;
	color: #FFFFFF;
	font-size: 13px;
	float: right;
	width: 300px;
	height: 15px;

}
#footer
{
	width: 100%;
	word-spacing: 1px;
	font-family: arial;
	letter-spacing: 2px;
	color: #ffffff;
	font-size: 12px;
	height: 50px;
	background-color: #444444;
	overflow: hidden;
}
.error
{
        margin: 5px;
	border-style: solid;
	border-color: #000000;
	width: 90%;
	font-family: arial;
	border-width: 1px;
	background-color: #CC2A13;
	padding: 5px;
}
/*individual containers*/
.leftnav
{
	float: left;
	width: 200px; 
	overflow: hidden;
}
.rightinfo
{
	float: right;
	width: 700px;
        overflow: hidden;
}
.videoscreen
{
	width: 100%;
	height: 200px;
	overflow: hidden;
}

/*modules*/
.textbox
{
	text-align: left;
	padding: 10px;
	width: 680px;
	line-height: 18px;
	font-size: 90%;
	overflow-x: hidden;
}

#nav-menu
{

	margin-top: 0px;
        margin-left: 0px;
	list-style: none outside;
	padding: 0;
	background-color: #F58027;
	width: 200px
}
#nav-menu li
{
	display: block;
	padding: 1px;
}
#nav-menu li a:link
{
	color: #FFFFFF;
}

#nav-menu li a,
#nav-menu li a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 4px;
	background: transparent;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}
#nav-menu li a.selected,
#nav-menu li a.selected:hover
{
	color: #eee;
	background-color: #000050;
}

#nav-menu li a:hover
{
	background-color: #000050;
}

#nav-menu li a:active 
{
	color: #eee;
	background-color: #333333;
}

ul
{
	font-family: arial, verdana;
	font-size: 90%;
	line-height: 12px;
}

table.members
{
   border-width: 1px;
   border-style: solid;
   border-color: #000000;
}

.biographies
{
   border-bottom: 1px solid black;
   text-align: left;
   vertical-align: top;
}
.dividers
{
        color: #ffffff;
        text-align: center;
        width: 100%;
        height: 20px;
        background-color: #000050;
        overflow: hidden;
}
table.lightbox
{
	border: thin solid #EEEEEE;
        background-color: #FFFFFF;
	width: 700px;
	overflow: hidden;
	
}
td.lightbox
{
	border: thin  solid #EEEEEE;
	width: 80px;
	height: 150px;
	padding: 3px;
	text-align: center;
	overflow: hidden;


}
#price
{
	float: left;
	height: 40px;
	font-size: 110%;
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;

}
a.lightbox
{
color: #F58027; text-decoration: none;
}

