/* 
***********************************************************************************************************/

body, html {
    margin: 0px;
    padding: 0px;
}

body {
    background-repeat: repeat;
    background: #ffffff;
    background-image: url(/files/bg/bgnoise.gif);
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    height: 100%;
    line-height: 1.5;
    width: 100%;
}

/* br { clear:both; } */
img { border:0px; background:transparent; padding:0px; }
:focus { outline: 0; }
.clear { clear:both; }

.size14 { font-size:14px; }
.size16 { font-size:16px; }
.color9 { color:#999; }
.color7 { color: #777777; }
.colorY { color:#ffffcc; }




/* Header / Navigation
***********************************************************************************************************/

.header_img {                                              /* To fix in place change to "position:fixed;" */
    margin: 30px 0 0 55px;
    position: fixed;
    z-index: 11;
}

.nav_container {
    line-height: 165%;
    margin: 0px;
    padding: 0px;
    position: fixed;
    top: 165px; left: 54px;
    z-index: 12;
    text-align: center;
}

.nav_container.horizontal {                                           /* Enabled via Display Options */
    position: absolute;
    
    width: 670;
    z-index: 25;
}

.nav_container.horizontal div {
    float: left;
    padding-right: 10px;
}

#nav_loadspin {
    display: none;
    position: fixed;
    top: 146px; left: 92px;
    z-index: 11;
}





    /* Navigation > Links
    ***************************************************************************************************/
    
    .nav_container a {                                             /* Applied to each navigation link */
        font-size: 11px;
        padding: 3px 3px 1px 3px;
        text-decoration: none;
        text-align: center;
    }

    .project_link a {color:#000; font-size: 11px; font-weight: bold;}
    .project_link a:hover { color: #000000; border-bottom: 1px solid #e5bd24; }
    .project_link a:active { background: #000000; color: #ffffff; font-weight: bold;}
    .project_link_active a { background: #000000; color: #ffffff; font-weight: bold;}

    .page_link {padding-top: 5px; margin: 15px 0 25px 0; border-top: 1px solid #e5bd24;}
    .page_link a { color: #999999; padding-top: 10px; }
    .page_link a:hover { color: #e5bd24; border-bottom: 1px solid #e5bd24; }
    .page_link a:active { background: #000000; color: #ffffff; }

    .link_link a { color: #999999; }
    .link_link a:hover { color: #222222; }
    .link_link a:active { color: #666666; }

    .nav_active a { background: #000000; color: #ffffff; font-weight: bold; }
    .nav_active a:active  { background:#cccccc; color:#ffffff; font-weight: bold; }

    .pagination { color: #999999; font-size: 11px; z-index:11; }
    .pagination a { color: #00AF8A; }
    .pagination a:hover { background: #e5bd24; color: #222222; }
    .pagination a:active { background: #000000; color: #ffffff; }

    .nav_follow { color: #222222; font-size: 11px; z-index: 11; }
    .nav_follow a { color: #222222; text-decoration: underline; }
    .nav_follow a:hover { background: #e5bd24; color: #222222; text-decoration: none; }
    .nav_follow a:active { background: #000000; color: #ffffff; text-decoration: none; }
        
    .view_tag_info { color: #999; padding-left: 3px; font-size: 11px; }
    
    .view_tag_info a { color: #0066ff; }
    .view_tag_info a:hover { background: #e5bd24; color: #000000; }
    .view_tag_info a:active { background:#000000 ;color: #ffffff; }
    
    
/*    #menu_1748291 {
    margin-bottom: 15px;
    }

    #menu_1740316 {
    border-top: 1px solid #e5bd24;
    }
*/
    
    .section-title {
	font-size: 9px;
	text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 10px;
    overflow: hidden;
    padding: 15px 0px 2px 0px;
    color: #555;
}
    
    
/* Content
***********************************************************************************************************/

#content_container {
    padding: 30px 0 0 220px;
    position: absolute;
    width: 800px;
    z-index: 10;
}




    /* Content > Project content
    ***************************************************************************************************/
    
    #maincontainer {
        display: none;
        margin: 0 0 35px 0;
        width: 810px;
    }
    
    .bodycopy a { color: #000000; }
    .bodycopy a:hover { background: #e5bd24; color: #000000; text-decoration: none; }
    .bodycopy a:active { background: #000000; color: #ffffff; }
    
    .project_content {
        color: #555;
        width: 650px;
    }
    
    .project_content_sidepic {
        color: #555;
        width: 815px;
    }
    
    .project_title {
        color: #111111;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        margin: -7px 0 20px 0;
        padding: 0 0 0px 0;
    }
    
    .column {
    float: left;
    margin: 0 15px 18px 0;
    width: 300px;
    color: #000000;
    }
    
    .column a {
    color: #000000;
    }

    .column_rus {
    float: left;
    margin: 0 15px 18px 0;
    width: 300px;
    }

    .column_pic {
    float: left;
    margin: 0 0 0 0;
    width: 185px;
    }
    .column_rus a {
    color: #555;
    }
    
    
    
        /* Project content > Header
        *******************************************************************************************/
        
        .project_header {
            float: right;
            margin: 0 35px 0 0;
            position: relative;
            z-index: 99;
        }

            .project_header div {
                float: right;
            }

            .project_header a {
                color: #999999;
                font-size: 11px;
                text-decoration: underline;
            }

            .project_header a:hover {
                background: #e5bd24;
                color: #000000;
                text-decoration: none;
            }

            .project_header a:active {
                color: #ffffff;
                background: #000000;
            }

        .project_divider {
            color: #bbbbbb;
            float:right;
        }
    
    /* Styling of default typographic headers and elements */
    
    h1 {
        font-size: 22px;
        line-height: 165%;
    }
    
    h2 {
        font-family: Georgia, Times, serif;
        font-size: 20px;
        font-weight: normal;
        color: #555;
        margin-top: 0px;
        margin-bottom: 10px;
        padding: 0;
    }
    
    h3 {
        font-size: 14px;
        line-height: 150%;
    }
    
    blockquote {
        color: #666666;
        font-size: 16px;
        font-family: Georgia, Times, serif;
        margin: 0;
    }
    
    .project_content img {
        margin: 0px 15px 15px 0px;
    }

    .project_image_intend {
        margin-left: -5px;
    }




        /* Project content > Slideshows
        *******************************************************************************************/
        
        .slideshow_nav {
            clear: both;
            color: #999999;
            padding-bottom: 10px;
            font-size: 11px;
        }
        
        .slideshow_nav a {
            color: #333;
            text-decoration: none;
            border-bottom: 1px solid #e5bd24;
            font-weight: bold;
        }

        .slideshow_nav a:hover {
            background: none !important;
            color: #e5bd24;
            text-decoration: none;
        }

        .slideshow_nav a:active {
            color: #ff3300;
        }
        
        .slideshow_count {
            color: #999999;
            font-size: 11px;
        }
        
        .slideshow_wrapper {
            clear: both;
            padding: 0 10px 10px 0px;
        }
        
        #slideshow_container img {
            margin: 0px;
        }

        .slideshow_wrapper a, .slideshow_wrapper a:hover, .slideshow_wrapper a:active {
            background: none !important;
        }
            
        .slideshow_thumbs {
            margin: 0 0 0 0;
        }
            
        ul.slideshow_thumbs {
            margin: 0;
            padding: 0;
        }    

        .slideshow_thumb {
            float: left;
            list-style: none;
            margin: -3px 0px 0px -3px;
            padding: 0 7px 7px 0;
        }

        .slideshow_thumb a {
            background: none !important;
            border: 1px solid transparent;
            display: block;
            padding: 2px;
        }

            .slideshow_thumb a:hover {
                background: none !important;
                border: 1px solid #ccc;
            }

            a.activeSlide {
                background: none;
                border: 1px solid #ccc;
            }

            .slideshow_thumb a:active, a.activeSlide:active {
                background: none !important;
                border: 1px solid #666;
            }

        .slideshow_thumb img {
            border: 0;
            display: block;
            margin: 0;
            height: 60px;
        }                
        
        .slideshow_caption {
            clear: both;
            display: block;
            font-size: 11px;
            padding: 5px 0 5px 0;
        }
        
        .photo_caption {
            clear: both;
            display: block;
            color: #808080;
            font-size: 11px;
            padding: 0px 0 0px 0;
        }
        
        
        
        /* Project content > Project footer
        *******************************************************************************************/
    
        .project_footer {
            color: #999999;
            clear: both;
            font-size: 11px;
            padding: 15px 0px 0px 0px;
        }
        
            .comment_link a {
            
            }
            
                .comment_link a:hover {
                
                }
    
            .footer_title_type {
                color: #000000;
                font-weight: bold;
            }
    
            .project_views {
                color: #999999;
                font-style: italic;
            }
            
            /* Project Footer Links */
            
            .project_footer .permalink a { color: #999999; font-style: italic; }
            .project_footer .permalink a:hover { background: #e5bd24; color: #000000; }
            .project_footer .permalink a:active { background: #000000; color: #ffffff; }
                
            .tags {    color: #999999;    }
                .tags a { color: #000000; text-decoration: none; }
                .tags a:hover { background: #e5bd24; text-decoration: none; }
                .tags a:active { color: #ffffff; background: #000000; }
                .tags a:visited {  }

            .project_footer .editlink a { color: #0066ff; font-style: italic; }
            .project_footer .editlink a:hover { background: #e5bd24; color: #000000; }
            .project_footer .editlink a:active { background: #000000; color: #ffffff; }

    
    .project_bottom {
        clear: both;
        border-bottom: 1px solid #cccccc;
        margin: 15px 0px 15px 0px;
        width: 750px;
    }
    
    
    
    
    
    /* Content > Thumbnails
    ***************************************************************************************************/
    
    .project_thumb {
        float: left;
        display: block;
        margin: 0 35px 0px 0;
        position: relative;
    }
    
    .project_thumb .hover {
        cursor: pointer;
        text-decoration: none;
    }
    
    .project_thumb .nohover {
        text-decoration: none;
    }
    
    .project_thumb .hover .thumb_title span {
        background: #e5bd24;
    }

    .project_thumb.active .cardimgcrop {
        background: #e5bd24;
    }

    .project_thumb.active .thumb_title span {
        background: #e5bd24;
    }
    
    .cardimgcrop {
        border-bottom: 1px solid #cccccc;
        margin: 0px 0px 9px 0px;
        padding: 0px;
        padding-bottom: 0px;
        position: relative;
        min-width: 200px;
        min-height: 160px;
    }

    .cardimgcrop.notitle_notag {
        margin-bottom: 22px;
    }
        
    .loader_holder {
        display: none;
        position: absolute;
        text-align: center;
        top: 8px; left: 8px;
        z-index: 3;
    }

    .thumb_title {
        overflow: hidden;
        white-space:nowrap;
        text-align: center;
        width: 200px;
    }

    .thumb_title.notag {
        margin: 0 0 22px 0;
    }
    
    .thumb_title .text {
        color: #000000;
        font-size: 11px;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 12px;
        overflow: hidden;
        padding: 2px 3px 0px 3px;
        white-space: nowrap;
        text-align: center;
        border-bottom: 1px solid #e5bd24;
    }

    .thumb_tag {
        color: #999999;
        font-family: Georgia, Times, serif;
        height: 3em;
        line-height: 20px;
        margin: 0 0 2px 0;
        overflow: hidden;
        text-align: center;
        width: 200px;
    }

    .thumb_tag.notitle {
        margin-top: 5px;
    }
    
    .thumb_tag a {
        color: #999999;        
        font-size: 11px;
        font-style: italic;
        line-height: 1.5em;
        text-align: center;
        text-decoration: none;
    }
    
    .thumb_tag a:hover {
        text-decoration: underline;
    }
    
    
    
    
    
    /* Search results
    *******************************************************************************************/
    
    #search_form {
        position: fixed;
        bottom: 20px; left: 35px;
    }
    
    #search_form #search_term {
        font-size: 11px;
        width: 188px;
    }
    
    #search_form_results {
        padding-bottom: 90px;
    }
    
    .search_header {
        color: #000000;
        float: left;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        margin: 0;
        padding: 4px 0;
        width: 145px;
    }
    
    #search_term {
        background: #ffffff;
        border: 1px solid #cccccc;
        color: #000000;
        float: left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin: 0;
        padding: 5px;
        width: 220px;
    }
    
    #search_results {
        float: left;
    }
    
    .result {
        clear: both;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 60px;
    }
    
    .search_thumb {
        float: left;
        margin: 4px 25px 35px 0px;
    }
    
    .search_thumb img {
        width: 120px; height: auto;
    }
    
    .search_text {
        width: 500px;
        margin-left: 145px;
    }
    
    .search_title a {
        color: #000000;
        font-weight: bold;
        text-decoration: underline;            
    }
    
    .search_title a:hover {
        background: #e5bd24;
        color: #000000;
        text-decoration: none;
    }
    
    .search_title a:active {
        background: #000000;
        color: #ffffff;
        text-decoration: none;
    }
    
    .search_tags {
        color: #999999;
        font-size: 11px;
    }
    
    .search_tags a {
        color: #999999;
        text-decoration: none;
    }
    
    .search_tags a:hover {
        background: none;
        color: #000000;
        text-decoration: underline;
    }
    
    .search_tags a:active {
        color: #666666;
    }





/* Footer
***********************************************************************************************************/
    
.bottompad {
    clear: both;
    position: relative;
    height: 35px;
    margin: 35px 0 0 0;
    width: 705px;
}

.slideshow_bottom {
    position: relative;
    margin: 30px 0 0 0;
    padding-top: 70px;
    border-top: 1px solid #777;
}

#img-container {
	width: 820px;
	}

.hair_line {
	margin: 15px 0 30px 0;
	border-bottom: 1px solid #777}
	
.hair_line_ph {
	margin: 15px 0 50px 0;
	border-bottom: 1px solid #777}
	
.about_text_eng {
	font-size: 20px;
	line-height: 25px;
	font-family: "Times New Roman", Times, serif;
	color: #292929;
	font-style: italic;
	margin-bottom: 10px;
	}
	
.about_text2_eng {
	font-size: 20px;
	line-height: 22px;
	font-family: "Times New Roman", Times, serif;
	color: #292929;
	font-style: italic;
	}
	
.about_text_rus {
	font-size: 20px;
	line-height: 25px;
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	font-style: italic;
	margin-bottom: 10px;
	}

.about_text2_rus {
	font-size: 20px;
	line-height: 22px;
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	font-style: italic;
	}

#about_content {
        color: #555;
        width: 795px;
    }

.about_column {
    float: left;
    margin: 0 30px 18px 0;
    width: 375px;
    color: #000000;
    }
    
.about_column a {
    color: #000000;
    }
    
.about_column a:hover {
    color: #e5bd24;
    }
    
.about_column a:visited {
    color: #555;
    }

.about_column_rus {
    float: left;
    margin: 0 0px 10px 0;
    width: 375px;
    }

.about_column_rus a {
    color: #555;
    }
    
.about_supersmall {
	font-size: 10px;
	margin-top: 10px;
	}

.contacts-title {
	font-size: 10px;
	text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: -15px;
    margin-top: 25px;
    color: #555;
}
