﻿div.body
{
    background-image: url('../images/body_bg.gif');
    background-repeat: repeat-y;
    width: 1009px;
    margin: auto;
}
div.top
{
    background-image: url('../images/top_bg.jpg');
    background-repeat: no-repeat;
    height: 290px;
    width: 931px;
    margin: auto;
    position: relative;
}
div.languages
{
    position: absolute;
    top: 5px;
    right: 100px;
}
div.languages a
{
    text-decoration: none;
    color: #FFF;
}
div.menu
{
    position: absolute;
    padding-left: 80px;
    padding-right: 80px;
    height: 33px;
    bottom: 13px;
}
div.white_bg
{
    background-color: #FFF;
    margin-top: -13px;
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: -13px;
}
div.button
{
    float: left;  
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url('../images/button_bg.gif');
    background-repeat: repeat-x;
    background-position: top;
    cursor: pointer;
    height: 25px;
    padding-top: 8px;
    margin-left: 1px;
    margin-right: 1px;
}
div.button:hover
{
    background-position: bottom;
}
div.button:hover a
{
    color: #FFF;
}
div.button a
{
    color: #d8bd9e;
    text-decoration: none;
    font-family: 'Trebuchet MS', Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    font-variant: small-caps;
    text-transform: uppercase;
}
div.button div.button_left,
div.button div.button_right
{
    background-image: url('../images/button_border.gif');
    background-repeat: no-repeat;
    height: 33px;
    width: 2px;
    position: absolute;
    top: 0px;
}
div.button div.button_left
{
    left: 0px;
}
div.button div.button_right
{
    right: 0px;
}
div.admin
{
    position: absolute;
    width: 100px;
    height: 130px;
    top: 80px;
    right: 150px;
}
div.main
{
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}
div.footer
{
    background-image: url('../images/footer_bg.gif');
    background-repeat: no-repeat;
    height: 108px;
    width: 1009px;
    margin: auto;
    position: relative;
}
div.webstudio
{
    position: absolute;
    bottom: 3px;
    right: 45px;
    height: 35px;
    width: 125px;
    cursor: pointer;
}
div.copyright
{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 3px;
    color: #FFF;
    font-size: 10px;
}
div.album_skin
{
    float: left;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    opacity: 0.9;
    cursor: pointer;
    margin-left: 45px;
}
div.album_skin:hover
{
    opacity: 1.0;
}
div.album_skin span.count
{
    position: absolute;
    bottom: 30px;
    right: 40px;
    text-transform: uppercase;
    color: #666;
    font-size: 10px;
    font-family: Tahoma, Sans-Serif;
}
div.album_skin span.name
{
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    font-style: italic;
}
div.album_skin span.update
{
    position: absolute;
    top: 20px;
    left: 25px;
    text-transform: uppercase;
    color: #666;
    font-size: 10px;
    font-family: Tahoma, Sans-Serif;
}
div.thumbnail_skin
{
    float: left;
    position: relative;
    padding: 20px;
    opacity: 0.9;
    cursor: pointer;
    margin-left: 10px;
    background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
}
div.thumbnail_skin:hover
{
    opacity: 1.0;
}
div.thumbnail_skin span.name,
div.thumbnail_skin span.name_2
{
    position: absolute;
    bottom: 30px;
    left: 0px;
    text-align: center;
    font-style: italic;
    color: #CCC;
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
}
div.thumbnail_skin span.name_2
{
    bottom: 31px;
    margin-left: -1px;
    color: #000;
}
div.photo_empty
{
    text-align: center;
    color: #666666;
    padding-top: 100px;
    font-weight: bold;
    text-transform: uppercase;
}
div.photo
{
    position: relative;
    background-image: url('../images/big_loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFF;
    cursor: pointer;
}
div.photo_name
{
    bottom: 18px;
    text-align: center;
    text-align: center;
    padding-top: 15px;
    font-family: 'Comic Sans MS', Arial, Sans-Serif;
    font-size: 16px;
}
div.photo_back
{
    padding-left: 25px;
    padding-bottom: 15px;
    position: relative;
}
span.photo_number
{
    position: absolute;
    right: 25px;
}
div.news_header
{
    position: relative;
    padding-left: 20px;
}
div.news_rss
{
    position: absolute;
    left: 0px;
    top: 1px;
}
div.news
{
    border-top: 1px solid #000;
}
div.book
{
    position: relative;
    padding: 2px;
    margin-left: -16px;
    margin-right: -16px;
}
div.book_date
{
    position: absolute;
    top: 7px;
    right: 20px;
    font-size: 11px;
    color: #666;
}
td.book_title
{
    padding-bottom: 10px;
    font-weight: bold;
    font-style: italic;
}
td.book_top
{
    background-image: url('../images/hr.gif');
    background-repeat: repeat-x;
    background-position: bottom;
    height: 30px;
    padding-left: 20px;
}
td.book_main
{
    background-color: #fcfaf8;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    height: 50px;
}
td.book_admin
{
    background-color: #fcfaf8;
    color: #FF0000;
    padding-top: 15px;
}
div.book_admin_text, div.book_buttons
{
    border-top: 1px #CCC solid;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
}
td.book_footer
{
    background-image: url('../images/hr.gif');
    background-repeat: repeat-x;
    background-position: top;
    height: 29px;
}
div.guestbook_add
{
    background-image: url('../images/guestbook_add.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    height: 30px;
    padding-top: 10px;   
    width: 180px;
    margin-left: 680px;
    cursor: pointer;
    font-weight: bold;
}
div.guestbook_add a
{
    font-size: 11px;
    text-transform: uppercase;
    font-family: Segoe UI, 'Trebuchet MS', Arial;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
}
textarea.book_text
{
    border: 1px #8c8c8c solid;
    width: 869px;
    height: 100px;
    color: #1b1464;
    font-family: Segoe UI, Tahoma;
    padding: 5px;
    overflow: auto;
    max-width: 869px;
    max-height: 150px;
}
div.pager
{
    text-align: center;
    font-size: 12px;
    font-family: Verdana, Arial;
    padding-top: 20px;
    padding-bottom: 10px;
}
div.pager a
{
    background-repeat: repeat-x;
    text-decoration: none;
    font-size: 11px;
}
div.pager a.pager_back
{
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}
div.pager a.pager_next
{
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}
div.pager a.pager_numeric
{
    text-decoration: none;
    background-repeat: repeat-x;
}
div.pager span.pager_current
{
    background-repeat: repeat-x;
    text-decoration: none;
    font-weight: bold;
    color: #000;
}
div.apply
{
    background-image: url('../images/apply.png');
    background-repeat: no-repeat;
    height: 24px;
    padding-left: 35px;
    padding-top: 8px;
    padding-right: 10px;
    cursor: pointer;
}
div.apply a
{
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-family: Segoe UI, 'Trebuchet MS', Arial;
    font-size: 11px;
}
div.cancel
{
    background-image: url('../images/cancel.png');
    background-repeat: no-repeat;
    height: 24px;
    padding-left: 35px;
    padding-top: 8px;
    padding-right: 10px;
    cursor: pointer;
}
div.cancel a
{
    text-decoration: none;
    text-transform: uppercase;
    font-family: Segoe UI, 'Trebuchet MS', Arial;
    color: #000;
    font-size: 11px;
}
div.google_map
{
    width: 100%;
    height: 300px;
}
div.photo_coner_left_footer
{
    background-image: url('../images/coner_left_footer.png');
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
div.photo_coner_right_footer
{
    background-image: url('../images/coner_right_footer.png');
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
div.photo_coner_left_top
{
    background-image: url('../images/coner_left_top.png');
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0px;
    top: 0px;
}
div.photo_coner_right_top
{
    background-image: url('../images/coner_right_top.png');
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    position: absolute;
    right: 0px;
    top: 0px;
}
div.loading
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    cursor: default;
    z-index: 100;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
div.loading td
{
    padding-top: 210px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    font-size: 15px;
    color: #FFF;
}
td input.textbox
{
    margin-right: 3px;
}
td select.dropdownlist
{
    margin-right: 3px;
}
div.order_title
{
    font-size: 16px;
    padding-left: 30px;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 10px;
}
span.news_date
{
    padding-right: 3px;
    font-weight: bold;
    color: Purple;
}
div.news_footer
{
    text-align: center;
}
