* {
	margin:0;
	padding:0;
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #ccc;
}
img {
	border: none;
}
a.big, a.big2 {
	border: 1px solid #194166;
	background-color: #1b3349;
	width: 130px;
	height: 130px;
	margin: 3px 8px 3px 0px;
	display: block; 
	float: left;
}
img.pvz {
	padding: 5px;
}
.color1 {
	color:#09B3E3;
}
.color0 {
	color: #FFFFFF;
}

/* ------------------------------------------------------------------ */
/* --- Links -------------------------------------------------------- */
/* ------------------------------------------------------------------ */
a:link, a:visited, a:active {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* --- [For imges] -------------------------------------------------- */
a:link img, a:visited img, a:active img {
	border: none;
}
a:hover img {
	border: none;
}

/* --- [more link] -------------------------------------------------- */
a.more:link, a.more:visited, a.more:active {
	background-image: url(images/icons/link_more.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
a.more:hover {}

/* ------------------------------------------------------------------ */
/* --- Defaults ----------------------------------------------------- */
/* ------------------------------------------------------------------ */
h1 {
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -1px;
	color: #fff;
	text-align:right;
}
h1 span { 
	background-color: #000000;
	padding: 4px 0 6px 0;
}

h2 {
	text-align:right;
	font-size:24px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -1px;
	color:#fff;
}
h2 span {
	background-color: #000000;
	padding: 4px 0 6px 0;
}

h3 {
	font-size:1.4em;
	line-height: 1.6em;
	margin: 0 0 0em 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -1px;
	color:#000;
}
h3 span {
	border-bottom: 4px solid #000;
}

p {
	font-size: 12px;
	line-height: 18px;
	color: #ccc;
	margin: .5em 0 .5em 0;
}

blockquote, .pastaba {
	color: #333333;
	border-left: 4px solid #000;
	line-height: 1.4em;
	padding-left: 1em;
	margin: .5em 0 .5em 0;
}
.hr {
	background-image: url(images/hr.gif);
	background-repeat: repeat-x;
	background-position: center;
	border: none;
	margin:1em 0; padding:0;
	display: block;
	height: 1px;
	background-color: transparent;
}
fieldset {
	border: 1px solid #000;
	padding: 1em;
	margin: .5em 0;

}
legend {
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
	padding: 0 15px;
	margin: 0;
}

pre {
	font-family: "Courier New", Courier, monospace;
	border: 1px dashed #000000;
	overflow: auto;
}
strong, b {
	font-weight: bold;
}
/* --- Lists -------------------------------------------------------- */
ul {
	list-style-image: none;
	list-style-type: none;
	margin: 1em;
	padding: 0;
}

dl {
	list-style-image: none;
	list-style-type: none;
	margin: 1em;
	padding: 0;
}

ul.list {
	margin-top: 42px;
	list-style-image: none;
}
ul.list li {
	text-align: right;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	background-image: none;
	margin:0;
}

ol {
	list-style-position: inside;
	margin: 1em;
	padding: 0;
}

ul li {
	background-image: url(images/dot.gif);
	color: #ccc;
	background-position: 0px 4px;
	padding-left: 12px;
	background-repeat: no-repeat;
	margin: 8px 0 8px 8px;
	white-space: normal;
	line-height: 16px;
	font-size: 12px;
}

ul ul {
	margin: 0;
}
ul li li {
	background-image: url(images/dot.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
}
dl dt {
	text-decoration: underline;
}

dl dd {
	background-image: url(images/dot.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	margin-left: 1em;
	padding-left: 1em;
	line-height: 1.4em;
}
ol ul, ol ol {
	margin: 0;
}
ol li {
	margin-left: 1em;
	line-height: 1.4em;
}
ol li li {
	margin-left: 2em;
}
label {
	display: block;
	cursor: pointer;
}
.svarbu {
	color: #FF0000;
	font-weight: bold;
}
/* ------------------------------------------------------------------ */
/* --- Meniu [] ----------------------------------------------------- */
/* ------------------------------------------------------------------ */

/* --- SubMeniu [] -------------------------------------------------- */



/* ------------------------------------------------------------------ */
/* --- Pager  ------------------------------------------------------- */
/* ------------------------------------------------------------------ */
.navigation_pages {
	clear: both;
	text-align: center;
	padding-top: 10px;
	margin-top: 5px;
}
.navigation_pages a {
	margin: 0 3px;
}
a.p-prev {
	border: none;
	background-image: url(images/icons/icon_prev.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin: 0 0 0 8px;
}
a.p-next {
	background-image: url(images/icons/icon_next.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	margin: 0 0 0 12px;
}
/* ------------------------------------------------------------------ */
/* --- [table style] ------------------------------------------------ */
/* ------------------------------------------------------------------ */
.lenta {
	width: 100%;
	border-collapse: collapse;
	margin: .5em 0;
}
.lenta th, .lenta_header {
	color: #000;
	background-color: #CCC;
	text-align: center;
	font-weight: bold;
	border-top: 4px solid #000;
	border-bottom: 1px solid #333;
	padding: 4px 0;
}
.lenta td {
	text-align: center;
	padding: 4px 0;
	border-bottom: 1px solid #333;
}
/* ------------------------------------------------------------------ */
/* --- [Form style] ------------------------------------------------- */
/* ------------------------------------------------------------------ */
.forma {
	padding: 1em;
	margin: 1em 0;
	width: 260px;
	border: 1px solid #999999;
}
.forma .idiv {
	margin: 6px 0;
	padding-bottom: 6px;
}
.forma label {
	text-transform: none;
	font-size: 1em;
	color: #333333;
	display: block;
	cursor: pointer;
}
.forma input {
	border: 1px solid #000;
	background-color: #ccc;
	width: 255px;
	padding: 3px;
	font-size: 11px;
}
.forma input.button {
	width: auto;
	color: #000;
	background-color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 10px;
	cursor: pointer;
}
.forma textarea {
	border: 1px solid #000;
	background-color: #ccc;
	font-size: 11px;
	width: 255px;
	overflow: auto;
	padding: 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
/* ------------------------------------------------------------------ */
/* --- [jquery] ----------------------------------------------------- */
/* ------------------------------------------------------------------ */
#text-info {
	width: 585px;
	padding: 10px;
	background-color: #000000;
	/*border:1px solid #01232D;*/
}

#myController {
	width: 170px;
	padding-left: 405px;
	text-align: right;
}
#myController2 {
	text-align: right;
}

#text-info h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: normal;
	border-bottom: 1px solid #194166;
	padding-bottom: 12px;
	padding-top: 8px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}
#text-info p {
	margin-top:0;
}


#myController span{
	color:#FFF;
	background-color:#000;
	cursor:pointer;
}
#jFlowSlide{}

#myController span.jFlowControl {
	padding: 6px 8px 4px 8px;
	line-height: 18px;
	margin-left: 4px;
	text-align: center;
	font-size: 9px;
	background-color:#194166;
	color:#FFFFFF;
}
#myController span.jFlowSelected {
	background-color:#1f5485;
	font-size: 9px;
}
#myController2 span.jFlowControl {
	padding: 3px 0;
	cursor: pointer;
}
#myController2 li {
	cursor: pointer;
}
#myController2 li:hover span {
	background-color:#194166;
	cursor: pointer;
}

#myController2 span.jFlowSelected {
	background-color:#1f5485;
}

.jFlowPrev, .jFlowNext{
	background-color:#194166;
	color: #FFFFFF;
	padding: 4px 10px;
	cursor:pointer;
}
#mySlides div {}

#phone-info {
	margin-top: 14px;
	width: 526px;
	padding:10px 10px 10px 71px;
	background-image: url(images/phone_bg.jpg);
	background-repeat: no-repeat;
	height: 37px;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #CCCCCC;
}
#phone-info a {
	color: #CCCCCC;
	text-decoration: none;
}
#phone-info a:hover {
	color: #FFFFFF;
}
#pdf-info {
	display: block;
	background-image: url(images/pdf_bg.gif);
	background-repeat: no-repeat;
	width: 496px;
	padding:20px 10px 20px 71px;
	color:#000000;
	line-height: normal;
	margin-right: 30px;
	font-size: 12px;
	height: 28px;
}
#pdf-info a {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#pdf-info a:hover {
	color:#09B3E3;
}

#f-holder #contacts-bottom {
	font-size: 11px;
	line-height: 16px;
}
