/* CSS Document */
body,html{
    height:100%;
}

body {
    background: #FFFFFF;
    /*border-top: solid #eceded 2px;*/
    font-size: 12px;
    color: #000000;
    font-family: Tahoma, "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
    line-height: 15px;
}

h1 {}
h2 {}
h3 {}
hr {}
p, table, ul, ol, hr {
   margin: 0 0 20px 0;
}
a {}
    a:hover {
        text-decoration: underline;    
    }
ul {}
ul li {}

/***************content*******************/
.wrapper {
    margin: 0 auto 0 auto;
    width: 902px;
    /*background-color: #DDDDAA;*/
    height: auto !important;
    min-height: 100%;
    height: 100%;
    position: relative;
}

.top{
    overflow: hidden;
}
.header {
    background-color: #FFFFFF;
    float: right;
    overflow: hidden;
    color: #707173;
    width: 207px;
    border-right: solid #c0c0c0 2px;
    text-align: right;
    padding: 20px 10px 20px 10px;
    line-height: 17px;
}
    .header a{
        text-decoration: none;
    }
        .header a:hover{
            text-decoration: underline;
        }
.menu {
    background-color: #FFFFFF;
    float: left;
    overflow: hidden;
}
    .menu ul{
        float: left;
        display: block;
        border-left: solid #808080 1px;
        padding: 17px 0 7px 0;
        margin: 0;
    }
        .menu ul.first{
            border-left: solid #c0c0c0 2px;
        }
        .menu ul li{
            margin: 0 43px 0 10px;
            line-height: 20px;
        }
            .menu a{
                color: #707173;
                text-decoration: none;
            }
                .menu li.active a, .menu li a:hover{
                    color: #c4081c;
                }
                    .menu li.active a{
                        text-transform: uppercase;
                    }
.main {
    margin: 36px 0 0;
    /*overflow: hidden;*/
    padding-bottom: 30px;
}

    .maincol{
        float: left;
        min-height: 100px;
        /*overflow: hidden;*/
        margin-bottom: 20px;
    }
    .maincol1 {
        width: 513px;
        background-color: #FFFFFF;
        position: relative;
        /*margin: 6px 0 0 0;*/
    }

    .maincol2 {
        width: 126px;
        background-color: #FFFFFF;
        padding: 0;
    }
        .maincol3 h2{
            font-size: 18px;
            font-weight: normal;
            line-height: 23px;
            text-transform: uppercase;
            color: #333333;
            margin: 0 0 25px 0;
        }
    .maincol3 {
        width: 237px;
        background-color: #FFFFFF;
        padding: 0 0 0 22px;
        /*border-left: solid #c0c0c0 2px;*/
        color: #333333;
        line-height: 19px;
    }

    .maincol3 a {color: #c4081c; text-decoration: underline;}
    .maincol3 a:hover {
        text-decoration: none;
    }
.footer {
    color: #707173;
    height: 30px;
    overflow: hidden;
    font-size: 10px;
    margin: 25px 0 0 0;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    float: left;
}
    .footer a{
        color: #707173;
        text-decoration: none;
    }
        .footer a:hover{
            text-decoration: underline;
        }
    

/*page*/
.page-photos{
    margin: 0;
}
.page-photo{
    margin: 0 0 2px 0;
    position: relative;
}
    .page-photo .corner{
        background: url(photo-corner-main.png) no-repeat left top;
        width: 19px;
        height: 19px;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .page-photo img{
        display: block;
        width: 511px;
        height: 218px;
    }
/*gallery*/

.page-thumbnails-wrapper {
     width: 513px;
    
}
.page-thumbnails {
    margin: 0;
}

.page-thumbnails img{
    display: block;
    float: left;
    width: 126px;
    height: 87px;
    
}
.page-thumbnails li{
    margin: 0 2px 2px 0;
}
.page-thumbnails li, .page-thumbnails li a{
    display: block;
    position: relative;
    width: 126px;
    height: 87px;
    float: left;
}
    .page-thumbnails li .corner{
        background: url(photo-corner.png) no-repeat left top;
        width: 10px;
        height: 10px;
        position: absolute;
        right: 0;
        bottom: 0;
    }

/*********usefull*****************/

.cleaner {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   margin: 0;
   padding: 0;
   line-height: 0;
   height: 0;
}


.cleaner {
   _display: inline-block;
}



.right {
    float: right;
}

.left {
    float: left;
}

.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}


.alert {
    color: #c4081c;
}


.show-photo{
    display: block;
    width: 573px;
    background: url(show-photo.png) no-repeat right top;
}
    div.show-photo {background: none;}

#lt-prev, #lt-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #EEEEEE;
    line-height: 150px;
    overflow: hidden;
}
    #lt-prev{
        left: -63px;
        background: url(lt-prev.png) no-repeat left top;
    }
    #lt-next{
        right: -60px;
        background: url(lt-next.png) no-repeat left top;
    }
    .lt-prev-disabled, .lt-next-disabled { cursor: default !important; } 
        .lt-prev-disabled { background: url(lt-prev-disabled.png) no-repeat left top !important; }
        .lt-next-disabled { background: url(lt-next-disabled.png) no-repeat left top !important; }


.hidden{
    display: none;
    visibility: hidden;
}

