@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/bg.jpg) repeat-x top #121b22;
}

div#Top {
	height: 250px;
	background: url(../images/top.jpg) no-repeat;
}

div#Menu {
}
div#Menu ul {
	display: block;
	height: 60px;
	margin: 0;
	padding: 0;
	list-style: none;
}
div#Menu ul li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
div#Menu ul li a {
	display: block;
	padding: 0 10px;
	line-height: 45px;
	font-size: 16px;
	text-decoration: none;
	color: #FFF;
}
div#Menu ul li.active a, div#Menu ul li.subactive a {
	border-bottom: 5px solid #666;
}
div#Menu ul li a:hover {
	border-bottom: 5px solid #F90;
}

div#Logo {
	margin-top: 10px;
}

div#Content {
	padding: 50px 0;
	background: #FFF;
}

#Content .linkTree {
	display: block;
	margin: 73px 0 20px 0;
	padding: 0;
	list-style: none;
}
#Content .linkTree li {
	display: block;
	margin: 0;
	padding: 0;
	border-top: 1px solid #FC8;
	background: url(../images/submenu_li.png) repeat-x center center;
}
#Content .linkTree li a {
	display: block;
	padding: 0 15px;
	line-height: 30px;
	text-decoration: none;
	font-size: 10px;
	color: #333;
	background: url(../images/submenu_a.png) no-repeat left top;
}
#Content .linkTree li.first {
	border-top: 0;
}
#Content .linkTree li.back a {
	color: #777;
	background: url(../images/submenu_back.png) no-repeat left top;
}
#Content .linkTree li a:hover {
	text-decoration: underline;
	color: #333;
}

#Bottom {
	height: 170px;
	margin: 20px 0 0 0;
	background: #0B1115;
}
#Bottom table.list {
	width: auto;
	margin: 20px 0 0 0;
	color: #FFF;
}
#Bottom a {
	color: #FFF;
}

.news {
}
.news h2 {
	margin: 0;
	font-size: 100%;
	font-weight: bold;
}
.news p {
	font-size: 80%;
}
.fancyboxes {
	float: right;
	display: inline;
	width: 200px;
	margin-left: 10px;
	padding: 10px;
	border: solid 1px #C68E8E;
	background: #F1E2E2;
}
.fancybox {
	padding: 0 0 10px 0;
}

.right {
	float: right;
	margin: 0 0 5px 5px;
}
.text-right {
	text-align: right !important;
}
.pointer {
	cursor: pointer;
}


#Content #Categories .linkTree {
	margin: 0;
}

th.header { 
	background: url(../images/tablesorter/bg.gif) no-repeat right center;     
	cursor: pointer;
	padding-right: 20px;
}
th.headerSortUp { 
	background: url(../images/tablesorter/asc.gif) no-repeat right center #E9D9C9;
} 
th.headerSortDown { 
	background: url(../images/tablesorter/desc.gif) no-repeat right center #E9D9C9;
} 

