a{color:#BD0000; font-family:arial; font-size:10pt; text-decoration:none;}
a:hover{color:#FFFFFF; text-decoration:none;}


.heading {color:#FFF; font-family:verdana,arial; font-size:8pt; font-weight:bold;}


body
{ background: #000000;
	margin: 0 0 0 0;
  color: #BD0000;
font-family:arial; font-size:8pt; height:100%;
background-image:url(images/bg.gif);
background-repeat:repeat;
}

.indentmenu{
	color:#FFF;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #6B0000; /*dark purple border*/
border-width: 1px 1px 1px 1px;
background: black url(images/tab_on.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #6B0000; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .popped{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/tab_off.gif) center center repeat-x;
}

.videoEdge{
	align: center;
	width: 973px;
	border-right: solid 1px #131313;
	border-left: solid 1px #131313;
	border-bottom: solid 1px #131313;
	position: relative;
	top: -3px;
	background-color: #000;
	padding:15 0 15px 0;
	}

canvas { border: 0; }

.image {
	position:relative;
	height:140px;
	width:190px;
	border-color:#FF0808;
	border-style:solid;
	border-width:0px;
}
.image .text {
	position:absolute;
	top:110px; /* in conjunction with left property, decides the text position */
	left:5px;
	width:60px; /* optional, though better have one */
	color:#FFF;text-decoration: none;font-family: sans-serif;font-size: 10px;font-weight: bold;
	background-color:#333;
	border-color:#FF0808;
	border-style:solid;
	border-width:0px;
	text-align:center;
 	filter:alpha(opacity=60);
 	opacity:0.9;
}