body {
	background: url(../img/background.png) #131313;
	background-repeat:repeat-x;
	font-family:Arial,Tahoma,Helvetica,Verdana;
	font-size:11px;
}

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	outline: none;
	border: none;
}
#body {
	width:1000px;
	height:auto;
}
#header {
	width:1000px;
	height:80px;
	margin:35px 0px 0px 0px;
}
#logo {
	width:160px;
	height:80px;
	float:left;
}
#navigation {
	width:625px;
	height:29px;
	float:left;
	margin:25px 0px 0px 10px;
	text-align:left;
}
#navigation li {
	height:29px;
	float:left;
	margin:0px 0px 0px 10px;
	padding:5px;
}
#navigation li:hover {
	background:url(../img/navigation.png) repeat-x;
}
#navigation a {
	font-size:10pt;
	color:#7d7f82;
	text-decoration:none;
	font-weight:bold;
}
#navigation a:hover {
	color:#fff;
}
#search {
	width:202px;
	height:30px;
	float:right;
	margin:25px 0px 0px 0px
}
.search-input {
	width:171px;
	height:30px;
	line-height:20px;
	background:url(../img/search-input.png) no-repeat;
	float:left;
	padding:5px 0px 0px 0px;
	font-size:10pt;
	color:#fff;
	font-weight:bold;
	font-family:Arial,Tahoma,Helvetica,Verdana;
}
.search-button {
	width:31px;
	height:30px;
	line-height:30px;
	float:right;
}
#main {
	width:1000px;
	height:auto;
	margin:10px 0px 0px 0px;
}
#left {
	width:200px;
	height:auto;
	float:left;
}
.blok {
	width:200px;
	height:auto;
	margin:10px 0px 0px 0px;
}
.blok-title {
	width:200px;
	height:38px;
	background:url(../img/blok-top.png) no-repeat;
	text-align:left;
	font-size:10pt;
	color:#7d7f82;
	font-weight:bold;
}
.blok-title p {
	padding:10px 0px 0px 10px;
}
.blok-content {
	width:200px;
	height:auto;
	background:url(../img/blok-bg.png) #1a1a1b repeat-x;
	text-align:justify;
	color:#fff;
}
.blok-content a {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
.blok-content a:hover {
	color:#d50028;
	text-decoration:underline;
}
.blok-content p {
	padding:4px 10px 4px 4px;
}
.category {
	margin:0px 0px 0px 5px;
}
.category li {
	width:190px;
	height:24px;
	text-align:left;
	padding:4px 0px 0px 5px;
}
.category li:hover {
	background:url(../img/category-bg.png) no-repeat;
}
.category a {
	font-size:10pt;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.category a:hover {
	color:#000;
	text-decoration:underline;
}
.random-videos {
	width:100%;
	height:80px;
}
.random-videos li {
	width:80px;
	height:80px;
	float:left;
	margin:4px 0px 0px 10px;
}
#right {
	width:780px;
	height:auto;
	float:right;
	margin:0px 0px 0px 20px;
}
.contents {
	width:780px;
	height:auto;
	margin:10px 0px 0px 0px;
}
.content-title {
	width:780px;
	height:28px;
	text-align:left;
}
.content-title ul {
	height:28px;
	background: url(../img/content-title-active.png) repeat-x;
	float:left;
	font-size:12pt;
	font-family:Helvetica;
	color:#fff;
	font-weight:bold;
}
.content-title li {
	height:28px;
	float:left;
	padding:0px 10px 0px 10px;
}
.content-title .active {
	background: url(../img/content-title-active.png) repeat-x;
	color:#fff;
}
.content-title .active a {
	color:#d50028;
	font-size:12pt;
	text-decoration:none;
}
.content-title .active a:hover {
	color:#d50028;
	text-decoration:underline;
}
.content-title .pasive {
	background: url(../img/content-title-pasive.png) repeat-x;
	color:#7d7f82;
}
.content-title .pasive a {
	color:#7d7f82;
	font-size:12pt;
	text-decoration:none;
}
.content-title .pasive a:hover {
	color:#d50028;
	text-decoration:underline;
}
.content {
	width:780px;
	height:auto;
	background:url(../img/content-bg.png);
}
.videos {
	color:#5b5c5d;
	font-size:7pt;
}
.videos ul {
	width:780px;
}
.videos li {
	width: 140px;
	float:left;
	padding:10px 0px 0px 12px;
}
.videos .videothumb {
	width:140px;
	height:100px;
	position: relative;
	display:inline;
}
.videos .videolink a {
	color:#fff;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
}
.videos .videolink a:hover {
	color:#d50028;
	text-decoration:underline;
}
.videos .videohit {
	float:left;
}
.videos .videovote {
	float:right;
}
.pagination {
	width:780px;
	margin:10px 20px 20px 20px;
	text-align:center;
}
.pagination li {
	width:24px;
	height:22px;
	float:left;
	border:1px solid #5b5c5d;
	margin:2px;
	
}
.pagination li:hover {
	border:1px solid #d50028;
}
.pagination li.active {
	border:1px solid #d50028;
	color:#d50028;
}
.pagination li.active a {
	color:#d50028;
}
.pagination a {
	color:#fff;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}
.pagination a:hover {
	color:#d50028;
	text-decoration:underline;
}
#footer {
	width:1000px;
	height:41px;
	background:url(../img/footer.png) repeat-x;
	margin:10px 0px 0px 0px;
	color:#555555;
	font-size:9pt;
	font-weight:bold;
}
#footer a {
	color:#555555;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover {
	color:#d50028;
	text-decoration:underline;
}
#copyright {
	width:1000px;
	text-align:left;
}
.copyright {
	padding:10px 0px 0px 10px;
}
.copyright span {
	padding-left:20px;
}
.clear {
	clear:both;
}

