html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	text-align: center;
}
a {
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	text-decoration: none;
}
object {
	outline: none;
}
a img {
	border: none;
}
form, h1, h2, h3, h4, p {
	margin: 0px;
	padding: 0px;
}
.clear {
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
.hidden, hr {
	display: none;
}
.opacity {
	opacity: .3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	-khtml-opacity: .30;
	-moz-opacity: .30;
}

/* ========================================== */

#Page {
	color: #ccc;
	font-family: arial;
	font-size: 14px;
	background: #2E2F32 url(../gfx/bg_page.png) repeat-y center top;
}
#Page .Bg {
	background: url(../gfx/bg.jpg) no-repeat center top;
}
.Center {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
}

#Top {
	position: relative;
	width: 960px;
	height: 130px;
}
#Top h2 {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 300px;
	height: 90px;
}
#Top h2 a {
	display: block;
	width: 300px;
	height: 90px;
	background: url(../gfx/kostir_logo.png) no-repeat;
}
#Top h3 {
	position: absolute;
	top: 40px;
	right: 0px;
	width: 450px;
	height: 90px;
	background: url(../gfx/regeneracja_slogan.png) repeat-x center top;
}

#LangList {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#LangList li {
	float: left;
	padding-left: 10px;
}
#LangList li a {
	float: right;
	width: 16px;
	height: 11px;
	background: url(../gfx/flags.png) no-repeat center top;
}
#LangList li.pl a {
	background-position: 0px 0px;
}
#LangList li.ru a {
	background-position: 0px -11px;
}
#LangList li.en a {
	background-position: 0px -22px;
}

#Top span {
	display: none;
}

/* ========================================== */

#Menu {
	height: 50px;
	margin-bottom: 80px;
	background: url(../gfx/bg_menu.png) repeat-x top;
}
#Menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#Menu li {
	float: left;
	height: 50px;
}
#Menu a {
	display: block;
	float: left;
	padding: 15px 30px 0px 30px;
	height: 35px;
	background: url(../gfx/bg_menu.png) repeat-x top right;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
#Menu .Home a span {
	display: block;
	height: 50px;
	width: 18px;
	background: url(../gfx/ico_home.png) no-repeat top center;
}
#Menu .Home a {
	padding: 0 30px;
	height: 50px;
}
#Menu .Home a span span {
	display: none;
}
#Menu a:hover {
	color: #ffd;
	background: url(../gfx/bg_menu.png) repeat-x bottom right;
}

/* ========================================== */

#Main {
	border-top: 1px solid #2A2A2A;
	overflow: hidden;
}

#Main .TwoCols {
	background: url(../gfx/bg_main.png) repeat-y left;
}
#Main .TwoCols .LeftCol {
	float: left;
	padding: 20px;
	width: 660px;
}
#Main .TwoCols .RightCol {
	float: right;
	padding: 20px;
	width: 220px;
}

#Main .OneCol {
	padding: 20px;
}

/* ========================================== */

#Main .Text {
	color: #ccc;
	line-height: 140%;
}
#Main .Text h1 {
	padding-bottom: 7px;
	font-size: 22px;
	color: #eee;
	text-transform: uppercase;
}
#Main .Text h2 {
	padding-bottom: 12px;
	color: #E1E1E1;
	font-weight: normal;
	font-size: 19px;
}
#Main .Text h3 {
	padding-bottom: 5px;
	color: #E1E1E1;
	font-size: 17px;
	font-weight: normal;
}
#Main .Text p {
	padding-bottom: 10px;
}

#Main .Text strong {
	color: #fff;
}
#Main .Text a {
	color: #e90202;
	text-shadow: 1px 1px 0px #000;
}
#Main .Text a:hover {
	text-decoration: underline;
}
#Main .Text .marginRight {
	margin-right: 10px;
}
#Main .Text .marginLeft {
	margin-left: 10px;
}
#Main .Text ul, #Page .Text ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
}
#Main .Text li {
	padding-top: 2px;
	padding-bottom: 2px;
}
#Main .Text img.imageBorder {
	padding: 10px;
	background-color: #474747;
}
#Main .Text a:hover img.imageBorder {
	background-color: #000;
}
#Main .Text .Date {
	float: right;
	font-size: 11px;
	color: #aaa;
}

#Main .SloganBg {
	position: relative;
	left: -20px;
	padding: 15px 20px;
	margin-bottom: 20px;
	width: 660px;
	height: 90px;
	background: url(../gfx/bg_slogan.png) no-repeat left top;
	font-size: 20px;
}

/* ========================================== */

#SubMenu  {
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
#SubMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 17px;
}
#SubMenu ul a {
	display: block;
	padding-left: 15px;
	background: url(../gfx/arrow.png) no-repeat left top;
}
#SubMenu ul a:hover {
	color: #fff;
}
#SubMenu ul .Activ {
	font-weight: bold;
}

/* ========================================== */

#Slider {
	position: relative;
	overflow: hidden;
	padding: 20px 20px 0px 20px;
	margin-bottom: 20px;
	width: 620px;
	height: 290px;
	background: #0e0e0e url(../gfx/bg_slider.png) repeat-x center top;
}
#Slider .SlidePage {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 620px;
	height: 270px;
	background-color: #000;
}
#Slider h2 {
	padding: 10px 10px 0 0;
	text-align: right;
	font-size: 17px;
}
#Slider ul {
	position: absolute;
	left: 20px;
	bottom: 23px;
	height: 20px;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	list-style: none;
	z-index: 1100;
}
#Slider li {
	display: block;
	float: left;
	height: 10px;
	background-color: #ddd;
	border: 1px solid #BEBEBE;
	margin: 0 3px 0 0;
	-moz-border-radius: 2px;
}
#Slider li.act {
	background-color: #505050;
}
#Slider li a {
	display: block;
	width: 10px;
	height: 10px;
}
#Slider li a span {
	display: none;
}


#MiniSlider {
	position: relative;
	overflow: hidden;
	margin: 20px 0px 0px 0px;
	width: 220px;
	height: 120px;
}
#MiniSlider .Bg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1100;
	width: 220px;
	height: 120px;
	background: url(../gfx/bg_minislider.png) no-repeat center top;
}
#MiniSlider .SlidePage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 120px;
}

/* ========================================== */

#Main .Gallery {
	padding: 20px 0px 0px 30px;
}
#Main .Gallery .Row {
	float: left;
	margin: 0px 20px 20px 0px;
}
#Main .Gallery .Row.lc {
	margin-right: 0px;
}
#Main .Gallery .Row.lr {
	margin-bottom: 0px;
}
#Main .Gallery .Row a {
	display: block;
	padding: 10px;
	background-color: #474747;
}
#Main .Gallery .Row a:hover {
	background-color: #000;
}

/* ========================================== */

#Main .List {
	border-collapse: collapse;
}
#Main .List td {
	vertical-align: top;
	font-size: 12px;
}
#Main .List td.Short {
	padding-left: 5px;
}
#Main .List .LineLog {
	height: 10px;
	background: url(../gfx/bg_line_long.png) no-repeat center top;
}
#Main .List h2 {
	padding-bottom: 5px;
}
#Main .List a img {
	padding: 5px;
	background-color: #dbdbdb;
}

/* ========================================== */

#Bottom {
	padding: 20px 0;
	color: #555;
	font-family: arial;
	font-size: 11px;
}
#Bottom p {
	text-align: right;
}
#Bottom p a {
	color: #555;
	padding: 4px;
}
#Bottom p a:hover {
	color: #888;
	background-color: #222;
}
#Staty {
	float: left;
}
