html, body {
	margin: 0px;
	padding: 0px;
	min-width:1004px;
	height:100%;
}
body {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	background-color:#4B972A;

}
input, textarea, select {
	color: #32343B;
	font: normal 14px Arial, Verdana, Geneva, Helvetica, sans-serif;
	outline:none;
}
form {
	display: inline;
	margin:0px;
	padding:0px;
}
img {
	border: 0px;
}
p {
	margin:0 0 10px 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tac {
	text-align:center;
}
.clear {
	clear:both;
	line-height:0;
	height:0px;
	margin:0;
	padding:0;
	overflow:hidden;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
input, textarea {
	padding: 4px 0 4px 6px;
	margin:0;
	border:1px solid #D6D6D6;
}
select {
	padding: 0 0 0 5px;
	border:1px solid #D6D6D6;
	margin:0;
}
/* H styles */
h1 {
		font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height:28px;
	color:#003B4F;
	font-weight: normal;
	padding:0 0 0 0px;
	margin:0 30px 16px 30px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height:20px;
	color:#00526E;
	font-weight: normal;
	padding:0 0 0 0px;
	margin:0 0 12px 0;
}
/* end H styles */

table {
	border:0px solid;
	border-collapse:collapse;
}
div.hr1 {
	height:1px;
	background-color:#F8F8F8;
	margin:5px 0 10px 0;
}
/* text link styles */

.link1 a:link, .link1 a:active, a.link1:link, a.link1:active {
	color:#666666;
	text-decoration:underline;
}
.link1 a:visited, a.link1:visited {
	color:#666666;
	text-decoration: underline;
}
.link1 a:hover, a.link1:hover {
	color:#666666;
	text-decoration: none;
}
.link2 a:link, .link2 a:active, a.link2:link, a.link2:active {
	color:#414E55;
	text-decoration:underline;
}
.link2 a:visited, a.link2:visited {
	color:#414E55;
	text-decoration: underline;
}
.link2 a:hover, a.link2:hover {
	color:#414E55;
	text-decoration: none;
}
/* end text link styles */



.margin3 {
	margin:0 0 -3px 0;
}
.tar {
	text-align:right;
}
.zoom {
	zoom:1;
}
	


/* first site menu */
#first-nav-box {
	background-image:url("../img/menubg.jpg");
	background-repeat:no-repeat;
	height:50px;
	padding:14px 15px;
	width:968px;
	overflow: hidden;
}
#first-nav-box ul {
	position:static;
}
#first-nav-box ul li {
	float: left;
	/*position: relative;
	z-index: 5;*/
}
#first-nav-box ul li a {
	color:#FFFFFF;
	display:inline;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-weight:bold;
	height:32px;
	line-height:23px;
	margin:0 0 0 18px;
	padding:12px 21px 5px 0;
	text-decoration:none;
	float: left;
}
#first-nav-box ul li .corner-left{
	float:left;
	height:49px;
	margin-right:-20px;
	width:25px;
}
#first-nav-box ul li .corner-right{
	display:none;
	height:49px;
	margin-bottom:-40px;
	margin-left:21px;
	width:auto;
}
#first-nav-box ul li.active, #first-nav-box ul li:hover{
	/*background: #14651d url('../img/menu-corner-left.jpg') no-repeat left top;*/
}
#first-nav-box ul li:hover a, #first-nav-box ul li.active a:link, #first-nav-box ul li.active a, #first-nav-box ul li.active a:hover, #first-nav-box ul li.active a {
	background:url("../img/menu-corner-right.png") no-repeat scroll right top transparent;
	color:#55D269;
}
#first-nav-box ul li:hover .corner-left, #first-nav-box ul li.active .corner-left{
	background:url("../img/menu-corner-left.png") no-repeat scroll left top transparent;
}
#first-nav-box ul li:hover .corner-right, #first-nav-box ul li.active .corner-right{
	background:url("../img/menu-corner-right.png") no-repeat scroll right top transparent;
}
#first-nav-box ul li ul{
	display: none;
	position: absolute;
	padding-bottom:20px;
	margin-top: 49px;
	/*left: 0;*/
}

#first-nav-box ul li ul li{
	background:none repeat scroll 0 0 #14651D;
	clear:both;
	float:none;
	margin: 0;
	padding: 0;
}
#first-nav-box ul li ul li a{
	color:#55D269;
	display:block;
	float:none;
	font-weight:normal;
	height:auto;
	line-height: 19px;
	margin:0;
	padding:7px 22px;
	white-space:nowrap;
}
#first-nav-box ul li ul li:hover a, #first-nav-box ul li ul li.active a{
	background: url('../img/menu-subnode-arrow.jpg') no-repeat 10px center!important;
	color: #ffffff!important;
	text-decoration: none;
}
#first-nav-box ul li:hover > ul{
	display: block;
	z-index:2;
}


#first-nav-box ul li ul li.corners{
	background:none no-repeat scroll 0 0 transparent;
	margin:0;
	position: relative;
	height: 20px
}
#first-nav-box ul li ul .corner-bottom-left {
	background:url("../img/menu-corner-bottom-left.png") no-repeat scroll left bottom transparent;
	clear:both;
	dislay: block;
}
#first-nav-box ul li ul .corner-bottom-right {
	background:url("../img/menu-corner-bottom-right.png") no-repeat scroll right bottom transparent;
	display:block;
	float:none;
	margin-left:12px;
	padding-right:12px;
	width:auto;
	padding-bottom: 15px;
}

/* end first site menu */







/* Third menu */
	
	#leftMenu, #leftMenu ul {
	position:static;
	list-style: none;
}
#leftMenu, #leftMenu li {
	list-style: none;
	margin:0;
	padding:0;
	
}
#leftMenu {
	padding-top:0;
	margin-top: 0px
}
#leftMenu li {
	background-image:url(../img/lmli.gif); background-position:0 100%; background-repeat:repeat-x;
	padding-bottom:2px;
}
#leftMenu li.last {
	background-image:none;
}
#leftMenu a {
	padding:8px 4px 8px 19px;
	zoom:1;
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	font-weight: normal;
	font-size:12px;
	line-height:16px;
	color:#165E12;
	text-decoration: none;
	background-image:url(../img/lmlia.gif);
	background-position:0 13px; background-repeat:no-repeat;
}
#leftMenu a, #leftMenu a:link, #leftMenu a:visited, #leftMenu a:hover, #leftMenu a:active {
	text-decoration: none;
	cursor:pointer
}
#leftMenu a:link {
	color:#165E12
}
#leftMenu a:visited {
	color:#165E12
}
#leftMenu a:hover {
	color:#165E12;
	text-decoration: none;
	background-image:url(../img/lmliao.gif);
}
#leftMenu li.active a:link, #leftMenu li.active a:visited, #leftMenu li.active a:hover, #leftMenu li.active a:active {
	color:#165E12;
	text-decoration: none;
	background-image:url(../img/lmliao.gif);
}
/* end Third menu */



#frame { background-image:url(../img/center.gif); background-repeat:repeat-x; height:100%; width:100%; }
#frame #left { background-image:url(../img/left.gif); background-repeat:repeat-x; vertical-align: top; }
#frame #left .left { background-image:url(../img/left2.jpg); background-position:100% 0; background-repeat:no-repeat; height:573px; }

#frame #right { background-image:url(../img/right.gif); background-repeat:repeat-x; vertical-align:top; }
#frame #right .right { background-image:url(../img/right2.jpg); background-position:0 0; background-repeat:no-repeat; height:573px; }
#frame #center { width:998px; background-image:url(../img/root.jpg); background-repeat:no-repeat; vertical-align:top; }

#top {height:175px; padding:42px 0 0 40px}
#top a.logo { width:367px; height:91px; display:block; text-decoration:none;float:left;}

#veiklos { padding:0 0 8px;}
#veiklos #diagnostika { position: relative; float:left; background-image:url(../img/blok1.gif); width:327px; height:277px; padding-right:8px; background-repeat:no-repeat; background-position:0 100%;}
#veiklos #diagnostika a { text-indent:-9999px; display:block; width:327px; height:60px; background-image:url(../img/diagnostika_menu.jpg); background-position:7px 0px; background-repeat:no-repeat;}
.lang_en #veiklos #diagnostika a{background-image: url('../img/diagnostika_en.jpg');}
.lang_ru #veiklos #diagnostika a{background-image: url('../img/diagnostika_ru.jpg');}
#veiklos #diagnostika a:hover { }

#veiklos #gydmetodikos { position: relative; float:left; background-image:url(../img/blok2.gif); width:334px; height:277px; background-repeat:no-repeat; background-position:0 100%;}
#veiklos #gydmetodikos a { text-indent:-9999px; display:block; width:327px; height:60px; background-image:url(../img/gydymas.jpg); background-position:7px 0px; background-repeat:no-repeat;}
.lang_en #veiklos #gydmetodikos a {background-image:url(../img/gydymas_en.jpg);}
.lang_ru #veiklos #gydmetodikos a {background-image:url(../img/gydymas_ru.jpg);}
#veiklos #gydmetodikos a:hover {}

#veiklos #detoksikacijos { position: relative; float: right; background-image:url(../img/blok3.gif); width:327px; height:277px; background-repeat:no-repeat; background-position:0 100%;}
#veiklos #detoksikacijos a { text-indent:-9999px; display:block; width:327px; height:60px; background-image:url(../img/ligos.jpg); background-position:7px 0px; background-repeat:no-repeat;}
.lang_en #veiklos #detoksikacijos a{background-image: url(../img/ligos_en.jpg);}
.lang_ru #veiklos #detoksikacijos a{background-image: url(../img/ligos_ru.jpg);}
#veiklos #detoksikacijos a:hover { }


/* footer blok */


#footer {/*background-color:#133111;*/
background-image:url("../img/footer.png");
background-repeat:no-repeat;
color:#647744;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
line-height:15px;
margin-top:15px;
padding:15px;
width:968px;}
#footer table.desine { float: left; }
#footer table.desine td { padding:0 40px 0 0; }

#footer a { color: #647744; text-decoration:underline; }
#footer a:hover { color: #647744; text-decoration: none; }

#footer2 { background-color:#133111; background-image:url(../img/footer2.gif); background-repeat:no-repeat; padding:20px; font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:20px; color:#647744; }
#footer2 table.desine { float: left; }

#footer2 table.desine td { padding:0 40px 0 0; }

#footer2 a { color: #647744; text-decoration:underline; }
#footer2 a:hover { color: #647744; text-decoration: none; }

/* end footer blok */


.duc { background-image:url(../img/duc.gif); background-position:660px 100%; background-repeat:no-repeat; min-height:445px; _height:445px; }
.duc .kaire { float: left; width:660px; }
.duc .desine { float:right; width:280px; }


.duc2 { background-image:url(../img/duc.gif); background-position:310px 0; background-repeat:no-repeat; padding:0 20px 0 20px; }
.duc2 .kaire { float: left; width:270px; }
.duc2 .desine { float:right; width:305px; }

.topbox { background-image:url(../img/piliule.gif); background-repeat:no-repeat; padding:0 38px 30px 167px; }
.plac { font-size:13px; line-height:20px; display:block; }



#path {  padding:0 38px 14px 55px; background-image:url(../img/more.gif); background-repeat:no-repeat; background-position:29px 0; }
#path ul li { float:left; color:#666666; white-space:nowrap; font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:16px; }
#path ul li a { display:inline-block; background-image:url(../img/path.gif); white-space:nowrap; background-position:100% 7px; background-repeat:no-repeat; padding:0 14px 0 0px; color:#666666; text-decoration: underline;}
 #path ul li a:hover { color:#666666; text-decoration:none;}

.antraste { font-family:Georgia, 'Times New Roman', Times, serif; font-size:18px; line-height:30px; color:#3A3D3E;  }
.antraste2 { font-family:Georgia, 'Times New Roman', Times, serif; font-size:18px; line-height:20px; color:#003B4F; padding-bottom:5px; display:block; }
.antraste2ryski { font-family:Georgia, 'Times New Roman', Times, serif; font-size:18px; line-height:20px; color:#9F2713; padding-bottom:5px; display:block; }

.seselis { background-image:url(../img/seselis.gif); height:23px;  background-repeat:no-repeat; }

#turinys { background-image:url(../img/content.gif); background-repeat:repeat-y; }
#turinys .lapelis {  background-image:url(../img/contentop.jpg); background-repeat:no-repeat;}

#turinys .lapelis .contentas { background-image:url(../img/lapelis.gif); background-position:788px 100%; background-repeat:no-repeat;  min-height:445px; _height:445px; padding:27px 19px 7px 7px; font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:20px; color:#000 }
#turinys .lapelis .contentas2 { min-height:445px; _height:445px; padding:27px 19px 7px 7px; font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:20px; color:#000 }
.galerija  a { background-image:url(../img/galbg.gif); background-repeat:no-repeat; width:126px; height:106px; display:inline-block; padding:5px 0 0 5px; margin:0 3px 7px 0;}
.galerija  a span {display:inline-block; background-position:50% 50%; background-repeat:no-repeat; width:120px; height:100px;}


.fck { padding:0 30px 30px 30px; font-size:13px; line-height:20px; color:#000;}
.fck .imgright { background-color:#FFF; padding:5px; border-right:1px solid #D3D3D3; border-bottom:1px solid #D3D3D3; border-left:1px solid #fff; border-top:1px solid #fff; margin:4px 0 0 15px; float:right; }

.fck { padding:0 30px 0 30px; font-size:13px; line-height:20px; color:#000;}
.fck .imgnormal { background-color:#FFF; padding:5px; border-right:1px solid #D3D3D3; border-bottom:1px solid #D3D3D3; border-left:1px solid #fff; border-top:1px solid #fff; margin:5px 15px 5px 0; }

.fck .imgleft { background-color:#FFF; padding:5px; border-right:1px solid #D3D3D3; border-bottom:1px solid #D3D3D3; border-left:1px solid #fff; border-top:1px solid #fff; margin:4px 15px 10px 0px; float:left; }
.nav { padding:20px 30px 10px 30px; font-size:13px; line-height:20px; color:#000;}

.fck li {
	list-style:inside;
	list-style-type:circle;
}

.fck ul {
	margin-bottom:15px;
}

.fck li ul {
	padding-left:20px;
	margin-bottom:0px;
}

.fck li ul li {
	list-style-type:lower-alpha;
}

.contact-form input[type="text"], input.guestbook-input[type="text"] {
	width:223px !important;
	height:21px;
	padding:5px 0 0 5px;
	display:block;
	border:none;
	background-color:transparent;
	background-image:url(/custom/img/input-bg.gif);
	color:#666666;
	margin:0 0 5px 0;
}

.contact-form textarea {
	width:223px !important;
	height:125px;
	padding:5px 0 0 5px;
	display:block;
	border:none;
	background-color:transparent;
	background-image:url(/custom/img/textarea-bg.gif);
	color:#666666;
	margin-bottom:5px;
}

.guestbook-textarea {
	width:333px !important;
	height:145px;
	padding:5px 0 0 5px;
	display:block;
	border:none;
	background-color:transparent;
	background-image:url(/custom/img/guestbook-textarea-bg.gif);
	color:#666666;
	margin-bottom:5px;
	margin-left:0;
	clear:both;
	margin-top:5px;

}



.contact-form input[type="submit"], input.submitas2[type="submit"] {
	width:86px !important;
	height:25px;
	padding:0px 0 0 0px;
	text-align:center;
	display:block;
	border:none;
	background-color:transparent;
	background-image:url(/custom/img/submit.gif);
	background-repeat:no-repeat;
	color:#666666;
	margin-bottom:5px;
	color:#FFF;
	font-size:12px;
	float:left;
	clear:both;
	
}

.error {
	color:#B4940D;	
}

a {
	outline:none;
}

.price-list-table td {
	border:solid 1px #DDDDDD;
	padding:3px 5px;
}


.price-list-table {
	margin-bottom:20px;
}

.img_container {
	display:block;
	float:left;
	height:290px;
	margin-right:20px;
	width:274px;
}

.guestbook-date {
	color:#999999;
	display:block;
	float:right;
}

.hr {
	display:block;
	height:2px;
	overflow:hidden;
	background-image:url(/custom/img/hr.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.komentarai {
	margin-top:15px;
}

.guestbook-ok {
	background-color:#367620;
	color:#FFFFFF;
	padding:5px;
}

dd {margin:0;}

ul#langs{
	float:right;
}
ul#langs li{
	/*background: url('../img/lang_opa.png') no-repeat;*/
	/*width: 93px;*/
	line-height: 23px;
	/*padding-left: 10px;*/
	margin: 5px;
	/*opacity: 0.6;
	filter:alpha(opacity=60)*/
	float: left;
}
ul#langs li.active, ul#langs li:hover{
	/*background: url('../img/lang.png') no-repeat;*/
	/*opacity: 1;
	filter:alpha(opacity=100)	*/
}
ul#langs li a{
	color: #fff; 
	text-decoration: none;
}

#banner_left{
	float: right;
	/*height: 221px;*/
	width: 313px;
	overflow: hidden;
	border: 7px solid #3B7E22;
}
#banner_left p{margin: 0}
#veiklos div.papildomi{
	bottom:60px;
	margin:0 0 0 7px;
	position:absolute;
	width:313px;
	height: 0px;
	overflow: hidden;
	z-index: 9999;
}
#veiklos .veiklos_subs{
	list-style:none outside none;
	padding-top: 10px;
	z-index: 9999;
	position: relative;
}

#veiklos #diagnostika .veiklos_subs{
	background: transparent url('../img/diagnostika_top.png') no-repeat top left;
}
#veiklos #diagnostika .veiklos_subs li{
	background: #0376a1;
}
#veiklos #diagnostika .veiklos_subs li:hover{
	background: #5ec5ed;
}

#veiklos #gydmetodikos .veiklos_subs{
	background: transparent url('../img/gydmetodikos_top.png') no-repeat top left;
}
#veiklos #gydmetodikos .veiklos_subs li{
	background: #11591b;
}
#veiklos #gydmetodikos .veiklos_subs li:hover{
	background: #448642;
}

#veiklos #detoksikacijos .veiklos_subs{
	background: transparent url('../img/detoksikacijos_top.png') no-repeat top left;
}
#veiklos #detoksikacijos .veiklos_subs li{
	background: #ab8f0c;
}
#veiklos #detoksikacijos .veiklos_subs li:hover{
	background: #c7af3e;
}

#veiklos .veiklos_subs li a{
	background: none!important;
	text-indent: 1px!important;
	height: auto!important;
	weight: 100%!important;
	display: block!important;
	color: white;
	text-decoration: none;
	padding: 7px 0 7px 30px;
}
#veiklos .veiklos_subs li a:hover{
	background: url('../img/arrow.png') no-repeat 15px 12px!important;
}
#veiklos #detoksikacijos .veiklos_subs li:hover{
	background: #cfb84a;
}
#slideshow {
    position:relative;
    /*height:350px;*/
    width: 648px;
    text-align: center;
    float: left;
    border: 7px solid #3B7E22;
    height:221px;
}

#slideshow p {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 221px;
    background-color: none;
    text-align: center;
}

#slideshow p.active {
    z-index:10;
    opacity:1.0;
}

#slideshow p.last-active {
    z-index:9;
}

#slideshow p img {
    display: block;
    border: 0;
    margin-bottom: 10px;
    width: 648px;
    height: 221px;
}

#slideshow #to_left{
	position: absolute;
	left: 0;
	top: 72px;
	z-index: 100;
	cursor: pointer;
	opacity:0.5;
	filter:alpha(opacity=50)
}
#slideshow #to_right{
	position: absolute;
	right: 0;
	top: 72px;
	z-index: 100;
	cursor: pointer;
	opacity:0.5;
	filter:alpha(opacity=50)
}
#slideshow #to_left:hover, #slideshow #to_right:hover{
	opacity: 0.9;
	filter:alpha(opacity=90)
}


