* { margin: 0; padding: 0; }

/* font */
html { font-size: 100.01%; }
body { font-size: 62.5%; }
input, select, textarea { font-size: 100%; }

/* layout - general */
img { border: none; }
acronym { cursor: help; }
a:link, a:visited { cursor: hand; cursor/**/: /**/pointer; }

input.text, textarea { 
    padding: 1px 0px; 
}
.submit { 
    cursor: hand; cursor/**/: /**/pointer; 
}
#ie6 .submit { padding: 0; }

ul, ol { margin: 0 0 1em 2.5em; padding: 0; list-style: disc; }
ul li, ol li { margin: .2em 0; padding: 0; }
select > option { margin: 0 5px 0 3px; }

.ul { margin: 0; padding: 0; list-style-type: none; }
.ul li { margin: 0; padding: 0; list-style: none; list-style-image: none; list-style-type: none; }

#page .flR { float: right; }
#page .flL { float: left; }
#page .alR { text-align: right; }
#page .alC { text-align: center; }

.hide { display: none; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; text-indent: -1000em; }

a:link, a:visited {
    color: #006699;
    text-decoration: underline;
}
a:visited {
    color: #006699;
}
a:link:hover, a:visited:hover {
    color: #666666;
    text-decoration: underline;
}
a.inv:link, a.inv:visited {
    text-decoration: underline;
}
a.inv:link:hover, a.inv:visited:hover {
    text-decoration: none;
}

.cols {
    overflow: hidden;
    margin: 0;
}
* html .cols {
    zoom: 1;
}
.cols .col {
    float: left;
    width: 48%;
    margin: 0 3.5% 0 0;
}
body #page .last {
    margin-right: 0;
}


/* Clear Floats Without Structural Markup */
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearFix { display: inline-block; }
/* \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* */


/* layout - specific */
* {
    font-family: Verdana, Arial, sans-serif;
}
body {
    text-align: center;
    background: #FFFFFF url("images/page-m.png") repeat-x 0 112px;
    color: #333333;
}
.page {
    width: 975px;
    margin: 0 auto;
    text-align: left;
    font-size: 1.1em;
    position: relative;
}
#page {
}

#top {
    position: relative;
    width: 100%;
    /*overflow: hidden;*/
    height: 151px;
}
    #top a:link, #top a:visited {
        color: #333333;
    }

    #logo {
        position: absolute;
        left: 21px;
        top: 25px;
        z-index: 50;
    }
        #logo a:link, #logo a:visited {
            display: block;
            width: 484px;
            height: 65px;
            background: url("images/logo-top.png") no-repeat 0 0;
        }
            #logo a:link span, #logo a:visited span {
                display: none;
            }

    #langs {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 90%;
    }
        #langs a:link, #langs a:visited {
            padding: 0 .3em;
        }
        #langs a:link:hover, #langs a:visited:hover {
            color: #666666;
        }

    #menuBar {
        position: absolute;
        width: 735px;
        z-index: 10;
        height: 39px;
        margin: 0 0 0 0;
        top: 112px;
        left: 135px;
        font-size: 110%;
        font-weight: bold;
    }
        #menuBar li {
            float: left;
            display: block;
            position: relative;
        }
            #menuBar li a:link, #menuBar li a:visited {    
                float: left;
                display: block;
                color: #FFFFFF;
                line-height: 39px;
                padding: 0 0.7em;
                text-decoration: none;
                background: url("images/but-sep.gif") no-repeat 100% 0;
            }
            #menuBar li a:link:hover, #menuBar li a:visited:hover,
            #menuBar li.last a:link:hover, #menuBar li.last a:visited:hover {    
                background: url("images/but-hover.gif") repeat-x 0 0;
                text-decoration: underline;
            }
            #menuBar li.last a:link, #menuBar li.last a:visited {    
                background: none;
            }

#colWrap {
    margin: 19px 0 0 100px; 
    width: 800px;
    overflow: hidden;
    padding: 0 0 10px;
}

#content {
}
    #content h1 {
        font-size: 200%;
        color: #666666;
        margin: 1em 0 .5em;
        letter-spacing: -2px;
    }
    #content h2 {
        font-size: 145%;
        color: #99CC66;
        margin: 1em 0 .25em 0;
        letter-spacing: -1px;
    }
    #colWrap h3 {
        font-size: 127%;
        color: #F28B4D;
        margin: 1em 0 .25em 0;
        letter-spacing: -1px;
    }
    #colWrap h4 {
        font-size: 127%;
        margin: 1em 0 .25em 0;
        letter-spacing: -1px;
    }
    #content p {
        line-height: 1.4em;
        margin: 0 0 .75em 0;
    }

.list2 {
    margin: -10px 0px 0px 20px;
}
    .list2 li {
        
        padding: 0 0 0 15px;
        margin: 0 0 15px 5px;
    }

#colSide {
    display: none;
}

#intro {
    width: 100%;
    overflow: hidden;
}
    #flash1 {
        float: right;
        width: 281px;
        margin: 0 0 0 10px;
    }

#cols1 {
}
    #cols1 .col1 {
        width: 470px;
    }
    #cols1 .last {
        float: right;
        width: 295px;
    }

.links {
}
    .links li {
        padding: .3em 0 .3em 10px;
        background: url("images/bullet-1.gif") no-repeat 0 .65em;
    }
    


#bot {
    font-size: 90%;
    background: #EEEEEE;
}
    #bot .page {
        padding: 15px 0 25px;
    }
    #contact {
        position: absolute;
        left: 20px;
        top: 15px;
    }
        #contact a:link, #contact a:visited {
            display: block;
            width: 103px;
            height: 103px;
        }
            #contact a:link span, #contact a:visited span {
                background: url("images/contact.gif") no-repeat 0 0;
            }
            #contact a:link:hover span, #contact a:visited:hover span {
                background: url("images/contact.gif") no-repeat 0 -103px;
            }

    #bot .cols {
        width: 650px;
        margin: 0 0 0 150px;
    }
        #bot .cols .col {
            width: 49%;
            margin: 0;
        }
    
    #titleMembers {
        height: 12px;
        overflow: hidden;
        margin: 0 0 2em;
    }
        #titleMembers span {
            background: url("images/title-members.png") no-repeat 0 0;
        }
    
    #bot dl {
        margin: 0 0 2em;
    }
        #bot dl dt {
            display: block;
            font-weight: bold;
        }

#sddm
{    margin: 0;
    padding: 0;
    z-index: 10;
    font-size:100%;
    font-weight:bold;
    position:absolute;
    top:112px;
    left:102px;
    width:800px;}

#sddm li
{    margin: 0;
    padding: 0;
    list-style: none;
    float: left;}

#sddm  li a
{    display: block;
    margin: 0 1px 0 0;
    padding: 0 0.7em;
    color:#FFFFFF !important;
    text-align: center;
    text-decoration: none;
    line-height:39px;
    background: url("images/but-sep.gif") no-repeat 100% 0;}

#sddm  li.last a
{ background:none; }
#sddm li a:hover
{        background: url("images/but-hover.gif") repeat-x 0 0;}

#sddm div
{    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    background: #4D9597;
    /*border: 1px solid #5970B2*/}

    #sddm div a
    {    position: relative;
        display: block;
        margin: 0;
        padding: 5px 10px;
        width: auto;
        white-space: nowrap;
        text-align: left;
        text-decoration: none;
        background: #4D9597;
        color: #2875DE;
        font: 11px Verdana;
        font-weight:bold;}

    #sddm div a:hover
    {    background: #2E8385;
    color: #FFF}

#radium3 {
    float:right;
    margin-right: 10px;
}

