*{
	margin:0;
	padding:0;
}

body {
	background:#ccc url(../img/back.png);
	font-family: "trebuchet ms", "times new roman", times, serif;
	font-size: 12px;
	color:#fff;
}

#container {
	background:url(../img/back_w.png) repeat-y;
	width: 860px;
	margin:0 auto;
	padding:5px 0px 50px 0px;
}
#container .all{
	padding:0 15px 0 15px;
}

.hck{
	width:100%;
	height:1px;
	clear:both;
	display:block;
}

#header{
	display:block;
	background:url('../img/headerback.jpg') repeat-x;
	height:287px;
}


#header .inner{
	display:block;
	position:relative;
	background:url('../img/header_b.png') repeat-x;
	width: 860px;
	margin:0 auto;
	height:287px;
}

#header .left{
	display:block;
	background:url('../img/headerl.png') no-repeat;
	height:287px;
}
#header .right{
	display:block;
	background: url('../img/headerr.png') top right no-repeat;
	height:287px;
}

#header #flashcont{
	margin:18px 0 0 4px;
	display:block;
	background:url('../img/header.png') no-repeat;
	width:332px;
	height:280px;
	float:left;
	padding-top:30px;
}
#header #flashcont2{
	display:block;
	width:520px;
	height:221px;
	position:absolute;
	top:63px;
	right:29px;
}

#footer{
	display:block;
	background:url('../img/footer.png') left 3px repeat-x;
	height:60px;
}


#footer .inner{
	display:block;
	background:url('../img/footer_w.png') repeat-x;
	width: 860px;
	margin:0 auto;
	height:60px;
	text-align:center;
}

#footer .left{
	display:block;
	background:url('../img/footerl.png') no-repeat;
	height:60px;
}
#footer .right{
	display:block;
	background: url('../img/footerr.png') top right no-repeat;
	height:60px;
}

#footer p{
	line-height:50px;
	color:#541a0f;
}

#blockholder{
	width:100%;
	clear:both;
}

.blockdivider{
	margin:0 0 20px 290px;
	position:relative;
}


.block{
	background:url('../img/back_b.png');
	padding:0px;
	min-height:200px;
	height:auto !important;
	height:200px;
}

.block p{
	text-indent:20px;
}

.bleft{
	float:left;
	width:270px;
	margin-right:20px;
}

.ball{
	margin:0 0 20px 290px;
}
.bhalf{
	margin-right:250px;
}

.bhalf2{
	float:right;
	width:230px;
}

.binner{
	background:url('../img/back_b2.png') top right no-repeat;
	min-height:200px;
	height:auto !important;
	height:200px;
	padding:8px;
}

.bhalf2 .binner{
	padding:0px;
}

.bhalf2 h2{
	margin:8px;
}

.bhck{
	display:block;
	width:100%;
	height:20px;
	background:#ccc url(../img/back.png);
	margin:30px 0 10px 0;
}

.thumb{
	display:block;
	width:auto;
	width:120px;
}

.thumb img,.thumb2 img{
	display:block;
	margin:0 0px 8px 0;
	border:3px solid #82898a;
}

.thumb:hover img{
	border-color:#a3a7a7;
}

.thumb2{
	display:block;
	width:200px;
	margin:0 auto;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
.thumb2:hover{
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}

#blockholder ul{
	margin:0 0 25px 20px;
}

#blockholder li{
	background: url('../img/lode.gif') left center no-repeat;
	list-style:none;
	padding-left:15px;
}

.ikonas{
	margin:0 auto;
	width:228px;
	height:113px;
	display:block;
	margin-bottom:15px;
}


h2{
	background: url('../img/h2.png') left center no-repeat;
	padding:8px 0 8px  35px;
	font-size:16px;
	margin-bottom:20px;
	font-weight:normal;
}

h3{
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 20px;
}

a {
	color:#bdbdbd;
	text-decoration:underline;
}

a:hover{
	color:#fff;
}

/* menu */

#menu, #menu-en{
	display:block;
	height:37px;
	width:100%;
	list-style: none;
	margin:0 0 20px 0;
}
#menu li, #menu-en li{
	display:block;
	height:37px;
	overflow:hidden;
	float:right;
}

#menu a, #menu-en a{
	float:left;
	height:90px;
	background: url(../img/menulv.png)  0 0 no-repeat;
	text-indent:-3700px;
	margin-top:-37px;
}

#menu-en  a{
	background: url(../img/menuen.png)  0 0 no-repeat;
}

#menu a.active, #menu-en a.active{
	margin-top:0px;
}

#menu a.lv-par, #menu-en a.lv-par{
	width:90px;
	background-position: 0 0;
}
#menu a.lv-galerija, #menu-en a.lv-galerija{
	width:92px;
	background-position: -90px 0;
}
#menu a.lv-rezervacija{
	width:119px;
	background-position: -182px 0;
}
#menu a.lv-kontakti, #menu-en a.lv-kontakti{
	width:78px;
	background-position: -301px 0;
}
#menu a.lv-atlaides, #menu-en a.lv-atlaides{
	width:85px;
	background-position: -394px 0;
}

/* box */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color:#414141;
	cursor: pointer;
	z-index:8;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index:9;
}

.lbLoading {
	background: #fff url(../img/loading.gif) no-repeat center;
}

#lbImage {
	border: 3px solid #fff;
}

#lbBottom {
	text-align:center;
	border: 3px solid #fff;
	border-top-style: none;
	padding-top:85px;
	background: url(../img/ikonas.png) no-repeat top center;
}

#lbCloseLink {
	display: block;
	width: 11px;
	height: 15px;
	background: transparent url(../img/x.png) no-repeat center;
	margin-left: auto; margin-right: auto;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}


/* form  */
table{
	margin:15px 0 15px 0;
}

table input, table textarea,table select{
	width:120px;
	border:1px solid #ccc;
	color:#575757;
	font-size:12px;
	line-height:12px;
	height:18px;
}
table textarea{
	height:48px;
	overflow:hidden;
}

table select{
	width:30px;
}

#VALSTS,#ISTABAS_VEIDS,#APMAKSAS_VEIDS{
	width:123px;
}

#IERASANAS_DATUMS, #AIZBRAUKSANAS_DATUMS{
	width:90px;
	cursor:pointer;
}

#VIETU_SKAITS{
	width:50px;
}

table .radio {
	width:20px;
	border:none;
}

#submit, #reset{
	height:20px;
	font-size:12px;
	cursor:pointer;
}


table .title{
	width:112px;
	text-align:right;
	padding-right:8px;
}

.req{
	background:url(../img/req.gif) no-repeat top right;
}

.error{
	background-color:#FA8072;
}

/* google maps */

#map {
	width:515px;
	height:400px;
	border:3px solid #fff;
	color:#000;
}




