@import url(super_style.css);

/************** pagrindas **************/

html, body {
	height: 100%;
	background: #990000;
	text-align: center;
}



/************** tinklalapio isdestymas **************/

#container {
	margin: auto;
	width: 804px;
	position: relative;
	text-align: left;
	/*background: url('../img/bg_container.gif') repeat-y;	*/
}

h1 {
	position: relative;
	z-index: 15;
	left: 4px;
	top: 40px;
	width: 237px;
	height: 122px;
	font-size: 0px;
	display: block;
	background: url('../img/logo.gif');
}

h1 a {
	z-index: 16;
	display: block;
	width: 237px;
	height: 122px;
	cursor: pointer;
}

h1 a span {
	display: none;
}

#special {
	position: absolute;
	z-index: 15;
	left: 544px;
	top: 100px;
	width: 235px;
	height: 34px;
	font-size: 0px;
	display: block;
	background: url('../img/spec.gif');
}

#special a {
	z-index: 16;
	display: block;
	width: 235px;
	height: 34px;
	cursor: pointer;
}

#special a span {
	display: none;
}

#menu {
	position: absolute;
	top: 164px;
	left: 0px;
	width: 804px;
	list-style-type: none;
	z-index: 20;
}


#menu li {
	display:inline;
	float:left;
}

#menu li ul li {
	display: inline;
	float: left;
	background: #CD781A;
}

#menu a {
	display: inline-block;
	font: bold 10px verdana;
	text-decoration: none;
	color: #F0D7BB;
	cursor: pointer;
	padding: 7px 15px 7px 15px;
	margin: 0;
	margin-right: 1px; 
}

#menu li ul li a {
	padding: 7px 15px 7px 15px;
}

#menu a:hover, #menu a.m_ {
	color: #A81F0F;
}


#header {
	position: relative;
	top: 42px;
	left: 0;
	width: 804px;
	height: 200px;
	border-top: 27px solid #CD781A;
}

#h1 {
	position: absolute;
	width: 804px;
	height: 200px;
	background: url('../img/main_big_apie.jpg') repeat;
}

#h2 {
	position: absolute;
	left: 402px;
	width: 402px;
	height: 200px;
	overflow: hidden;
}




#text {
	position: relative;
	overflow: hidden;
	margin: 42px 0 0px 0;
	padding: 20px 30px 20px 30px;
	width: 744px;
	background: #F0C0A5;
	
}

#copy {	
	border-top: 8px solid #B3280F;
	width: 744px;
	padding-right: 30px;
	padding-left: 30px;
	margin: 3px 0 0 0;
	color: #FFFFFF;
}

#cleft {
	font-size: 11px;
	float: left;
	padding-top: 12px;
	padding-bottom: 25px;
	color: #ffffff; 
}

#cright {
	padding-top: 12px;
	padding-bottom: 25px;
	float: right;
	font-size: 11px;
	right: 0px;
	top: 0;
	text-align: right;
	color: #ffffff;
}

#copy a {
	color: #D65118;
	text-decoration: underline;
	font-size: 11px;
}

#copy a:hover {
	color: #D65118;
	text-decoration: none;
	font-size: 11px;
}


/************* kalbu tekstai ****************/


#languages {
	position: absolute;
	right: 18px;
	top: 55px;
	cursor: default;
	z-index: 10;
	overflow: hidden;
	list-style-type: none;
	width: 180px;
}



#languages li {
	list-style-type: none;
	float: left;
}

#languages li a {
	display: block;
	width: 29px;
	height: 21px;
	font-size: 1px;
	font: 10px Verdana;
	text-decoration: none;
	text-align: center;
	padding: 0 5px 0 0;
}

#languages li 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: 10px 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;
}



/**** submenu *****/


#menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu li { /* all list items */
	float: left;
	position: relative;
}

#menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
	background: #CD781A;
	width: 150px;
}
html>body #menu li ul {
	width: auto;
}
html>body #menu li ul li {
	min-width: 150px;
}

#menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#menu li:hover ul, #menu li.over ul { /* lists nested under hovered list items */
	display: block;
}



/************** 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: 9px;
	width: 108px;
	height: 108px;
	/*margin: 11px;
	width: 105px;
	height: 105px;*/
}

#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: #000000;
}

form.simple input {
	margin: 3px 0 11px -5px;
	width: 730px;
	padding: 6px;
	border: 1px solid #970001;
	background: #FFF7EF;
}

form.simple select {
	margin: 3px 0 11px -5px;
	width: 744px;
	padding: 6px;
	height: 28px;
	border: 1px solid #970001;
	background: #FFF7EF;
}

form.simple .nobr input {
	width: 229px;
	margin: 3px 0 11px -5px;
}

form.simple textarea {
	margin: 3px 0 11px -5px;
	width: 730px;
	height: 100px;
	padding: 6px;
	border: 1px solid #970001;
	background: #FFF7EF;
}

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;
	border: 1px solid #970001;
	background: #BF5847;
	color: #FFFFFF;
	margin: 3px 0 11px 0px;
	padding: 2px;
	font-weight: normal;
}
