.wrapper {
	width:1000px;
	background-color: #fff;
	margin: 0 auto 0 auto;
	padding: 0;
	box-shadow:0 8px 6px #333;
	-webkit-box-shadow:0 8px 6px #333;
	-moz-box-shadow:0 8px 6px #333;
}

.logonavcontainer {
	width: 1000px;
	height: 190px;
	background-color:#ccc;
	background-image: -moz-linear-gradient(#000, #CCC);
	background-image: -webkit-gradient(linear, 0% 0% 0% 100%, from (#fff), to(#ccc));  
	background-image: -webkit-linear-gradient(#fff, #ccc); 
	border-bottom-width: 2px;
	border-bottom-style: solid; 
	border-bottom-color: #fff;
	margin-bottom: 25px; 
}


.navigation { 
	margin: 0 auto; 
	height: 40px;
	font-weight:bold;
	font-family: "Century Gothic", AppleGothic, Helvetica, sans-serif; 
	text-align:center;
	color: #FFF;
	display:table;
	
}

/* Drop down menu code */

#nav{
	list-style:none;
	font-weight:bold;
	margin: 5px auto; 
	/* Clear floats */
	/*float:left; 
	width:100%; */
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav li{
	float:left;
	margin-right:15px;
	position:relative;
}

#nav a{
	display:block;
	padding:5px;
	color:#fff;
	text-decoration:none;
}

#nav a:hover{
	color:#666; 
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	/*background:rgba(255,255,255,0);  But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	text-align: left; 
	z-index: 2; /*Brings it to front of other items */
	margin-right: 0px; 
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	margin-left: 0px; 
	margin-right: 40px; 

}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	color: #666; 
	margin-left: 0px; 
	
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left: 0px;  Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	text-decoration:none;
}

#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	font-weight: normal; 
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	font-weight: bold; 
}

/* Finish Drop down code */

.logo {	
    border-bottom-width: 2px;
	border-bottom-style: solid; 
	border-bottom-color: #fff;
}

img.logo {
	width: 700px;
	height: 150px;
	display:block;
	margin: 0 auto;
	border-bottom-width: 0px;
}

.videopagedesc p {
	text-align: center;  
	color: #666; 
	font-family: "Century Gothic"; 
	font-weight: bold; 
}

.videogallery {
	width:1000px;
	zoom:1;
	padding-bottom:20px;
}

.videogallery span{ display:block; }

.videogallery a {  
	font-family:"Century Gothic", AppleGothic, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	width:300px;
	text-align:center;
	margin:0 5px 10px 5px;
	color: #000;
	font-weight:bold;
}

.onevideo {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	margin:8px 0 8px 22px;
	width:300px;
	font-family:"Century Gothic", AppleGothic, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	opacity:0.87; 
}

.channellink a {
	font-family:"Century Gothic", AppleGothic, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	color:#333;
}
	

.videogallery a.voverlay {
	font-weight:normal;
}

.videogallery a.videolb{display:none}

.videogallery a img{
	display:block;
	border:none;
	margin:0;
}

.videogallery a:hover{
	opacity:1;
}