@import url(super_style.css);

/************** pagrindas **************/

body {
	height: 100%;
	text-align: center;
	background: #F9F6F1;
}



/************** tinklalapio isdestymas **************/

#container {
	margin: auto;
	width: 820px;
	position: relative;
	text-align: left;	
	background: url('../img/bg2.gif') repeat-y;
}


h1 {
	position: absolute;
	background: url('../img/header.gif') no-repeat;
	width: 820px;
	height: 497px;
	top: 0px;
	left: 3px;
	z-index: 3;
}


h2 {
	font-family: georgia;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	position: absolute;
	top: 445px;
	left: 80px;
	z-index: 7;
}


#cop {
	background: #F9F6F1 url('../img/footer.gif') no-repeat;
	position: absolute;
	width: 820px;
	height: 47px;
	text-align: center;
	padding: 30px 0 0 0;
	cursor: default;
	bottom: 0;
	z-index: 10;
}



#cop a {
	text-decoration: none;
	color: #000000;
}

#cop a:hover {
	text-decoration: underline;
}


#text {
	position: relative;
	padding: 465px 0 80px 79px;
	overflow: hidden;
	z-index: 5;
	width: 670px;
}

#head_fix {
	position: absolute;
	top: 78px;
	left: 771px;
	width: 14px;
	height: 292px;
	z-index: 6;
	background: url('../img/header_fix.gif') no-repeat;
}

#head {
	position: absolute;
	top: 82px;
	left: 358px;
	width: 423px;
	height: 284px;
	z-index: 5;
}

#menu {
	position: absolute;
	top: 0px;
	left: 38px;
	width: 766px;
	height: 48px;
	list-style-type: none;
	overflow: hidden;
	z-index: 6;
}


#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: 12px georgia;
	text-decoration: none;
	text-align: center;
}

#languages li a:hover {
	text-decoration: underline;
}




/************** vidines navigacijos tekstai **************/

#text #navig {
	padding: 0;
	margin: 0 0 0 250px;
	list-style-type: square;
	
}

#navig a {
	text-decoration: none;
	font: 14px georgia;
}

#navig a:hover {
	text-decoration: underline;
}

#navig li {
	margin: 0 0 4px 0;
}



/************* meniu tekstai ****************/


#menu li {
	display: inline;
	float: left;
	line-height: 35px;
	background: url('../img/menu_split.gif') no-repeat;
}

#menu a {
	text-align: center;
	display: inline-block;
	padding: 12px 10px 12px 10px;
	font: bold 14px georgia;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}

#menu a:hover, #menu a.m_ {
	color: #F9E8CB;
}




/************* tinklalapio tekstai ****************/

h1 span, #header span {
	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: 0px;
}

#gall li {  
	display: inline;
}

#gall img {
	margin: 6px;
	width: 153px;
	height: 153px;
}

#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);
}

*/



/************** tinklalapio modulis uzklausimas ir uzsakymas **************/

.simple * {
	color: #FFFFFF;
}

form.simple input {
	margin: 3px 0 11px -5px;
	width: 725px;
	padding: 6px;
	border: 1px solid #898989;
	color: #FFFFFF;
	background: #292929;
}

form.simple .nobr input {
	width: 127px;
	margin: 3px 0 11px -5px;
}

form.simple textarea {
	margin: 3px 0 11px -5px;
	width: 725px;
	height: 100px;
	padding: 6px;
	border: 1px solid #898989;
	color: #FFFFFF;
	background: #292929;
}

form.simple p {
	margin: 0 0 0 5px;
	/*padding: 0 0 0 -5px;*/
	line-height: normal;
}

form.simple .error {
	color: #FF0000;
}

.simple .submit {
	width: 150px;
	margin: 3px 0 11px 0px;
	padding: 2px;
	border: 1px solid #898989;
	color: #FFFFFF;
	background: #292929;
	font-weight: normal;
}

