
* {
    margin: 0px;
    padding: 0px; 
}

body{
    font-family: Helvetica, Arial;
    width: 100%;
    height: 100%;
    font-size: 11px;
    background: #fff url( ../images/loop.jpg ) repeat-x left 66px;
}

input, textarea, input.button{
    font-size: 11px;
    font-family: Helvetica, Arial;
    background: black;
    border: none;
    padding: 3px;
    color: #fff;
    margin-bottom: 2px;
}

label{
    display: inline-block;
    width: 40px;
}

input{
    width: 455px;
}

    input.button{
        padding: 5px;
        width: 54px;
        margin-left: 447px;
    }

textarea{
    width: 495px;;
    height: 257px;
    margin-bottom: 0px;
}

#overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 666;
    background: black url( ../images/loading.gif ) no-repeat center center;
    text-align: center;
    color: #fff;
}
    #overlay noscript{
        margin-top: 150px;
        display: block;
    }
#szotar_loading{
    display: none;
}
#share{
    display: none;
}

#header{
    min-height: 66px;
    background: transparent url( ../images/logo.png ) no-repeat 70px center;
}

#black_line{
    height: 500px;
    background: black;
    position: relative;
    overflow: hidden;
}
    #top_mask{
        width: 100%;
        height: 33px;
        top: 0px;
        left: 0px;
        background: transparent url( ../images/fent.png ) no-repeat center top;
        position: absolute;
        z-index: 400;
    }
    
    #bottom_mask{
        width: 100%;
        height: 23px;
        bottom: 0px;
        left: 0px;
        background: transparent url( ../images/lent.png ) no-repeat center top;
        position: absolute;
        z-index: 400;
    }
    
    #top_panel{
        width: 982px;
        margin: auto;
        position: relative;
        z-index: 500;
    }
        #main_title{
            color: #fff;
            font-size: 11px;
            position: absolute;
            left: 0px;
            top: 5px;
        }
    
        #navigation{
            color: #fff;
            font-size: 11px;
            position: absolute;
            right: 0px;
            top: 0px;
        }
            #navigation ul li{
                float: left;
                list-style-type: none;
            }
    
                #navigation ul li a{
                    display: block;
                    color: #000;
                    font-size: 11px;
                    padding: 7px 0px 7px 4px;
                    background: #fff;
                    text-decoration: none;
                    margin-right: 1px;
                    width: 106px;
                    outline: none;
                    position: relative;
                }
                    #navigation ul li a span{
                        display: none;
                        background: #000;
                        width: 103px;
                        height: 6px;
                        position: absolute;
                        bottom: -6px;
                        right: 0px;
                    }
                    #navigation ul li a:hover span{
                        display: block;
                    }
                    #navigation ul li a.active span{
                        display: block;
                    }

    #canvas{
        height: 500px;
        overflow: hidden;
        position: relative;
    }
        #stage_wrapper{
            width: 10000px;
            position: relative;
        }
            .stage{
                width: 1420px;
                height: 500px;
                float: left;
                color: white;
                position: relative;
            }
                .stage_panel{
                    margin: auto;
					margin-top: 75px;
                    width: 982px;
                    height: 365px;
                    position: relative;
                }
                    .image_block{
                        width: 512px;
                        height: 365px;
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        overflow: hidden;
                        /*border: 1px solid #000;*/
                    }
                        .ref_wrapper{
                            width: 10000px;
                            font-size: 11px;
                        }

                        .ref_wrapper a{
                            color: #fff;
                            display: block;
                            margin-bottom: 10px;
                        }
                        
                        .ref_page{
                            width: 512px;
                            height: 375px;
                            float: left;
                        }
                                                
                            .image_block .thumb{
                                display: block;
                                width: 100px;
                                height: 105px;
                                background: transparent url( ../images/th-boarder.gif ) no-repeat left top;
                                float: left;
                                margin: 0px 28px 20px 0px;
                                position: relative;
                            }
                            
                            .image_block .thumb:hover{
                                background: transparent url( ../images/th-boarder-mouseover.gif ) no-repeat left top;
                            }
    
                            /* THIS is the reference display */
                            .image_block .thumb span{
                                position: absolute;
                                left: 5px;
                                top: 5px;
                                width: 90px;
                                height: 90px;
                                text-align: center;
                                color: #fff;
                            }
                            
                        /**
                         *  Works page
                         */
                        .work_item{
                            width: 507px;
                            padding: 5px 0px 10px 5px;
                            height: 355px;
                            background: transparent url( ../images/big-boarder.gif ) no-repeat left top;
                            float: left;
                        }

                        .page_numbers a{
                            padding-right: 4px;
                        }
                            .page_numbers a.active{
                                color: black;
                            }

                    .control_block a{
						padding: 0px 4px 4px 4px;
						display: inline-block;
						outline: none;
                    }
                    
                    * html .control_block a{
                    	display: inline;
                    }
                    
                    .control_block{
                        width: 468px;
                        height: 100px;
                        position: absolute;
                        left: 531px;
                        top: 0px;
                        font-size: 11px;
                    }
                        .control_block a{
                            color: #fff;
                        }
                    
                    .desc_block{
                        width: 468px;
                        position: absolute;
                        left: 531px;
                        bottom: 15px;
                    }
                    
                    .message_sent{
                        width: 468px;
                        position: absolute;
                        left: 0px;
                        bottom: 15px;
                    }

                        .message_sent ul li{
                            text-align: right;
                        }

                        .message_sent ul a{
                            color: #fff;
                        }
                        
                        .desc_block ul li, .message_sent ul li{
                            list-style-type: none;
                            padding-top: 10px;
                            padding-bottom: 5px;
                            font-size: 11px;
                            border-bottom: 1px solid #000;
                        }

                        .desc_block ul li a{
                            color: #ccc;
                        }

            #portfolio{
                background: transparent url( ../images/bg-k.jpg ) repeat center center;
            }
            #work{
                background: transparent url( ../images/bg-k.jpg ) repeat center center;
            }
            #downloads{
                background: transparent url( ../images/bg-k.jpg ) repeat center center;
            }
            #contact{
                background: transparent url( ../images/bg-k.jpg ) repeat center center;
            }
        
