@charset "UTF-8";
/* CSS Document */
body, html{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
}
/**************************************************** -- SITE-WIDE STYLE -- ****/
div,img{
	margin: 0px;
	padding: 0px;
	border: none;
}
p,a,h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 0px;
}
p{
	color:#999999;
	font-size: 12px;
}
a{
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:focus{
	outline: none;
}
.orange a, a:hover{
	color:#e95504;
}
.italic{
	font-style:italic;
}
/**************************************************** -- HEAD -- ****/
#headContain{
	width: 1024px;
	margin: 10px auto 0px auto;
	position: relative;
	background:url(../images/headbg.jpg) repeat-x left bottom;
}
#headInfo{
	position: absolute;
	top: 0px;
	right: 0px;
}
#headInfo p{
	border-bottom: #424242 1px solid;
	padding: 0px 0px 0px 0px;
	line-height: 10px;
}
#headInfo img{
	padding: 0px 60px 0px 0px;
}
#headInfo p span{
	color: #e95504;
}
#headInfo .italic{
	margin: 0px 2px 0px 10px;
}
/**************************************************** -- TOP NAV -- ****/
#topNavContain{
	width: 1024px;
	text-align: right;
	padding: 10px 0px;
}
#topNavContain a{
	font-weight: bold;
	font-style: italic;
	display: inline-block;
	background:url(../images/navlnkbg.png) no-repeat;
	height: 21px;
	padding: 6px 0px 0px 30px;
	margin: 0px 10px 0px 40px;
}
#topNavContain a:hover{
	background:url(../images/navlnkbg_hvr.png) no-repeat;
	text-decoration: none;
}
#topNavContain a.selected{
	background:url(../images/navlnkbg_sel.png) no-repeat;
}
#topNavContain a span{
	color: #e95504;
}
/**************************************************** -- VIDEO -- ****/
#videoContain{
	width: 1024px;
	margin: 0px auto;
	overflow: auto;
	background:url(../images/vidbg.jpg) repeat-x left top;
}
#leftFlash{
	float: left;
	width: 256px;
	height: 262px;
	padding: 25px 0px;
}
#rightFlash{
	float: left;
	width: 256px;
	height: 262px;
	padding: 25px 0px;
}
#video{
	float: left;
	width: 512px;
}
a#player{
	display: block;
	width: 512px;
	height: 312px;
}

/**************************************************** -- BOTTOM NAV -- ****/
#botContain{
	width: 1024px;
	margin: 0px auto;
	background:url(../images/botbg.jpg) repeat-x left top;
}
#botNavContain{
	padding: 10px 0px;
	text-align: left;
}
#botNavContain a{
	font-weight: bold;
	font-style: italic;
	display: inline-block;
	background:url(../images/navlnkbg.png) no-repeat;
	height: 27px;
	padding: 6px 0px 0px 30px;
	margin: 0px 40px 0px 10px;
}
#botNavContain a:hover{
	background:url(../images/navlnkbg_hvr.png) no-repeat;
	text-decoration: none;
}
#botNavContain a.selected{
	background:url(../images/navlnkbg_sel.png) no-repeat;
}
#botNavContain a span{
	color: #e95504;
}

/**************************************************** -- TEXT -- ****/
#textContain{
	width: 720px;
	margin: 20px auto;
	text-align: center;
	padding: 0px 40px;
	background: url(../images/textbg.png) no-repeat 0px center;
	min-height: 80px;
}
#textContain p{
	font-size: 14px;
}

/**************************************************** -- SHOW NAV -- ****/

#showNavContain{
	width: 1024px;
	margin: 0px auto;
	background:url(../images/vidnavbg.jpg) no-repeat 36px 52px;
}
#showNav p{
	padding: 5px 0px;
	text-align: center;
}
#showNav p.showName{
	padding-bottom: 25px;
}
#showNav p.description{
	padding-top: 14px;
	font-size: 10px;
}

