/* ========================== Reset ========================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
        background-color: #ffffff;
        background-image: url('/img/bg.jpg');
        background-position: left top;
        background-repeat: repeat-x;
        font-family: 'Trebuchet MS', Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ========================== General classes ========================= */

sup {
    font-size: 80%;
    position: relative;
    top: -0.4em;
}
.clear_both {
    clear: both;
}
.p_basic strong {
    color: #000000;
    font-style: italic;
}
.p_small {
    font-family: 'MS Trebuchet', Arial;
    font-size: 0.65em;
    color: #000000;
}
.star {
    color: #d40000;
}

/* =========================== Page elements ========================== */

#canvas {
    width: 1008px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    position: relative;
    background-color: #dedede;
    background-image: url('/img/canvas-body-bg.gif');
    background-position: left top;
    background-repeat: repeat-y;
}
    #canvas_top {
        background-image: url('/img/canvas-top-bg.jpg');
        background-position: left top;
        background-repeat: no-repeat;
    }
        #canvas_bottom {
            min-height: 450px;
            background-image: url('/img/canvas-btm-bg.gif');
            background-position: left bottom;
            background-repeat: no-repeat;
        }
            #page_wrap {
                margin-left: 14px;
                margin-right: 14px;
                padding-top: 20px;
                padding-bottom: 16px;
            }
                #page_top {
                    background-color: #000000;
                    background-image: url('/img/page-top.jpg');
                    height: 100px;
                    position: relative;
                }
                    #logo_holder {
                        position: relative;
                        left: 28px;
                        top: 26px;
                        width: 264px;
                        height: 58px;
                        overflow: hidden;
                    }
                        #logo_txt a {
                            font-size: 28px;
                            color: #ffffff;
                            text-decoration: none;
                        }
                        #logo_txt_sub {
                            padding-top: 2px;
                            padding-bottom: 14px;
                            font-size: 14px;
                            color: #ffffff;
                        }
                        #logo_holder img {
                            position: absolute;
                            left: 0;
                            top:0;
                        }
                    #navi_holder {
                        position: absolute;
                        left: 335px;
                        top: 43px;
                        width: 615px;
                        /* background-color: #d26301; */
                    }
                        #navi_holder > li {
                            float: left;
                            width: 121px;
                            height: 38px;
                            line-height: 38px;
                            color: #d5d5d5;
                            text-align: center;
                            font-size: 13px;
                            position: relative;
                            /* overflow: hidden; */
                        }
                            .popup {
                                position: absolute;
                                z-index: 2;
                                display: none;
                                margin-top: -1px;
                                width: 245px;
                            }
                                .popup li {
                                    border-bottom: 1px solid #30351f;
                                    border-left: 1px solid #30351f;
                                    border-right: 1px solid #30351f;
                                    height: 29px;
                                    line-height: 29px;
                                    font-size: 13px;
                                    text-align: left;
                                }
                            #navi_holder li:hover .popup {
                                display: block;
                                background-color: #000000;
                            }
                                #navi_holder li:hover .popup li a {
                                    display: block;
                                    padding-left: 6px;
                                    padding-right: 6px;
                                    color: #e8edd4;
                                    text-decoration: none;
                                }
                                    #navi_holder li:hover .popup li a:hover {
                                        background-color: #d87006;
                                    }
                            .navi_txt_active {
                                display: block;
                                background-color: #853500;
                                color: #ffffff;
                                width: 121px;
                                height: 38px;
                                overflow: hidden;
                            }
                            .navi_txt {
                                display: block;
                                background-color: #d26301;
                                text-decoration: none;
                                color: #fff68d;
                                width: 121px;
                                height: 38px;
                                overflow: hidden;
                            }
                                .navi_txt:hover {
                                    background-color: #e8a240;
                                    color: #ffffff;
                                }
                                .navi_txt:focus {
                                    background-color: #e8a240;
                                    color: #ffffff;
                                }
                                .navi_txt:active {
                                    background-color: #e8a240;
                                    color: #000000;
                                }
                            .navi_img_active {
                                display: block;
                                width: 121px;
                                height: 38px;
                                overflow: hidden;
                                background-position: 0 -38px;
                                position: absolute;
                                top: 0;
                                left: 0;
                            }
                                .navi_img_active:active {
                                    background-position: 0 -76px;
                                }
                            .navi_img {
                                display: block;
                                width: 121px;
                                height: 38px;
                                overflow: hidden;
                                background-position: left top;
                                position: absolute;
                                top: 0;
                                left: 0;
                            }
                                .navi_img:hover {
                                    background-position: 0 -38px;
                                }
                                .navi_img:focus {
                                    background-position: 0 -38px;
                                }
                                .navi_img:active {
                                    background-position: 0 -76px;
                                }                              
                .golden_line {
                    height: 11px;
                    background-color: #dd7500;
                    background-image: url('/img/golden-line.jpg');
                    background-repeat: repeat-x;
                }
                #page_header {
                    height: 300px;
                    background-color: #cecece;
                    background-image: url('/img/header-bg.jpg');
                    position: relative;
                    /* display: none; */
                }
                    #product_panel {
                        position: absolute;
                        width: 261px;
                        height: 264px;
                        left: 48px;
                        top: 148px;
                        background-color: #343922;
                        background-image: url('/img/product-tab-bg.jpg');
                        /* display: none; */
                    }
                        #product_panel p {
                            color: #eff4db;
                            padding: 27px 27px 0 24px;
                            font-size: 13px;
                            font-weight: bold;
                            font-family:  Arial, sans-serif;
                            line-height: 140%;
                            text-align: justify;
                        }
                        #product_panel h3 {
                            color: #eff4db;
                            font-size: 16px;
                            font-weight: bold;
                            font-family:  Arial, sans-serif;
                            line-height: 140%;
                            position: absolute;
                            top: 142px;
                            left: 24px;
                        }
                        /*
                        #product_courses_txt {
                            top: 129px;
                            left: 22px;
                        }
                        #product_courses_img {
                            top: 129px;
                            left: 22px;
                            background-image: url('/img/product-courses-en.gif');
                        }
                        #product_conferences_txt  {
                            top: 190px;
                            left: 22px;
                        }
                        #product_conferences_img  {
                            top: 190px;
                            left: 22px;
                            background-image: url('/img/product-conferences-en.gif');
                        }
                        */
                        #product_talent_txt {
                            top: 169px;
                            left: 22px;
                        }
                        #product_talent_img {
                            top: 169px;
                            left: 22px;
                            background-image: url('/img/product-big-en.gif');
                        }
                        .product_txt {
                            display: block;
                            width: 219px;
                            /* height: 52px; */
                            height: 70px;
                            position: absolute;
                            background-color: #d26301;
                            text-align: center;
                            /* line-height: 52px; */
                            line-height: 70px;
                            text-decoration: none;
                            color: #fff68d;
                            font-size: 20px;
                            font-weight: bold;
                        }
                            .product_txt:hover {
                                background-color: #e8a240;
                                color: #ffffff;
                            }
                            .product_txt:focus {
                                background-color: #e8a240;
                                color: #ffffff;
                            }
                            .product_txt:active {
                                background-color: #e8a240;
                                color: #000000;
                            }
                        .product_img {
                            display: block;
                            width: 219px;
                            /* height: 52px; */
                            height: 70px;
                            background-position: left top;
                            position: absolute;
                            top: 0;
                            left: 0;
                        }
                            .product_img:hover {
                                /* background-position: 0 -52px; */
                                background-position: 0 -70px;
                            }
                            .product_img:focus {
                                /* background-position: 0 -52px; */
                                background-position: 0 -70px;
                            }
                            .product_img:active {
                                /* background-position: 0 -104px; */
                                background-position: 0 -140px;
                            }
                    #slideshow_holder {
                        position: absolute;
                        top: 12px;
                        left: 336px;
                        width: 613px;
                        height: 277px;
                        background-color: #ffffff;
                        background-image: url('/img/slideshow-bg.gif');
                    }
                        #header_slide {
                            margin-left: 8px;
                            margin-top: 13px;
                        }
                #page_body {
                    min-height: 92px;
                    background-color: #f0f0f0;
                    background-position: left top;
                    background-image: url('/img/page-body.jpg');
                    background-repeat: repeat-x;
                }
                    #page_body a {
                        color: #c84f00;
                        text-decoration: underline;
                    }
                        #page_body a:hover, #page_body a:focus  {
                            color: #000000;
                            text-decoration: none;
                        }
                    #content_wrap {
                        width: 674px;
                        float: left;
                        margin: 32px 0 32px 32px;
                        padding-right: 20px;
                        background-image: url('/img/dots-vertical.gif');
                        background-position: right top;
                        background-repeat: repeat-y;
                    }
                        .breadcrumbs {
                            font-size: 0.9em;
                            color: #000000;
                            margin-bottom: 25px;
                            text-align: left;
                        }
                        h1 {
                            font-size: 1.4em;
                            padding-bottom: 15px;
                        }
                        #content_wrap h2 {
                            font-size: 1.2em;
                            padding-bottom: 15px;
                        }
                        #content_wrap > h2 {
                            padding-top: 16px;
                        }
                        #content_wrap h3 {
                            font-size: 0.8em;
                            line-height: 130%;
                            color: #000000;
                            padding-bottom: 15px;
                            text-transform: uppercase;
                        }
                        #content_wrap > h3 {
                            padding-top: 10px;
                        }

                        #content_wrap .p_basic {
                            font-size: 0.9em;
                            line-height: 140%;
                            color: #5b5b5b;
                            margin: 2px 10px 15px 0;
                            font-family: Arial, sans-serif;
                            text-align: left;
                        }
                            #content_wrap .p_basic em {
                                color: #000000;
                            }

                        #content_wrap .list_basic {
                            font-family: Arial, sans-serif;
                            font-size: 0.9em;
                            line-height: 130%;
                            color: #000000;
                            list-style-position: outside;
                            list-style-type: disc;
                            margin: 15px 40px 15px 40px;
                        }
                            #content_wrap .list_basic li {
                                margin-bottom: 20px;
                                line-height: 130%;
                                color: #5b5b5b;
                            }
                                #content_wrap .list_basic li strong {
                                    color: #000000;
                                    font-weight: bold;
                                }
                            #content_wrap .list_basic a {
                                color: #dd7300;
                                text-decoration: underline;
                            }
                                #content_wrap .list_basic a:hover {
                                    color: #000000;
                                    text-decoration: none;
                                }




                    #highlights_wrap {
                        padding-top: 2px;
                        width: 204px;
                        float: right;
                        margin: 32px 27px 32px 0;
                    }
                        #highlights_wrap h2 {
                            font-size: 1.2em;
                            padding-bottom: 10px;
                        }
                        #highlights_bg {
                            background-image: url('/img/news-bg-btm.gif');
                            background-position: left bottom;
                            background-repeat: no-repeat;
                            background-color: #30351f;
                        }
                            #highlights_wrap h3 {
                                font-size: 0.8em;
                                text-transform: uppercase;
                                padding-bottom: 2px;
                            }
                                #highlights_wrap h3 a {
                                    color: #c84f00;
                                    text-decoration: none;
                                }
                                    #highlights_wrap a:hover, #highlights_wrap a:focus  {
                                        color: #000000;
                                        text-decoration: underline;
                                    }
                            #highlights_wrap .p_date {
                                font-size: 0.7em;
                                text-transform: uppercase;
                            }
                            #highlights_wrap .left_img_cnt {
                                margin: 5px 5px 5px 2px;
                            }
                            #highlights_wrap .p_basic {
                                margin-top: 2px;
                                margin-bottom: 4px;
                                font-size: 0.8em;
                                line-height: 120%;
                                color: #5b5b5b;
                            }
                            #highlights_bg_top {
                                background-image: url('/img/news-bg-top.gif');
                                height: 8px;
                                background-position: left top;
                                background-repeat: no-repeat;
                                background-color: #30351f;
                            }
                #page_footer {
                    background-color: #000000;
                    background-position: left bottom;
                    background-image: url('/img/footer-bg.gif');
                    background-repeat: no-repeat;
                    padding: 10px 15px 10px 15px;
                }
                    #page_footer .p_basic {
                        text-align: center;
                        font-size: 0.8em;
                        color: #cccccc;
                        padding-bottom: 5px;
                    }
                        #page_footer a {
                            color: #dd7300;
                            text-decoration: none;
                        }
                            #page_footer a:hover {
                                color: #ffffff;
                                text-decoration: underline;
                            }

/* ============================= CMS elements ========================= */

img.article_image {
    float: left;
    margin: 3px 15px 10px 5px;
}
a.article_image {
    display: block;
    float: left;
    margin: 3px 15px 10px 2px;
    border: 1px solid #c84f00;
    background-color: #dd7300;
    padding: 3px;
}
    a.article_image:hover {
        background-color: #c84f00;
        border: 1px solid #c84f00;
    }
.article_list {
    font-family: Arial, sans-serif;
    font-size: 0.9em;
    color: #5b5b5b;
    list-style-position: outside;
    list-style-type: square;
    margin: 15px 40px 15px 40px;
}
    .article_list li {
        margin-bottom: 10px;
    }
    .article_list a {
        color: #dd7300;
        text-decoration: underline;
    }
        .article_list a:hover {
            color: #000000;
            text-decoration: none;
        }
.tab_top {
    background-image: url('/img/tab-top-grey.gif');
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    margin: 5px 5px 8px 0;
}
    .tab_btm {
        background-image: url('/img/tab-btm-grey.gif');
        background-position: left bottom;
        background-repeat: repeat-x;
        padding: 12px 20px 10px 20px;
        min-height: 49px;
    }
        .tab_btm .article_image {
            float: left;
            margin: 0 10px 6px 0;
        }
        .tab_btm h2 {
            padding-top: 10px;
        }
        .tab_btm h3 a {
            color: #000000;
            text-decoration: none;
        }
        .tab_btm h3 a:hover {
            text-decoration: underline;
        }
.left_img_cnt {
    float: left;
    display: inline;
}
    .left_img_cnt a {
        display: block;
    }
    .left_img_cnt img {
        border: 1px solid #c84f00;
        background-color: #dd7300;
        padding: 3px;
        display: inline;
    }

/* =================== Absolutely positioned elements ================= */




/* ============================ Page specific elements ========================= */

/* --------------------------------- Course list ------------------------------- */

.block_right {
    float: right;
    width: 450px;
    margin-right: 3px;
}
    .block_right h2 {
        padding-top: 0;
    }
    .block_right h3 {
        padding-top: 0;
    }
    .block_right .p_basic {
        color: #000000;
    }

/* ---------------------------------- Not found -------------------------------- */
