@import url(super_style.css);

/************** pagrindas **************/

html,body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #FFFFFF url('../img/background.jpg') repeat-x;
	text-align: center;
}



/************** tinklalapio isdestymas **************/

#container {
	z-index: 2;
	min-height: 100%;
	position: relative;
	width: 945px;
	margin: 0 auto 0 auto;
	text-align: left;
}



h1 {
	position: absolute;
	left: 223px;
	top: 67px;
	z-index: 5;
	font-size: 1px;
	width: 239px;
	height: 73px;
}

h1 a {
	z-index: 6;
	display: block;
	width: 239px;
	height: 73px;
	background: url('../img/logo.gif');
	cursor: pointer;
}

h2 {
	padding: 0 0 10px 0;
}

p#h {
	position: absolute;
	left: 462px;
	top: 62px;
	z-index: 5;
	background: url('../img/header_site.gif');
	font-size: 1px;
	width: 458px;
	height: 78px;
}

h1 a span, p#h span {
	display: none;
}



#flash {
	position: absolute;
	top: 19px;
	left: 28px;
	width: 181px;
	height: 750px;
	z-index: 10;
	background: #FFFFFF;
	padding: 0 0 15px 0;
}

#fix {
	position: absolute;
	top: 67px;
	left: 0;
	width: 223px;
	height: 73px;
	background: url('../img/fix_site.gif') no-repeat;
	z-index: 4;
}

#menu {
	position: absolute;
	top: 19px;
	left: 219px;
	font-size: 0px;
	z-index: 5;
	width: 705px;
	height: 39px;
	background: url('../img/menu_bg_site.jpg') no-repeat;
	cursor: default;
}

#menu ul {
	text-align: center;
	list-style: none;
	margin: 11px 0 0 0; 
}

#menu li {
	display: inline;
	padding: 0 8px 0 8px;
}
	
#menu li a {
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
	text-transform: uppercase;
}

#menu li a:hover, #menu li a.m_ {
	text-decoration: underline;
}

h2 {
	font-size: 14px;
}

#fix2 {
	position: relative;
	width: 703px;
	height: 15px;
	background: url('../img/text_header_bg_site.png') no-repeat;
	z-index: 11;
}

#text {
	position: relative;
	width: 703px;
	top: 160px;
	left: 220px;
	z-index: 10;
}

* html #text
{
	padding: 0 0 125px 0;
}

#text2 {
	position: relative;
	float: left;
	background: url('../img/text_bg_site.png') repeat-y;
	width: 702px;
}

#text3 {
	float: left;
	position: relative;
	padding: 5px 20px 5px 20px;
	background: url('../img/text_bg_site.png') repeat-y;
	width: 662px;
}

#text23 {
	float: left;
	position: relative;
	padding: 5px 20px 5px 20px;
	width: 428px;
}

#fix3 {
	float: left;
	position: relative;
	width: 703px;
	height: 15px;
	background: url('../img/text_footer_bg_site.png') no-repeat;
	z-index: 11;
}
#menu2 {
	float: left;
	position: relative;
	top: 18px;
	width: 202px;
	overflow: hidden;	
	z-index: 4;
	list-style: none;
}

#menu2 li {
	float: left;
}

#menu2 li a {
	display: block;
	padding: 4px 0 4px 10px;
	text-decoration: none;
	border-top: 1px solid #000000;
	width: 175px;
}


#menu2 li a:hover, #menu2 li a.m_ {
	text-decoration: underline;
}

#footer {
	float: left;
	position: relative;
	background: url('../img/footer_site.png') no-repeat;
	top: 170px;
	left: 221px;
	width: 701px;
	height: 59px;
	z-index: 6;
}

* html #footer {
	top: 43px;
}

#foot {
	position: relative;
	top: 125px;
	left: 221px;
	width: 701px;
	cursor: default;
	z-index: 7;
	text-align: center;
	padding: 0 0 50px 0;
}

* html #foot {
	top: 0px;
}

#foot a {
	text-decoration: none;
}

#foot a:hover {
	text-decoration: underline;
}


/************** vidines navigacijos tekstai **************/

#text #navig {
	padding: 0 0 0 15px;
	margin: 0;
	list-style-type: square;
	
}

#navig a {
	text-decoration: none;
	font: 12px georgia;
}

#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  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0px;
}

#gall li {  
	display: inline;
}

#gall img {
	float: left;
	margin: 6px;
	width: 103px;
	height: 103px;
}

#gall_psl {
	clear: left;
	padding: 3px 0 0 0;
}

#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);
}



/************** modulio news tekstai **************/

ul#news  {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	font-size: 0px;
}

#news li {  
	/*display: inline;*/
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0;
	background: url('../img/news_split.gif') bottom repeat-x;
	text-align: justify;
}

#news_psl {
	clear: left;
	padding: 10px 0 0 0;
	margin: 0;
}

#news_psl a {
	text-decoration: none;
}

#news_psl a:hover {
	text-decoration: underline;
}

#news h3 {
	border: none;
	padding: 5px 0 5px 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 110%;
}

#news h3 a {
	text-decoration: none;
}

#news p {
	padding: 0;
	margin: 0;
}

#news p.ndt {
}

#news p a {
	text-decoration: none;
}

#news p a:hover {
	text-decoration: underline;
}


