@charset "UTF-8";
/* CSS Document */
/*DESIGN*/

li {
	list-style		: none;
	border			: none;
	margin			: 0px;
	padding			: 0px;
}

.header, .navigation, {
	width			: 100%;
	clear			: both;
	text-align		: left;
}
.logo, ul.tabs li, input.searchField, .searchButton, ul.videoThumbs li {
	float			: left;
}
div.logo {
	margin-top		: 5px;
}
.logo a, .logo a:hover, .logo a:visited {
	color			: #000;
}
.logo #slogan {
	margin			: 7px 0 0 5px;
}
.searchForm {
	float			: right;
}
/*TOP*/
.header {
	height			: 104px;
}
.logo img {
	border			: none;
}
.468x80AD {
	float			: right;
	text-align		: right;
	padding-top		: 3px;
	width			: 474px;
	height			: 90px;
	overflow		: hidden;
}
/*TABS*/
.navigation {
	background		: #000 url(images/reverse.gif) top left repeat-x;
	margin			: 0px;
	padding			: 0px;
	height			: 35px;
}
ul.tabs {
	margin			: 0px;
	padding			: 0px;
}
ul.tabs li {
	width			: 103px;
	margin-right	: 3px;
}
.tabs a {
	color			: #000;
	display			: block;
	width			: 103px;
	height			: 32px;
	float			: left;
}
ul.tabs li a.new {
	background		: url(images/tab_new.png) no-repeat;
}
ul.tabs li a.categories {
	background		: url(images/tab_categories.png) no-repeat;
}
ul.tabs li a.favorites {
	background		: url(images/tab_favorites.png) no-repeat;
}
ul.tabs li a.webcams {
	background		: url(images/tab_webcams.png) no-repeat;
}
ul.tabs li a.bookmark {
	background		: url(images/tab_bookmark.png) no-repeat;
}
ul.tabs li a.new, ul.tabs li a.categories, ul.tabs li a.favorites, ul.tabs li a.webcams,  ul.tabs li a.bookmark{
	background-position: 0px -32px;
}
ul.tabs li a.new:hover, ul.tabs li a:hover.new, ul.tabs li a.categories:hover, ul.tabs li a:hover.categories, ul.tabs li a.favorites:hover, ul.tabs li a:hover.favorites, ul.tabs li a.webcams:hover, ul.tabs li a:hover.webcams, ul.tabs li a.bookmark:hover, ul.tabs li a:hover.bookmark {
	background-position: 0px -64px;
}
#currentTab {
	background-position: 0px 0px;
}
.searchForm {

	padding-bottom	: 4px;
	width			: 450px;
}
a.searchButton {
	display			: block;
	width			: 51px;
	height			: 22px;
	margin-left		: 3px;
	margin-top		: 0px;
	border			: none;
	background		: url(images/search.png) no-repeat;
	background-position: 0px 0px;
}

input.searchField {
	border			: 2px solid #929292;
	background-color: #0F0F0F;
	font			: bold 10px/15px Arial;
	color			: #FFF;
	width			: 230px;
	height			: 19px;
	margin-top		: 0px;
}

