@charset "utf-8";
/*
==============================================
* Filename: styles.css
* Version: 1.0.0 (2009-27-04) YYYY-MM-DD
* Website: http://replay/
* Author: Umut Ahmet
* Description: Main site styles.

==============================================
== STRUCTURE: ================================
* Page width: 990 px
* Number of columns: 1/2/3

==============================================
== INDEX: ====================================
_colours
_defaults
_globals

_frame : Site Frame
_header : Site Header
_content : Site Content
_footer : Site Footer

==============================================
== _colours: =================================

* Black - #050505
* Silver - #DADADA
* Off White - #F9F9F9
* Light Grey - #F5F5F5
* Green - #418950
* Yellow - #FEB100

==============================================
== _defaults: ==============================*/

*, html {
    margin: 0;
    padding: 0;
    }
    body {
        /*font: font-style (italic/normal) font-variant (small-caps) font-weight font-size/line-height font-family; */
        font: normal 12px/18px Helvetica, Verdana, Tahoma;
        color: #050505;
        text-align: center;
        background: white;
        }
        h1, h2, h3, h4, h5, h6 {
            font: normal 12px/18px Helvetica, Verdana, Tahoma;
        }
        h1 { display: none; }
        h2 { font-size: 26px; line-height: 29px; margin-bottom: 26px; }
        h3 { font-size: 21px; line-height: 24px; margin-bottom: 12px; color: #418950; }
        h4 { font-size: 18px; line-height: 21px; margin-bottom: 18px; color: #418950; }
        h5 { font-size: 15px; line-height: 18px; margin-bottom: 15px; }
        h1 span, h2 span { margin-right: 8px; }
        a {
            color: #418950;
            text-decoration: underline;
            -moz-outline-style: none;
            }
            a:hover {
                text-decoration: none;
            }
        p {
            margin-bottom: 18px;
            text-align: justify;
        }
        ul li {
            margin-bottom: 3px;
        }
        img {
            border: none;
        }
        input.submit {
            font-size: 11px;
        }

/*
============================================
== _globals: ===============================
*/
.inner {
    padding: 10px;
}
.clr_fix {
    display: block;
    clear: both;
}
.wrap {
    margin-bottom: 2em;
}
.case {
    border: 1px solid #DADADA; background: #F5F5F5;
}
.sml {
    font-size: 11px;
}
.bt {
    padding-top: .5em; margin-top: .5em; border-top: 1px solid #DADADA;
}
.bb {
    padding-bottom: .5em; margin-bottom: .5em; border-bottom: 1px solid #DADADA;
}
.mbtm {
    margin-bottom: 20px;
}
.mr {
    margin-right: 20px;
}
.column {
    float: left;
    margin-right: 5%;
}
.column_right { float: right; }
.w30 { width: 30%; }
.w50 { width: 45%; }
.fl { float: left; }
.fr { float: right; }
.grn_div { background: url(../assets/grn_div.gif) center bottom no-repeat; margin-bottom: 18px;}
.grn_div_sml { background: url(../assets/grn_div_sml.gif) center bottom no-repeat; margin-bottom: 18px; padding-bottom: 5px;}
.doc_dl { line-height: 40px; background: url(../assets/doc.jpg) left center no-repeat; padding-left: 35px;}

/*
==========================================
== _frame: ===============================
*/
#frame {
    text-align: left;
    margin-bottom: 18px;
    }
    #wrapper {
        width: 900px;
        margin: 0 auto;
    }

/*
==========================================
== _header: ==============================
*/
#header {
    height: 175px;
    }
    #header_top {
        height: 124px;
        border-bottom: 1px solid #DADADA;
        }
        #nav {
            width: 540px;
            height: 30px;
            float: right;
            margin-top: 95px;
            list-style: none;
            }
            #nav {
                }
                #nav li {
                    float: left;
                    margin-left: 8px;
                }
            #nav li a {
                height: 29px;
                text-decoration: none;
                color: #050505;
                display: block;
                line-height: 29px;
                padding: 0 8px;
                background: url(../assets/nav_on.gif) center -4px no-repeat;
                }
                #nav li a:hover, #nav li a:active {
                    background: url(../assets/nav_on.gif) center bottom no-repeat;
                }
                #nav li a.nav_on {
                    background: url(../assets/nav_on.gif) center bottom no-repeat;
                }
                #replay_link {
                    position: relative;
                    top: auto;
                    left: auto;
                }
                #replay_link a {
                    background: url(../assets/replay_logo.jpg) left top no-repeat;
                    height: 124px;
                    width: 129px;
                    float: left;
                    position: absolute;
                }

    #page_head {
        height: 49px;
        border-bottom: 1px solid #DADADA;
        }
        #page_head h2 {
            margin: 0;
            padding: 8px;
        }
    #page_img {
        background-image: url(../images/page_img.jpg);
        background-repeat: no-repeat;
        height: 200px;
        width: 880px;
        margin: 0 10px 18px;
        }
        .banner_1 { background-position: left top; }
        .banner_2 { background-position: 0 -200px; }
        .banner_3 { background-position: 0 -400px; }
        .banner_4 { background-position: 0 -600px; }
        .banner_5 { background-position: 0 -800px; }
    .partner {
        margin-bottom: 24px;
        }
        .partner_detail {
            float: left;
            width: 200px;
            text-align: center;
            margin-top: 10px;
            }
            .partner_detail img {
                margin: 0 auto 10px;
            }
            .partner_contact {
                text-align: left;
                height: 80px;
                padding: 10px;
                background: url(../assets/pcd_bg.gif) center top no-repeat;
                }
                .partner_contact p {
                    margin-bottom: 5px;
                    color: white;
                }
                .partner_contact a {
                    color: white;
                }
        .partner_desc {
            float: right;
            width: 660px;
        }

/*
==========================================
== _content: =============================
*/
#content {
    margin-top: 20px;
    }
    #content ul, #content ol {
        padding: 5px 20px;
        margin-bottom: 18px;
    }
    #alpha {
        float: left;
        width: 520px;
        }
    #beta {
        float: right;
        width: 340px;
    }
    #content_home {
        }
        #stm_frame {
            float: left;
            width: 450px;
            }
            #stm {
                margin-top: 15px;
                font: normal 36px/46px Helvetica, Verdana, Tahoma;
            }
        #show {
            float: right;
            width: 350px;
            }
            #s_imgs {
                position: relative;
                height: 215px;
                }
                #s_imgs a {
                    position: absolute;
                    top: 0;
                }
            #s_controls {
                margin-top: 5px;
                }
                #s_title {
                    float: left;
                    width: 160px;
                }
                #s_dots {
                    float: right;
                    text-align: right;
                    width: 160px;
                }
            #show_youtube {
                float: right;
                text-align: right;
                width: 425px;
            }

    .img_text {
        float: left;
        width: 520px;
    }
    .img_right {
        float: right;
        width: 320px;
        padding: 10px;
        margin-top: 44px;
        margin-bottom: 18px;
        border: 1px solid #dadada;
    }
    .pub_text {
        float: left;
        width: 320px;
    }
    .pub_img {
        float: right;
        width: 500px;
        padding: 10px;
        margin-bottom: 18px;
        border: 1px solid #dadada;
        }
        .pub_img_text p {
            color: #666666;
            font-size: 11px;
            margin: 10px 0;
        }
    .news_item {
        display: block;
        border-bottom: 1px solid #dadada;
        margin-bottom: 18px;
        font-size: 11px;
    }


/*
==========================================
== _footer: ==============================
*/
#footer {
    color: white;
    font-size: 10px;
    margin-top: 10px;
    background: url(../assets/foot_bg.gif) center top no-repeat;
    }
    #footer a {
        color: white;
    }
    #footer h2 {
        margin: 0;
        }
        #footer h2 span { color: #FEB100; }
    #footer ul {
        list-style: none;
    }
    #footer p#signiture {
        width: 200px;
        float: left;
    }
    #foot_links {
        width: 200px;
        float: right;
        text-align: right;
        }
        #foot_links li {
            display: inline;
        }
    #foot_left {
        float: left;
        width: 30%;
        }
        #foot_left ul {
            padding-left: 5px;
            }
            #foot_left ul li {
                margin-bottom: 5px;
            }
    #foot_right {
        float: right;
        text-align: right;
        width: 60%;
        font-size: 10px;
        }
        #detail_text {
            float: left;
            width: 450px;
            }
            #detail_text p {
                text-align: right;
            }
        #detail_logos {
            float: right;
            width: 58px;
            margin-top: 40px;
        }
        #detail_logos img {
            margin-bottom: 20px;
        }
    #foot_note {
        background: url(../assets/foot_bg.gif) center bottom no-repeat;
        }
        #fn_inner {
            padding: 10px;
            border-top: 1px solid white;
            }
            #foot_note p {
                margin: 0;
            }
