#container
{
    width:100%;
    min-width:999px;
    overflow:hidden;
}

#slider #front a, #contact .write-letter, #slider #front a .title
{
    display:-moz-inline-stack;
    display:inline-block;
    _overflow:hidden;
    zoom:1;
    *display:inline;
    vertical-align:top
}

    #header
    {
        z-index:10;
        border-top:5px solid #000;
        background:url('../images/home.png') no-repeat 100% 100%;
    }
    

        #header .wrapper
        {
            width:76%;
            background:#fff;
            padding:0 0 1em;
        }
        
            #logo
            {
                margin:3em 0 0 0;
                padding:0 0 3.5em 4.5%;
                background:#fff;
            }
            
            #nav
            {
                padding:3em 0 1em 5%;
                vertical-align:middle;
                background:#fff url('../images/common.png') no-repeat 6px 0;
                padding:3em 0 0 12px;
            }
            
            #contact
            {
                font-size:87.5%;
                width:276px;
                margin:3.7em 0 0 10px;
                padding:0 0 0 73px;
                background:url('../images/home.png') no-repeat 0 -125px;
                position:relative;
            }
            
                #contact h2
                {
                    font-weight:100;
                    font-size:100%;
                }
                
                #contact .tel
                {
                    font-size:21px;
                    display:block;
                    margin:0.5em 0 0.2em;
                }
                
                #contact .write-letter
                {
                    text-decoration:none;
                    font:italic 100% Arial, Helvetica, sans-serif;
                    padding:0 15px 0 0;
                    background:url('../images/common.png') no-repeat 100% -1010px;
                }
                
                    #contact .write-letter span
                    {
                        border-bottom:1px dashed #2093ff;
                    }
                    
                    #contact .write-letter:hover span
                    {
                        border-color:#fff;
                    }

    #content
    {
        margin-top:-121px;
        position:relative;
    }
    
    #content ul
    {
        list-style-type:none;
    }
    
        #slider
        {
            overflow:hidden;
            position:relative;
            padding:0 0 71px 0;
            height:529px;
            margin:0 0 -40px;
        }
        
            .coda-nav-left
            {
                position:absolute;
                left:0;
                top:230px;
                z-index:11;
            }

            .coda-nav-right
            {
                position:absolute;
                right:0;
                top:230px;
                z-index:11;
            }
            
            #content .coda-nav-left a, #content .coda-nav-right a
            {
                display:block;
                width:44px;
                height:133px;
                padding:0;
                background:url(../images/home.png) no-repeat -640px -130px;
                outline:0;
            }
            
            #content .coda-nav-left a:hover
            {
                background-position:-640px -263px;
            }
            
            #content .coda-nav-right a
            {
                background-position:-596px -130px;
            }
            
            #content .coda-nav-right a:hover
            {
                background-position:-596px -263px;
            }
            
            #slider #front
            {
                background:#fff url('../images/home.png') no-repeat 37px 409px;
                position:absolute;
                bottom:0px;
                padding:0 0 70px;
                left:140px;
                width:540px;
                height:409px;
            }
            
                #slider #front a
                {
                    width:100%;
                    position:absolute;
                    bottom:70px;
                    left:0;
                    text-align:center;
                    display:block;
                }
                
                    #slider #front a .title
                    {
                        display:none;
                        position:absolute;
                        top:50%;
                        right:0;
                        background:#2093FF;
                        color:#fff;
                        padding:5px;
                        text-decoration:underline;
                        font:italic 11px Arial, Helvetica, sans-serif;
                    }
                    
                    #slider #front a:hover .title
                    {
                        display:inline-block;
                    }
                    
                    #slider #front a:hover .title:hover
                    {
                        text-decoration:none;
                    }
                
                #slider img.panel
                {
                    height:529px;
                }
                
                #slider #front img
                {
                    vertical-align:bottom;
                    height:auto;
					max-width: 100%;
                }
                
                #slider #front h1
                {
                    font:normal 100 32px Tahoma, Helvetica, sans-serif;
                    margin:10px 37px 0 37px;
                    text-transform:uppercase;
                }
                
                    #slider #front h1 strong
                    {
                        display:block;
                        font-weight:100;
                    }
                    
                    #slider #front h1 span
                    {
                        font-size:12px;
                        color:#787878;
                        vertical-align:top;
                    }

        #content .plain
        {
            margin:0 0 0 155px;
            width:500px;
            position:relative;
            z-index:12;
            font-size:75%;
        }
        
        #content h2
        {
            font-weight:100;
            font-size:18px;
            text-transform:uppercase;
        }
            
            #content .plain p
            {
                margin:10px 0 0;
                text-align:justify;
            }

    #footer
    {
        margin-left:155px;
    }

