body {
  background-color: #fff;
  font-family: helvetica, arial, sans-serif;
  font-size: 90%;
}
#player {
  border: 1px solid #d8e4ea;
  padding-top: 40px;
  margin-bottom: 20px;
  zoom: 1;
}
#main {
  position: relative;
  width: 940px;
  padding: 25px 0 0 0;
}


#menu {
	
	margin: 0;
	margin-top: 18px;
	margin-bottom: 10px;
	display: block;
	width: 940px;
	height: 40px;

	
}

#footer {
	
	background-color: #8aafc2;
	margin: 14px 0 0 0;
	font-weight: 700;
	text-align: right;
	color: white;
	font-size: 12px;
	padding-right: 20px;
	height: 29px;
	
}

#menu li {
	
	display: block;
	float: left;
	height: 40px;
	
}

#menu li a {
	
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	height: 40px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;

}

#menu li a:hover {
	
	height: 40px;
	
}


#menu #about-skv {
	
	background-image: url(/themes/skv/web/images/menu.png);
	width: 100px;
	height: 40px;
	
}

#menu #about-skv:hover {
	
	background-position: 0px -40px;
	height: 40px;
}

#menu #skv-pr-services {
	
	background-image: url(/themes/skv/web/images/menu.png);
	background-position: -100px 0px;
	width: 109px;
	height: 40px;
	
}

#menu #skv-pr-services:hover {
	
	background-position: -100px -40px;
	height: 40px;
}




#menu #event-management {
	
	background-image: url(/themes/skv/web/images/menu.png);
	background-position: -209px 0px;
	width: 160px;
	height: 40px;
	
}

#menu #event-management:hover {
	
	background-position: -209px -40px;
	height: 40px;
	
}




#menu #online-pr-and-marketing {
	
	background-image: url(/themes/skv/web/images/menu.png);
	background-position: -369px 0px;
	width: 203px;
	height: 40px;
	
}

#menu #online-pr-and-marketing:hover {
	
	background-position: -369px -40px;
	height: 40px;
	
}




#menu #corporate-finance-legal-pr {
	
	background-image: url(/themes/skv/web/images/menu.png);
	background-position: -572px 0px;
	width: 256px;
	height: 40px;
	
}

#menu #corporate-finance-legal-pr:hover {
	
	background-position: -572px -40px;
	height: 40px;
	
}




#menu #client-news {
	
	background-image: url(/themes/skv/web/images/menu.png);
	background-position: -828px 0px;
	width: 112px;
	height: 40px;
	
}

#menu #client-news:hover {
	
	background-position: -828px -40px;
	height: 40px;
	
}















#homepageLink {
  background-image: url(/themes/skv/web/images/link_home.png);
  background-position: 0 0;
  width: 88px;
  height: 37px;
  text-indent: -9999px;
  overflow: hidden;
  zoom: 1;
  position: absolute;
  top: 5px;
  right: 0;
  visibility: hidden;
}
#homepageLink:hover {
  background-position: 0 -37px;
}

h2 {
  color: #0a5f84;
  font-weight: bold;
  font-size: 1.2em;
}

#secondary {
  overflow:hidden; zoom:1;
  border: 1px solid #d8e4ea;
  background: url(/themes/skv/web/images/bg_secondary.png) repeat-y top left;
}

/* CHANNELS */
#channels {
  width: 155px;
  margin-right: 10px;
}
#channels h2 {
  background-color: #0a5f84;
  color: #fff;
  margin-bottom: 0;
  padding: 10px;
}
#channels li {
  zoom: 1;
}
#channels li a {
  width: auto;
  margin-bottom: 0;
  padding: 10px;
  background-color: #8aadc0;
  color: #fff;
  border-style: none none solid none;
  border-color: #7da5ba;
  font-weight: bold;
  zoom: 1;
}
#channels li a:hover {
  background-color: #96bcd1;
}
#channels li.active > a {
 background-color: #fff !important; 
 color: #000;
}
#channels li.active > a .channelName {
  color: #0a5f84;
}
#channels li.active > a .channelDesc {
  font-weight: normal;
  font-size: 0.8em;
}

/* VIDEOS */
#videos {
  overflow: hidden;
  zoom: 1;
  width: 773px;
}
#videos h2 {
  padding-top: 10px;
  float: left;
}
#videos ul {
  overflow: hidden;
}
#videos li {
  background-color: #e8eff2;
  border-style: none;
  min-height: 141px;
  margin-right: 4px;
  height: auto !important;
  height: 141px;
  zoom: 1;
  width: 188px;
}
#videos li .videoTitle {
  padding: 10px 5px;
  font-weight: bold;  
  font-size: 0.8em;
  white-space: nowrap;
}
#videos li a {
  zoom: 1;
}
#videos a:hover {
  background-color: #8aadc0;
  color: #fff;
}
#orderBy {
  padding: 0px 5px 0px 0px;
  font-weight: bold;
  font-size: 0.8em;
}
.pagination {
  padding: 10px;
  font-weight: bold;
  font-size: 0.8em;
}
.pagination a {
  color: #0a5f84;
}

#footer { margin-bottom:10px; }
