div#navigation_parking span.header a {
	color: #0F36A6;
}
html, body {
	height: 100%;
	margin: 0; padding: 0;
	background: #F2F2F2 url(/images/body-color.gif);
	
}
body {
	font-family: verdana, arial, sans-serif;
	font-size: 69%;
}
table {
	font-size: 1em;
}

.textonly {
	display: none;
}

a:link		{ color: #548; }
a:visited	{ color: #889; }
a:active	{ color: #000; }
a:hover		{ text-decoration: none; }

h1, span.header {
	display: block;
	color: #0F36A6;
	font-weight: bold;
	font-size: 1.09em;
}

div#main-container {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	min-width: 780px;
	width: expression(document.body.offsetWidth <= 780 ? "780px" : 'auto');
	background: url(/images/main-bg.gif) repeat-y right;
}

/************** language ****************/
div#language-bar-lt,
div#language-bar-en,
div#language-bar-ru {
	position: absolute;
	right: 101px; top: 34px;
	z-index: 4;
}
div#language-bar-lt { width: 136px; height: 37px; background: url(/images/lang-lt.gif); }
div#language-bar-en { width: 161px; height: 38px; background: url(/images/lang-en.gif); }
div#language-bar-ru { width: 166px; height: 38px; background: url(/images/lang-ru.gif); }
div#language-bar-lt ul,
div#language-bar-en ul,
div#language-bar-ru ul {
	padding: 0; margin: 0;
}
div#language-bar-lt li,
div#language-bar-en li,
div#language-bar-ru li {
	display: inline;
}
div#language-bar-lt a,
div#language-bar-en a,
div#language-bar-ru a {
	position: absolute;
	height: 100%;
}
div#language-bar-lt a.lang-en { width: 50%; }
div#language-bar-lt a.lang-ru { right: 0; width: 50%; }
div#language-bar-en a.lang-lt { width: 58%; }
div#language-bar-en a.lang-ru { right: 0; width: 42%; }
div#language-bar-ru a.lang-lt { width: 58%; }
div#language-bar-ru a.lang-en { right: 0; width: 42%; }
/************** language ****************/

/************** quick-navigation ****************/
div#quick-navigation {
	position: absolute;
	left: 0; top: -2px;
	width: 263px; height: 161px;
	background: #FFF url(/images/quick-navigation-index.jpg) no-repeat right;
	z-index: 3;
}
a#logotype {
	position: absolute;
	display: block;
	right: 5px;
	width: 143px; height: 144px;
}
div#quick-navigation ul {
	list-style-type: none;
	padding: 16px 0 0 50px; margin: 0;
}
div#quick-navigation li {
	margin-top: 21px;
}
div#quick-navigation li a {
	display: block;
	width: 20px; height: 20px;
}
/************** quick-navigation ****************/

/************** navigation_transport and navigation_parking ****************/
div#navigation_transport,
div#navigation_parking {
	text-align: left;
	font-size: 1.09em;
	line-height: 1.32em;
}
div#navigation_transport ul,
div#navigation_parking ul {
	position: relative;
	list-style-type: none;
	margin: 0; padding: 0 0 0 18px;
}
div#navigation_transport li,
div#navigation_parking li {
	background: url(/images/navigation-bullet.gif) no-repeat left 4px;
	padding: 0 0 0 20px;
}
div#navigation_transport li ul,
div#navigation_parking li ul {
	padding: 0;
}
div#navigation_transport a:link,
div#navigation_parking a:link,
div#navigation_transport a:active,
div#navigation_parking a:active {
	color: #000;
	text-decoration: none;
}
div#navigation_transport a:visited,
div#navigation_parking a:visited {
	color: #333;
	text-decoration: none;
}
div#navigation_transport a:hover,
div#navigation_parking a:hover {
	color: #0F36A6;
}

div#navigation_transport span.header {
	padding-left: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
div#navigation_parking span.header {
	
	padding-top: 10px;
	padding-left: 12px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

/************** navigation_transport and navigation_parking ****************/

/************** search-and-newsletter ****************/
div#search-and-newsletter input.submit {
	margin-left: 5px;
}
div#search-form input.submit {
	margin-left: 8px;
}
div#search-and-newsletter dl {
	padding: 5px 0; margin: 0;
}
div#search-form dl {
	padding-top: 20px;
}
div#search-and-newsletter form {
	padding: 0; margin: 0;
}
div#search-and-newsletter input {
	vertical-align: middle;
}
div#search-and-newsletter input.text {
	width: 106px;
}
div#search-and-newsletter dd {
	text-align: right;
	margin-top: -15px;
}
div#search-and-newsletter dd.text {
	margin-top: 10px;
}

input.text {
	font-family: verdana;
	font-size: 1.2em;
	border: solid 1px #6B6B71;
	background: #D6D6E1;
}
/************** search-and-newsletter ****************/

/************** traffic-shadules ****************/
div#traffic-shadules span.header {
	padding-bottom: 10px !important;
	padding-bottom: 0;
	text-transform: uppercase;
}
div#traffic-shadules ul {
	position: relative;
	list-style-type: none;
}
div#traffic-shadules li {
	text-transform: uppercase;
}
div#traffic-shadules a:active,
div#traffic-shadules a:visited,
div#traffic-shadules a:link {
	text-decoration: none;
}
div#traffic-shadules a:hover {
	text-decoration: underline;
}
div#traffic-shadules li#auto {
	padding: 0 0 0 50px;
	background: url(/images/bus.gif) no-repeat;
}
div#traffic-shadules li#troli {
	padding: 15px 0 0 50px;
	background: url(/images/trolibus.gif) no-repeat left bottom;
}
div#traffic-shadules li#auto a {
	color: #009;
}
div#traffic-shadules li#troli a {
	color: #C00;
}
/************** traffic-shadules ****************/

/************** footer ****************/
div#footer {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	background: url(/images/footer-blu-line.gif) repeat-x left bottom;
}

div#footer-corner {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; height: 27px;
	background: url(/images/footer-corner.gif) no-repeat right bottom;
}

div#copyright {
	position: relative;
	text-align: left;
	font-size: .8em;
	color: #666;
}
div#copyright a:link,
div#copyright a:visited,
div#copyright a:active {
	text-decoration: none;
	color: #666;
}
div#copyright a:hover {
	text-decoration: underline;
}

div#copy {
	position: absolute;
	height: 30px;
	padding-left: 35px;
	background: url(/images/copy.gif) no-repeat left center;
}
div#webmaster {
	position: absolute;
	left: 60px;
}
/************** footer ****************/

/************** box-model ****************/
div.box-model-container {
	position: relative;
	margin-top: 4px;
}
div.box-model-mleft {
	padding: 1px 0 1px 5px;
	background: url(/images/box-left-shadow.png) repeat-y !important;
	background: none;
}
div.box-model-content {
	background: #FFF url(/images/box-content-bg.gif) repeat-x left bottom;
	border: solid 1px #000;
	padding: 10px;
	position: relative;
	top: -4px;
	margin-bottom: -108px;
	z-index: 1;
	height: auto !important;
	height: 130px;
	min-height: 110px;
}
div.box-model-ieleft {
	position: absolute;
	left: -6px; top: 2px;
	width: 5px; height: expression(this.parentNode.offsetHeight-106);
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/box-left-shadow.png', sizingMethod='scale');
}
div.box-model-bottom {
	position: relative;
	background: url(/images/box-bottom-shadow.png) repeat-x left bottom !important;
	background: none;
	height: 6px;
	font: 1px/1px;
	margin: 102px 4px 0 94px;
}
div.box-ie-bottom {
	height: 6px;
	font: 1px/1px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/box-bottom-shadow.png', sizingMethod='scale');
}
div.box-model-corner {
	position: absolute;
	background: url(/images/box-left-bottom-corner.png) no-repeat left bottom !important;
	background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/box-left-bottom-corner.png', sizingMethod='scale');
	width: 94px; height: 108px;
	left: -94px; top: -102px;
}
div.box-top-decoration {
	position: absolute;
	width: 33px; height: 18px;
	top: -11px !important;
	right: 18px; top: -10px;
	background: url(/images/box-top-decoration.png) no-repeat left bottom !important;
	background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/box-top-decoration.png', sizingMethod='scale');
}
div.box-top-decoration2 {
	position: absolute;
	width: 34px; height: 37px;
	top: -16px !important;
	right: 18px; top: -16px;
	background: url(/images/box-top-decoration2.png) no-repeat left bottom !important;
	background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/box-top-decoration2.png', sizingMethod='image');
}
div.box-top-decoration3 {
	position: absolute;
	width: 35px; height: 35px;
	bottom: -35px !important;
	right: 18px; bottom: -35px;
	background: url(/images/box-top-decoration3.png) no-repeat left bottom !important;
	background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/box-top-decoration3.png', sizingMethod='image');
}
/************** box-model ****************/

/************** ozer *****************/
h2 {
	position: relative;
	background: url(/images/news-bullet.gif) no-repeat left bottom;
	font-weight: normal;
	padding: 0 0 5px 35px;
	font-size: 1em;
}
dl.news {
	padding: 0 15px; margin: 0;
}
dl.news a:link,
dl.news a:visited,
dl.news a:active {
	text-decoration: none;
	color: #000;
}
dl.news a:hover {
	color: #960;
}
dl.news a.more {
	padding-top: 3px;
	display: block;
	color: #0F36A6;
}
h2 a.more {
	color: #0F36A6;
}
dl.news a.more:visited {
	color: #666;
}
dl.news a.more:hover {
	text-decoration: underline;
}
dl.news dt {
}
dl.news dd {
	margin: -5px 0 15px 35px !important;
	margin-top: -15px;
}

ul.sitemap {
	position: relative;
	list-style-type: none;
	margin: 0; padding: 5px 0 5px 38px;
	font-size: 1.09em;
	line-height: 1.32em;
}
ul.sitemap li ul {
	padding: 0;
}
ul.sitemap li {
	background: url(/images/navigation-bullet.gif) no-repeat left 4px;
	padding: 0 0 0 20px;
}
ul.sitemap a:link,
ul.sitemap a:active {
	color: #000;
	text-decoration: none;
}
ul.sitemap a:visited {
	color: #666;
	text-decoration: none;
}
ul.sitemap a:hover {
	text-decoration: underline;
}	

table.aboutUs caption {
	font-weight: bold;
	padding: 5px 10px;
	text-align: left;
	background: #4b3f7f;
	color: white;
}

table.aboutUs th, table.aboutUs td {
	width: 126px;
	padding: 5px 5px;
}

table.aboutUs th {
	text-align: left;
	background: #dfdee6;
}

table.aboutUs tr.dif {
	background: #efefef;
}

table.aboutUs a {
	font-weight: bold;
}

table#Cost {
	font: 12px verdana;
}
table#Cost td {
	text-align: center;
}
table#Cost th {
	font-weight: normal;
	background: #dddbe7;
}
table#Cost th.big {
	background: none;
	font-size: 1.2em;
	font-weight: bold;
}
table#Cost td.bold, table#Costs th.bold {
	font-weight: bold;
}
table#Cost th.small {
	font-size: .9em;
}

#script_title {
	position: absolute;
	top: 2px; right: 150px;
	z-index: 1000;
	letter-spacing: .5em;
}
