/* 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;
}

/* --- 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 --- */


/* --- 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 --- */

.logo {
	position: absolute;
	top: 30px; left: 0;
	display: block;
	width: 150px; height: 70px;
	background: url('../images/logo.gif') no-repeat 50% 50%;
	z-index: 0;
}
.logo span {display: none;}

h1.title {
	position: absolute;
	top: 30px; left: 283px;
	display: block;
	width: 333px; height: 70px;
	text-align: center;
	text-transform: none;
	font-style: italic;
	color: #d60022;
	font-size: 2em;
	border: 0; padding: 20px 0 0 0;
	z-index: 0;
}
h1.title span {display: none;}

* html h1.title {z-index: -1;}
*:first-child+html h1.title {z-index: -1;}

#graphics {
	position: absolute;
	top: 100px; left: 0;
	display: block;
	width: 596px; height: 188px;
	background: url('../images/russian_visa.jpg') no-repeat 50% 50%;
	z-index: 0;
}

/* --- 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: 612px;
	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 --- */
/* --- Center Information --- */
#information {padding: 15px 10px;}

#information .text {
	text-align: justify;
	color: #969baf;
	line-height: 16px;
	padding: 10px;
	margin-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #c9c9c9;
	width: 310px;
}
* html #information .text {
	width: 330px;
	width/* */:/**/310px;
}

#information .text p {margin: 0 0 1em 0;}
#information .text a {
	color: #969baf;
	text-decoration: none;
}
#information .text a:hover {
	color: #000;
	text-decoration: underline;
}

#information .text ul {
	list-style: none;
	padding: 0;
	position: relative;
}
#information .text li {
	display: block;
	padding: 2px 0 2px 15px;
	background: url('../images/bg-text-bullet.gif') no-repeat 0 50%;
}

#information .text a.aplication, #information .text a.invitation {
	position: absolute;
	right: 10px; bottom: 10px;
	display: block;
	width: 74px; height: 24px;
}
#information .text a.aplication {background: url('../images/btn-apply.gif') no-repeat 50% 50%;}
#information .text a.invitation {background: url('../images/btn-get.gif') no-repeat 50% 50%;}

#information .text a span {display: none;}
/* --- End Center Information --- */
/* --- Guides --- */
#guides {background: #d60022; width: 330px;}
#guides h1 {
	color: #fff;
	border: 0;
}
#guides ul {
	padding: 5px 10px 10px 10px;
	list-style: none;
	margin: 0;
}
#guides li {display: block;}
* html #guides li {
	vertical-align: top;
	height: 1%;
}
#guides li a {
	display: block;
	padding: 3px 0 3px 15px;
	color: #fff;
	text-decoration: none;
	background: url('../images/bg-guides.gif') no-repeat 0 50%;
}
#guides li a:hover, #guides li a.active {text-decoration: underline;}
/* --- End Guides --- */
/* --- 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 {
	font-size: .9em;
	text-align: justify;
	overflow: hidden;
	color: #333333;
	padding: 0 20px 15px 15px;
}
#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}

#text table {
	border-collapse: collapse;
	border: 1px solid;
	border-color: #d6d6d6;
	width: 100%;
	margin-bottom: 1.5em;
	color: #333;
}

* 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: 1.1em;
	border-color: #d6d6d6;
	vertical-align: top;
}

#text th {
	padding: 7px 5px;
	text-align: center;
	font-size: 1.1em;
	border-color: #d6d6d6;
	text-transform: uppercase;
	background: #e4e4e4;
	font-weight: normal;
}

#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 {
	padding: 25px 0 40px 0;
	width: 857px;
	text-transform: uppercase;
	font-size: .9em;
	color: #949292;
}

#footer div {
	width: 40%;
	float: left;
}
#footer div p {margin: 0;}

#footer ul {
	padding: 0;
	list-style: none;
	width: 40%;
	float: right;
}
#footer ul li {
	display: block;
	float: right;
}
#footer ul li a {
	display: block;
	padding: 0 5px;
	color: #afadad;
	text-decoration: none;
	background: url('../images/bg-footer.gif') no-repeat 0 50%;
}
#footer 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))
}