html, body {
    height: 100%;
}

body {
    background: url('images/bg.body_inner.png') repeat-x top left #dfdfdf;
    font-family: Tahoma, Arial;
    color: #333333;
}
body#main {
    background-image: url('images/bg.body.png');
}

button { cursor: pointer; }
input[type="text"], input[type="password"], input.text, input.title, textarea, select { 
    margin: 0; 
    border: 1px solid #7e7f7f;
    background: url('images/bg.input.gif') repeat-x top left #FFFFFF;
}
fieldset { border: none; margin: 0; padding: 0; }

a { 
    color: #0774bb; 
    text-decoration: underline;                             
    -moz-outline-style: none;
    outline: none;   
}
a:hover { 
    text-decoration: none; 
}
a:active, a:focus {
    outline: none;
}  

h1 { 
    font-size: 2em;
    line-height: 1.1em; 
    margin-bottom: 0.6em;
    color: #2B8415;
}
h2 { 
    line-height: 1.1em; 
    margin-bottom: 0.6em; 
    color: #496572;
}
    h2 a { 
        text-decoration: none; 
        color: inherit; 
    }
h3 { 
    font-size: 1.5em;
    margin-bottom: 0.5em;
    color: #496572;
}
h4 {
    margin-bottom: 1em; 
    font-size: 1em; 
    font-weight: bold;
    color: #333333;
}

p { 
    margin-bottom: 1em; 
    line-height: 1.55em;
}
label { 
    font-weight: normal; 
    padding-right: 5px;
}

ul {
    padding-left: 1.5em;
}

textarea {
    font-family: Tahoma, Arial;
    border: 1px solid #7e7f7f;
    background: url('images/bg.input.gif') repeat-x top left #FFFFFF;
}

ol {
    padding-left: 2.3em;
}

ul {
    list-style-type: none;
    padding-left: 0.7em;
}
    ul li { 
        background: url('images/bg.bullet.gif') no-repeat 0 10px;
        padding-left: 15px;
    }

/* ####################################################################################### */

.left { float: left !important; }
.right { float: right !important; }

img.left { margin: 0 1.5em 1em 0 !important; }

.green { color: #2B8415 !important; }
.blue { color: #0774bb !important; }
.grey { color: #496572 !important; }

.strong { font-weight: bold; }
.small { font-size: 0.9em; line-height: 1.4em; }
.big { font-size: 1.4em; }
.italic { font-style: italic; }
.nowrap { white-space: nowrap; }
.textRight { text-align: right; }
.date { color: #868686; font-size: 0.9em;}

.padding0 { padding: 0 !important; }
.margin0 { margin: 0 !important; }
.bg0 { background: none !important; }

.last { margin-right: 0 !important; }

.paddingL { padding-left: 50px; }
.paddingB { padding-bottom: 2em; }
.marginB { margin-bottom: 2em !important; }
.marginB0 { margin-bottom: 0 !important; }
.marginH { margin-left: -21px; }

.border { border: 1px solid red; margin: 0; }
.border0 { border: none !important; }

.hidden { display: none; }

.rss {  background: url('images/ico.rss.gif') no-repeat right 2px; padding-right: 15px; }
.pdf { background: url('images/ico.pdf.gif') no-repeat top left; padding: 2px 0 2px 22px; }

.required label { font-weight: bold; }
.error_msg { color: #8f3a03; font-weight: bold; }

.error label, .error span { color: #8e3a02; }
.error input, .error textarea, .form-error { border: 2px solid #8f3a03; }

.paddingTel { display: inline-block; padding-left: 29px; }
.paddingTel2 { display: inline-block; padding-left: 43px; }

/* ####################################################################################### */

#wrap { 
    min-height: 100%; 
    margin: 0 auto;
    width: 950px;
}

#container {
    width: 950px;
    margin: 0 auto;
    text-align: left;
    
    padding-bottom: 58px;
}

/* ####################################################################################### */

#header { 
    float: left;
    width: 950px;
    height: 122px;
    background: url('images/bg.header.png') no-repeat 0px 73px;
}
    #header a.logo { float: left; margin-top: 23px; }
body#main #header {
    height: 109px;
}
    
#nav {
    float: left;
    margin: 43px 0 0 100px;
    background: url('images/bg.nav.png') no-repeat right 0px;
}
    #nav ul{ 
        list-style-type: none;
        float: left;
        background: url('images/bg.nav.png') no-repeat left -37px;
        margin: 0;
        padding: 0;
    }
        #nav ul li {
            float: left;
            height: 37px;
            background: url('images/bg.nav.png') no-repeat left -111px;
            padding: 0;
        }
        #nav ul li.first { background: none; }
            #nav ul li a {
                float: left;
                padding: 10px 15px 11px 15px;
                height: 16px;
                background: url('images/bg.nav.png') no-repeat right -74px;
                color: #0774bb;
                text-decoration: none;
            }
            #nav ul li a:hover { text-decoration: underline; }
            #nav ul li.last a { background: none; }
        #nav ul li.sel { background: url('images/bg.nav.png') no-repeat right -148px !important; }
            #nav ul li.sel a { background: url('images/bg.nav.png') no-repeat left -185px !important; color: #333333; }
        #nav ul li a span { 
            float: left;
            width: 16px;
            height: 12px;
            background: url('images/ico.home.gif') no-repeat 0 -28px; 
            margin-top: 3px;
        }
        #nav ul li.sel a span { background-position: 0 0; }
        
#subnav {
    float: left;
    clear: both;
    list-style-type: none;
    margin: 0 0 0 170px;
    padding: 0;
    border-left: 1px solid #788083;
}
    #subnav li { 
        float: left;
        list-style-type: none;
        padding: 0;
        background: none; 
    }
        #subnav li a {
            display: inline-block;
            padding: 7px 20px;
            height: 20px;
            color: #333333;
            border-right: 1px solid #788083;
            text-decoration: none;
        }
        #subnav li a:hover { text-decoration: underline; }
        #subnav li a.sel {
            background: url('images/bg.subnav_sel.png') repeat-x 0 -1px;
            color: #FFFFFF;    
        }
        
form.search { 
    float: right; 
    margin-top: 28px; 
    width: 300px;
    text-align: right;
}
    form.search a { 
        color: #57585a; 
        vertical-align: middle; 
    }
    form.search input {
        width: 180px;
        height: 17px;
        padding: 3px 5px;
        background: url('images/bg.search.gif') no-repeat top left;
        border: none;
        margin: 0 5px 0 25px;
        vertical-align: middle;
    }
    form.search button {
        width: 24px;
        height: 23px;
        border: none;
        background: url('images/bg.search.gif') no-repeat -206px 0;
        margin: 0;
        top: 0;
        vertical-align: middle;
        text-indent: -5000px;
    }
#content form.search {
    margin: 0 0 1.5em 0;
    float: none;
    text-align: left;
}
    #content form.search input {
        margin-left: 0;
    }
    
#topnav {
    margin-bottom: 1.5em;
}
        
/* ####################################################################################### */

#index { 
    float: left; 
    width: 950px; 
}

#scopes {
    position: relative;
    float: left;
    width: 950px;
    margin: 0 -12px 10px -12px;
    padding: 6px 12px 0 12px; 
    height: 339px;
    background: url('images/bg.index.jpg') no-repeat top left;
}

/* ####################################################################################### */

#serviceAreas {
    padding: 0;
    list-style-type: none;
    margin: 0;
    bottom: 10px;
}
    #serviceAreas li { 
        margin-bottom: 0.25em; 
        background: none;
        padding: 0;
    }
        #serviceAreas li a {
            color: #000000;
            text-decoration: none;   
            font-size: 12px;
        }
            #serviceAreas li a span {
                display: inline-block;
                clear: both;
                background: url('images/bg.scopes_transp.png');
                padding: 0.1em 1.2em 0.1em 6px;
                margin-bottom: 1px;
                cursor: pointer;
            }
        #serviceAreas li a:hover span { background: url('images/bg.scopes_transp2.png'); }
        #serviceAreas li a.sel span { background: url('images/bg.scopes_transp2.png'); }
        #serviceAreas li a.first span { font-size: 1.45em; }
        
#clientsReferences { 
    position: relative;
    padding: 135px 28px 0 0; 
}
    #clientsReferences div {
        text-align: right;    
    }
    #clientsReferences a {
        display: inline-block;
        width: 28px;
        height: 24px;
        background: url('images/bg.scopes_transp2.png');
        margin: 0 0 11px 11px;
        color: #000000;
        border: 1px solid #FFFFFF;
        text-decoration: none;
        padding-top: 4px;
    }    
        #clientsReferences a span { 
            display: none; 
            padding: 0 10px 0 6px;
            text-decoration: underline;
            cursor: pointer;
            white-space: nowrap;
            width: auto; 
        }
    #clientsReferences a:hover, #clientsReferences a.hover { width: auto; background: url('images/bg.scopes_transp2.png'); }
        #clientsReferences a:hover span {  }
        #clientsReferences a.hover span { display: inline; }
    #clientsReferences a.disabled {
        background: none;
        cursor: default;
        width: 28px;
    }
        #clientsReferences a.disabled span {
            display: none;
        }
    #clientsReferences a.disabled:hover { 
        width: 28px !important; 
        background: none !important; 
    }
        #clientsReferences a.disabled:hover span { 
            display: none !important; 
        }
    #clientsReferences a.preloader {
        background: url('images/preloader.gif') no-repeat center center #000000;
        width: 28px;
    }
        #clientsReferences a.preloader span {
            display: none;
        }
    #clientsReferences a.abs {
        position: absolute;
        float: none;
        background: url('images/bg.clients_areas.gif') repeat-x 0 -90px !important;
        border: 1px solid #16260b !important;
        width: 28px;
    }
        #clientsReferences a.abs span { display: none; }
    #clientsReferences a.abs:hover { width: 28px; }
        #clientsReferences a.abs:hover span { display: none; }

#reference {
    text-align: left;
}
    #reference .box-middle {
        padding-bottom: 0; 
        height: 299px;
    }
    #reference img.left {
        margin: 0 2em 1.5em 0 !important;
    }
    #reference img {
        margin: 0 0 1.5em 0 !important;
    }
    
#scopes #serviceAreas {
    float: left;
    width: 272px;
    padding: 80px 0 0 28px;
}
#scopes #clientsReferences {
    float: right;
    width: 590px;
}
  
#clients {
    padding: 0 0 20px 25px;
    width: 900px;
    margin: 0 -20px 0 -45px;
    background: url('images/bg.v_k.png') no-repeat bottom left;
}  
#clients.en {
    background: url('images/bg.v_c.png') no-repeat bottom left;
}
    #clients #serviceAreas {
        float: left;
        width: 267px;
        margin-right: 5px;
        margin-left: 0;
        margin-top: 0;
        padding-top: 60px;
    }
        #clients #serviceAreas li {
            margin-bottom: 0.5em;
        }
            #clients #serviceAreas li a {
                color: #FFFFFF;
            }
            #clients #serviceAreas li a span { background: url('images/bg.clients_areas.gif') repeat-x top left #000000; }
                #clients #serviceAreas li a:hover span { background-position: 0 -30px; }
                #clients #serviceAreas li a.sel span { background-position: 0 -60px; }
            
    #clients #clientsReferences {
        float: left;
        width: 627px;
        padding-top: 60px;
        padding-right: 0px;
    }
        #clients #clientsReferences a {
            background: url('images/bg.clients_areas.gif') repeat-x 0 -90px  #000000;
            border: 1px solid #16260b;
            visibility: hidden;
            color: #FFFFFF;
        }   
        #clients #clientsReferences a:hover { width: auto; }
            #clients #clientsReferences a:hover span { display: inline-block; }
        #clients #clientsReferences a.disabled {
            background: none;
            cursor: default;
            border-color: #b4b4b4;
        }
        #clients #clientsReferences a.disabled:hover { width: 28px; background: none; }
            #clients #clientsReferences a.disabled:hover span { display: none; }
        #clients #clientsReferences a.preloader {
            background: url('images/preloader.gif') no-repeat center center #000000;
            width: 28px;
        }
            #clients #clientsReferences a.preloader span {
                display: none;
            }
    #clients #reference { 
        margin-top: -102px;
        margin-top: -43px;
    }
    
#fullReference {
    margin-top: -41px
}
    #fullReference h1 {
        color: #496572;
        height: 80px;
    }
    
#solutions {
    padding-left: 22px;
    padding-bottom: 2em;
}
    #solutions div.box {
        float: right;
        width: 513px;
        background: url('images/bg.solutions_box.png') no-repeat left -35px;
        padding: 29px 29px 0 29px;
        margin: 0;
    }
    #solutions div.box-bot {
        clear: both;
        background: url('images/bg.solutions_box.png') no-repeat top left;
        height: 35px;
        margin: 0 -29px;
    }
    
    #solutions div.box2 {
        width: 473px;
        background: url('images/bg.solutions_box2.png') no-repeat left -12px;
        padding: 12px 20px 0 20px;
        color: #FFFFFF;
        margin-bottom: 2em;
    }
    #solutions div.box2-bot {
        clear: both;
        background: url('images/bg.solutions_box2.png') no-repeat top left;
        height: 12px;
        margin: 0 -20px;
        font-size: 1px;
    }
    
    #solutions h2 {
        color: #496572;
    }
    #solutions h3 {
        color: #496572;
        font-size: 1.4em;
        font-weight: normal;
        margin-bottom: 0.5em;
    }
    #solutions div.half {
        float: left;
        width: 245px;
        margin-right: 23px;
    }
    
    #solutions ul.list {
        list-style-type: none;
        margin: 0 0 1.5em 0;
        padding: 0 0 2px 0;
        background: url('images/border.horizontal.gif') repeat-x bottom left;
    }
        #solutions ul.list li {
            padding: 0.7em 0;
            background: url('images/border.horizontal.gif') repeat-x top left;
        }
            #solutions ul.list li a {
                color: #656565;
                font-size: 0.9em;
            }
            #solutions ul.list li a:hover {
                color: #333333;
            }
    
    #solutions ul.list2 {
        list-style-type: none;
        margin: 0 0 2em 0;
        padding: 0;
    }
        #solutions ul.list2 li {
            margin: 0 0 23px 0;
            background: url('images/bg.solutions_active.png') no-repeat top left;
            padding: 0;
        }
            #solutions ul.list2 li a {
                display: block;
                padding: 0.7em 1em;
                color: #FFFFFF;
                background: url('images/bg.solutions_active.png') no-repeat -245px bottom;
            }
    
    #solutions form {
        background: url('images/border.horizontal.gif') repeat-x top left;
        padding-top: 2px;
    }
        #solutions form div.input {
            position: relative;
            background: url('images/border.horizontal.gif') repeat-x bottom left #FFFFFF;
            padding: 5px 10px 7px 0;
        }
            #solutions form div.input input {
                position: absolute;
                margin: 0 0 0 5px;
                top: 8px; 
            }
            #solutions form div.input label {
                margin-left: 27px;
                padding: 0 0 2px 0;
                display: block;
                width: 190px;
            }
            #solutions form div.input div.text {
                margin-left: 27px;
                font-size: 0.9em;
                color: #848484;
                padding-top: 3px;
                display: none;
            }
                #solutions form div.input div.text ul {
                    margin: 0;
                    padding: 0;
                    list-style-type: none;
                }
                    #solutions form div.input div.text ul li {
                        background: url('images/bg.service_areas_bullet.gif') no-repeat 2px 8px;
                        padding: 0 0 3px 12px;
                    }
            #solutions form div.input span.expand {
                position: absolute;
                right: 9px;
                top: 8px;
                width: 13px;
                height: 13px;
                background: url('images/bg.solutions_expand.gif') no-repeat top left;
                cursor: pointer;
            }
            #solutions form div.input span.expand.close {
                background-position: 0 -15px;
            }
        #solutions form div.disabled {
            background-color: transparent;
        }
            #solutions form div.disabled label {
                color: #646464;
            }
        #solutions form button {
            margin-top: 1em;
            float: right;
            width: 88px;
            height: 29px;
            background: url('images/btn.show.png') no-repeat top left;
            text-indent: -5000px;
            border: none;
        }
        #solutions form button.en {
            background-position: 0 -29px;
        }
        
#fullSolution {
    padding-left: 105px;
}
    #fullSolution h1, #fullSolution h2, #fullSolution h3, #fullSolution .back {
        margin-left: -40px;
    }
    
/* ####################################################################################### */
        
#index div.news { color: #858585; }
        #index div.news dl {  background: url('images/border.horizontal.gif') repeat-x bottom left; padding-bottom: 0.2em; }
        #index div.news dt { 
            position: absolute; 
            color: #858585;
            font-weight: normal;
        }
        #index div.news dd {  margin: 0 0 1.5em 6em; }
            #index div.news dd a { color: #57585a; }
    #index div.news span a { color: #57585a; }
        
/* ####################################################################################### */

#content {
    position: relative;
    float: left;
    width: 962px;
    margin: 6px -11px 0 -11px;
    padding: 10px 0 0 0;
    background: url('images/bg.content.png') no-repeat top left;
    
}

    #content div.content-mid {
        float: left;
        width: 860px;
        background: url('images/bg.content.png') repeat-y -1924px 0;
        padding: 20px 51px;
    }
    #content div.content-bot {
        float: left;
        width: 962px;
        height: 10px;
        background: url('images/bg.content.png') repeat-y -962px 0;
        font-size: 1px;
    }
    
    div.bottom {
        position: relative;
        border-top: 1px solid #cfcfcf;  
        margin: 0 -44px -0.9em -44px;
        padding: 1em 40px 0px 40px;
    }
        div.bottom big {
            font-size: 1.5em;
        }
        div.bottom a.pageNext {
            margin-right: -33px;
            margin-top: 0px;
        }
    
    #articlesSubscribe {}
        #articlesSubscribe label { 
            display: block;
            padding-bottom: 5px;
            vertical-align: middle;
        }
        #articlesSubscribe input { 
            margin-right: 10px; 
            width: 145px;
            vertical-align: middle;
        }
        #articlesSubscribe button { 
            padding-top: 0; 
            padding-bottom: 0; 
            top: 1px;
            vertical-align: middle;
            
        }
    
    #topArticle {
        min-height: 210px;
    }
        #topArticle h2 {
            cursor: pointer;
        }
            #topArticle h2 a {
                color: #2B8415;
            }
    
    div.article {
        background: none;
        padding:  1em 0 3em 40px;
        margin: 0;
        border-top: 1px solid #cfcfcf; 
    }
        div.article span.date {
            font-weight: normal;
            margin-left: -40px;
        }
        div.article h2 {
            cursor: pointer;
            margin-left: -40px;
        }
        div.article div.fullText, #topArticle div.fullText {
            display: none;
        }
        
    div.bnav { }
        div.bnav a {
            float: left;
            width: 14px;
            height: 14px;
            border: 1px solid #4b4b4b;
            margin-left: 5px;
            background: #FFFFFF;
        }
        div.bnav a:hover {
            background: url('images/bg.bnav.gif') repeat-x 0px -14px;
        }
        div.bnav a.sel, div.bnav a.sel:hover { 
            background: url('images/bg.bnav.gif') repeat-x 0px 0px;
        }
        
    ul.inav {
        display: inline;
        list-style-type: none;
        margin: 0 0 1.5em 0;
        padding: 0;
        vertical-align: top;
    }
        ul.inav li {
            display: inline;
            margin: 0 2em 0 0;
            vertical-align: top;
            padding: 0;
            background: none;
        }
            ul.inav li a {
                color: #0874bd;
                vertical-align: top;
            }
            ul.inav li a.sel {
                color: #2d8314;
                font-size: 1.4em;
                text-decoration: none;
                display: inline-block;
                margin-top: -0.25em;
            }
            
    a.pagePrev, a.pageNext {
        position: absolute;
        width: 13px;
        height: 30px;
        background: url('images/btn.next_prev.gif') no-repeat top left;
        margin: -5px 0 0 0;
    }
    a.pageNext {
        right: 45px;
        margin-right: -26px;
    }
    a.pageNext.inline {
        position: static;
        display: inline-block;
    }
    a.pagePrev {
        left: 45px;
        margin-left: -26px;
        background-position: 0 -30px;
    }
    
    a.back {
        display: inline-block;
        background: url('images/btn.next_prev.gif') no-repeat 0 -30px;
        font-size: 1.5em;
        padding: 0.2em 0 0.45em 20px;
        margin-top: 1em;
    }
    
    #pLogos {
        border-top: 1px solid #cfcfcf;  
        padding: 2em 0;
    }
        #pLogos a {
            padding-left: 20px;
            float: left;
            height: 82px;
            margin-right: 24px;
        }
        #pLogos a img {
            height: 42px;
            padding: 20px 20px 20px 0;
        }
        #pLogos a img.l2 {
            display: none;
        }
        #pLogos a:hover, #pLogos a.sel {
            background: url('images/bg.partner_logo.png') no-repeat bottom left;
        }
        #pLogos a:hover img, #pLogos a.sel img {
            background: url('images/bg.partner_logo.png') no-repeat top right;
            display: none;
        }
        #pLogos a:hover img.l2, #pLogos a.sel img.l2 {
            display: block;
        }
    
    div.partner {
        padding-left: 3em;
        padding-bottom: 2em;
    }
        div.partner h2 {
            margin-left: -1.5em;
            color: #496572;
        }
            div.partner h2 a {
                color: #0774bb;
                font-size: 0.5em;
                text-decoration: underline;
                border-left: 2px solid #b4b4b4;
                padding: 2px 0 0px 10px;
                margin: 0px 0 0 10px;
                vertical-align: middle;
                height: 1.8em;
                display: inline-block;
                line-height: 1.4em;
            }
            div.partner h2 a:hover { text-decoration: none; }
            
    div.director {
        float: left;
        width: 230px;
        margin-right: 50px;
        padding-bottom: 1em;
    }
        div.director h2 {
            color: #0774bb;
            margin-bottom: 0.2em;
        }
        div.director img {
            margin-bottom: 1em;
            border: 1px solid #d8d8d8;
        }
    div.directorMain {
        
    }
        div.directorMain h2 {
            color: #0774bb;
            margin-bottom: 0;
        }
        div.directorMain img {
            margin: 5px 2.5em 1em 0;
            border: 1px solid #d8d8d8; 
        }
        div.directorMain .span-3 {
            width: 195px;
        }
        
    div.value {
        margin: 0 0 0 -45px;
        padding: 0 0 1em 115px;
    }
        div.value div.text {
            padding: 0 0 1em 45px;
            background: url('images/border.horizontal.gif') repeat-x bottom left;
        }
        div.value.last div.text { background: none; }
        div.value h1 {
            margin: 0 0 0.3em -45px;
            color: #496572;
            line-height: 2.4em;
        }
            div.value h1 big {
                font-size: 2em;
                vertical-align: top;
                margin: 0 0.2em -10px 0;
                display: inline-block;
            }
        div.value h2 {
            margin: 0 0 0.3em -45px;
            color: #496572;
        }
        div.value div.span-6 {
            width: 350px;
        }
        div.value .marginH {
            margin-left: -45px;
        }
        
    div.vQ {
        background: url('images/bg.v_q.png') no-repeat bottom left;
    }
        div.vQ h1 big, div.vQ h1 span {
            color: #0774bb;
        }
    div.vE {
        background: url('images/bg.v_e.png') no-repeat 0px 80px;
    }
        div.vE h1 big, div.vE h1 span {
            color: #2B8415;
        }
    div.vH {
        background: url('images/bg.v_h.png') no-repeat bottom left;
    }
        div.vH h1 big, div.vH h1 span {
            color: #da782d;
        }
    div.vV {
        background: url('images/bg.v_v.png') no-repeat bottom left;
    }
        div.vV h1 {
            color: #2B8415;
        }
        
    div.contact {
        margin-bottom: 0;
        margin-top: 1em;
    }
        div.contact h2 {
            margin-left: 0;
        }
        div.contact .span-4 { 
            width: 260px; 
        }
        div.contact div.text {
            padding-left: 25px;
        }
        
    #hotNews div.hotNew {
    }
        #hotNews div.hotNew img.left { 
            margin-bottom: 0 !important;
        }
    
    div.borderH {
        background: url('images/border.horizontal.gif') repeat-x bottom left;
        padding-bottom: 1em;
        margin-bottom: 1.5em;
    }
    
    div.borderMidV {
        background: url('images/border.vertical.gif') repeat-y center center;   
    }

#inqury {
    width: 522px;
}
    #inqury div.block {
        float: left;
        width: 240px;
        margin-right: 30px;
    }
    #inqury h3 {
        color: #0774bb; 
    }
    #inqury textarea {
        height: 70px;
        margin-bottom: 1.5em;
        width: 495px;
    }
    #inqury div.input {
        margin-bottom: 1.5em;
    }
        #inqury div.input label {
            width: 105px;
            text-align: right;
            padding-right: 15px;
            display: inline-block;
            font-size: 1.1em;
            vertical-align: middle;
        }
        #inqury div.input input {
            height: 19px;
            width: 109px;
            padding: 2px 3px 0 3px;
            vertical-align: middle;
        }
    #inqury #botContainer label {
        font-weight: bold;
    }
    #inqury #botContainer input {
        width: 40px;
    }
    #inqury #botContainer span {
        font-size: 1.1em;
        vertical-align: middle;
        font-weight: bold;
    }
    #content #TB_closeWindowButton { 
        display: none;
    }
    #inqury button {
        width: 88px;
        height: 29px;
        text-indent: -5000px;
        border: none;
        margin-right: 3px;
        background: url('images/btn.send.png') no-repeat top left;
    }
    #inqury button.en {
        background-position: 0 -29px;
    }
    #inqury div.error_msg {
        position: absolute;
        margin-top: -70px;
        left: 230px;
    }
    
/* ####################################################################################### */

div.box {
    position: relative;
    float: left;
    width: 637px;
    margin: 0px -6px;
    padding: 10px 0 0 0;
    background: url('images/bg.box.png') no-repeat -637px 0;    
}
    div.box div.box-mid {
        float: left;
        width: 545px;
        background: url('images/bg.box.png') no-repeat bottom left;    
        padding: 9px 46px 29px 46px;;
    }
    div.box .span-4 { 
        width: 260px; 
    }
    div.box .span-5 { 
        background: url('images/border.vertical.gif') repeat-y top right; 
        padding-right: 25px; 
    }
    div.box div.bnav {
        margin-right: -27px;
    }
    div.box a.pagePrev, div.box a.pageNext {
        top: 50%;
        margin-top: -15px;
    }
    div.box a.close { 
        float: right;
        width: 11px;
        height: 11px;
        background: url('images/btn.close.gif') no-repeat top left;
        margin-right: -26px;
    }
    
div.box.tight {
    position: relative;
    float: left;
    width: 534px;
    margin: 0px -6px;
    padding: 10px 0 0 0;
    background: url('images/bg.box_tight.png') no-repeat -534px 0;    
}
    div.box.tight div.box-mid {
        float: left;
        width: 482px;
        background: url('images/bg.box_tight.png') no-repeat bottom left;    
        padding: 9px 26px 29px 26px;
    }
    
div.box.wide {
    position: relative;
    float: left;
    width: 807px;
    margin: 0px -6px;
    padding: 10px 0 0 0;
    background: url('images/bg.box_wide.png') no-repeat -807px 0;    
}
    div.box.wide div.box-mid {
        float: left;
        width: 735px;
        background: url('images/bg.box_wide.png') no-repeat bottom left;    
        padding: 9px 36px 29px 36px;
    }

/* ####################################################################################### */

#footer
{
    position: relative;
    margin-top: -58px; /* negative value of footer height */
    clear: both;
    width: 100%;
    background: url('images/bg.footer.png') repeat-x bottom left;
    text-align: left;
    height: 58px;
    color: #666666;
    font-size: 0.9em;
}
    #footer div { width: 950px; margin: 0 auto; padding-top: 25px; }
    #footer a { color: #0774bb }
    #footer ul { 
        list-style-type: none; 
        padding: 0; 
        margin: 11px 0 0 0; 
    }
        #footer ul li { 
            float: left;
            list-style-type: none;  
            border-left: 1px solid #57585a;
            line-height: 10px;
            padding: 0px 8px;
            background: none;
        }
        #footer ul li.first { border-left: none; padding-left: 0; }
        
        
#overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    
    background-color:#000;
    filter:alpha(opacity=25);
    -moz-opacity: 0.25;
    opacity: 0.25;
}

* html #overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

