/* 2008 (c) UAB "Dizaino kryptis" */
/* 2008 (c) Simonas Falkauskas */

/* 2010 (c) UAB "Dizaino kryptis" */
html {
    margin:0;
    padding:0;	
    height:100%;
}
body {
    position:relative;
    margin:0;
    padding:0;
    font-size:1em;
    font:76% Arial, Tahoma, Helvetica, sans-serif;
    background:#b3ca82 url('../images/bg-body.png') left top repeat-x;
}

/*
body#prezentation {
    background:#b3ca82 url('../images/bg-index-bigger.jpg') no-repeat 50% 0;
}
bg-presentation.jpg
*/

#prezentation #container {
    width:100%;
    background:url('../images/bg-presentation.jpg') no-repeat 50% 0;
}


#wrapper {
  position:relative;
  margin:0 auto;
  width:996px;
}

/* --- 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;
}
a {
    color:#4b7a01;
    text-decoration:underline;
}
a:hover {
    text-decoration:none;
}
a:focus {outline-style: none;}
input, textarea, select {
    font-family:Arial, Tahoma, Helvetica, sans-serif;
    font-size:100%;
}

.button_small {
    width:85px;
    height:26px;
    line-height:26px;
    background:url(../images/btn-small-bg.gif) top left no-repeat;
    font-size:12px;
    font-weight:bold;
    color:#fff;
    border:0;
    padding:0;
    vertical-align:middle;
}

/* --- End Standart Tag's --- */

#header {
    width:980px;
    height:69px;
    margin:auto;
    background:url('../images/bg-header.png') center top no-repeat;
}
/*
#prezentation #header {
    background:none;
}
*/

#logo {
    display:block;
    width:288px;
    height:75px;
    background:url('../images/logo-blue-alias.gif') 50% 50% no-repeat;
    position:absolute;
    top:139px;
    left:335px;
    z-index:150;
}
#logo span {
    display:none;
}
#logo-print {
    display:none;
}


/* --- Top Navigation --- */
#top-navigation {
    height:20px;
    margin:0;
    padding:0;
    list-style:none;
    position:absolute;
    top:55px;
    right:48px;
    z-index:100;
}
#top-navigation li {
    display:block;
    float:left;
    margin-left:15px;
}
#top-navigation li a {
    display:block;
    width:20px;
    height:20px;
}
#top-navigation li.home a {
    background:url('../images/ico-home-t.gif') no-repeat 50% 50%;
}
#top-navigation li.mail a {
    background:url('../images/ico-mail-t.gif') no-repeat 50% 50%;
}
#top-navigation li.sitemap a {
    background:url('../images/ico-sitemap-t.gif') no-repeat 50% 50%;
}
#top-navigation li.print a {
    background:url('../images/ico-print-t.gif') no-repeat 50% 50%;
}
#top-navigation li a span {
    display:none;
}
/* --- End Top Navigation --- */

/* --- Search --- */
#search {
    width:160px;
    height:20px;
    margin:0;
    background-color:#f4f3e4;
    position:absolute;
    top:22px;
    right:48px;
    z-index:100;
}
#search fieldset {
    padding:0;
    margin:0;
    border:0;
}
#search label {
  display:none;
}
#search .txtfld {
    width:120px;
    float:left;
    font-size:11px;
    line-height:14px;
    padding:3px 5px;
    border:0;
    color:#494e3e;
    background-color:#f4f3e4;
}
#search .bt {
    float:rigth;
    vertical-align:middle;
}
/* --- End Search --- */

/* --- Languages --- */
#languages {
    position:absolute;
    top:90px;
    right:48px;
    z-index:100;
    padding:0;
    margin:0;
    list-style:none;
}
#languages li {
    float:left;
    padding:0;
    padding:0 2px;
    margin-left:15px;
    color:#4B7A01;
    text-transform:uppercase;
    font-size:11px;
}
#languages li a {
	display:block;
	width:16px;
	height:11px;
	color:#4B7A01;
}
#languages li a span {
	display:none;
}
#languages li.first {
  border:none;
}
/* --- End Languages --- */

/* --- Nav --- */
#nav {
    width:780px;
    height:45px;
    position:absolute;
    top:0;
    left:0;
    z-index:200;
}
#navmenu {
    height:45px;
    list-style:none;
    padding:0;
    margin:0;
}
#navmenu li {
    height:45px;
    float:left;
    position:relative;
    z-index:1;
}
#navmenu li a {
    display:block;
    height:18px;
    float:left;
    padding:22px 20px 5px 20px;
    font-size:16px;
    line-height:18px;
    color:#fff;
    text-decoration:none;
}
.content_lt #navmenu li a {
    padding:22px 15px 5px 15px;
}
.content_ru #navmenu li a {
    padding:22px 10px 5px 10px;
}
#navmenu li a span {
    cursor:pointer;
    text-decoration:underline;
}
#navmenu li.container a span {
    padding-right:12px;
    background:url('../images/arrow-down-white.gif') right center no-repeat;
}
#navmenu li a:hover span,
#navmenu li.container:hover a span,
#navmenu li.container.hover a span {
    text-decoration:none;
}
#navmenu li.container a:hover,
#navmenu li.container:hover a,
#navmenu li.container.hover a {
    background:#36400a url(../images/nav-item-container-bg.gif) left top repeat-x;
}
#navmenu li a.active {
    color:#c6dc97;
}
#navmenu li a.active span{
    text-decoration:none;
}

#navmenu li div.submenu {
    display:none;
    width:200px;
    padding:10px 0;
    position:absolute;
    top:45px;
    left:0;
}
#navmenu li div.submenu_inner {
    background-color:#36400a;
}
#navmenu li div.submenu.use_banner {
    width:414px;
}
#navmenu .submenu_top,
#navmenu .submenu_bottom {
    width:200px;
    height:10px;
    position:absolute;
}
#navmenu .use_banner .submenu_top,
#navmenu .use_banner .submenu_bottom {
    width:414px;
}
#navmenu .submenu_top {
    top:0;
    left:0;
    background:url(../images/submenu-top-bg.png) left top no-repeat;
}
#navmenu li .use_banner .submenu_top {
    background:url(../images/submenu-top-w-bg.png) left top no-repeat;
}
#navmenu .submenu_bottom {
    bottom:0;
    left:0;
    background:url(../images/submenu-bottom-bg.png) left top no-repeat;
}
#navmenu li .use_banner .submenu_bottom {
    background:url(../images/submenu-bottom-w-bg.png) left top no-repeat;
}
#navmenu li ul {
    width:200px;
    padding:10px 0 10px 0;
    margin:0;
    list-style:none;
}
#navmenu li .use_banner ul {
    width:414px;
}

#navmenu li.container ul li {
    width:160px;
    height:auto;
    float:none;
    padding:0 20px 10px 20px;
}
#navmenu li.container ul li a {
    height:auto;
    display:block;
    float:none;
    padding:0;
    font-size:13px;
    letter-spacing:1px;
    line-height:normal;
    background-image:none !important;
    text-decoration:underline;
}
#navmenu li.container ul li a:hover {
    text-decoration:none;
    background-image:none !important;
}
#navmenu li.container ul li a.active {
    text-decoration:none;
}

#navmenu li ul li.banner {
    width:194px;
    float:right;
    padding-left:0;
}
#navmenu li.banner img {
    display:block;
    border:5px solid #b3ca82;
}

/*
#navmenu li:hover ul,
#navmenu li.hover ul {
    display:block;
}
*/
#navmenu li:hover .submenu,
#navmenu li.hover .submenu {
    display:block;
}

#navmenu li ul li ul {
    display:none;
}

/* --- End Nav --- */


/* --- Flash --- */
#flash {
    display:block;
    width:955px;
    height:175px;
    position:absolute;
    top:188px;
    left:0;
    z-index:1;
}
#index #flash {
    width:980px;
    height:460px;
    position:absolute;
    top:0;
    left:8px;
    z-index:1;
}
#prezentation #flash {
    width:995px;
    height:700px;
    position:absolute;
    top:69px;
    left:0;
}
#map #flash {
    width:940px;
    height:555px;
    margin:0;
    position:absolute;
    top:225px;
    left:28px;
}
/* --- End Flash --- */

/* --- Content --- */
#content {
    width:890px;
    margin:auto;
    padding-top:315px;
    background:url(../images/inner-flash-bg.jpg) center top no-repeat;
}
#index #content {
    width:980px;
    background:none;
    padding-top:391px;
}
#prezentation #content {
    padding-top:700px;
    /*background:none;*/
}
#map #content {
    padding-top:711px;
}


#realestate_slider {
    width:980px;
    min-height:133px;
    height:auto !important;
    height:133px;
    padding-top:1px;
    background:url(../images/slider-bg.png) center top no-repeat;
    position:relative;
}
#realestate_slider_box {
    width:920px;
    height:130px;
    margin:auto;
    position:relative;
    z-index:1;
    overflow:hidden;
}
#realestate_slider_content {
    width:200%;
    height:130px;
    margin:0;
}

dl.slider_item {
    display:block;
    margin:0;
    clear:both;
    margin:0 0 25px 0;
}
#realestate_slider dl.slider_item {
    display:block;
    width:283px;
    height:115px;
    padding:15px 10px 0 15px;
    margin:0;
    clear:none;
    float:left;
    background:url(../images/slider-item-bg.png) right top no-repeat;
    position:relative;
    z-index:1;
}
#realestate_slider dl:hover,
#realestate_slider dl.hover {
    background:url(../images/slider-item-bg.png) 100% -180px no-repeat;
}
dl.slider_item dd {
    margin:0 0 15px 0;
}
#realestate_slider dl dd {
    margin:0 0 8px 0;
}
dl.slider_item dd.image {
    width:162px;
    height:120px;
    float:left;
    overflow:hidden;
    padding:7px 0 0 7px;
    margin:0 18px 10px 0;
    background:url(../images/realestate-image-bg.gif) top left no-repeat;
}
#realestate_slider dl dd.image {
    width:64px;
    height:64px;
    padding:0;
    margin:0 10px 10px 0;
    background:none;
}
#content dl.slider_item dd.image img {
    display:block;
    margin:0;
    padding:0;
    border:0;
}
dl.slider_item dd.title {
    font-size:16px;
    font-weight:bold;
}
#content dl.slider_item dd.title a,
#content dl.slider_item dd.read_more a {
    color:#4b7a01;
}
#realestate_slider dl dd.title a {
    display:block;
    white-space:nowrap;
    overflow:hidden;
}
dl.slider_item dd.details span {
    padding-right:20px;
}
dl.slider_item dd.details span span {
    padding-right:0;
}
#realestate_view .details {
    margin:15px 0;
    font-weight:bold;
}
#realestate_view .links_block {
    margin:15px 0;
}
#realestate_view .details.use_border {
    padding-top:15px;
    border-top:1px solid #b3ca82;
}
#realestate_view .details.use_border_all,
#realestate_view .links_block.use_border_all {
    padding:10px;
    border:1px solid #b3ca82;
}
dl.slider_item dd.details div,
#realestate_view .details div {
    padding-bottom:5px;
}
dl.slider_item dd.details label,
#realestate_view .details label {
    display:inline-block;
    width:100px;
    padding-right:10px;
}
#realestate_view .details label {
    font-weight:normal;
}
#realestate_slider dl dd label {
    padding-right:5px;
}
.price {
    font-size:16px;
    font-weight:bold !important;
    color:#e01f05;
    vertical-align:baseline;
    padding:0;
}
.custom_price {
    font-size:16px;
    font-weight:bold !important;
    vertical-align:baseline;
    padding:0;
}
#realestate_view .details span.price,
#realestate_view .details span.custom_price {
    width:auto;
}
#realestate_slider dl dd .price,
#realestate_slider dl dd .custom_price {
    font-size:14px;
    position:relative;
}
#realestate_slider .read_more {
    position:absolute;
    left:15px;
    bottom:0;
}
a.facebook,
a.content_print {
    padding:6px 0 6px 38px;
    font-size:12px;
    font-weight:normal;
    line-height:14px;
}
#realestate_view a.facebook {
    margin-right:30px;
}
a.facebook {
    background:url(../images/icon-facebook-green.gif) left center no-repeat;
}
a.content_print {
    background:url(../images/icon-print-big.gif) left center no-repeat;
}

#realestate_view a.facebook-share {
    padding:6px 0 6px 38px;
    font-size:12px;
    font-weight:normal;
    line-height:14px;
    background:url(../images/icon-facebook-green.gif) left center no-repeat;
    text-decoration:underline !important;
}
#realestate_view a.facebook-share {
    margin-right:30px;
}
#realestate_view a.facebook-share:hover {
    text-decoration:none !important;
}
#realestate_view .FBConnectButton_Small,
#realestate_view .FBConnectButton_RTL_Small {
    background:none;
    font-size:12px;
    font-weight:normal;
    line-height:14px;
    padding:0;
}
#realestate_view .FBConnectButton_Small
#realestate_view .FBConnectButton_Text {
    margin:0;
    padding:0;
}
#realestate_view .FBConnectButton .FBConnectButton_Text,
#realestate_view .FBConnectButton_RTL .FBConnectButton_Text {
    background:none;
    border:0;
    color: #4b7a01;
    font-family:Arial, Tahoma, Helvetica, sans-serif;
    font-weight:normal;
    margin:0;
    padding:0;
    text-shadow: none;
}
#realestate_view .fb_share_count_nub_right,
#realestate_view .fb_share_count_right {
    display:none;
}

.slider_nav_item {
    background:url(../images/slider-nav-bg.gif) no-repeat;
    display:block;
    width:30px;
    height:50px;
}
.slider_nav_item span {
    display:none;
}
a#slider_nav_prev {
    background-position:0 0;
    position:absolute;
    top:40px;
    left:0;
    z-index:5;
}
a#slider_nav_prev:hover {
    background-position:0 -100px;
}
a#slider_nav_next {
    background-position:-60px 0;
    position:absolute;
    top:40px;
    right:0;
    z-index:5;
}
a#slider_nav_next:hover {
    background-position:-60px -100px;
}

#realestate_listing,
#realestate_view {
    padding-top:25px;
}

#realestate_search {
    width:165px;
}
#realestate_search h3 {
    color:#5f6c42;
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:15px;
}
#realestate_search fieldset {
    padding:0;
    margin:0 0 20px 0;
}
#realestate_search label {
    display:block;
    color:#494e3e;
    font-weight:bold;
    margin-bottom:5px;
}
#realestate_search fieldset select {
    width:165px;
    border:1px solid #fff;
}
#realestate_search fieldset.cols_2 select {
    width:75px;
}
#realestate_search fieldset.cols_2 input {
    width:70px;
    padding:2px 2px;
    border:1px solid #fff;
}
#realestate_search fieldset .rpadding {
    margin-right:10px;
}


#realestate_view #images_area {
    width:298px;
    float:left;
    margin:0 15px 10px 0;
    position:relative;
}
#realestate_view .image {
    width:291px;
    height:280px;
    padding:7px 0 0 7px;
    margin-bottom:10px;
    background:url(../images/realestate-image-big-bg.gif) top left no-repeat;
    overflow:hidden;
}
#content #realestate_view .image img {
    border:0;
    padding:0;
    margin:0;
}
#realestate_view .image_item {
    float:left;
}
#content #realestate_view .image_item img {
    border:0;
    padding:0;
}
#content #realestate_view .image_item .active img {
    width:54px;
    height:52px;
    border:5px solid #b3ca82;
}
#realestate_view #map_area {
    width:298px;
    margin-top:30px;
    overflow:hidden;
}
#realestate_view #map_area iframe {
    width:292px;
    border:3px solid #b3ca82;
}
#realestate_view #map_area a {
    color:#4b7a01 !important;
}
#loading_box {
    display:none;
    position:absolute;
    top:7px;
    left:7px;
}
#enlarge_photo {
    position:absolute;
    top:231px;
    left:242px;
    z-index:2;
}
#content #enlarge_photo img {
    margin:0;
}

#info_area {
    width:352px;
    float:right;
}
#content #info_area h2 {
    color:#494e3e;
    margin:0 0 20px 0;
    padding:0;
    font-size:20px;
    font-weight:bold;
}
#realestate_view .contact_info,
#realestate_view .description,
#realestate_view p {
    margin:15px 0;
}
#realestate_view .details .description {
    padding-bottom:0px;
    margin:0;
    font-weight:normal;
}
#text #realestate_view .details .description p {
    margin:0 0 5px 0;
}

#realestate_view .contact_info h5,
#realestate_view .description h5,
#realestate_view .ask h5 {
    margin:0;
    padding:0;
    color:#494e3e;
    font-weight:bold;
}
#realestate_view .ask h5 {
    margin-bottom:5px;
}
#text h5.deco {
    background:#cbdda5 url(../images/heading-bg.gif) left top repeat-x;
    border-top:1px solid #b3ca82;
    border-bottom:1px solid #b3ca82;
    color:#494e3e;
    line-height:20px;
    font-weight:bold;
    padding:0 20px;
    margin-bottom:10px;
    text-align:right;
}

#realestate_view #related_objects,
#realestate_view #related_objects .related_object,
#realestate_view #related_objects .related_object div {
    padding:0;
}
.related_object {
    width:352px;
    clear:both;
    margin-bottom:10px;
    font-weight:normal;
    line-height:20px;
}
.related_object .obejct_image {
    width:70px;
    height:68px;
    float:left;
    margin-right:10px;
}
#text .related_object img {
    padding:0;
    margin:0;
}
#text .related_object h5 {
    font-weight:bold;
    padding-bottom:8px;
}
a.link {
    padding-left:14px;
    background:url(../images/icon-link.png) left center no-repeat;
}
a.file_go {
    padding-left:14px;
    background:url(../images/icon-file-go.png) left center no-repeat;
}


#askForm fieldset {
    padding:0;
    margin:0 0 12px 0;
}
#askForm .txtfield,
#askForm .comment {
    background-color:#fff;
    padding:2px 5px;
    border:0;
}
#askForm .txtfield {
    width:50%;
}
#askForm .comment {
    width:342px;
}
#askForm .action_buttons {
    text-align:right;
}
#askForm .error {
    color:#e01f05;
    margin-bottom:10px;
}
#askForm .success {
    color:#4b7a01;
    margin-bottom:10px;
}


#block-left, #block-right {
    float:left;
}
#block-left {
    width:185px;
}
#block-right {
    width:705px;
    background:#cddfa9;
}

.block-left, .block-right {
    float:left;
    width:175px;
}
/* --- End Content --- */

/* --- Meniu --- */
#meniu {
  width:890px;
  text-align:right;
}
#meniu ul {
  padding:0;
  list-style:none;
  float:right;
  overflow:hidden;
}
#meniu ul li {
  float:left;
  display:block;
  margin-right:-46px;
}
#meniu ul li a {
  display:block;
  padding:0 46px 0 0;
  background:url('../images/a-back.gif') no-repeat 100% 50%;
  color:#000;
  text-decoration:none;
}
#meniu ul li a span {
  display:block;
  padding:5px 5px 5px 46px;
  background:url('../images/a-front.gif') no-repeat 0 50%;
}
#meniu ul li.last a span {
  padding-right:20px;
}
#meniu ul li a:hover, #meniu ul li a.active {
  color:#fff;
}
#meniu ul li a:hover {
  background:url('../images/aa-back.gif') no-repeat 100% 50%;
}
#meniu ul li a:hover span {
  background:url('../images/aa-front.gif') no-repeat 0 50%;
}
#meniu ul li a.active {
  background:url('../images/aaa-back.gif') no-repeat 100% 50%;
}
#meniu ul li a.active span {
  background:url('../images/aaa-front.gif') no-repeat 0 50%;
}
#flashmap_meniu {
  position:absolute;
  top:120px;
  right:28px;
}
#flashmap_meniu_left {
  position:absolute;
  top:120px;
  left:28px;
}
#flashmap_meniu_left {
  width:470px;
  text-align:left;
}
#flashmap_meniu_left ul {
  padding:0;
  list-style:none;
  float:left;
  overflow:hidden;
}
#flashmap_meniu_left ul li {
  float:left;
  display:block;
  margin-left:-46px;
}
#flashmap_meniu_left ul li a {
  display:block;
  padding:0 0 0 46px;
  background:url('../images/left-a-back.gif') no-repeat 0 50%;
  color:#000;
  text-decoration:none;
}
#flashmap_meniu_left ul li a span {
  display:block;
  padding:5px 46px 5px 5px;
  background:url('../images/left-a-front.gif') no-repeat 100% 50%;
}
#flashmap_meniu_left ul li.last a span {
  padding-left:20px;
}
#flashmap_meniu_left ul li a:hover, #flashmap_meniu_left ul li a.active {
  color:#fff;
}
#flashmap_meniu_left ul li a:hover {
  background:url('../images/left-aa-back.gif') no-repeat 0 50%;
}
#flashmap_meniu_left ul li a:hover span {
  background:url('../images/left-aa-front.gif') no-repeat 100% 50%;
}
#flashmap_meniu_left ul li a.active {
  background:url('../images/left-aaa-back.gif') no-repeat 0 50%;
}
#flashmap_meniu_left ul li a.active span {
  background:url('../images/left-aaa-front.gif') no-repeat 100% 50%;
}
/* --- End Meniu --- */

/* --- Submeniu --- */
#submeniu {
  padding:0 10px 0 5px;
}
#submeniu h1 {
  font-size:1.5em;
  text-transform:uppercase;
  color:#5f6c42;
  font-weight:normal;
  padding-bottom:15px;
}
#submeniu h2 {
  font-size:1.4em;
  color:#4b7a01;
  font-weight:normal;
  padding-bottom:10px;
}
#submeniu ul {
  list-style:none;
  padding:0 0 15px 0;
}
#submeniu ul li {
  display:block;
}
* html #submeniu ul li {
  vertical-align:top;
  height:1%;
}
#submeniu ul li a {
  display:block;
  padding:2px 0 2px 20px;
  color:#4b7a01;
  background:url('../images/ico-submeniu.gif') no-repeat 5px 50%;
}
#submeniu ul li.video_in a {
  background:url('../images/menu_li_video.gif') no-repeat 2px 50%;
}
#submeniu ul li a:hover, #submeniu ul li a.active {
  color:#000;
  text-decoration:none;
}
/* --- End Submeniu --- */
/* --- Add Meniu --- */
#addmeniu.index {
  padding:5px 0 10px 0;
  background:url('../images/bg-index.gif') no-repeat 0 0;
}
#addmeniu {
  padding:0 10px 0 5px;
}
#addmeniu ul {
  padding:0;
  list-style:none;
  font-size:.9em;
}
#addmeniu ul li {
  display:block;
}
* html #addmeniu ul li {
  vertical-align:top;
  height:1%;
}
#addmeniu ul li a {
  display:block;
  padding:7px 0 7px 20px;
  color:#4b7a01;
}
#addmeniu ul li.map a {
  background:url('../images/ico-news.gif') no-repeat 1px 50%;
}
#addmeniu ul li.news a {
  background:url('../images/ico-news.gif') no-repeat 1px 50%;
}
#addmeniu ul li.faq a {
  background:url('../images/ico-faq.gif') no-repeat 1px 50%;
}
#addmeniu ul li a:hover, #addmeniu ul li a.active {
  color:#000;
  text-decoration:none;
}
/* --- End Add Meniu --- */
/* --- Text --- */ 
#text {
  padding:0 20px 20px 20px;
  font-size:1em;
  color:#494E3E;
  line-height:18px;
  position:relative;
}
#text .corner {
  position:absolute;
  top:0;
  left:0;
  display:block;
  width:5px;
  height:5px;
  background:url('../images/bg-corner.gif') no-repeat 0 0;
}
#realestate #text .corner {
    background:url('../images/bg-corner-green.gif') no-repeat 0 0;
}
#text img {
  margin:5px;
  padding:1px;
  border:3px solid #B2C885;
}
#text h1 {
  font-size:1.4em;
  font-weight:normal;
  color:#e1efc4;
  display:block;
  margin:0 -20px;
  padding-bottom:25px;
}
#text h1 span {
  display:table-cell;
  display:inline-block;
  padding:3px 45px 3px 20px;
  background:url('../images/bg-h1.gif') no-repeat 100% 0;
}
#text h2 {
  font-size:1.4em;
  font-weight:normal;
  color:#a27646;
  padding-bottom:10px;
}
#text h3 {
  font-size:1.2em;
  font-weight:normal;
  color:#607115;
  padding-bottom:10px;
}
#text h4 {
  font-size:1.2em;
  font-weight:bold;
  color:#000;
  margin:0;
  padding-bottom:10px;
}
#text h5 {
  font-size:1em;
  font-weight:normal;
  color:#333;
  margin:0;
  padding-bottom:10px;
}
#text h6 {
  font-size:.9em;
  font-weight:normal;
  color:#333;
  margin:0;
  padding-bottom:10px;
}
#text p {
  margin:0 0 1.5em 0;
}
#text p.special {
  color:#494E3E;
  text-transform:uppercase;
  padding:0 0 15px 0;
  margin:0;
}
#text a {
  color:#4b7a01;
  text-decoration:underline;
}
#text a:hover {
  color:#4b7a01;
  text-decoration:none;
}
#text hr {
  border:0;
  color:#a27646;
  background-color:#a27646;
  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:#a27646;
  width:100%;
  margin-bottom:1.5em;
}
* 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:#a27646;
  vertical-align:top;
}
#text th {
  padding:4px 5px;
  text-align:left;
  border-color:#a27646;
  font-weight:bold;
}
#text td p, #text th p {
  margin:0;
}
#text #video {
  float:left;
  margin:0 10px 5px 0;
}
/* --- End Text --- */
/* --- Index --- */
.text {
  padding:0 0 15px 15px;
}
.text h1 {
  font-weight:normal;
  font-size:1.4em;
  padding-bottom:10px;
}
#block-left .text h1 {
  color:#4b7a01;
}
#block-right .block-left .text h1 {
  color:#9a5d23;
}
#block-right .block-right .text h1 {
  color:#24754d;
}
#block-left .text ul {
  list-style:none;
  padding:0;
}
#block-left .text ul li {
  display:block;
}
* html #block-left .text ul li {
  vertical-align:top;
  height:1%;
}
#block-left .text ul li a {
  display:block;
  padding:2px 0 2px 20px;
  color:#4b7a01;
  background:url('../images/ico-submeniu.gif') no-repeat 5px 50%;
}

#block-left .text ul li.video_in a {
  background:url('../images/menu_li_video.gif') no-repeat 2px 50%;
}
#block-left .text ul li a:hover, #block-left .text ul li a.active {
  color:#000;
  text-decoration:none;
}
#block-right .text dl {
}
#block-right .text dt {
  font-size:.9em;
  color:#fff;
  padding-bottom:5px;
}
#block-right .text dd {
  margin:0;
  color:#4b7a01;
  padding-bottom:5px;
}
#block-right .text dd a {
  color:#4b7a01;
}
#block-right .text dd a:hover {
  color:#000;
  text-decoration:none;
}
#block-right .block-left .text dt span {
  padding:2px 5px;
  background:#a27646;
}
#block-right .block-right .text dt span {
  padding:2px 5px;
  background:#67b890;
}
#block-right .text ul {
  padding:0;
  list-style:none;
  font-size:.9em;
}
#block-right .text ul li {
  display:block;
}
* html #block-right .text ul li {
  vertical-align:top;
  height:1%;
}
#block-right .text ul li a {
  display:block;
  color:#4b7a01;
  padding:10px 0 10px 17px;
}
#block-right .text ul li a:hover {
  color:#000;
  text-decoration:none;
}
#block-right .text ul li.allnews {
  font-weight:bold;
  background:url('../images/bg-index.gif') no-repeat 0 100%;
}
#block-right .text ul li.allnews a {
  background:url('../images/ico-allnews.gif') no-repeat 0 50%;
}
#block-right .text ul li.news a {
  background:url('../images/ico-i-news.gif') no-repeat 0 50%;
}
#block-right .text ul li.faq a {
  background:url('../images/ico-i-faq.gif') no-repeat 0 50%;
}
/* --- End Index --- */
/* --- Modules --- */

/* News */
#text .news-list {
  width:665px;
  padding:15px 0;
  background:url('../images/bg-news-list.gif') repeat-x 0 100%;
  line-height:16px;
}
#text .first {
  padding-top:0;
}
#text .last {
  background:none;
}
.news-list dt.date {
  color:#fff;
  font-size:.8em;
  padding-bottom:5px;
}
.news-list dt.date span {
  padding:2px 5px;
  background:#a27646;
}
.news-list dt {
  font-size:1.4em;
  color:#9a5d23;
  padding-bottom:10px;
}
.news-list dd {
  margin:0;
}
#text .news-list dd a.more {
  padding-left:20px;
  font-weight:bold;
  color:#4b7a01;
  background:url('../images/ico-more.gif') no-repeat 5px 50%;
}
#text .news-list dd a.more:hover {
  color:#000;
}
#text .archyve {
  position:absolute;
  right:20px;
  bottom:20px;
  color:#5f6c42;
  font-size:1.1em;
}

#lastNewsItem {
    margin:20px 30px 10px 30px;
}
.lastnews_item {
    padding-bottom:5px;
}
.lastnews_item .item_date {
    display:inline;
    background: none repeat scroll 0 0 #4b7a01;
    padding: 2px 5px;
    margin-right:5px;
    color:#fff;
    font-size:0.8em;
}
.lastnews_item .item_title {
    display:inline;
    font-size: 1.4em;
    padding-bottom: 10px;
}

/* End News */
/* Faq List */
#faq {
  width:665px;
  padding-bottom:20px;
}
#faq .block-left, #faq .block-right {
  float:left;
}
#faq .block-left {
  width:180px;
  margin-right:15px;
}
#faq .block-right {
  width:470px;
}
#text #faq .block-left ul {
  padding:0;
  list-style:none;
  font-size:.9em;
}
#text #faq .block-left li {
  padding:0;
  background:none;
}
#text #faq .block-left li a {
  color:#4b7a01;
  display:block;
  padding-left:15px;
  background:url('../images/bg-text-bullet.gif') no-repeat 0 5px;
}
#text #faq li a.active {
  font-weight:bold;
  color:#494E3E;
}
#text #faq .block-left li a:hover, #text #faq .block-left li a.active {
  color:#000;
}
#faq h2 {
  color:#494E3E;
}
#faq p {
  padding:0 0 15px 0;
  margin:0;
}
/* End Faq List */
/* Faq Form */
#faq-form {
  width:665px;
  padding-bottom:7px;
  font-size:.9em;
  background:url('../images/bg-faq-form-bottom.gif') no-repeat 50% 100%;
}
#faq-form form {
  padding:10px 10px 0 10px;
  background:#879861 url('../images/bg-faq-form-top.gif') no-repeat 50% 0;
}
#faq-form form .block-left, #faq-form form .block-right {
  float:left;
}
#faq-form form .block-left {
  width:205px;
}
#faq-form form .block-right {
  width:440px;
}
#text #faq-form h2 {
  color:#e9f1da;
}
#faq-form form p {
  color:#E9F1DA;
  padding:0;
  margin:0;
}
#faq-form form fieldset {
  padding:5px 0;
}
#faq-form form label span {
  color:#CDDFA9;
  font-size:1.2em;
}
#faq-form form label {
  display:block;
  width:105px;
  float:left;
  vertical-align:middle;
  padding-top:2px;
  color:#e9f1da;
}
#faq-form form .txtfld {
  border:1px solid #7e8d5b;
  width:120px;
  background:#e9f1da;
  color:#4b7a01;
  font-size:.9em;
  padding:3px 5px;
}
* html #faq-form form .txtfld {
  font-size:1em;
}
*:first-child+html #faq-form form .txtfld {
  font-size:1em;
}
#faq-form form .long {
  width:200px;
}
#faq-form form textarea {
  border:1px solid #7e8d5b;
  background:#e9f1da;
  color:#4b7a01;
  font:100% Arial, Tahoma, Helvetica, sans-serif;
  padding:3px 5px;
  width:360px;
  height:164px;
  overflow:hidden;
}
* html #faq-form form textarea {
  height:170px;
}
*:first-child+html #faq-form form textarea {
  height:170px;
}
#faq-form form .bt {
  border:0;
  background:#879861;
  color:#e9f1da;
  text-decoration:underline;
  cursor:pointer;
}
#faq-form .errors {
  width:640px;
  background:#cddfa9;
  border:1px solid #7e8d5b;
  color:#4b7a01;
}
#faq-form .errors ul {
  margin:0;
  padding:10px 0;
}
/* End Faq Form */
/* Gallery */
#gallery img {
  border:none;
  padding:0;
  margin:0;
}
#text #gallery {
  width:665px;
  position:relative;
}
#text #gallery .gallery-meniu {
  list-style:none;
  padding:0;
  font-size:1.1em;
  width:665px;
  overflow:hidden;
}
#text #gallery .gallery-meniu li {
  display:block;
  padding:0 30px 0 0;
  float:left;
  background:none;
}
#text #gallery .gallery-meniu li.first {
  padding-left:0;
}
#text #gallery .gallery-meniu li a {
  color:#5f6c42;
}
#text #gallery .gallery-meniu li a:hover, #text #gallery .gallery-meniu li a.active {
  color:#000;
}
#text #gallery .gallery-list {
  width:665px;
  border-collapse:collapse;
  border:0;
  margin:0;
}
#text #gallery .gallery-list td {
  padding:13px 0;
  width:33%;
}
#text #gallery .gallery-list .image {
  position:relative;
  width:210px;
  height:130px;
}
* html #text #gallery .gallery-list .image {
  cursor:pointer;
}
#text #gallery .gallery-list .bg {
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:210px;
    height:130px;
    background:url('../images/bg-gallery.png') no-repeat 50% 0;
    z-index:1;
}
* html #text #gallery .gallery-list .bg {
    background:none;
    cursor:pointer;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/project/images/bg-gallery.png');
}
#text #gallery .gallery-list .title {
    position:absolute;
    font-size:.9em;
    bottom:10px;
    left:10px;
    color:#fff;
    z-index:10;
    cursor:pointer;
}
* html #text #gallery .gallery-list .title {
    cursor:pointer;
}
#text #gallery .gallery-list a {
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:210px;
    height:130px;
    z-index:150;
}
* html #text #gallery .gallery-list a {
  cursor:pointer;
}
#text #gallery .gallery-list a span {
  display:none;
}
/* End Gallery */

/* --- End Modules --- */
/* --- Pager --- */
#pager {
  width:665px;
  margin:15px 0;
}
#pager a {
  padding:1px 5px;
  background:#4b7a01;
  color:#fff;
  text-decoration:none;
}
#pager span.page_prev,
#pager span.page_next {
  padding:1px 5px;
  background:#bad485;
  color:#fff;
  text-decoration:none;
}
#pager a:hover, #pager a.active {
  background:#a27646;
  color:#fff;
}
/* --- End Pager --- */

/* --- Footer --- */
#footer {
    clear:both;
    width:920px;
    margin:0 auto;
    padding:20px 30px;
    font-size:0.9em;
    color:#494e3e;
}
#footer a {
    color:#4b7a01;
    text-decoration:underline;
}
#footer a:hover {
    text-decoration:none;
}
#footer span {
    padding:0 5px;
}
#copyrights {
    float:left;
}
#solution {
    float:right;
}
/* --- End Footer --- */

/* --- No-flash --- */
#no-flash {
  width:400px;
  height:100px;
  position:absolute;
  top:50%;
  left:50%;
  margin:-60px 0 0 -200px;
  border:10px solid #F00;
  overflow:hidden;
  text-align:center;
  background:#FFF;
  padding:10px;
  color:#333;
}
#no-flash h1 {
  font-size:18px;
  font-weight:bold;
  text-transform:uppercase;
  display:block;
  padding:0;
  margin:0;
  color:#000;
}
#no-flash p {
  padding:10px 0 0 0;
  margin:0;
}
#no-flash img {
  border:0;
}
/* --- End No-flash --- */

/* --- Misc --- */
.hide {
    displaY:none;
}
.clear {
  width:100%;
  clear:both;
}
#text table {
  behavior:expression(function(o){
    if (o.border == "0")
      o.className += " noborder"
    o.runtimeStyle.behavior = "none";
  }(this))
}
/* --- End Misc --- */

/* --- Googlemap --- */
#gmap {
  width:670px;
  height:500px;
}
*html #gmap {
  width:660px;
  height:500px;
}
#gmap_fake {
  display:none;
}
/* --- End Googlemap --- */

#TB_overlay {
    z-index:400 !important;
}
#TB_window {
    z-index:500 !important;
}

