@import url(super_style.css);

/************** pagrindas **************/

html,body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	background: #FFFFFF;
	text-align: center;

}



/************** tinklalapio isdestymas **************/

#container {
	z-index: 2;
	position: relative;
	width: 805px;
	height: 560px;
	margin: auto;
	text-align: left;
	top: 50%;
	margin-top: -280px;
	background: 0px 64px url('../img/bg.gif') no-repeat;
	overflow: hidden;
}

h1 {
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 17px;
	width: 215px;
	height: 32px;
	font-size: 1px;
	display: block;
}

h1 a {
	z-index: 5;
	display: block;
	width: 215px;
	height: 32px;
	background: url('../img/logo.gif') no-repeat;
	cursor: pointer;
}


#menu {
	position: absolute;
	top: 25px;
	left: 235px;
	width: 570px;
	list-style-type: none;
	overflow: hidden;
	z-index: 10;
	text-align: center;
}

#submenu {
	position: absolute;
	top: 0px;
	left: 247px;
	width: 570px;
	list-style-type: none;
	overflow: hidden;
	z-index: 10;
	text-align: center;
}



#footer {
	position: absolute;
	top: 545px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #7C7C7C;
}

#footer a {
	text-decoration: none;
	color: #7C7C7C;
}
#footer a:hover {
	text-decoration: underline;
}




#text {
	position: absolute;
	top: 64px;
	width: 775px;
	height: 437px;
	z-index: 6;
	padding: 10px 15px 15px 15px;
	/*overflow: auto;*/
}

#languages {
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: default;
	z-index: 10;
	overflow: hidden;
	list-style-type: none;
	
}


/************* kalbu tekstai ****************/

#languages li {
	list-style-type: none;
	float: left;
}

#languages li a {
	display: block;
	padding: 0 5px 0 5px;
	font-size: 1px;
	font: 10px georgia;
	text-decoration: none;
	text-align: center;
}

#languages li a:hover {
	text-decoration: underline;
}



/************* meniu tekstai ****************/


#menu li {
	float: right;
	margin: 0 0 0 40px;
}

#menu a {
	display: block;
	font: bold 12px tahoma;
	text-transform: uppercase;
	text-decoration: none;
	color: #7C7C7C;
	cursor: pointer;
	padding: 9px 0 0 0; 
}

#menu a:hover, #menu a.m_ {
	color: #F29715;
	background: url('../img/menu.gif') top center no-repeat;
}



#submenu li {
	float: right;
	margin: 0 0 0 0;
	padding: 0 12px 0 6px;
	background: url('../img/spliter.gif') right 2px no-repeat;
}

#submenu a {
	font: 10px verdana;
	text-transform: lowercase;
	text-decoration: none;
	color: #7C7C7C;
	cursor: pointer;
}

#submenu a:hover, #submenu a.m_ {
	color: #F29715;
}

/************* tinklalapio tekstai ****************/

h1 span, h2 {
	display: none;
}




/************* 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  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1px;
	width: 83px;
	height: 460px;
	position: absolute;
	top: 0px;
	left: 716px;
}

#gall li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0px;

	display: none;
}

#gall img {
	float: left;
	margin: 6px 0 0 0;
	width: 81px;
	height: 52px;
}

#gall a {
	font-size: 0px;
}

#gallp {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 708px;
	height: 460px;
	z-index: 20;
}

#galll {
	position: absolute;
	top: 201px;
	left: 325px;
	width: 55px;
	height: 55px;
	z-index: 10;
	background: url('../img/loader.gif');
}

#gallu span, #galld span {
	display: none;
}

#gallu, #galld {
	position: absolute;
	top: 430px;
	width: 21px;
	height: 15px;
	font-size: 0px;
	z-index: 10;
	display: block;
}

#gallu a, #galld a {
	z-index: 15;
	display: block;
	width: 21px;
	height: 15px;
	cursor: pointer;
}

#gallu {
	left: 732px;
}

#galld {
	left: 762px;
}

#gallu a {
	background: url('../img/gallery_up.gif');
}

#galld a {
	background: url('../img/gallery_down.gif');
}

/************** lightbox paveiksleliu detuve **************/

#lightbox
{
	padding: 10px;
	background-color: #EEEEEE;
}

#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);
}