﻿@charset "utf-8";
/* CSS Document */
a {border:0; margin:0; padding:0;}
img {border:0; padding:0; margin:0;}
body { background:url(../images/body_bg.jpg) no-repeat #9da0a2; margin:0; padding:0;}

#object {width:1px; height:400px; float:left;}
#block {margin: 0 auto; width:1000px; position:relative;}
#myGallerySet { margin:48px 0 0 9px;}
*html #myGallerySet { margin:-350px 0 0 9px;}

#left_logo {background:url(../images/leftlogo.jpg) no-repeat; width:371px; height:729px; float:left;}
#left_logo a {color:#999; text-decoration:none;; text-transform: uppercase; font:10px  Arial, Helvetica, sans-serif; font-weight:bold; letter-spacing:2px;}
	a#left_a {
	position:absolute;
	left: 135px;
	top: 214px;
}
	a#left_b {
	position:absolute;
	left: 17px;
	top: 283px;
	height: 32px;
	width: 104px;
	text-align:right;
}
	a#left_c {
	position:absolute;
	left: 126px;
	top: 466px;
}
	
#top_logo_meniu { background:url(../images/toplogo_meniu.jpg) no-repeat; width:623px; height:198px; float:left;}

#meniu {position:relative; width:600px; height:20px; margin:162px 0 0 0;}
#meniu ul {margin:0 0 0 32px; padding:0;}
#meniu ul li {float:left; list-style:none; margin:0px 12px 0 13px; display:block; width:100px; text-align:center;}
#meniu ul li a {color: #727272; text-decoration:none; text-transform: uppercase; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;}
#meniu ul li a:hover {text-decoration:underline;}

#text {background:url(../images/textbg.jpg) no-repeat; width:481px;  float:left; padding:62px 60px 0 46px;}
#kalbos {height:89px;width:29px;float:left;position:relative; margin-left:-40px;}
#botom {background:url(../images/1_13.jpg) repeat-x; height:50px; clear:both;}
#botom a {text-decoration:none; color:#444;}
#botom_a {height:30px; width:1000px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; margin:0 auto; text-align:center;}
#botom_a h4 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-size:15px; color:#f8130a; margin:0; padding:0; display:inline; text-transform: uppercase;}
#botom_a h5 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-size:12px; color:#fff; margin:0; padding:0; display:inline;}
#botom_a h6{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-size:12px; color:#444; margin:0; padding:0; display:inline;}
#botom_b {height:30px;  width:1000px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px;margin:0 auto;font-size:12px; font-weight:bold; color:#444;}
#botom_b_a {float:left; width:800px;}
#botom_b_b h5{text-align:right;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-size:12px; color:#fff; margin:0; padding:0; display:inline;}


/*galerija*/

#img_gallery{ margin:48px 0 0 -18px; width:495px; float:left;}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:495px;
	overflow:hidden;
	height:319px;
}
#fullimg img{ width:495px; }
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:495px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 458px;
	float:left;
	height:50px;
	position: relative;

}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
}
#items .thumb{
	width:75px;
	height:50px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px;
	height:58px;
	color: white;
	width: 15px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url(../images/left.gif);}
#moveright{background: url(../images/right.gif);}
#moveleft:hover, #moveright:hover{ background-position:bottom; }
