    /**
        @name:          sqeenCMS
        @version:       2.x
        @package:       template
        @subpackage:    sqc_core
        @access:        frontend
        @author:        sqeen
        @copyright:     sqeen
        @since:         2010
        @todo:          cascading style sheet for all browsers
    */


    /* Characterset */
        @charset "UTF-8";

    /* Main styles */
        html, body {
            /*width:              100%;
            min-height:         100%;
            height:             100%;*/
            text-align:         left;
        }

        * html body {
            behavior:           url(admin/css/csshover3.htc);
        }

        html, body, div, span, object,
        h1, h2, h3, h4, h5, h6, p, blockquote, pre,
        a, acronym, address, big, cite, code,
        del, dfn, em, img, ins, kbd, q, s, samp,
        small, strike, strong, sub, sup, tt, var,
        dl, dt, dd, ol, ul, li, input, textarea,
        fieldset, form, label, legend, caption, table {
            color:              #FFFFFF;
            font-family:        Arial, Helvetica, Lucida, sans-serif;
            margin:             0;
            padding:            0;
            border:             0;
            outline:            0;
        }

        #backgroundImg {
            position:           absolute;
            top:                0;
            left:               0;
            z-index:            -1;
        }

        #divCenter
        {
            margin:             0 auto;
            width:              979px;
            text-align:         left;
        }
        #divBg {
            background:         #000;
            opacity:            0.2;
            filter:             alpha(opacity=2);
        }

        #head {
            height:             114px;
            width:              979px;
            background:         url(../data/head_bg.png) no-repeat;
        }

        #menuBar {
            height:             46px;
            width:              979px;
            background:         url(../images/menu_bg.png) repeat-x;
        }

        div#menuBar a {
            display:            block;
            float:              left;
            padding:            12px 40px;
            border-left:        1px solid #000;
            border-right:       1px solid #000;
            font-size:          18px;
            font-weight:        bold;
            color:              #fff;
            text-decoration:    none;
        }

        div#menuBar a:hover, div#menuBar a.active {
            background:         url(../images/menu_bg_hover.png) repeat-x;
        }

        #divHeader {
            font-size:          22px;
            color:              #2886D9;
            font-weight:        bold;
            margin:             5px 0px 5px 0px;
            padding:            40px 0 100px 40px;
            background:         url(../images/bg_02.jpg) no-repeat;
        }

        div.divElement, div.divNoContent {
            font-size:          12px;
            float:              left;
            position:           relative;
            width:              899px;
            padding:            20px 40px 20px 40px;
            margin:             0 0 5px 0;
            background:         #3f3f3f;
        }

        div.divElement a {
            color:              #548DC2;
            text-decoration:    none;
        }

        div.divElement a:hover {
            color:              #6FBAFF;
            text-decoration:    underline;
        }

        div.divElement div.divGallery div.divGalleryImg {
            position:           relative;
            min-height:         580px;
            text-align:         center;
        }

        div.divElement div.divGallery div.divGalleryImg img.loader {
            position:           absolute;
            top:                244px;
            left:               434px;
        }

        div.divElement div.divGallery div.divGalleryImg div.prev, div.divElement div.divGallery div.divGalleryImg div.next {
            position:           absolute;
            top:                235px;
            width:              35px;
            height:             50px;
            cursor:             pointer;
        }

        .divGalleryImg div.prev:hover, .divGalleryImg div.next:hover {
            filter:             alpha(opacity=40);
            filter:             progid:DXImageTransform.Microsoft.Alpha(opacity=40);
            opacity:            0.4;
            -moz-opacity:       0.40;
        }

        div.divElement div.divGallery div.divGalleryImg div.prev {
            left:               0;
            background:         url(../images/prev.jpg) no-repeat;
        }

        div.divElement div.divGallery div.divGalleryImg div.next {
            right:              0;
            background:         url(../images/next.jpg) no-repeat;
        }

        div.divElement div.divGallery div.divGalleryImg div.divGalleryDescription {
            position:           absolute;
            left:               0;
            top:                530px;
            width:              900px;
        }

        div.divElement div.divGallery div.divGalleryThumbs img {
            width:              78px;
        }

        div.divElement div.divGallery div.divGalleryThumbs a.active {
            color:              #6FBAFF;
            text-decoration:    underline;
        }


        #foother {
            font-size:          12px;
            float:              left;
            width:              899px;
            margin:             0px 0 30px 0;
            padding:            20px 40px;
            background:         #1E1E1E;
            color:              #8C8C8C;
        }

        div#foother a {
            color:              #456A8F;
        }

        div#foother a:hover {
            color:              #5382B0;
            text-decoration:    underline;
        }
