/* 2006 (c) UAB "Dizaino kryptis" */
/* 2006 (c) Simonas Falkauskas */

@media screen {

body {
	position: relative;
	margin: 0; padding: 0;
	font-size: 1em;
	font: 76% Tahoma, Arial, Helvetica, sans-serif;
	background: #DEF1FE;
}
* html body {text-align: center;}

#wrapper {
	margin: 0 auto;
	width: 1000px;
	position: relative;
	padding-top: 255px;
	background: #DEF1FE url('../images/bg-wrapper.gif') no-repeat;
}
* html #wrapper {text-align: left;}

/* Standart Tag's */
strong, b {font-weight: bold;}
em, i {font-style: italic;}
form, dl, ul {margin: 0;}
ul {list-style: none;}
table {border-collapse: collapse;}
fieldset {border: 0;}

hr {
	color: #0084C6;
	height: 1px;
}

h1 {
	font: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	color: #183573;
	padding: 20px 60px 20px 60px; margin: 0;
	text-transform: uppercase;
	background: url('../images/bg-h1.gif') no-repeat 20px 50%;
	position: relative;
}
h1 {background: url('../images/bg-h1.gif') no-repeat 20px 50%;}
h1 a {
	position: absolute;
	top: 22px;
	right: 20px;
	font-size: .8em;
	color: #183573;
	display: block;
	padding-left: 15px;
	background: url('../images/ico-print.gif') no-repeat 0 50%;
}

#center-block h1 {
	padding-right: 100px;
}
h1 a:hover {color: #ff7300;}

h2 {
	font-size: 1.1em;
	color: #183573;
	margin: 0;
	padding-top: 10px;
}
h3 {
	font-size: .8em;
	color: #F3BE1B;
	margin: 0;
	padding-bottom: 3px;
}

/* End Standart Tag's */
#logo-print {display: none;}

.logo {
	position: absolute;
	top: 5px; left: 20px;
	display: block;
	width: 270px; height: 75px;
	text-indent: -999em;
	text-decoration: none;
}

/* Top Navigation */
#top-navigation {
	position: absolute;
	top: 13px; right: 45px;
	padding: 0;
	text-transform: uppercase;
	font-size: .9em;
}
#top-navigation li {float: left;}

#top-navigation a {
	display: block;
	padding-left: 20px;
	text-decoration: none;
	color: #1B3875;
	background: url('../images/detail-top-strike.gif') no-repeat 5px 50%;
}
#top-navigation a:hover {color: #0084C6;}
/* End Top Navigation */
/* Top Meniu */
#top-meniu, #top-meniu2 {
	position: absolute;
	top: 176px; right: 0;
	width: 974px; height: 65px;
	padding: 0;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
}

/* 5 Tab'ai */
#top-meniu td.agency, #top-meniu td.bus-tuor, #top-meniu td.plane-tuor, #top-meniu td.skiing-tuor, #top-meniu td.far-tuor {width: 183px;}
/* 4 Tab'ai */
#top-meniu2 td.agency, #top-meniu2 td.bus-tuor, #top-meniu2 td.plane-tuor, #top-meniu2 td.skiing-tuor, #top-meniu2 td.far-tuor {width: 232px;}

td.agency {
	text-align: center;
	background: url('../images/bg-agency.gif') no-repeat 100% 0;
}
td.bus-tuor {background: url('../images/bg-bus-tuor.gif') no-repeat;}
td.plane-tuor {background: url('../images/bg-plane-tuor.gif') no-repeat;}
td.skiing-tuor {background: url('../images/bg-skiing-tuor.gif') no-repeat;}
td.far-tuor {background: url('../images/bg-far-tuor.gif') no-repeat;}


#top-meniu a, #top-meniu2 a {text-decoration: none; display: block; text-align: center;}
#top-meniu a:hover, #top-meniu2 a:hover {color: #FFA100;}

.agency a {color: #183573;}
.bus-tuor a, .plane-tuor a, .skiing-tuor a, .far-tuor a {color: #3F6293; padding-left: 85px;}


.bus-tuor-back, .plane-tuor-back, .skiing-tuor-back, .far-tuor-back {width: 12px;}
.bus-tuor-back {background: url('../images/bg-bus-tuor-back.gif') no-repeat;}
.plane-tuor-back {background: url('../images/bg-plane-tuor-back.gif') no-repeat;}
.skiing-tuor-back {background: url('../images/bg-skiing-tuor-back.gif') no-repeat;}
.far-tuor-back {background: url('../images/bg-far-tuor-back.gif') no-repeat;}

/* End Top Meniu */
/* Sitemap, Home */
#site-home {
	position: absolute;
	top: 176px; left: 0;
	display: block;
	width: 26px; height: 68px;
	padding: 0;
	background: url('../images/bg-site-home.gif') no-repeat;
}

#site-home .sitemap {
	position: absolute;
	top: 4px; left: 3px;
}
#site-home .home {
	position: absolute;
	top: 16px; left: 3px;
}
#site-home a {
	display: block;
	width: 18px; height: 18px;
	text-indent: -999em;
	text-decoration: none;
}
#site-home .sitemap a {background: url('../images/ico-sitemap.gif') no-repeat;}
#site-home .home a {background: url('../images/ico-home.gif') no-repeat;}
#site-home .sitemap a:hover, #site-home .sitemap a.active {background: url('../images/ico-sitemap-active.gif') no-repeat;}
#site-home .home a:hover, #site-home .home a.active {background: url('../images/ico-home-active.gif') no-repeat;}
/* End Sitemap, Home */
/* Content */
#content-holder {
	position: relative;
	width: 1000px;
}

#left-block, #center-block-left, #center-block, #center-block-right, #right-block {float: left;}
#left-block {width: 172px; margin-right: 5px;}
#center-block-left {width: 543px; margin-right: 5px;}
*html #center-block-left {width: 543px; margin-right: 2px;}
#center-block {width: 610px; margin-right: 5px;}
#center-block-right {width: 275px; /*margin-right: 5px;*/}
#right-block {width: 208px;}

/* Left Block */
/* Left Meniu */
#left-meniu {
	padding: 0;
	font-size: .9em;
	background: #FFF url('../images/bg-left-meniu.gif') no-repeat;
}
#left-meniu ul {
	padding: 0;
	font-size: .9em;
}
#left-meniu li {
	display: block;
	background: url('../images/bg-left-meniu-li.gif') repeat-x;
}
* html #left-meniu li {
	vertical-align: top;
	height: 1%;
}
#left-meniu li.first {background: none;}
#left-meniu a {
	display: block;
	padding: 8px 10px 7px 35px;
	color: #183573;
	font-weight: bold;
	text-decoration: none;
	background: url('../images/bg-left-meniu-li-a.gif') no-repeat 5px 50%;
}
#left-meniu a:hover, #left-meniu a.active {color: #FF7300;}
#left-meniu ul a {
	color: #000;
	font-weight: normal;
	padding-left: 45px;
	background: none;
}
#left-meniu ul ul a {
	padding-left: 55px;
	color: #0084C6;
}
/* End Left Meniu */
/* Newsletters Form */
#newsletters {
	padding: 5px;
	font-size: .9em;
	color: #010101;
	background: #FCF3DA url('../images/bg-left-meniu-li.gif') repeat-x;
}
#newsletters label {
	display: block;
	padding: 2px 0 5px 30px;
	background: url('../images/bg-newsletters-label.gif') no-repeat 0 50%;
}
#newsletters fieldset {
	text-align: center;
	border: 0;
}
#newsletters .submit {
	cursor: pointer;
	overflow: visible;
	font-size: .9em;
	color: #000;
	text-decoration: none;
	border: 0;
	margin: 3px;
	padding: 0 10px 0 0;
	background: url('../images/bg-newsletters-a.gif') no-repeat 100% 50%;
}
.default .submit {
	cursor: pointer;
	overflow: visible;
	font-size: .9em;
	color: #000;
	text-decoration: none;
	border: 0;
	margin: 3px;
	padding: 0 10px 0 0;
	background: url('../images/bg-newsletters-a.gif') no-repeat 100% 50%;
}
/* End Newsletters Form */
/* Contacts */
#contacts {
	padding: 8px 5px 5px 15px;
	font-size: .9em;
	color: #7A5716;
	background: #F7E2A3 url('../images/bg-left-meniu-li.gif') repeat-x;
}
#contacts p {margin: 0;}

#contacts a {
	color: #7A5716;
	text-decoration: none;
}
#contacts a:hover {text-decoration: underline;}
#print-contacts {display: none;}
/* End Contacts */
/* Quick Search */
#qsearch {
	width: 100%;
}
.qs {
	padding-bottom: 24px;
	background: url('../images/bg-qsearch-bottom.gif') no-repeat 0 100%;
}

#qsearch fieldset {
	border: 0;
	padding: 8px 0;
}
#qsearch fieldset label {
	display: block;
	font-size: 1.2em;
	color: #190800;
	font-weight: bold;
	padding-bottom: 2px;
}
#qsearch fieldset .txtfld {width: 200px;}
#qsearch fieldset .short {width: 45px;}
#qsearch fieldset span {padding-right: 20px;}

/* End Quick Search */
/* Copyright */
#copyright {
	font-size: .8em;
	color: #183573;
	padding: 20px 0 0 10px;
	background: url('../images/bg-copyright.gif') no-repeat;
}
#copyright p {margin: 0;}
#print-copyright {display: none;}
/* End Copyright */
/* Index Left & Right Center Blocks */
#center-block-left, #center-block-right {}

#center-block-left {background: #FEF8E4 url('../images/bg-center-block-left.gif') no-repeat;}
#center-block-right {background: #FEF8E4 url('../images/bg-center-block-right.gif') no-repeat;}

#center-block-right h1 {background: url('../images/bg-h1-index.gif') no-repeat 20px 50%;}
#center-block-right h1.strikes {background: url('../images/bg-h1.gif') no-repeat 20px 50%;}

#center-block-left .text, #center-block-right .text {
	padding: 0 20px 20px 20px;
	text-align: justify;
	font-size: .8em;
	color: #183573;
}
#center-block-left .text p, #center-block-right .text p {margin: 0 0 1em 0;}
#center-block-left .text a, #center-block-right .text a {
	color: #0084C6;
	text-decoration: none;
}
#center-block-left .text a:hover, #center-block-right .text a:hover {color: #FFA100;}
#center-block-left .text table, #center-block-right .text table {
	border-collapse: collapse;
	border-color: #AFAFAF;
}
#center-block-left .text td, #center-block-right .text td {
	padding: 3px;
	font-size: 1em;
	border-color: #AFAFAF;
}

#center-block-left-bottom, #center-block-right-bottom {height: 14px;}
#center-block-left-bottom {background: url('../images/bg-center-block-left-bottom.gif') no-repeat;}
#center-block-right-bottom {background: url('../images/bg-center-block-right-bottom.gif') no-repeat;}
/* End Index Left & Right Center Blocks */
/* End Left Block */
/* Center Block */
#center-block {
	background: #FFF8E5 url('../images/bg-center-block.gif') no-repeat;
	overflow: hidden;
}
/* Text */
#text {
	padding: 0 20px 10px 20px;
	font-size: .9em;
	text-align: justify;
	color: #193576;
}
#text p {margin: 0 0 1em 0;}
#text a {
	color: #FFA100;
	text-decoration: none;
}
#text a:hover {text-decoration: underline;}

#text table {
	border-collapse: collapse;
	border-color: #AFAFAF;
}
#text td {
	padding: 5px;
	font-size: 1em;
	border-color: #AFAFAF;
}
#text th {
	padding: 5px;
	text-align: center;
	vertical-align: top;
	background: #FCF1D1;
}
#text fieldset {
	border: 0;
	margin: 0; padding: 0;
}
#text .error {color: #FF0000;}

#back-top {
	padding: 0 20px 10px 20px;
	font-size: .9em;
	color: #0084C6;
}
#back-top a {
	color: #0084C6;
	text-decoration: none;
}
.sitemap li {
	display: block;
	background: url('../images/detail-strike.gif') no-repeat 0 50%;
	padding: 5px 0 5px 20px;
}
* html .sitemap li {
	vertical-align: top;
	height: 1%;
}
#text .sitemap li a, #text li a {
	color: #0084C6;
}
.search-form {
	padding-bottom: 40px;
}

.sitemap2 {
	overflow: show;
}
.sitemap2 li {
	float: left;
	text-align: center;
	padding: 0 15px 5px 15px;
	background: url('../images/detail-strike.gif') no-repeat 0 50%;
}

hr.clear {
	clear: both;
}
.center td {
	text-align: center;
}

#back-top a:hover {color: #F3BE1B;}
/* End Text */
#center-block-bottom {height: 13px; background: url('../images/bg-center-block-bottom.gif') no-repeat;}
/* End Center Block */
/* Right Block */
#right-block {background: #FCF1D1 url('../images/bg-right-block.gif') no-repeat;}
/* News & Tickets */
#right-block dl {padding: 5px 10px 0 20px; margin: 0;}
#right-block dt, #right-block dd {margin: 0; padding: 0;}

#right-block dt {
	padding: 15px 15px 15px 40px;
	font-size: 1.15em;
	color: #183573;
	text-transform: uppercase;
}
#right-block #news dt {background: url('../images/bg-right-block-news.gif') no-repeat 0 50%;}
#right-block #tickets dt {background: url('../images/bg-right-block-tickets.gif') no-repeat 0 50%;}

#right-block dd {
	font-size: .8em;
	color: #183573;
	line-height: 13px;
	padding-bottom: 10px;
}
#right-block small {
	color: #F3BE1B;
	font-weight: bold;
}
#right-block dt a {
	color: #0084C6;
	text-decoration: none;
}
#right-block dt a:hover {color: #FFA100;}
#right-block dd p {margin: 0;}
#right-block dd a {
	color: #0084C6;
	text-decoration: none;
}
#right-block dd a:hover {color: #FFA100;}
/* End News & Tickets */
/* Project */
#project {
	text-align: right;
	font-size: .8em;
	color: #183573;
	padding: 10px 10px 0 0;
	background: #DEF1FE;
}
#project p {margin: 0;}
#project a {
	color: #183573;
	text-decoration: none;
}
#project a:hover {color: #0084C6;}

#project2 {
	text-align: right;
	font-size: .8em;
	color: #183573;
	padding: 20px 10px 0 0;
	background: #DEF1FE;
	background: #DEF1FE url('../images/bg-project.gif') no-repeat;
}
#project2 p {margin: 0;}
#project2 a {
	color: #183573;
	text-decoration: none;
}
#project2 a:hover {color: #0084C6;}
/* End Project */
/* End Right Block */
/* End Content */

#banners {
	clear: both;
	padding: 45px 20px 10px 20px;
	text-align: center;
}
#banners img, #banners object {margin: 0 10px;}

#ban {
	padding-top: 20px;
	text-align: center;
	background: #DEF1FE;
}



.txtfld {
	font-size: 1em;
	border-top: 1px solid #8A8A8A;
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	border-left: 1px solid #8A8A8A;
	color: #B0770D;
	width: 120px;
}

}
@media print {

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
}

.logo,
#top-navigation,
#top-meniu,
#top-meniu2,
#site-home,
#left-meniu,
#newsletters,
#contacts,
#copyright,
.sitemap2,
#back-top,
#project,
#banners,
#ban,
#center-block-right{
	display: none;
}

#center-block {
	font-size: 11px !important;
}
table {
	border-collapse: collapse;
	width: 100% !important;
	}


}
.travel_search
{
    width: 260px;
    height: 45px;
    margin: 0 auto;
    background: url('../images/travel_search.gif') no-repeat;
    margin: 12px 0px 0px 725px;
    padding: 23px 0px 5px 60px;
}
.travel_search a
{
    font-size: 0.9em;
    text-decoration: none;
    color: #3F6293;
    font-weight: bold;
    text-transform: uppercase;
    
}