html {
	height:100%;
}
body {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    color: #000;
    margin: 0px;
    padding: 0px;
    background:#fff6c0;
	height:100%;
}
a {
	color:#fb651c;
	text-decoration:underline;
}
a img {
	border:none;
}
h1 {
	font-family:Trajan Pro, Times new roman;
	font-size:17px;
	font-weight:bold;
	color:#fb5b0d;
}
h2 {
	font-family:Trajan Pro, Times new roman;
	font-size:17px;
	font-weight:bold;
	color:#fb5b0d;
}
table {
	border-collapse:collapse;
	border-color:#000;
}
table td {
	border-color:#000;
	padding:3px;
}

a.orange {
	background:#fb5b0d;
	color:#FFFFFF;
	padding:3px;
	font-weight:bold;
	text-decoration:none;
	line-height:16px;
}

#main {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
#menu {
	height:56px;
	background:url('../images/menu.png') center top no-repeat;
	text-align:center;
}
#menu ul#listMenuRoot {
	padding:0px;
	margin:0px;
	padding-top:17px;
	list-style:none;
	position:relative;
	z-index:2000;
}
#menu ul li.mn {
	display:inline;
	color:#FFF;
	font-weight:bold;
}
#menu ul li a {
	font-weight:bold;
	text-decoration:none;
	color:#431e16;
}
#menu ul li a.a {
	color:#fb5b0d;
}
#img {
	position:relative;
	top:-15px;
	background:url('../images/main.png') top center no-repeat;
	height:475px;
	z-index:1;
}
#logo {
	position:relative;
	left:20px;
	top:25px;
}
#lng {
	position:relative;
	left:800px;
	width:100px;
	top:-140px;
}
#lng td {
	width:28px;
	height:24px;
	line-height:24px;
	text-align:center;
}
#lng td a {
	color:#431e16;
	font-weight:bold;
	text-decoration:none;
}
#lng td.a {
	background:url('../images/lng.jpg') center center no-repeat;
}
#ico {
	position:relative;
	left:870px;
	width:50px;
	top:-130px;
}

#content {
	position:absolute;
	z-index:1000;
	top:230px;
	background:url('../images/content_m.png') repeat-y;
	width:950px;
	margin-left:5px;
	margin-top:40px;
	margin-bottom:20px;
}
.content_top {
	background:url('../images/content_t.png') center top no-repeat;
	width:950px;
	margin-top:-40px;
	margin-bottom:-20px;
	position:relative;
	z-index:1001;
}
#content .content_bottom {
	position:relative;
	z-index:1002;
	background:url('../images/content_b.png') center bottom no-repeat;
	width:950px;
}
#data_text {
	padding:40px;
	padding-left:50px;
	padding-right:50px;
	min-height:250px;
}

#bottom {
	position:relative;
	color:#d6c183;
	line-height:35px;
	padding-left:50px;
	padding-right:50px;
}
#bottom a {
	color:#d6c183;
	text-decoration:none;
}



.gallery_item {
	width:140px;
	height:115px;
}


.overlay { position: absolute; top: 0; left: 0; z-index: 9000; width: 100%; height: 100%; background-color: #000; }
.map {	position: absolute;	left: 0; width: 100%; z-index: 10001; text-align: center; line-height: 0;}







.abs {
	position:absolute;
}
.rel {
	position:relative;
}
.center {
	text-align:center;
}
.float {
	float:left;
}
.clear {
	clear:both;
}
.vam {
	vertical-align:middle;
}
.easy {
	cursor:text;
	color:#888888;
	text-decoration:none;
}



#NL_overlay {
	 position: fixed;
	 z-index:30000;
	 top: 0px;
	 left: 0px;
	 background-color: #000;
	 filter:alpha(opacity=70);
	 -moz-opacity: 0.70;
	 opacity: 0.70;
	 height:100%;
	 width:100%;
     border:none;
     text-align:center;
     padding-top:200px;
}
* html #NL_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? (document.body.scrollHeight ) : (document.body.offsetHeight ) + 'px');
     /*
     width: expression(document.body.scrollWidth > document.body.offsetWidth ? (document.body.scrollWidth) : (document.body.offsetWidth) + 'px');
     */
     border:none;
}
#NL_window {
	 position: absolute;
	 z-index: 30002;
	 color:#000000;
	 display:none;
	 /*border: 7px solid #9BC14A;*/
	 text-align:center;
	 top:200px;
	 width:573px;
} 
* html #NL_window { /* ie6 hack */
	position: absolute;
	/*margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');*/
}
#map {
	width:573px; 
	height:365px; 
	/*border: 7px solid #9BC14A;*/
	background:url('../files/Image/map.png') no-repeat; 
	margin-left:auto;
	margin-right:auto;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='http://www.karpyne.lt.w3.lt/files/Image/map.png');
	cursor:url('../images/zoomin.cur'), pointer;
}
#map_zoom {
	width:573px; 
	height:365px; 
	background:url('../files/Image/map_zoom.png') no-repeat; 
	margin-left:auto;
	margin-right:auto;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='http://www.karpyne.lt.w3.lt/files/Image/map_zoom.png'); 
	cursor:url('../images/zoomout.cur'), pointer;
}

