/* 2008 (c) UAB "Dizaino kryptis" */
/* 2008 (c) Simonas Falkauskas */
body {
	position: relative;
	margin: 0; padding: 0;
	font-size: 1em;
	font: 80% Arial, Tahoma, Helvetica, sans-serif;
	text-align: center;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 857px;
	text-align: left;
}

/* --- Top Navigation --- */
#top-navigation {
	width: 857px;
	background: #d60022;
}


#top-navigation ul {
	list-style: none;
	padding: 0;
	width: 76px; float: right;
	overflow: hidden;
	padding: 7px;
}
#top-navigation li {
	display: block;
	float: left;
	padding: 0 10px;
}
#top-navigation a {
	display: block;
	width: 16px; height: 16px;
}

#top-navigation .home a {background: url('/images/ico-home.gif') no-repeat 50% 50%;}
#top-navigation .mail a {background: url('/images/ico-mail.gif') no-repeat 50% 50%;}

#top-navigation a span {display: none;}
/* --- End Top Navigation --- */
/* --- Top Meniu --- */
ul#top-meniu {
	float: left;
	width: 700px;
	overflow: visible;
}
ul#top-meniu li {
	display: block;
	position: relative;
}

ul#top-meniu li a {
	display: block;
	width: auto; height: auto;
	color: #fffefe;
	text-decoration: none;
}

/* */

ul#top-meniu li ul {
	padding: 10px 5px;
	list-style: none;
	display: none;
	position: absolute;
	top: 15px; left: 0;
	width: 120px;
	z-index: 100000;
	font-size: 1em;
	text-transform: none;
	background: #d60022;
}

ul#top-meniu li ul li {
	background: none;
	padding: 0;
	cursor: pointer;
	border-bottom: 1px solid #ec8797;
}
ul#top-meniu li ul li.last {border: 0;}

ul#top-meniu li ul li a {
	display: block;
	padding: 3px 5px 3px 10px;	
	color: #FFF;
	width: 105px;
}


ul#top-meniu li ul li a:hover, ul#top-meniu li ul li a.active {text-decoration: underline;}

* html ul#top-meniu li ul li {float: left;}
* html ul#top-meniu li ul li a {
	vertical-align: top;
	height: 1%;
	width: 115px;
	width/* */:/**/105px;
}

ul#top-meniu li:hover ul, ul#top-meniu li.over ul {display: block;}
/* --- End Top Meniu --- */
/* --- Structure --- */
#container {width: 857px;}
#block-left, #block-center, #block-right {float: left;}

#block-left {
	width: 240px;
	margin: 260px 6px 0 0;
}
#block-center {
	width: 350px;
	margin: 260px 16px 0 0;
}
#block-right {width: 245px;}


#inside #block-left {
	width: 773px;
	margin: 95px 0 0 0;
}

/* --- End Structure --- */
/* --- Tags --- */
h1 {
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 12px 10px 7px 10px;
	border-bottom: 1px solid;
}

h2 {
	font-size: 1.1em;
	color: #FF0000;
	text-transform: uppercase;

}

#block-left h1, #block-right h1 {
	color: #000;
	border-color: #000;
}
#block-center h1 {
	color: #d60022;
	border-color: #c9c9c9;
}
#block-right h1 {padding: 12px 0 7px 0;}
/* --- End Tags --- */
/* --- Meniu --- */
#meniu {padding: 15px;}
#meniu ul {
	padding: 0;
	list-style: none;
}
#meniu li {
	display: block;
	border-bottom: 1px solid #c9c9c9;
}
* html #meniu li {
	vertical-align: top;
	height: 1%;
}
#meniu li.last {border: 0;}

#meniu li a {
	display: block;
	padding: 4px 10px 4px 25px;	
	text-decoration: none;
	color: #969baf;
	background: url('/images/bg-meniu.gif') no-repeat 11px 50%;
}
#meniu li a:hover, #meniu li a.active {
	color: #000;
	text-decoration: underline;
}
/* --- End Meniu --- */

/* --- Submeniu --- */
#submeniu {
	background: #e4e4e4;
	padding: 0 15px 15px 15px;
}
#submeniu ul {
	padding: 0;
	list-style: none;
}
#submeniu ul li {
	display: block;
	border-bottom: 1px solid #b4b4b4;
}
* html #submeniu ul li {
	vertical-align: top;
	height: 1%;
}
#submeniu ul li.last {border: 0;}

#submeniu ul li a {
	display: block;
	padding: 4px 10px 4px 25px;
	color: #000;
	text-decoration: none;
	background: url('/images/bg-submeniu.gif') no-repeat 10px 50%;
}
#submeniu ul li a:hover, #submeniu ul li a.active {text-decoration: underline;}

#submeniu ul ul {font-size: .9em;}
#submeniu ul ul li {border: 0;}
#submeniu ul ul li a {
	display: block;
	padding: 1px 10px 2px 45px;
	color: #717070;
	background: url('/images/bg-submeniu-ul.gif') no-repeat 35px 50%;
}
/* --- End Submeniu --- */
/* --- Text --- */

#text h1 {
	font-size: 1.2em;
	border: 0;
	padding: 0 0 15px 0;
}
#text h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	padding-bottom: 15px;
}

#text p {margin: 0 0 1.5em 0;}
#text a {color: #d60022;}

#text hr {
	border: 0;
	color: #d6d6d6;
	background-color: #d6d6d6;
	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 13px 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}



* html #text table {font-size: 1em; width: auto; width/* */:/**/100%;}
#text table[border="0"] {border: 0;}
#text table.noborder { border: 0; }

#text td p, #text th p {margin: 0;}

#text .small {font-size: .9em;}

/* Form */
#text form {padding: 10px 0;}
#text form fieldset {padding: 2px 0;}
#text form fieldset.right {text-align: right;}

#text form .txtfld {
	border: 1px solid #999999;
	background: #f5f5ea;
	width: 120px;
	padding: 0 3px;
}
/* End Form */

/* --- End Text --- */
/* --- Footer --- */
#footer_rvg {
	padding: 25px 0 40px 0;
	width: 857px;
	text-transform: uppercase;
	font-size: .9em;
	color: #949292;
}

#footer_rvg div {
	width: 40%;
	float: left;
}
#footer_rvg div p {margin: 0;}

#footer_rvg ul {
	padding: 0;
	list-style: none;
	width: 40%;
	float: right;
}
#footer_rvg ul li {
	display: block;
	float: right;
}
#footer_rvg ul li a {
	display: block;
	padding: 0 5px;
	color: #afadad;
	text-decoration: none;
	background: url('/images/bg-footer.gif') no-repeat 0 50%;
}
#footer_rvg ul li a:hover, #footer ul li a.active {
	text-decoration: underline; color: #000;
}

/* --- 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))
}
