/* 2006 (c) UAB "Dizaino kryptis" */
/* 2006 (c) Simonas Falkauskas */
body {
	position: relative;
	margin: 0; padding: 0 0 10px 0;
	font-size: 1em;
	font: 76%  Arial, Tahoma, Helvetica, sans-serif;
}

#wrapper {
	position: relative;
	width: 1000px;
}
* html #wrapper {text-align: center;}

/* --- 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;}
h1 {display: none;}
/* --- End Standart Tag's --- */

.logo {display: none;}
#logo-print {display: block;}

/* Languages */
#languages {display: none;}
/* End Langauges */
/* Top Navigation */
#top-navigation {display: none;}
/* End Top Navigation */

#container {
	margin: 0 auto;
}
* html #container {text-align: left;}

/* Meniu */
#meniu {display: none;}
/* End Meniu */

/* Structure */
#block-left, #block-right {float: left;}
#block-left {display: none;}
}
#block-right {width: 100%;}
/* End Structure */

/* Headers */
#container h2 {
	font-size: 1em;
	color: #8d1f3a;
	background: #e3bf02;
	padding: 3px 10px 3px 25px;
	background: url('../images/h3-bg.gif') no-repeat 0 50%;
}
#container h2 a {
	color: #8d1f3a;
	text-decoration: none;
}

/* End Headers */

/* Mesaage */
#b-message {
	background: url('../images/bgbmessage.png') repeat-y; width: 210px;
}

* html #b-message {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/bgbmessage.png');	
}
/* End Message */

/* Text */
#b-text {
	background: #f6fcef;
	margin-bottom: 12px;
}
#b-text .text {
	margin: 1px;
	border: 1px solid #cfdbcf;
}


.text {
	font-size: .9em;
	color: #584e4e;
	padding: 20px;
	line-height: 15px;
	text-align: justify;
}
.text h3 {
	font-size: 1.2em;
	padding-bottom: 10px;
}

.text p {margin: 0 0 1em 0;}
.text a {
	color: #b9173e;
}
.text hr {
	border: 0;
	color: #c7d3c6;
	background-color: #c7d3c6;
	height: 1px;
}
.text a:hover {text-decoration: underline;}

.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 18px 5px;
}
* 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 10px 5px;
}
.text ul ul ul {margin: 0;}
.text ul ul ul li {
	background: url('../images/bg-text-bullet.gif') no-repeat 10px 5px;
}

.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: #c7d3c6;
	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: #c7d3c6;
	vertical-align: top;
}
.text th {
	padding: 4px 5px;
	text-align: left;
	border-color: #c7d3c6;
	font-weight: bold;
}
.text td p, .text th p {margin: 0;}
/* End Text */
/* News List */
.text dl.news-list {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #c7d3c6;
}

.text .news-list dt {
	font-weight: bold;
	color: #584e4e;
}
.text .news-list dt span {
	font-weight: normal;
	color: #b9173e;
}
.text .news-list dd {
	margin: 0;	
}
/* End News List */
/* Image */
.text .image {
	float: right;
	margin: 0 0 10px 15px;
}
.text .image img {border: 2px solid #c7d3c6;}
/* End Image */
/* Footer */
#footer {
	background: #771210;
	width: 100%; position: relative;
	font-size: .9em;
	padding: 1px;
}
* html #footer {
	text-align: left;
}

#footer div {
	border: 1px solid #973737;
	padding: 10px 20px;
	line-height: 15px;
	color: #c9b1b1;
	background: url('../images/bg-footer.jpg') no-repeat 50% 100%;
}
#footer div p {margin: 0;}
#footer div p b {color: #f6fcef;}
#footer div a {
	color: #c9b1b1;
	text-decoration: none;
}
#footer div a:hover {text-decoration: underline;}
/* 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))
}