﻿body {
	background: #000000;
	color: #b0b0b0;
	font-size: 75%;
	font-family: Verdana, "Lucida Grande", Tahoma, Arial, sans-serif;
	
	
}

/* Headings */
h1 {
	font-size: 110%;
}
h4 {
	font-size: 115%;
}
/* Dropdown */
.drop {	
	color: #b1b1b1; 
	border: 0px solid #000000; 
	background-color: #000000;
	padding: 0px;
}
/* Footer */
.footer {
	color: #b1b1b1;
}




/* ## CSS for ReelTabs ## */

.ReelTabs{
padding: 0;
width: 600px;
border-bottom: 5px solid #333333; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ReelTabs ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.ReelTabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.ReelTabs a{
float: left;
display: block;
/* font: bold 11px Arial;*/
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; 
border-top: 1px solid black;
}

.ReelTabs a:hover{
background-color: #333333;  
color: white;
}

.ReelTabs a.selected{ /*currently selected tab*/
background-color: #333333; 
color: white;
border-color: #333333; 
}
