﻿* {
    margin: 0;
    padding: 0;
}

body {
    background: url('../images/bg-header.jpg') repeat-x left top #5b0500;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.clr {
    clear: both;
}

.vam {
    vertical-align: middle;
}

.red-color {
    color: Red;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

ul, ol {
    list-style: none;
}

hr {
    display: none;
}

a:link, a:visited {
    color: #730204;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

fieldset, a img, img {
    border: none;
}

:focus {
    outline: none;
}

.hidden {
    display: none;
}

#wrapper {
    margin: 0 auto;
    width: 960px;
}

/*========== HEADER ==============*/
#header {
    height: 190px;
    margin: 0 auto;
    position: relative;
}

    #header .cloud {
        background: url(../images/bg-cloud.png) no-repeat left top;
        bottom: 20px;
        left: -34px;
        height: 42px;
        width: 57px;
        position: absolute;
        z-index: 5;
    }

    #header .image-buta {
        background: url('../images/bulta.png') no-repeat left top;
        height: 154px;
        left: 0;
        top: 0;
        position: absolute;
        width: 322px;
    }

    #header .logo-sologan {
        left: 285px;
        top: 43px;
        position: absolute;
    }

    #header #logo a {
        background: url(../images/logo.png) no-repeat left top;
        display: block;
        height: 38px;
        text-indent: -9999px;
        width: 334px;
    }

    #header .logo-sologan .sologan {
        color: #fff;
        font-size: 18px;
    }

    #header .search {
        background: url(../images/bg-search.png) no-repeat left top;
        height: 164px;
        right: -32px;
        bottom: 32px;
        position: absolute;
        width: 279px;
        z-index: 10;
    }

        #header .search fieldset {
            padding-left: 60px;
            padding-top: 122px;
        }

        * + html #header .search fieldset {
            padding-top: 119px; /*ie7*/
        }

@media \0screen {
    #header .search fieldset {
        padding-top: 116px; /*ie8*/
    }
}
/* safari 3+, chrome 1+, opera9+, ff 3.5+ */
body:first-of-type #header .search fieldset {
    padding-top: 114px;
}

#header .search .text-search {
    background: none;
    border: none;
    color: #9a9a9a;
    height: 12px;
    padding: 2px 4px 3px 7px;
    font-style: italic;
    width: 120px;
}

#header .search .button-search {
    background: none;
    border: none;
    cursor: pointer;
    height: 22px;
    width: 25px;
}

#header .menu {
    background: url(../images/bg-menu.png) no-repeat left bottom;
    height: 47px;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 960px;    
            text-decoration: none;
}

    #header .menu li {
        float: left;
        position: relative;
    }

        #header .menu li a {
            display: block;
            font-weight: bold;
            padding: 0 20px;
            line-height: 32px;
            text-transform: uppercase;   
            text-decoration: none;
        }

        #header .menu li.active a {
            text-decoration: none;
        }

        #header .menu li ul {

            text-align: center;
            left: 0;
            top: 100%;
            width: 160px;
            position: absolute;
            z-index: 1;
            background: #ffd716;
            display: none;
        }

        #header .menu li:hover ul {
            display: block;
        }

        #header .menu li ul li {
            width: 160px;
            float: left;
        }

            #header .menu li ul li a, #header .menu li ul li a:hover, #header .menu li ul li a.active {
                color: #730204;
                display: block;
                font-weight: bold;
                padding: 0 20px;
                line-height: 32px;
                text-transform: uppercase;   
            text-decoration: none;
            }

                #header .menu li ul li a:hover, #header .menu li ul li a.active {
                    color: #fff;
                    background: #ff9600;
                }
/*=====MAIN------*/
#main-content {
    background: url(../images/bg-main-bottom.png) no-repeat left bottom;
    padding-bottom: 15px;
    position: relative;
}

    #main-content .bg-left {
        background: url(../images/bg-flower-left.png) no-repeat left top;
        bottom: -34px;
        height: 380px;
        left: -141px;
        position: absolute;
        width: 245px;
        z-index: -1;
    }

    #main-content .bg-right {
        background: url(../images/bg-flower-right.png) no-repeat left top;
        bottom: -34px;
        height: 354px;
        right: -125px;
        position: absolute;
        width: 183px;
        z-index: -1;
    }

    #main-content .main-wrapper {
        margin-left: 2px;
        overflow: hidden;
        width: 960px;
    }

.title, h3 {
    background: url(../images/line-ver.gif) no-repeat center bottom;
    color: #b20a00;
    font-weight: bold;
    text-align:center;
    padding-bottom: 20px;
    text-transform: uppercase;
}

#main-content .main-wrapper #left-col {
    float: left;
    padding-left: 10px;
    width: 230px;
}

    #main-content .main-wrapper #left-col .title {
        padding-top: 22px;
        text-align: center;
        width: 230px;
    }

#left-col .section .list-notice li {
    margin: 7px 0;
}

    #left-col .section .list-notice li a {
        font-size: 11px;
    }

    #left-col .section .list-notice li a {
        background: url(../images/icon-poni.gif) no-repeat left 4px;
        display: block;
        padding-left: 10px;
        color: #555;
    }

    #left-col .section .list-notice li span {
        color: #afafaf;
        padding-left: 10px;
    }

    #left-col .section .list-notice li a:hover span {
        text-decoration: un !important;
        text-decoration: underline !important;
    }

#left-col .video-info {
    padding-top: 10px;
}

#left-col .left-col-bottom {
    background: url(../images/line-ver.gif) no-repeat left top;
    height: 24px;
    margin: 20px 0;
    width: 240px;
}

#main-content .main-wrapper #right-col {
    float: right;
    width: 710px;
}

#right-col .intro {
    background: url('../images/bg-tab-top.png') repeat-x left top;
    float: left;
    margin-right: 10px;
    margin-bottom: 30px;
    width: 700px;
}

    #right-col .intro .box {
        float: left;
        border: solid 1px #c9c9c9 !important;
        border-top: none !important;
        margin-top: 29px;
        position: relative;
        width: 698px;
    }

    #right-col .intro .list-info {
        border-left: solid 1px #c8c8c8;
        float: right;
        margin-top: 30px;
        padding-left: 5px;
        margin-bottom: 10px;
        width: 220px;
    }

        #right-col .intro .list-info li {
            background-position: left 5px;
            background-image: url('../images/icon-poni.gif');
            background-repeat: no-repeat;
            float: left;
            padding-left: 13px;
            padding-right: 5px;
            margin: 9px 0;
        }

            #right-col .intro .list-info li a {
                color: #555;
                display: block;
            }

                #right-col .intro .list-info li a:hover {
                    font-weight: bold;
                    text-decoration: none;
                }

#main-content .main-wrapper {
    background-color: #fff;
    margin: 0px auto;
}

    #main-content .main-wrapper .list-book {
        background: url('../images/bg-book-list.png') repeat-x left top;
        height: 227px;
        position: relative;
    }

        #main-content .main-wrapper .list-book .title {
            background: url('../images/bg-bt.png') no-repeat left top;
            height: 36px;
            line-height: 25px;
            left: 386px;
            top: -14px;
            text-align: center;
            text-transform: uppercase;
            position: absolute;
            width: 190px;
        }

        #main-content .main-wrapper .list-book ul {
            left: 0;
            top: 20px;
            position: absolute;
        }

            #main-content .main-wrapper .list-book ul li {
                float: left;
                padding: 10px;
                width: 140px;
            }

                #main-content .main-wrapper .list-book ul li a {
                    color: #555;
                    display: block;
                    text-align: center;
                    text-decoration: none;
                }

                    #main-content .main-wrapper .list-book ul li a span {
                        display: block;
                        padding-top: 10px;
                    }

                    #main-content .main-wrapper .list-book ul li a:hover span {
                        color: #5b0500;
                        font-weight: bold;
                    }
/*=====FOOTER------*/
#footer {
    color: #fff;
    text-align: center;
    height: 65px;
    padding-top: 11px;
}
