/* 2008 (c) UAB "Dizaino kryptis" */
/* 2008 (c) Simonas Falkauskas */
html {height: 100%; min-height: 100%;}
html>body, html>body #wrapper {height: auto;}

body {
	padding: 0; margin: 0;
	position: relative;
	font-size: 1em;
	font: 76% Tahoma, Geneva, sans-serif;
	background: #fff url('../images/bg.gif') repeat-x;
	min-width: 960px; height: 100%; min-height: 100%;
}
#wrapper {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%; min-height: 100%;
	text-align: center;
	background: url('../images/bg-wrapper.gif') no-repeat 50% 0;
	z-index: 1;
}
#holder {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 205px 0 145px 0;
	text-align: left;
}

/* --- Standart Tag's --- */
h1, h2, h3, h4, h5, h6, form, dl, dd, ul, img {margin: 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
small {display: block;}
fieldset {border: 0;}
/* --- End Standart Tag's --- */
/* --- Hacks --- */
* html #id {}
*:first-child+html #id {}
/* --- End Hacks --- */

/* --- Logo --- */
.logo {
	position: absolute;
	top: 50px; left: 0;
	display: block;
	width: 355px; height: 105px;
	background: url('../images/logo.gif') no-repeat 50% 50%;
}
.logo span {display: none;}
.logo-print {display: none;}
/* --- End Logo --- */
/* --- Languages --- */
#languages {
	list-style: none;
	padding: 0;
	position: absolute;
	top: 8px; right: 10px;
	font-size: .9em;
}
#languages li {
	display: block;
	float: left;
	margin-left: 5px;
}

#languages li a {
	display: block;
	background: #019aff;
	color: #fff;
	text-decoration: none;
	padding: 1px 3px;
	border: 1px solid #e7e6e6;
}
#languages li.sitemap a {
	width: 15px; height: 15px;
	padding: 0;
	background: #019aff url('../images/ico-sitemap.gif') no-repeat 25% 50%;
}

#languages li a:hover, #languages li a.active {background: #0d79b9;}
#languages li.sitemap a:hover, #languages li.sitemap a.active {background: #0d79b9 url('../images/ico-sitemap-a.gif') no-repeat 25% 50%;}

#languages li.sitemap a span {display: none;}
/* --- End Languages --- */
/* --- Container --- */
#container {
	border: 10px solid #fff;
	width: 940px;
	background: #fff url('../images/bg-container.gif') repeat-x;
	position: relative;
}
* html #container {
	width: 960px;
	width/* */:/**/940px;
}
/* --- End Container --- */
/* --- Meniu --- */
#meniu {
	font: 100% Arial, Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 10px 5px;
	font-weight: bold;
	text-transform: uppercase;
	width: 930px;
	min-height: 32px;
	position: relative;
}
* html #meniu {
	width: 940px;
	width/* */:/**/930px;
}
#meniu li {
	position: relative;
	display: block;
	float: left;
}
#meniu li a {
	display: block;
	padding: 0 0 0 15px;
	color: #666666;
	text-decoration: none;
}
* html #meniu li a {position: relative;}

#meniu li a span {
	display: block;
	padding: 5px 15px 12px 0;
}
#meniu li a:hover, #meniu li a.active {
	color: #019aff;
	text-decoration: underline;
}

#meniu li.submeniu a:hover,
#meniu li.submeniu a.hover
{
	color: #FFFFFF;
	text-decoration: none;
	background: url('../images/bg-meniu-s-l.gif') no-repeat 0 0;
}

#meniu li.submeniu a:hover span,
#meniu li.submeniu a.hover span
{
	background: #019aff url('../images/bg-meniu-s-r.gif') no-repeat 100% 0;
}

/**/
#meniu li.submeniu ul {
	padding: 5px 0 5px 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 32px; left: 0;
	width: 195px;
	z-index: 99;
	background: #019aff;
	font-size: 1em;
	text-transform: none;
	font-weight: normal;
}

#meniu li.submeniu ul li {
	position: relative;
	background: none;
	padding: 0;
	cursor: pointer;
}

#meniu li.submeniu ul li a {
	display: block;
	padding: 3px 15px 3px 30px;
	width: 150px;
	color: #ffffff;
	background: url('../images/bg-meniu-ul-li.gif') no-repeat 12px 8px;
}

#meniu li.submeniu ul li a:hover, #meniu li.submeniu ul li a.active {
	background: url('../images/bg-meniu-ul-li.gif') no-repeat 12px 8px;
	text-decoration: underline;
}

* html #meniu li.submeniu ul li {float: left;}
* html #meniu li.submeniu ul li a {
	height: 1%;
	width: 195px;
	width/* */:/**/150px;
}

#meniu li:hover ul, #meniu li.over ul {display: block;}
#meniu li:hover ul ul, #meniu li.over ul ul {display: none;}
/**/
/***/

#meniu li.submeniu ul ul {
	padding: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: -5px; left: 195px;
	width: 195px;
	z-index: 200;
	background: #2ba8fb;
	font-size: 1em;
}

#meniu li.submeniu ul li {
	position: relative;
	background: none;
	padding: 0;
	cursor: pointer;
}

* html #meniu li.submeniu ul ul li {float: left;}
* html #meniu li.submeniu ul ul li a {height: 1%;}



#meniu li.submeniu ul li:hover ul, #meniu li.submeniu ul li.over ul { 
	display: block;
}
/***/

/* --- End Meniu --- */
/* --- H1, H2, H3 Antraštė --- */
h1 {
	font: 100% Arial, Arial, Helvetica, sans-serif;
	width: 920px;
	font-size: 2em;
	color: #23a7ff;
	font-weight: normal;
	padding: 15px 10px 30px 10px;
}
* html h1 {
	width: 940px;
	width/* */:/**/920px;
}
h2 {
	font: 100% Arial, Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	font-size: 1.6em;
	color: #0d79b9;
}
h2 a {
	color: #019aff;
	text-decoration: none;
}
h2 a:hover {color: #064367;}
/* --- End H1, H2, H3 Antraštė --- */
/* --- Slider --- */
#kwick {
	height: 120px;
	width: 940px;
	margin-bottom: 20px;
	position: relative;
}
* html #kwick {z-index: -1;}
*:first-child+html #kwick {z-index: -1;}

#kwick .kwicks {
	display: block;
	background: #fff;
	height: 120px;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#kwick li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 120px;
	width: 235px;
	padding: 0;
	background: #fff;
	text-decoration: none;
}
#kwick .kwick span {
	color: #fff;
	display: block;
	background: url('../images/bg-slider.png');
	min-height: 30px;
	margin-top: 90px;
	padding: 7px 5px;
}
* html #kwick .kwick span {
	height: 42px;
	height/* */:/**/30px;
	background: #000;
	_bac\kground: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/bg-slider.png');
}


#kwick .one {
	
}
#kwick .two {
	
}
#kwick .three {
	
}
#kwick .four {
	
}

#kwick .kwick img {border: 0;}

/* --- End Slider --- */
/* --- Content & Structure --- */
#content {width: 940px;}
#block-left, #block-center, #block-right, #block-right-short {float: left;}

#block-left {
	width: 220px;
	margin-right: 20px;
}
#block-center {
	width: 380px;
	margin-right: 20px;
}
#block-right {
	width: 300px;
}
#inside #block-right {width: 940px;}
#inside #block-right-short {width: 700px;}
/* --- End Content & Structure --- */
/* --- Text --- */
#text {
	border-top: 1px solid #999999;
	padding: 20px 10px;
	line-height: 18px;
	color: #666666;
}

#text h1 {
	font-size: 1.4em;
	width: auto;
	font-weight: bold;
	padding: 0 0 15px 0;
}
#text h2 {
	font-size: 1.2em;
	padding: 0 0 15px 0;
	font-weight: bold;
}
#text h3 {
	font: 100% Arial, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 0 0 15px 0;
	font-weight: bold;
}
#text p {margin: 0 0 1em 0;}

#text a {
	color: #019aff;
	text-decoration: underline;
}
#text a:hover {text-decoration: none;}

#text hr {
	border: 0;
	color: #e3e3e3;
	background-color: #e3e3e3;
	height: 1px;
}

#text ul {
	padding: 0;
	list-style: none;
	margin-bottom: 1em;
}

#text ul li {
	display: block;
	padding: 0 0 0 30px;
	background: url('../images/bg-text-bullet.gif') no-repeat 13px 7px;
}

* html #text ul li {vertical-align: top; height: 1%;}
#text ul ul {margin-bottom: 0;}
#text ul ul li {
	padding-left: 20px;
	background: url('../images/bg-text-bullet.gif') no-repeat 0 7px;
}

#text ul ul ul {margin-bottom: 0;}
#text ul ul ul li {
	background: url('../images/bg-text-bullet.gif') no-repeat 0 7px;
}

#text ol {
	padding: 0 0 0 40px;
}
* html #text ol {padding: 0;}
*:first-child+html #text ol {padding: 0;}

#text ol ol {list-style-type: lower-alpha;}
#text ol li {padding: 0}

#text table {
	border-collapse: collapse;
	border: 1px solid;
	border-color: #e3e3e3;
	width: 100%;
	margin-bottom: 1em;
}

* html #text table {font-size: 1em; width: auto; width/* */:/**/100%;}
#text table[border="0"] {border: 0;}
#text table.noborder { border: 0; }
#text td {
	padding: 4px 5px;
	font-size: 1em;
	border-color: #e3e3e3;
	vertical-align: top;
}

#text th {
	padding: 4px 5px;
	text-align: left;
	border-color: #d4d4d7;
	font-weight: bold;
}

#text td p, #text th p {margin: 0;}
/* --- End Text --- */
/* --- Modules --- */

/* -- Sitemap -- */

#text ul#sitemap {font-weight: bold;}
#text ul#sitemap ul {font-weight: normal;}
#text ul#sitemap ul ul {font-size: .9em;}

/* -- End Sitemap -- */
/* -- News -- */

/* Listing */
#text .news-list, #text .news-list-short {
	border-bottom: 1px solid #999999;
	padding: 10px 0 0 0;
}
#text .first {padding-top: 0;}

#text .news-list {width: 920px;}
#text .news-list-short {width: 680px;}

#text .news-list .image, #text .news-list dl, 
#text .news-list-short .image, #text .news-list-short dl {float: left;}


#text .news-list .image, #text .news-list-short .image {width: 90px;}
#text .news-list .image a, #text .news-list-short .image a {
	display: block;
	padding: 5px;
	border: 1px solid #e3e3e3;
	width: 70px;
}	
* html #text .news-list .image a, #text .news-list-short .image a {
	width: 82px;
	width/* */:/**/70px;
}
#text .news-list .image a img, #text .news-list-short .image a img {border: 0;}


#text .news-list dl {width: 920px;}
#text .news-list-short dl {width: 680px;}
#text .news-list dl.short {width: 830px;}
#text .news-list-short dl.short {width: 590px;}

#text .news-list-item dl dt {
	font-weight: bold;
	padding: 2px 10px;
}
#text .news-list-item dl dt a {text-decoration: none;}
#text .news-list-item dl dt a:hover {color: #0d79b9;}

#text .news-list-item dl dd {
	padding: 10px;
	font-size: .9em;
}
#text .news-list-item dl dd.date {
	padding: 2px 10px;
	color: #8e8e86;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

#text .back-top {
	padding-top: 10px;
	font-weight: bold;
}
/* End Listing */
/* View */
#text .news-view {}
#text .news-view .image {
	float: left;
	margin-right: 15px;
}
#text .news-view .image a {
	display: block;
	width: 140px; height: 140px;
	border: 1px solid #e3e3e3;
	padding: 5px;
}

#text .news-view .image a img {border: 0;}
/* End View */

/* -- End News -- */
/* -- FAQ -- */

/* Listing */
#text ul.faq-questions {}
#text ul.faq-questions li {
	padding: 0;
	background: none;
	display: block;
	border-bottom: 1px solid #e3e3e3;
}
#text ul.faq-questions li a {
	display: block;
	padding: 3px 5px;
	text-decoration: none;
	color: #666666;
	background: none;
}
#text ul.faq-questions li a:hover {
	color: #019aff;
	background: #f9f9f9;
}
#text ul.faq-questions li ul {
	color: #999;
}

#text ul.faq-questions li ul li {
	border-top: 1px solid #e3e3e3;
	border-bottom: 0;
	padding: 10px 20px 0 20px;
}


#text ul.faq-categories {}
#text ul.faq-categories li {
	padding: 0;
	background: none;
	display: block;
}
#text ul.faq-categories li a {
	display: block;
	padding: 3px 5px 3px 20px;
	background: #f3f2f2 url('../images/bg-text-bullet.gif') no-repeat 7px 9px;
	font-weight: bold;
}
#text ul.faq-categories li ul li a {
	background: none;
	font-weight: normal;
}
/* End Listing */
/* Form */
#faq-question-form {padding-top: 10px;}

#faq-question-form ul.error {
	padding: 0 0 10px 0;
	list-style: none;
	color: #019aff;
}
#faq-question-form ul.error li {
	display: block;
	padding-left: 15px;
	background: url('../images/bg-meniu-catalog-lia.gif') no-repeat 5px 6px;
}
#faq-question-form ul.notification {
	padding: 0 0 10px 0;
	list-style: none;
	color: #666666;
}
#faq-question-form ul.notification li {
	display: block;
	padding-left: 15px;
	background: url('../images/bg-meniu-catalog-li.gif') no-repeat 5px 6px;
}

#faq-question-form fieldset {
	margin: 0;
	padding: 5px 0;
}
#faq-question-form fieldset.padd {padding-left: 155px;}

#faq-question-form fieldset label {
	display: block;
	float: left;
	width: 150px;
	color: #666666;
	padding: 2px 5px 0 0;
}
* html #faq-question-form fieldset label {
	width: 155px;
	width/* */:/**/150px;
}

#faq-question-form fieldset .txtfld {
	border: 1px solid #e3e3e3;
	width: 190px;
	padding: 2px 5px;
	color: #666;
}
* html #faq-question-form fieldset .txtfld {
	width: 200px;
	width/* */:/**/190px;
}

#faq-question-form fieldset textarea {
	font: 100% Tahoma, Geneva, sans-serif;
	border: 1px solid #e3e3e3;
	width: 190px; height: 90px;
	padding: 2px 5px;
	color: #666;
	overflow: auto;
}
* html #faq-question-form fieldset textarea {
	width: 200px;
	width/* */:/**/190px;
}
#faq-question-form fieldset .bt {vertical-align: middle;}
/* End Form */

/* -- End Faq -- */
/* -- Gallery -- */
#gallery-list {width: 920px;}
#gallery-list-short {width: 680px;}

#text table.gallery-list {}
#text table.gallery-list td.title {
	font-size: .9em;
	color: #8e9083;
}
#text table.gallery-list td.image a {}
#text table.gallery-list td.image a img {border: 2px solid #cfcfcf;}
/* -- End Gallery -- */
/* -- Forms -- */
#text #forms h2 {
	padding-bottom: 5px;
	border-bottom: 1px solid #e3e3e3;
}
#text #forms fieldset {padding: 5px 0;}
#text #forms fieldset.padd {padding-left: 155px;}
#text #forms fieldset label {
	display: block;
	float: left;
	width: 150px;
	padding: 2px 5px 0 0;
	color: #666666;
}
* html #text #forms fieldset label {
	width: 155px;
	width/* */:/**/150px;
}

#text #forms fieldset .txtfld {
	border: 1px solid #e3e3e3;
	padding: 2px 5px;
	color: #666;
}
#text #forms fieldset .text {width: 190px;}
* html #text #forms fieldset .text {
	width: 200px;
	width/* */:/**/190px;
}

#text #forms fieldset .select {width: 200px;}
* html #text #forms fieldset .select {
	width: 210px;
	width/* */:/**/200px;
}

#text #forms fieldset textarea {
	font: 100% Tahoma, Geneva, sans-serif;
	border: 1px solid #e3e3e3;
	width: 290px; height: 90px;
	padding: 2px 5px;
	color: #666;
	overflow: auto;
}
* html #faq-question-form fieldset textarea {
	width: 300px;
	width/* */:/**/290px;
}

#text #forms fieldset .list {margin-left: 155px;}
#text #forms fieldset .bt {vertical-align: middle;}

#text #forms ul.errors {color: #019aff;}
#text #forms ul.notification {color: #94c706;}
/* -- End Forms -- */
/* -- Offices -- */

#text #offices {width: 680px;}
#text #offices #map_canvas {margin-bottom: 20px;}

#text #offices .short {width: 680px;}
#text #offices .long {width: 920px;}

#text #offices .address {
	padding: 10px 0;
	border-top: 1px solid #e3e3e3;
}

#text #offices .address .location, #text #offices .address .work-time, #text #offices .address .image {float: left;}

#text #offices .short .location, #text #offices .short .work-time {width: 210px; margin-right: 10px;}
#text #offices .long .location, #text #offices .long .work-time {width: 330px; margin-right: 10px;}

#text #offices .address .image {width: 240px;}
#text #offices .address .image img {border: 2px solid #cfcfcf;}

#text #offices .address dt {font-weight: bold;}

/* -- End Offices -- */
/* -- Catalog -- */

/* Filters */
#text .catalog-navigation {
	border-top: 1px solid #e3e3e3;
	width: 100%;
	padding: 15px 0 0 0;
}
#text .catalog-navigation form {
	float: left;
	width: 50%;
	text-align: center;
	margin: 0; padding: 0;
}
#text .catalog-navigation form .txtfld {
	border: 1px solid #e3e3e3;
	padding: 2px 5px;
	color: #666;
}
/* End Filters */
/* View */
#text #catalog-view {width: 920px;}
#text #catalog-view .block-left, #text #catalog-view .block-right {float: left;}
#text #catalog-view .block-left {
	width: 325px;
}
#text #catalog-view .block-right {
	width: 595px;
}
#text #catalog-view .block-left img {
	border: 2px solid #e3e3e3;
	display: block;
}
#text #catalog-view .block-left ul.product-images {
	list-style: none;
	padding: 0;
}
#text #catalog-view .block-left ul.product-images li {
	padding: 0;
	background: none;
	width: 94px;
}

#text #catalog-view .block-right .price {
	padding: 15px 0;
	color: #019aff;
	font-weight: bold;
}

/* End View */

/* -- End Catalog -- */

/* --- End Modules --- */
/* --- Pager --- */
.pager {padding: 5px 10px 0 10px; border-top: 1px solid #e3e3e3;}
.pager a {
	color: #019aff;
	text-decoration: underline;
}
.pager a:hover {text-decoration: none;}
/* --- End Pager --- */
/* --- Catalog Meniu --- */
#catalog-meniu {
	padding: 0 0 20px 0;
	list-style: none;
	font-size: .9em;
}
#catalog-meniu li {
	border-top: 1px solid #e3e3e3;
	display: block;
}
* html #catalog-meniu li {
	vertical-align: top;
	height: 1%;
}
#catalog-meniu li.last {border-bottom: 1px solid #e3e3e3;}

#catalog-meniu li a {
	display: block;
	padding: 8px 10px;
	color: #8e8e86;
	text-decoration: none;
}
#catalog-meniu li a:hover {color: #019aff;}
#catalog-meniu li a.active {
	color: #019aff;
	font-weight: bold;
}
#catalog-meniu ul {
	list-style: none;
	padding: 0;
}
#catalog-meniu ul a {
	padding-left: 45px;
	background: url('../images/bg-meniu-catalog-li.gif') no-repeat 33px 13px;
}
#catalog-meniu ul a:hover, #catalog-meniu ul a.active {
	font-weight: normal;
	background: url('../images/bg-meniu-catalog-lia.gif') no-repeat 33px 13px;
}
/* --- End Catalog Meniu --- */
/* --- Poll --- */
#poll {
	padding: 0 0 20px 0;
	list-style: none;
	font-size: .9em;
	border-top: 1px solid #e3e3e3;
}

#poll h3 {
	padding: 10px;
	font-size: 1em;
	color: #01abff;
}
#poll form {padding: 0 10px; margin: 0;}
#poll form fieldset {
	padding: 1px 0;
	color: #a1a1ae;
}
#poll dl {
	padding: 0 10px;
	color: #a1a1ae;
}
#poll dl dt {font-weight: bold;}
/* --- End Poll --- */
/* --- Left Banners --- */
.banners-left {
	width: 220px;
	text-align: center;
	padding: 10px 0;
}
.banners-left img, .banners-left object, .banners-left script {
	border: 0;
	padding: 0; margin: 0;
}

/* --- End Left Banners --- */
/* --- Message --- */
#message {
	font: 100% Georgia, Georgia, serif;
	border-left: 5px solid #0d5f95;
	background: #019aff;
	color: #fff;
	width: 345px;
	font-style: italic;
	padding: 15px;
	margin-bottom: 15px;
	line-height: 18px;
}
* html #message {
	width: 380px;
	width/* */:/**/345px;
}
#message p {margin: 0;}
/* --- End Message --- */
/* --- Products Search --- */
#products-search {
	margin: 0; padding: 5px 10px 0 10px;
	border-top: 1px solid #999999;
}

#products-search h3 {
	font: 100% Arial, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #019aff;
	padding-bottom: 10px;
}
#products-search h4 {
	font-size: .9em;
	color: #666666;
	padding-bottom: 10px;
}
#products-search fieldset {
	margin: 0;
	padding: 0 10px 10px 10px;
}
#products-search fieldset span {
	font-size: .9em;
	color: #666666;
}
#products-search fieldset label {
	display: block;
	font-size: .9em;
	color: #666666;
	padding-bottom: 5px;
}
#products-search fieldset select {
	font-size: .9em;
	padding: 3px 5px;
	border: 1px solid;
	border-color: #acadb2 #acadb2 #e2e9ef #e2e9ef;
	width: 340px;
	color: #666666;
}
#products-search fieldset .txtfld {
	font-size: .9em;
	padding: 3px 5px;
	border: 1px solid;
	border-color: #acadb2 #acadb2 #e2e9ef #e2e9ef;
	width: 328px;
	color: #666666;
}
* html #products-search fieldset .txtfld {
	width: 340px;
	width/* */:/**/328px;
}
/* --- End Products Search --- */
/* --- Products List --- */
#products-list {
	margin: 0; padding: 5px 0 0 0;
	border-top: 1px solid #999999;
}

#products-list .list-item {
	width: 380px;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 0;
	line-height: 16px;
}
#products-list .list-item .image, #products-list .list-item dl {float: left;}
#products-list .list-item .image {width: 90px;}
#products-list .list-item dl {width: 380px;}
#products-list .list-item dl.short {width: 290px;}

#products-list .list-item .image img {border: 0;}
#products-list .list-item .image a {
	display: block;
	padding: 5px;
	border: 1px solid #e3e3e3;
	width: 70px;
}	
* html #products-list .list-item .image a {
	width: 82px;
	width/* */:/**/70px;
}

#products-list .list-item dl dt {
	font-weight: bold;
	color: #333333;
	padding-bottom: 5px;
}
#products-list .list-item dl dt a {
	color: #34aeff;
	text-decoration: none;
}
#products-list .list-item dl dt a:hover {color: #064367;}


#products-list .list-item dl dd {
	font-size: .9em;
	color: #666666;
}
#products-list .list-item dl dd.price {
	font-size: 1em;
	color: #333333;
	padding-bottom: 5px;
	font-weight: bold;
}
#products-list .list-item dl dd.price span {font-weight: normal;}
/* --- End Products List --- */
/* --- DUK --- */
#duk {
	padding: 0 10px;
	list-style: none;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: 20px;
	font-size: .9em;
	color: #666666;
	line-height: 18px;
}
#duk li {
	display: block;
	border-bottom: 1px solid #e3e3e3;
}
#duk li.last {border: 0;}
* html #duk li {
	vertical-align: top;
	height: 1%;
}

#duk li a {
	display: block;
	padding: 3px 5px;
	text-decoration: none;
	color: #666666;
}
#duk li a:hover {
	color: #019aff;
	background: #f9f9f9;
}
#duk li a.active {font-weight: bold;}

#duk ul {
	list-style: none;
	padding: 0;
	color: #999999;
}

#duk ul li {
	border-top: 1px solid #e3e3e3;
	border-bottom: 0;
	padding: 0 10px;
}
/* --- DUK --- */
/* --- Index News --- */
.news-item {
	width: 300px;
	border-bottom: 1px solid #999999;
	font-size: .9em;
	line-height: 18px;
	color: #666666;
}
.news-item dt {
	padding: 2px 10px;
	color: #8e8e86;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.news-item dd {padding: 10px;}
.news-item dd .image {
	float: left;
	padding: 5px;
	border: 1px solid #e3e3e3;
	margin-right: 10px;
}
.news-item dd a {color: #019aff;}
.news-item dd a:hover {text-decoration: none;}
/* --- End Index News --- */


/* --- Footer --- */
#footer {
	clear: both;
	left: 0; bottom: 0;
	width: 100%; height: 145px;
	position: absolute;
	text-align: center;
	background: #111111 url('../images/bg-footer.gif') repeat-x;
	color: #717171;
}
* html #footer {position: absolute;}


#footer-content {
	position: relative;
	text-align: left;
	width: 960px;
	margin: 0 auto;
}

#footer-meniu {
	width: 960px;
	padding: 30px 0 40px 0;
	text-align: center;
	font-size: .9em;
}
#footer-meniu a {
	padding: 0 8px;
	color: #019aff;
	text-decoration: none;
}
#footer-meniu a:hover {
	text-decoration: underline;
	color: #8f8f8f;
}

#copyright {
	text-align: center;
	padding-top: 15px;
	font-size: .9em;
	color: #646464;
}
#copyright a {color: #646464;}
#copyright a:hover {color: #019aff;}
/* --- End Footer --- */


.clear {
	width: 100%;
	clear: both;
}

#text table {
	behavior: expression(function(o){
		if (o.border == "0")
			o.className += " noborder"
		o.runtimeStyle.behavior = "none";
	}(this))
}