@import url(super_style.css);

html, body {
	height: 100%;
	background: #FFECA5;
	text-align: center;
}

#container {
	min-width: 999px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -345px;
	width: 100%;
	height: 690px;
	z-index: 1;
}

#container2 {
	z-index: 2;
	position: relative;
	top: 50%;
	width: 999px;
	margin: 0 auto 0 auto;
	margin-top: -341px;
	height: 682px;
	text-align: left;
	background: #82D93B url('../img/bg.jpg') bottom right no-repeat;
}

#menubg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 258px;
	height: 507px;
	/*background: url('../img/bgl3.jpg') top right no-repeat;*/
	z-index: 2;
}

#textbg {
	position: absolute;
	bottom: 0;
	right: 89px;
	width: 644px;
	height: 507px;
	/*background: url('../img/juosta3.gif') top right no-repeat;*/
	z-index: 1;
}

#banrbg {
	position: absolute;
	top: 0;
	right: 0;
	width: 754px;
	height: 175px;
	/*background: url('../img/bnr3.jpg') top right no-repeat;*/
	z-index: 1;
}

#intro {
	margin: auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 348px;
	background: url('../img/intro.jpg') bottom center no-repeat;
	z-index: 6;
}
		
h1 {
	position: absolute;
	top: 30px;
	left: 27px;
	width: 191px;
	height: 137px;
	font-size: 0px;
	display: block;
	z-index: 5;
}

h1 a {
	z-index: 5;
	display: block;
	width: 191px;
	height: 137px;
	cursor: pointer;
	background: url('../img/logo.gif');
}
	
h1 span {
	display: none;
}


#menu {
	position: absolute;
	left: 25px;
	top: 315px;
	height: 40px;
	z-index: 3;
	font-size: 0px;
	list-style: none;
}
		
#menu li {
	margin: 7px 0 7px 0;
}
		
#menu li a {
	padding: 2px 16px 2px 0;
	background: url('../img/bul.gif') top right no-repeat;
	font: bold 10px Verdana;
	color: #600D0E;
	text-decoration: none;
	cursor: pointer;
}

#menu li a:hover, #menu li a.m_ {
	text-decoration: underline;
}


#menu2 {
	position: absolute;
	left: 305px;
	top: 185px;
	height: 40px;
	z-index: 3;
	font-size: 0px;
	list-style: none;
	overflow: hidden;
}
		
#menu2 li {
	margin: 4px 0 4px -1px;
	float: left
}
		
#menu2 li a {
	padding: 2px 15px 2px 15px;
	font: bold 12px Verdana;
	color: #600D0E;
	text-decoration: none;
	cursor: pointer;
	border-left: solid 1px #600D0E;
}

#menu2 li a:hover, #menu2 li a.m_ {
	color: #F58220;
}
	
#lang {
	position: absolute;
	top: 17px;
	left: 75px;
	list-style: none;
	z-index: 10;
}

#lang li {
	float: left;
	margin: 0 5px 0 5px;
}
	
#lang li a {
	font: bold 10px Verdana;
	color: #000000;
	text-decoration: none;
}
	
#lang li a:hover {
	text-decoration: underline;
}

h2 {
	position: absolute;
	left: 536px;
	top: 230px;
	z-index: 10;
	color: #600D0E;
}

h2.hash2 {
	position: absolute;
	left: 435px;
	top: 230px;
	z-index: 10;
	color: #600D0E;
}

#text {
	position: absolute;
	width: 437px;
	height: 282px;
	right: 15px;
	top: 250px;
	text-align: justify;
	z-index: 10;
	color: #600D0E;
	overflow: auto;
	padding: 0 10px 0 0;
}

#text2 {
	position: absolute;
	width: 540px;
	height: 360px;
	right: 15px;
	top: 250px;
	text-align: justify;
	z-index: 10;
	color: #600D0E;
	overflow: auto;
	padding: 0 10px 0 0;
}
	
#copy {
	position: absolute;
	top: 690px;
	left: 10px;
	list-style: none;
	z-index: 10;
}

#copy a {
	text-decoration: none;
}

#copy a:hover {
	text-decoration: underline;
}


/************** vidines navigacijos tekstai **************/

#text #navig, #text2 #navig {
	padding: 0 0 0 15px;
	margin: 0;
	list-style-type: disc;
	
}

#navig a {
	text-decoration: none;
	font: 12px verdana;
}

#navig a:hover {
	text-decoration: underline;
}

#navig li {
	margin: 0 0 2px 0;
}



/************* tinklalapio xhtml atributai ****************/

.a_left {
	text-align: left;
}

.a_right {
	text-align: right;
}

.a_center {
	text-align: center;
}

.a_justify {
	text-align: justify;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.f_center {
	margin-left: auto;
	margin-right: auto;
}

.underline {
	text-decoration: underline;
}

.strike {
	text-decoration: line-through;
}




/************** modulio galerija tekstai **************/

ul#gall, ul#gall2  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0px;
}

#gall li, #gall2 li {  
	display: inline;
}

#gall img{
	float: right;
	margin: 9px;
	width: 98px;
	height: 98px;
	cursor: pointer;
}

#gall2 img {
	float: right;
	margin: 9px 0px 9px 0px;
	/*width: 98px;
	height: 98px;
	*/cursor: pointer;
}

#gall_psl {
	clear: right;
	padding: 3px 0 0 0;
	text-align: right;
}

#gall_psl a {
	text-decoration: none;
}

#gall_psl a:hover {
	text-decoration: none;
	color: #CCCCCC;
}




/************** lightbox paveiksleliu detuve **************/

#lightbox
{
	padding: 10px;
	background-color: #eee;
}

#closeButton
{
	right: 5px;
	top: 5px;
}

#lightbox IMG
{
	clear: both;
	border: none;
}

#overlay IMG
{
	border: none;
}

#overlay
{
	background-image: url(../img/overlay.png);
}

* html #overlay
{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
}




/************** tinklalapio modulis uzklausimas ir uzsakymas **************/

.simple * {
	color: #DFD29B;
}

form.simple input {
	margin: 3px 0 11px -5px;
	width: 500px;
	padding: 6px;
	border: 1px solid #516730;
	background: #5D7739;
}

form.simple .nobr input {
	width: 127px;
	margin: 3px 0 11px -5px;
}

form.simple textarea {
	margin: 3px 0 11px -5px;
	width: 500px;
	height: 100px;
	padding: 6px;
	border: 1px solid #516730;
	background: #5D7739;
}

form.simple p {
	margin: 0 0 0 5px;
	/*padding: 0 0 0 -5px;*/
	line-height: normal;
}

form.simple .error {
	color: #6B3D19;
}

.simple .submit {
	width: 150px;
	border: 1px solid #516730;
	background: #5D7739;
	margin: 3px 0 11px 0px;
	padding: 2px;
	font-weight: normal;
}



/************* balionelis *************/



#tt {
 position:absolute;
 display:block;
	z-index: 15;
 }
 #tttop {
 display:block;
 height:5px;
 background:url('../img/tt_top.gif') top left no-repeat;
 overflow:hidden;
 }
 #ttcont {
 display:block;
 padding:2px 7px 3px 7px;
	background:#FFFFFF;
	color:#600D0E;
	border-left: 1px solid #F58220;
	border-right: 1px solid #F58220;
 }
#ttbot {
	display:block;
	height:5px;
	background:url('../img/tt_bottom.gif') top left no-repeat;
	overflow:hidden;
}


