/* ----- import css ----- */
/*@import url("../css/reset.css");*/
@import url("/css/nav_main.css");

/* ----- html elements ----- */
a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

body {
    background: #83827d url(/img/bg/body_shadow.png) repeat-x left top;
    font: 400 75% Arial, Verdana, Helvetica, sans-serif;
   
}

strong {
    font-weight: bold;
}

img {
    border: none;
}

/* ----- common elements ----- */


/* TOP_LINE */

#top_line {
    height: 25px;
    width: 890px;
    margin: 0 auto;
}

#top_line h1 a {
    float:left;
}

#top_line h1 a {
    color: #fff;
    font-size: 52%;
    font-weight: normal;
}

#language {
    float:right;
    color:#fff;
}

#language span {
    margin-left: 10px;
}

#language a {
    color:#fff;
    margin-left: 10px;
}

.lang-on {
    text-decoration: underline;
}

/* end TOP_LINE */

/* HEADER */

#header {
    width: 890px;
    background: #fff;
    margin: 0 auto;
    height: 205px;
    padding: 5px 5px 0 5px;
}

#branding {
    display: block;
    width: 260px;
    background: url(/img/logo.png) no-repeat left top;
    padding-top: 186px;
    text-indent: -9999px;
    float:left;
    color: #4c4c47;
}

.img_header_image {
    float: right;
}

/* end HEADER */


/* MENU */

#menu {
    height: 100px;
    background:#fff;
    width: 890px;
    margin: 0 auto;
    padding: 5px 5px 0 5px;
}

#nav_main {
    margin:0 0 0 3px;
    padding:0;
}

#nav_main li {
    margin:0;
    display:inline;
    float:left;
    margin-left:15px;
    text-align:center;
}

#nav_main li a {
    color: #fff;
    display:block;
    font-weight: 700;
}

#nav_main h2 {
    margin:0;
    font-size: 115%;
}

#nav_main_footer {
    margin:0;
    padding:0;
}

#nav_main_footer li {
    margin:0;
    display:inline;
    float:left;
    text-align:center;
    border-right: 1px solid #fff;
    padding-left:5px;
    padding-right: 5px;
    height:12px;
}

#nav_main_footer li.last {
    border:none;
}

#nav_main_footer li a {
    color: #fff;
    display:block;
}

#nav_main_footer h2 {
    margin:0;
    font-size: 100%;
    font-weight: normal;
}

#nav_main_footer li a.selected {
    text-decoration: underline;
}


/* end MENU */




/* MAIN */

#main {
    width: 890px;
    background:#fff;
    margin: 0 auto;
    padding-left:5px;
    padding-right:5px;
    overflow:hidden;
}


/* end MAIN */


/* LEFT SIDE */

#left_side {
    width: 220px;
    background:#e7e7dd;
    float: left;
    min-height: 500px;
    margin-bottom:-32767px;
    padding-bottom:32767px;
    padding-top:20px;
    padding-left: 20px;
    padding-right: 20px;
}

.input_search {
    width: 190px;
    height:15px;
    font-style: italic;
    border: 1px solid #d7d7d7;
    padding-left:5px;
}

.submit_button {
    background: url(/img/left_side/submit_button.png) no-repeat left 1px;
    border:none;
    width: 22px;
    height:19px;
    margin-left: -3px;
    padding-bottom:1px;
}

.p_reklama {
    color:#616159;
    font-size: 120%;
    font-weight: 700;
    border-bottom: 1px dotted #89897f;
    padding-bottom:10px;
    margin-top:18px;
    margin-bottom:15px;
}

.img_reklama {
    margin-top: 10px;
}

.a_reklama {

}

#object_banner {
    margin-top: 10px;
}

.p_subscribe {
    color:#616159;
    font-size: 120%;
    font-weight: 700;
    border-bottom: 1px dotted #89897f;
    padding-bottom:10px;
    margin-top:18px;
    margin-bottom:15px;
}

.input_subscribe_email {
    width: 190px;
    height:15px;
    font-style: italic;
    border: 1px solid #d7d7d7;
    padding-left:5px;
}

/* ARCHIVE */
.p_rakstu_arhivs {
    background: url(/img/left_side/arhivs.png) no-repeat;
    color:#616159;
    font-size: 120%;
    font-weight: 700;
    border-bottom: 1px dotted #89897f;
    padding-bottom:10px;
    margin-top:18px;
    margin-bottom:15px;
}

.p_rakstu_arhivs_lv {
    background-position: 99px 7px;
}

.p_rakstu_arhivs_en {
    background-position: 58px 7px;
}

.p_rakstu_arhivs_ru {
    background-position: 49px 7px;
}

.ul_archive {
    list-style:none;
    padding:0;
    margin:0 0 0 5px;
}

.ul_archive_sub {
    list-style:none;
    padding:0;
    margin:0 0 0 20px;
}

/* end ARCHIVE */

/* end LEFT SIDE */

/* RIGHT SIDE */

#right_side {
    width: 592px;
    background: #fff;
    min-height: 500px;
    margin-left:279px;
    margin-bottom:-32767px;
    padding-bottom:32767px;
}

.table_detail_article_top {
    width :100%;
}

.td_h3_title_text {
    width: 447px;
    padding-top:17px;
    vertical-align: top;
}

.h3_title_text {
    font-size: 150%;
    font-weight:normal;
    color: #d25f0b;
    margin-bottom:10px;
    margin-top:0;
}

.td_a_section_text {
    text-align: right;
    vertical-align: top;
    padding-top:20px;
}

.a_section_text {
    color: #fff;
    background:#e27706;
    padding: 2px 6px 0;
}

.a_section_text:hover {
    color: #fff;
}

.artcile_date {
    color:#a2a39f;
}

.td_print {
    text-align: right;
}

.a_print_text {
    color:#a2a39f;
    background: url(/img/right_side/print.png) no-repeat right center;
    padding-right:16px;
    margin-top: 10px;
}

.a_print_text:hover {
    color:#a2a39f;
}

.p_text {
    text-align: justify;
    padding-bottom: 20px;
    margin-top:17px;
    line-height:21px;
}

.text_bottom_border, .files_bottom_border {
    border-bottom:1px dotted #89897F;
}

.p_empty_text {
    height: 60px;
    clear:both;
}

/* GALLERY */

#div_gallery {
    margin-top: 20px;
}

#div_gallery div {
    margin-right: 23px;
    margin-bottom: 15px;
    float: left;
}

#div_gallery .last {
    margin-right: 0;
}



/* end GALLERY */

/* FILES */

.p_files_info, .p_gallery_info {
    font-size:120%;
    color: #89aa30;
}

.ul_files {
    margin:0;
    padding:8px 0 0 0;
}

.ul_files li {
    list-style:none;
    padding-bottom:15px;
}

.ul_files li a {
    padding:5px 0 5px 29px;
    font-size:140%;
}

.ul_files li a:hover {
    color: #d7670b;
}

.a_file_pdf {
    background: url(/img/right_side/icon_pdf.png) no-repeat left top;
}

.a_file_doc {
    background: url(/img/right_side/icon_doc.png) no-repeat left top;
}

.a_file_ppt {
    background: url(/img/right_side/icon_ppt.png) no-repeat left top;
}

.a_file_xls {
    background: url(/img/right_side/icon_xls.png) no-repeat left top;
}

.a_file_unknown {
    background: url(/img/right_side/icon_unknown.png) no-repeat left top;
}

/* end FILES */


/* ITEM */

.h3_section_name {
    color:#D25F0B;
    font-size: 130%;
    padding:0;
    margin-top:15px;
    margin-bottom:10px;
}

.table_item {
    border-bottom:1px dotted #89897F;
    width: 592px;
    margin-bottom:25px;
    padding-bottom: 10px;
}

.item {
    width: 592px;
    border-bottom:1px dotted #89897F;
    margin-top:10px;
}

.item_image {
    height:222px;
}

.item_no_image {
    /*height:109px;*/
    height:auto;
    padding-bottom:10px;
}

.item_top {
    padding-bottom: 6px;
    padding-top:10px;
}

.item_top_image {
    margin-bottom: 10px;
}

.item_top_no_image {
    margin-bottom: 0;
}

.item_border_bottom {
    border-bottom:1px dotted #89897F;
}

.td_a_title_item {
    width:450px;
    vertical-align:top;
}

.a_title_item {
    font-size: 150%;
    color: #d25f0b;
    font-weight:normal;
}

.a_title_item:hover {
    color: #d25f0b;
}

.td_date_item {
    width: 121px;
    text-align: left;
    vertical-align:top;
    padding-top:5px;
}

.p_date_item {
    color:#a2a39f;
    margin:0;
}

.span_archive_item {
    font-weight: 700;
    padding-left: 20px;
    font-size: 140%;
    color:#807f7d;
}

.td_sectio_item {
    padding-top:5px;
    text-align: right;
    vertical-align:top;
    width:121px;
}

.a_section_item {
    color: #fff;
    background:#e27706;
    padding: 2px 6px 0;
}

.a_section_item:hover {
    color: #fff;
}

.a_img_item {
    float:left;
    margin-right:20px;
}

.p_item_text {
    display:inline;
    padding-left:20px;
    text-align: justify;
}


/* end ITEM */


/* TEXT aboutus */

.div_text_aboutus {
    padding-top:14px;
}

#map {
    height:465px;
    margin:10px auto 0;
    width:576px;
}

/* end TEXT aboutus */


/* Newsletters */

.home-newsletter-p-after {
    padding-top:64px;
    text-align:center;
    font-size: 180%;
}

.subscribed {
    color: #89aa30;
}

.unsubscribed {
    color: #d7670b;
}

/* end Newsletters */



/* end RIGHT SIDE */



/* FOOTER */

#footer {
    width: 900px;
    margin: 20px auto 0;
    height: 50px;
}

.copyright {
    color:#fff;
    float:right;
    margin: 0;
}

#footer_line {
    margin: 0 auto;
    background: #fff;
    width: 900px;
    height: 5px;
}

/* end FOOTER */






/* different styles */

br.clear, .clear-tab {
    clear:both;
}

.p_no_data_found, .p_search_no_results {
    color: #d7670b;   
    padding-top:64px;
    text-align:center;
    font-size: 180%;
}

.page_numbering {
    text-align: center;
    margin-top: 20px;
}

.page_numbering a {
    color:#c6c6c2;
    padding: 0 2px 0 2px;
}

.page_numbering a:hover, .page_numbering .selected {
    color:#807f7d;
}
