/* Start of CMSMS style sheet 'final_css' */
body{
background-color:AntiqueWhite;
background-image:url(kpk/fonas.jpg);
background-position:right 180px;
background-repeat:no-repeat;
font-family:verdana,helvetica,arial;
margin:0;
padding:0;
}

#meniukas ul{
height:29px;
margin: 0px;
padding: 0px;
blear: both;
width: 950px;
margin: 0 auto;
height: 40px;
}

#meniukas ul li{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
float: left;
margin: 10px;
}
#meniukas ul li a:hover{
text-decoration: none;
color: white;
}

#meniukas ul li a{
color:BurlyWood;
font-size:15px;
font-weight:bolder;
text-transform:uppercase;
}

#meniukas ul li a.act{
color: white;
}

#meniukas{
text-align: center;
background-color:#4a4a4a;
height: 43px;
}





#hederis{
background-image:url(kpk/topbgfonas.gif);
background-position:left top;
background-repeat:repeat-x;
height:174px;
clear: both;
width:100%;
}

#hederis img{
border: none;
}

#cnt{
width:950px;
margin: 0 auto;
background-image:url(kpk/s_header_bg.gif);
background-position:right top;
background-repeat:no-repeat;
height:174px;
left:10px;
position:relative;
text-align: center;
}

#cnt h1{
color:#4A4A4A;
float:right;
font-size:18px;
margin:0 48px 0 0;
padding:0;
}
#baldai_top{
margin-left: 130px;
!margin-left: 80px;
font-size: 25px;
}




#conteineris{

width:950px;
margin: 0 auto;

}



#kaire{
float: left;
width: 260px;
border-right:1px dotted gray;
margin-bottom: 30px;
}

#kaire h1{
font-size: 18px;
padding-left: 10px;
text-transform:uppercase;
color: #4A4A4A;
}
#kaire ul{
margin: 0px;
padding: 0px;
margin-bottom: 50px;
}
#kaire ul li a{
color: #4A4A4A;
font-size:12px;
text-decoration:none;
}
#kaire ul li a:hover{
text-decoration: underline;
color: black;
}
#kaire ul li a.current{
color:Brown;
text-decoration:underline;
}
#kaire p{
padding-left: 20px;
}
#kaire ul li{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin: 0px;
padding: 0px;
padding-left: 20px;
background-position:left center;
background-image: url(kpk/BulletAction.gif);
background-repeat: no-repeat;
margin-left: 10px;
}

#kontentas{
float: right;
width: 670px;
margin-bottom: 30px;
}
#kontentas h1{
color:#4A4A4A;
border-bottom: 1px dotted silver;
margin-bottom: 50px;
}

#kontentas ul li{
margin-left: 20px;
}

#kontentas ul#album li{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
float: left;
margin: 10px;
}

#kontentas ul#album li img{
border:20px solid white;
padding:8px;
}

#kontentas ul#album li p{
font-size: 11px;
text-align: center;
}

#kontentas img{
border: 2px solid white;
padding: 5px;
}


#map{
height: 400px;
width: 400px;
border: 10px solid white;
float: right;
}

#mapleft{float: left; width: 200px;}



#kontentas ul#naujienos li{
border-bottom:1px dotted silver;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:20px;
padding-bottom:20px;
}

#kontentas ul#naujienos li a{
color: brown;
text-decoration: none;
}
#kontentas ul#naujienos li a:hover{
color: gray;
text-decoration: underline;
}

#kontentas h2{
margin-bottom: 20px;
}


#kontentas a{
color: brown;
text-decoration: none;
}

#kontentas a:hover{
color: gray;
text-decoration: underline;
}

#kontentas hr{
margin-top:10px;
margin-bottom: 10px;
}



#footer{
background-color:#4A4A4A;
clear:both;
padding:30px;
text-align:center;
color:BurlyWood;
font-size:15px;
}

#footer a{
color:BurlyWood;
font-size:15px;
font-weight: bolder;
}
/* End of 'final_css' */

/* Start of CMSMS style sheet 'final_thikbox' */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* End of 'final_thikbox' */

