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

body {
	position: relative;
	margin: 0; padding: 0;
	font-size: 1em;
	font: 76%  Arial, Tahoma, Helvetica, sans-serif;
	min-width: 995px; height: 100%; min-height: 100%;
}

#wrapper {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%; min-height: 100%;
	text-align: center;
}

#holder {
	position: relative;
	width: 100%;
	padding-bottom: 70px;
}
#header-width {display: none;}

#header, #content {
	position: relative;
	margin: 0 auto;
	width: 995px;
	text-align: left;
}
#header {
	height: 241px;
}
#content {
	min-height: 520px;
}
* html #content {height: 520px;}

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

/* --- Structure --- */
#container {width: 100%ж}
#block-left {
	width: 100%;
	margin-right: 22px;
	position: relative;
}
#block-right {display: none;}
/* --- End Structure --- */
/* --- Text --- */
#block-left h1 {
	padding: 5px 50px 10px 50px;
	color: #4d0000;
	font-size: 1.8em;
	text-transform: uppercase;
}
/* Submeniu */
#submeniu {display: none;}
/* End Submeniu */

#text {
	clear: both;
	padding: 0 50px 20px 50px;
	text-align: justify;
	line-height: 18px;
	color: #000;
}
#text h2 {
	font-size: 1.7em;
	font-weight: normal;
	padding-bottom: 20px;
}
#text h3 {
	font-size: 1em;
	padding-bottom: 15px;
}
#text h4 {
	font-size: 1em;
	padding-bottom: 12px;
	color: #8f0f05;
}
#text p {margin: 0 0 1.5em 0;}
#text a {color: #4d0000;}

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

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

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

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

}
#text ul ul ul {margin: 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: #d4d4d4;
	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: #d4d4d4;
	vertical-align: top;
}
#text th {
	padding: 4px 5px;
	text-align: left;
	border-color: #d4d4d4;
	font-weight: bold;
}

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

/* - News - */
/* News Listing */
#text .news-list {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #d4d4d4;
}
#text .news-list dt {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 3px;
	color: #4d0000;
}
#text .news-list dd {
	margin: 0;
	padding-bottom: 15px;
}
#text .news-list dd.date {color: #636363;}
/* End News Listing */
/* - End News - */
/* - Forms - */
#text form fieldset {padding: 2px 0;}
#text form fieldset.padding {padding-left: 200px;}
* html #text form fieldset.padding {padding-left: 203px;}
#text form label {
	display: block;
	width: 190px;
	text-align: right;
	float: left;
	padding-right: 10px;
	vertical-align: middle;
}
* html #text form label {
	width: 200px;
	width/* */:/**/190px;
}
#text form span {color: #8f0f05;}

#text form .txtfld {
	border: 1px solid #acacac;
	width: 200px;
	vertical-align: middle;
}
#text form .error {
	color: #8f0f05;
	font-size: .9em;
	padding-left: 200px;
}
* html #text form .error {padding-left: 203px;}

#text form .comments {padding: 15px 0 0 200px;}
* html #text form .comments {padding: 15px 0 0 203px;}
/* - End Forms - */
/* - Deeper Forms - */
#text form .form-border {
	background: #fcfcfc;
	border: 1px solid #b8b8b8;
	padding: 12px 15px 15px 15px;
	margin-bottom: 15px;
}
#text form .form-data {
	background: #f0f0f0;
	padding: 25px 15px;
}
#text form .form-data fieldset.padding,
#text form .form-data .error,
#text form .form-data .comments {
	padding-left: 170px;
}
* html #text form .form-data fieldset.padding,
* html #text form .form-data .error,
* html #text form .form-data .comments {
	padding-left: 173px;
}

#text form .form-data label {width: 160px;}
* html #text form .form-data label {
	width: 170px;
	width/* */:/**/160px;
}

#text form .form-data textarea {
	font: 100%  Arial, Tahoma, Helvetica, sans-serif;
	border: 1px solid #acacac;
	width: 330px; height: 75px;
	overflow: auto;
}
#text form .form-data .clr {cursor: pointer;}
#text form .form-data .item {padding: 6px;}
#text form .price {padding-bottom: 15px;}
#text form .price i {font-style: normal;}
/* - End Deeper Forms - */
/* - Index Blocks - */
#index-blocks {
	padding: 25px 0;
	width: 100%;
}
#index-blocks .block {
	float: left;
	width: 210px;
	margin-right: 11px;
	background: url('../images/bg-index-block.gif') no-repeat 50% 0;
}
#index-blocks .last {margin-right: 0;}
#index-blocks .block a {text-decoration: none; cursor: pointer;}

#index-blocks .block-background {
	padding: 17px 15px;
	width: 180px;
	position: relative;
	background: url('../images/bg-index-block-bot.gif') no-repeat 50% 100%;
}
* html #index-blocks .block-background {
	width: 210px;
	width/* */:/**/180px;
}

#index-blocks .block-data {
	font-size: .9em;
	line-height: 16px;
	background: #fbf7d9;
	border: 1px solid #dadada;
	padding: 6px 15px 5px 15px;
}
#index-blocks .block-data p {margin: 0;}

#index-blocks .block-data h2 {
	text-transform: uppercase;
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
	padding: 0 0 5px 35px;
	color: #a00505;
	text-decoration: none;
}
#index-blocks .block-data h2 span {color: #000;}

#index-blocks .graphics {
	position: absolute;
	top: -9px; left: -10px;
	display: block;
	width: 73px; height: 74px;
	background: url('../images/bg-graphics.gif') no-repeat 50% 50%;
}

/* - End Index Blocks - */
/* - Jurisdictions - */
#text .jurisdictions-border {
	background: #fcfcfc;
	border: 1px solid #b8b8b8;
	padding: 15px 10px 10px 10px;
	margin-bottom: 15px;
}
#text .jurisdictions-data {
	background: #f0f0f0;
	padding: 25px 15px;
}

#text .jurisdictions-border table {
	border-collapse: separate;
	border-spacing: 12px;
	margin: 0;
	border-spacing: expression(cellSpacing=12);
}

#text .jurisdictions-border table td {
	vertical-align: top;
	width: 25px;
	background: #f0f0f0;
	padding: 0;
	text-align: center;
}
#text .jurisdictions-border table td a {
	text-decoration: none;
	display: block;
	padding: 10px;
	width: 120px;
}
* html #text .jurisdictions-border table td a {
	width: 140px;
	width/* */:/**/120px;
}

#text .jurisdictions-border table td span {
	text-align: left;
	display: block;
	padding-bottom: 5px;
	font-weight: bold;
	color: #4d0000;
	white-space: normal;
	width: 120px;
}
#text .jurisdictions-border table td img {border: 0;}

#text .jurisdictions-img {
	float: right;
	background: #fff;
	border: 1px solid #b8b8b8;
	padding: 10px;
	margin-left: 10px;
}
#text .jurisdictions-img .pad {
	padding: 10px;
	background: #f0f0f0;
}
/* - End Jurisdictions - */
/* - ABC - */
#abc {
	list-style: none;
	padding: 10px 0;
	background: #fcfcfc;
	border: 1px solid #b8b8b8;
	width: 30px;
	position: absolute;
	top: 43px; left: 10px;
	font-weight: bold;
	color: #000000;
	font-size: 1.1em;
	z-index: 10;
}
#abc li {
	display: block;
	position: relative;
}
* html #abc li {
	vertical-align: top;
	height: 1%;
}
#abc li a {
	display: block;
	padding: 8px 0;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
#abc li a:hover {
	text-decoration: underline;
	color: #4d0000;
}

/* */
#abc ul {
	padding: 10px 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 0; left: 30px;
	width: 150px;
	font-size: .8em;
	font-weight: normal;
	text-transform: none;
	background: #fcfcfc;
	border: 1px solid #b8b8b8;
	z-index: 20;
}
#abc ul li {
	background: none;
	padding: 0;
	cursor: pointer;
}

#abc ul a {
	display: block;
	padding: 3px 10px;	
	color: #000;
	width: 130px;
	text-align: left;
}

* html #abc ul li {float: left;}
* html #abc ul li a {
	vertical-align: top;
	height: 1%;
	width: 150px;
	width/* */:/**/130px;
}

#abc li:hover ul, #abc li.over ul {display: block;}
/* - End ABC - */
/* --- End Modules --- */
/* --- Pager --- */
#text #pager {
	width: 100%;
	padding: 5px 0;
	font-size: .9em;
}
#text #pager a {padding: 4px 6px; text-align: center;}
#text #pager a:hover, #text #pager a.active {
	color: #fff;
	text-align: center;
	text-decoration: none;
}
/* --- End Pager --- */
/* --- Back Top --- */
#text #back-top {
	border-top: 1px solid #d4d4d4;
	width: 100%;
	padding: 5px 0 0 0;
	margin: 0;
	list-style: none;
	background: none;
	font-weight: bold;
}
#text #back-top li {
	background: none;
	padding: 0; margin: 0;
}
#text #back-top li.back {float: left;}
#text #back-top li.ttop {float: right;}
/* --- End Back Top --- */


/* --- Footer --- */
#footer {
	clear: both;
	left: 0; bottom: 0;
	width: 100%; height: 70px;
	position: static;
	text-align: center;
}

* html #footer {position: absolute;}
head:first-child+body #footer {position: absolute;}

#footer-content {
	position: relative;
	text-align: left;
	width: 995px;
	margin: 0 auto;
}
/* Footer Structure */
#footer-meniu, #contact-phone {float: left;}
/* End Footer Structure */
/* Footer Meniu */
#footer-meniu {display: none;}
/* End Footer Meniu */
/* Contact Phone */
#contact-phone {
	margin-top: 2px;
	width: 243px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0;
	color: #fff;
}

/* End Contact Phone */
/* --- 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))
}