/* -------------------- STYLE SHEETS -------------------- */

@import url("reset.css");

/* -------------------- MAIN BODY STYLES -------------------- */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;
}

html {
	display: table;
}

body {
	display: table-cell;
	vertical-align: middle;
}

body {
	background-image: url(../images/bg1.png);
	background-repeat: repeat;
	background-attachment: fixed;
	font:12px Arial, Helvetica, sans-serif;
}

#container {
	margin: auto;
	width: 861px;
}

/*--TK--*/
#TK {
	position: relative;
	top: -75px;
	right: -75px;
	z-index: 5;

}
.PK {
	background-image: url(../images/tk.png);
	background-repeat: no-repeat;
	opacity: 0.95;
	z-index: 6;
	float: right;
	top: 0px;
	right: 0px;
	width: 240px;
	height: 168px;
}
/*--TK--*/

/*--NEWYEAR--*/
#snowballs {
	background-image: url(../images/snowballs.png);
	background-repeat: repeat-x;
	position: fixed;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#snow {
	background-image: url(../images/snow.png);
	background-repeat: repeat;
	position: fixed;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#tree {
	background-image: url(../images/tree.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0px;
	width: 232px;
	height: 204px;
}

#star {
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	right: 0px;
	width: 459px;
	height: 252px;
}
/*--NEWYEAR--*/

/*--SPRING--*/
#sun {
	background-image: url(../images/sun1.png);
	background-repeat: no-repeat;
	position: fixed;
	/*opacity: 0.75;*/
	z-index: 1;
	top: -50px;
	left: -40px;
	width: 100%;
	height: 100%;
}

#rays {
	background-image: url(../images/rays.png);
	background-repeat: no-repeat;
	position: fixed;
	opacity: 0.75;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#grass1 {
	background-image: url(../images/grass1.png);
	background-repeat: repeat-x;
	position: fixed;
	opacity: 0.75;
	z-index: 0;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 108px;
}

#grass3 {
	background-image: url(../images/grass3.png);
	background-repeat: repeat-x;
	position: fixed;
	z-index: 1;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 102px;
}

#bubs {
	background-image: url(../images/bubs.png);
	background-repeat: no-repeat;
	position: fixed;
	opacity: 0.75;
	z-index: 1;
	bottom: 0px;
	right: 0px;
	width: 600px;
	height: 596px;
}
/*--SPRING--*/

#frame-top {
	background-image: url(../images/frame_top.png);
	background-repeat: no-repeat;
	z-index: 3;
	float: left;
	height: 25px;
	width: 861px;
}

#frame-btm {
	background-image: url(../images/frame_btm.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 3;
	float: left;
	height: 25px;
	width: 861px;
}

#frame-middle {
	background-image: url(../images/frame_middle.png);
	background-repeat: repeat-y;
	position: relative;
	z-index: 3;
	float: left;
	width: 861px;
}

#page {
	font-family: MyriadProRegular, Verdana, Arial;
	float: left;
	width: 809px;
	margin-left: 25px;
	border: 1px solid #cccccc;
	background-image: url(../images/page_bg.png);
	background-repeat: repeat-x;
	background-color: #3d6c9f;
	padding-top: 10px;
	padding-bottom: 2px;
}

#pattern_up {
	background-image: url(../images/pattern_up.png);
	background-repeat: no-repeat;
	/*position: relative;*/position: absolute;
	z-index: 1;
	width: 377px;
	height: 148px;
	float: right;
	/*margin-right: 0px;*/margin-right: 25px; right: 0px;
	margin-top: -10px;
}

#pattern_btm {
	background-image: url(../images/pattern_btm.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	width: 235px;
	height: 90px;
	margin-top: -30px;
	margin-bottom: -12px;
}

#frame-left {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
	height: 200px;
	width: 519px;
	margin-left: 10px;
}

#frame-right {
/*
	background-image: url(../images/logo_.png);
	background-repeat: no-repeat;
*/
	float: right;
	right: 0px;
	height: 57px;
	width: 392px;
	margin-right: 10px;
	margin-top: -55px;
}

.tkit{
	background-image: url(../images/logo_.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
	height: 27px;
	width: 392px;
}

.kture{
	background-image: url(../images/logo_.png);
	background-repeat: no-repeat;
	background-position: 0% -27px;
	position: absolute;
	margin-top: 27px;
	z-index: 3;
	height: 30px;
	width: 392px;
	
}

a, a:link, a:visited, a:active, a:hover {
	text-decoration:none;
	outline:none;
}

.mask {
	clear: both;
	background-image: url(../images/mask.png);
	background-repeat: repeat-x;
	background-position: center;
	position: relative;
	height: 276px;
}

.but_l {
	background-image: url(../images/but_bg.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float: left;
	width: 50%;
	height: 285px;
}

.but_l a {
	background-image: url(../images/but_l.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	float: left;
	height: 108px;
	width: 323px;
	margin-left: 35px;
	margin-top: 82px;
}

.but_l a:hover {
	background-position: 50% -108px;
}

.but_r {
	background-image: url(../images/but_bg.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float: right;
	width: 50%;
	height: 285px;
}

.but_r a {
	background-image: url(../images/but_r.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	float: right;
	height: 108px;
	width: 323px;
	margin-right: 45px;
	margin-top: 82px;
}

.but_r a:hover {
	background-position: 50% -108px;
}

#contacts {
	background-image: url(../images/adr.png);
	background-repeat: no-repeat;
	float: right;
	height: 57px;
	width: 210px;
	margin-top: -55px;
	margin-right: 50px;
	margin-bottom: 10px;
}

a.map {
	position: absolute;
	text-decoration: none;
	width: 250px;
	height: 57px;
}

a.mail {
	position: relative;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	margin-left: 75px;
	top: 40px;
}

a.mail:hover {
	text-decoration: underline;
}

a.opendays {
	left: 0px;
	width: 450px;
	position: absolute;
	padding-top: 26px;
}

.text {
	padding-top: 3px;
}

a.opendays img {
	vertical-align: top;
	margin-left: 10px;
}

.month_1 {
	position: absolute;
	z-index: 100;
	left: 190px;
	color: #ffffff;
	font-size: 9px;
	padding-top: 39px;
}
	
.month_2 {
	position: absolute;
	z-index: 100;
	left: 228px;
	color: #ffffff;
	font-size: 9px;
	margin-left: 35px;
	padding-top: 39px;
}
	
.month_3 {
	position: absolute;
	z-index: 100;
	left: 295px;
	color: #ffffff;
	font-size: 9px;
	margin-left: 42px;
	padding-top: 39px;
}

.date_1 {
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 55px;
	color: #444444;
	font-size: 20px;
	margin-left: 197px;
}
	
.date_2 {
	position: absolute;
	z-index: 100;
	left: 223px;
	top: 55px;
	color: #444444;
	font-size: 20px;
	margin-left: 48px;
}
	
.date_3 {
	position: absolute;
	z-index: 100;
	left: 297px;
	top: 55px;
	color: #444444;
	font-size: 20px;
	margin-left: 49px;
}

.copy {
position: relative;
z-index: 5;
	opacity:0.2;
	color: #ffffff;
	font-size: 13px;
	float: right;
	margin-right: 378px;
	margin-top: 3px;
}

.rss {
	background-image: url(../images/rss.png);
	position: relative;
	background-repeat: no-repeat;
	z-index: 5;
	float: right;
	height: 16px;
	width: 24px;
	margin-top: -15px;
	margin-right: -28px;
	margin-bottom: 10px;
}