body {
    margin:0;
    padding:0;
    font-family: Tahoma;
    font-size: 70%;
    color: #575757;
    background: #ffffff url('../images/tree_bg2.jpg') repeat-x top center;
}


/*******************************************************************************
* STANDART
*******************************************************************************/

html {
     overflow: -moz-scrollbars-vertical;
}

* {
    outline: none;
}

a {
    color: #eb3d00;
    outline: none;
    text-decoration: none;
}

a:hover { 
    color: #575757;
    outline: none;
}

img { 
    border: none;
    outline: none;
}

form, fieldset { 
    border:none;
    margin:0px;
    padding:0px;
}

ul, ol { 
    margin:0px 0px 0px 20px;
    padding:0px;
    list-style:circle;
}

p, h1, h2, h3, h4 {
    margin:0px;
}

.clear {
    clear: both;
}

.right {
    text-align: right
}

.left {
    text-align: left
}

.hr {
    height: 1px;
    background-color: #eeeeee;
    margin: 10px 0px 10px 0px;
}

.bold {
    font-weight: bold
}

.alert {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 110%;
    text-align: center;
}

.pagination {
    text-align: center;
    padding: 10px 0px 10px 0px;
}

/*******************************************************************************
* LAYOUT 1 CONTAINER
*******************************************************************************/

#l1_body {
    background: #ffffff url('../images/tree_bg2.jpg') repeat-x top center;
}

#l1_container {
    width: 100%;
    background: url('../images/tree_bg.jpg') no-repeat top center;
    font-size: 110%;
    height: 800px;
}

#l1_container_inner {
    width: 936px;
    height: 659px;
    margin: auto;
}

#l1_left_part {
    width: 347px;
    float: left;
    padding-top: 35px;
    padding-left: 11px;
}

#l1_author {
    padding: 64px 0px 0px 25px;
}

#l1_author a {
    color: #87c7f7;
}

#l1_right_part {
    width: 578px;
    float: right;
    padding-top: 35px;
}

#l1_news {
    height: 126px;
    padding-left: 120px;
}

#l1_news a {
    display: block;
    height: 126px;
    width: 126px;
    background: url('../images/news_btn.jpg') no-repeat;
    float: right;
}

#l1_news_title {
    height: 19px;
    color: #2f8ad1;
    padding: 0px 26px 14px 120px;
    font-weight: bold;
}

#l1_news_text {
    color: #8b8b8b;
    height: 200px;
    padding: 0px 20px 0px 120px;
    margin-right: 5px;
    text-align: justify;
    line-height: 20px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 433px;
    position: relative;
}

#l1_news_text a {
    color: #2F8AD1;
}

#l1_navi {
    height: 27px;
    padding-right: 26px;
    padding-top: 18px;
    padding-left: 120px;
}

#l1_navi a {
    display: block;
    height: 20px;
    width: 27px;
    color: #2f8ad1;
    font-weight: bold;
    width: 40%;
}

#l1_navi a.navi_left {
    padding: 7px 0px 0px 35px;
    text-align: left;
    float: left;
    background: url('../images/navi_left.jpg') no-repeat center left;
}

#l1_navi a.navi_right {
    padding: 7px 35px 0px 0px;
    text-align: right;
    float: right;
    background: url('../images/navi_right.jpg') no-repeat center right;
}

#l1_menu_btns {
    height: 99px;
    padding-top: 34px;
    /*padding-left: 91px !important;*/
    padding-left: 80px !important;
    overflow: hidden;
}

#l1_menu_btns a {
    display: block;
    height: 24px;
    width: 91px;
    padding-top: 75px;
    font-size: 80%;
    color: #1e96e3;
    text-align: center;
    font-weight: bold;
    /*margin-left: 6px;*/
    padding-left: 7px;
    float: right;
}

#l1_menu_btns a.btn1 {
    background: url('../images/logo_btn1.jpg') no-repeat right;
}

#l1_menu_btns a.btn2 {
    background: url('../images/logo_btn2.jpg') no-repeat right;
}

#l1_menu_btns a.btn3 {
    background: url('../images/logo_btn3.jpg') no-repeat right;
}

#l1_menu_btns a.btn4 {
    background: url('../images/logo_btn4.jpg') no-repeat right;
}

#l1_menu_btns a.btn5 {
    background: url('../images/logo_btn5.jpg') no-repeat right;
}

a.btn6 {
    display: block;
    height: 25px;
    width: 91px;
    float: right;
    background: url('../images/logo_btn6.jpg') no-repeat right top;
}

#ourpl {
    display: block;
    height: 25px;
    width: 481px;
    float: right;
    background: url('../images/ourpl.jpg') no-repeat
}

#ouren {
    display: block;
    height: 25px;
    width: 481px;
    float: right;
    background: url('../images/ouren.jpg') no-repeat
}

#l1_search_bar {
    padding: 21px 10px 0px 0px;
    text-align: right;
    clear: both;
}

#l1_search_bar label {
    color: #2d8fd9;
    font-weight: bold;
    padding-right: 15px;
    vertical-align: middle;
}

#l1_search_bar .btn {
    display: inline;
    height: 37px;
    width: 80px;
    color: #fdfffe;
    font-weight: bold;
    border :medium none !important;
    background: url('../images/blue_small_btn.jpg') no-repeat top center;
    vertical-align: middle;
}

#l1_search_bar .input {
    margin-top: 4px;
    margin-right: 12px;
    border: 1px solid #7f9db9;
    color: #7f9db9;
    font-size: 90%;
    width: 230px;
    height: 16px;
    padding-left: 5px;
    padding-top: 2px;
    vertical-align: middle;
}

/* RED SEARCH */
#l1_search_bar .red_btn {
    width: 143px;
    height: 38px !important;
    display: inline;
    color: #fdfffe;
    font-weight: bold;
    border :medium none !important;
    background: url('../images/red_btn.jpg') no-repeat top center;
    vertical-align: middle;
}

#l1_search_bar label.red {
    color: #EB3D00;
}


/*******************************************************************************
* LAYOUT 2 CONTAINER
*******************************************************************************/

#l2_body {
    background: #ffffff url('../images/red_bg.jpg') repeat-x top center;
}

#l2_container {
    width: 960px;
    margin: auto;
}

#l2_banner a {
    width: 301px;
    height: 302px;
    float: left;
    display: block;
    background: url('../images/red_banner.jpg') no-repeat top center;
}

#l2_left {
    width: 301px;
    float: left;
}

#l2_right {
    width: 615px;
    overflow: hidden;
    padding: 0px 22px 35px 22px;
    float: left;
    color: #757575;
    line-height: 20px;
    font-size: 110%;
}


/*******************************************************************************
* LAYOUT 3 CONTAINER (green)
*******************************************************************************/

#l3_body {
    background: #ffffff url('../images/green_bg.jpg') repeat-x top center;
}

#l3_body a {
    color: #1cb156;
}

#l3_banner a {
    width: 301px;
    height: 302px;
    float: left;
    display: block;
    background: url('../images/green_banner.jpg') no-repeat top center;
}

#l3_categories {
    padding-top: 30px;
}

#l3_categories .cat {
    width: 281px;
    position: relative;
    float: left;
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    padding: 30px 17px 0px 20px;
}

.cat .l3_btn {
    position: relative;
}

.l3_btn {
    width: 143px;
    height: 28px;
    padding-top: 10px;
    text-align: center;
    display: block;
    color: #e8f7ed !important;
    font-weight: bold;
    background: url('../images/green_btn.jpg') no-repeat top center;
}


/*******************************************************************************
* LAYOUT 4 CONTAINER (blue)
*******************************************************************************/

#l4_body {
    background: #ffffff url('../images/blue_bg.jpg') repeat-x top center;
}

#l4_body a {
    color: #4db9fe;
}

#l4_banner a {
    width: 301px;
    height: 302px;
    float: left;
    display: block;
    background: url('../images/blue_banner.jpg') no-repeat top center;
}

#l4_categories {
    padding-top: 30px;
}

#l4_categories .cat {
    width: 281px;
    position: relative;
    float: left;
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    padding: 30px 17px 0px 20px;
}

.cat .l4_btn {
    position: relative;
}

.l4_btn {
    width: 143px;
    height: 28px;
    padding-top: 10px;
    text-align: center;
    display: block;
    color: #e8f7ed !important;
    font-weight: bold;
    background: url('../images/blue_btn.jpg') no-repeat top center;
}


/*******************************************************************************
* ALL 3 COLORS (red, blue, green)
*******************************************************************************/

#opinions {
    padding: 20px;
}

#opinions div {
    padding-top: 5px;
}

#banner_texts {
    float: left;
    width: 659px;
    padding-top: 45px;
}

#banner_texts #links {
    height: 15px;
}

#banner_texts #big_title {
    padding-top: 40px;
    font-size: 350%;
    color: #ffffff;
}

.small_title {
    padding: 5px;
}

#banner_texts #small_title {
    padding-top: 5px;
    font-size: 200%;
    color: #000000;
}

#banner_texts a {
    display: block;
    padding-left: 16px;
    padding-right: 25px;
    float: left;
    background: url('../images/point.jpg') no-repeat center left;
}

#footer {
    width: 938px;
    padding: 10px 0px 40px 22px;
    position: relative;
    clear: both;
    background-color: transparent;
}

#shadow_line {
    position: absolute;
    top: -8px;
    left: 0px;
    width: 301px;
    height: 8px;
    background: url('../images/shadow_line.jpg') no-repeat top center;
}

#shadow_tree {
    position: absolute;
    top: -340px;
    left: 0px;
    width: 301px;
    height: 340px;
    background: url('../images/shadow_tree.jpg') no-repeat top center;
}

#author {
    float: left;
    font-size: 110%;
    width: 279px;
}

#author a {
    color: #81acd7;
}

#quick_links {
    width: 659px;
    display: block;
    text-align: center;
    font-size: 130%;
    float: left;
}

#quick_links a {
    float: left;
    color: #2f2f2f;
}

#quick_links div.break {
    float: left;
    height: 11px;
    width: 1px;
    margin-top: 2px;
    background-color: #cbcbcb;
}

/* MARKET */

#market_flash {
    margin: 20px auto;
    width: 100%;
}

.market_item {
}

.market_title {
    color: #ec3c00;
    font-size: 110%;
    font-weight: bold;
    padding: 5px 0px 5px 10px;
}

.market_rec {
    clear: both;
    overflow: hidden;
    padding: 5px 0px 5px 10px;
    background: url('../images/g_point.jpg') repeat-y 150px;
}

.market_rec_left {
    float: left;
    width: 144px;
    color: #010101;
}

.market_rec_right {
    float: left;
    width: 400px;
    color: #757575;
    padding: 0px 10px 0px 10px
}

/*******************************************************************************
* ALL CATEGORIES (blue, green)
*******************************************************************************/

.title_info {
    padding-bottom: 10px;
    font-size: 18px;
}

#cat_middle {
    width: 960px;
    float: left;
    padding: 7px 17px 80px 35px;
}


.cat_desc {
    float: left;
    padding: 12px 0px 0px 9px;
    width: 143px;
    color: #757575;
    text-align: justify;
    line-height: 18px;
}

.cat_desc .title {
    padding: 0px 0px 10px 0px;
}

.cat img {
    width: 106px;
    padding: 5px;
    border: 6px solid #f6f6f6;
    float: left;
}

/*******************************************************************************
* MENU
*******************************************************************************/

#menu {
    padding-bottom: 380px;
    overflow: hidden;
}

#menu a {
    width: 221px;
    display: block;
    margin-bottom: 4px;
    padding: 7px 40px 7px 40px;
    font-size: 17px;
    font-weight: bold;
    background: url('../images/menu_btn_bg.jpg') repeat-y top center;
}

#l2_body #menu a {
    color: #eb3d00;
}

#l3_body #menu a {
    color: #00a741;
}


/*******************************************************************************
* CONTENT
*******************************************************************************/

.title {
    font-size: 140%;
    color: #404040;
    font-weight: bold;
}

.back_btn {
    display: block;
    height: 29px;
    padding: 9px 0px 0px 42px;
    color: #ed521c;
    font-size: 120%;
    background: url('../images/blue_arrow.jpg') no-repeat left center;
}

.left_footer .back_btn  {
    float: left;
}

.left_footer .l3_btn  {
    float: right;
}

.left_footer .l4_btn  {
    float: right;
}

/* DESCRIBE */

.describe {
    padding: 11px 0px 11px 0px;
    color: #575757;
    text-align: justify;
}

.table_item {
    width: 195px;
    float: left;
    padding: 20px 9px 20px 1px;
    text-align: center;
}

.table_item .highslide-gallery {
    width: 145px;
    margin: 0px auto 0px auto;
}

.table_item .read_more {
    width: 103px;
    margin: 10px auto 10px auto;
}

.describe .foto img {
    border: 1px solid #c7c7c7 !important;
    padding: 5px;
    width: 262px;
    position: relative;
}

.describe .foto {
    padding: 0px 12px 6px 0px;
    float:left;
}

.foto_cat img {
    border: 1px solid #c7c7c7 !important;
    padding: 5px;
    width: 133px;
    height: 111px;
    position: relative;
}

.foto_cat {
    padding: 0px 12px 6px 0px;
    float:left;
}

/* GMAP */

#gmap {
    width: 615px;
    height: 400px;
    border: 1px solid black; 
    background: gray;
    margin: 11px 0px 11px 0px;
}

/* GALLERY */

.gallery {
    padding: 11px 0px 11px 0px;
}

.gallery .images .foto {
    padding: 3px 17px 3px 0px;
    float: left;
}

.gallery .images .i4 {
    padding-right: 0px !important;
}

.gallery .images .foto img {
    border: 1px solid #c7c7c7 !important;
    padding: 3px;
    height: 111px;
    width: 133px;
    position: relative;
}

/* FILES */

.files {
    list-style-position:inside;
    list-style-type:none !important;
    padding:11px 0px 11px 0px;
}

.files li a {
    display:block;
    font-weight:bold;
    line-height:normal;
    margin:0;
    padding:8px 0 8px 35px;
    color:#575757;
}


/* TABLE */

.table {
    padding: 11px 0px 11px 0px;
    text-align: right;
}

.cell_1 {
    padding: 6px 10px 6px 30px;
    float: left;
    width: 255px;
    color: #575757;
    text-align: left;
}

.cell_2 {
    padding: 6px 20px 6px 33px;
    float: left;
    width: 245px;
    text-align: left;
    color: #eb3d00;
}

.row_ {
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
}

.row {
    overflow: hidden;
    background-color: #f6f6f6;
    border-bottom: 1px solid #f2f2f2;
}

#new_author { padding:20px 10px 0 0; text-align:right; }

