@import url("menu.css");

*
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
}

body
{
    background-color: #c3c5cc;
    padding: 0px;
    color: #a4a5a8;
    text-align: center;
    margin: 0px auto;
}

select
{
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
}


input, textarea
{
    color: #000000;
    background-color: #fff;
    border: 1px solid #e4d9be;
}


a
{
    text-decoration: none;
    color: #07195c;
    font-weight: normal;
}

a:hover
{
    text-decoration: none;
    color: #969ebc;
    font-weight: normal;
}


.bold
{
    text-decoration: none;
    color: #07195c;
    font-weight: bold;}

.bold a
{
   color: #07195c;
   font-weight: bold;
}


.bold a:hover
{
    color: #969ebc;
    font-weight: bold;
    text-decoration: none;
}


.boldlink a
{
    text-decoration: none;
    color: #07195c;
    font-weight: bold;
}

.boldlink a:hover
{
    text-decoration: none;
    color: #969ebc;
    font-weight: bold;
}



#main_content
{
    width: 1001px;
    background-color: #ffffff;
    margin: 0px auto;
    text-align: left;
}

#header
{
    width: 1001px;
}

.header_img
{
    float: left;
}

#lang
{
    float: left;
    width: 310px;
    height: 13px;
    line-height: normal;
    background-image: url('../images/h14.jpg' );
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-left: 10px;
}


#other
{
    clear: left;
    width: 1001px;
    height: 45px;
}

#links
{
    float: left;
    height: 45px;
    width: 355px;
    margin-top: 14px;
    margin-left: 20px;
}

#arrow
{
    float: left;
    width: 3px;
    margin-top: 16px;
    margin-right: 4px;
}

#arrow_r
{
    width:3px;

    
}


#slogan
{
    float: left;
    height: 50px;
    width: 600px;
    font-size: 14px;
    font-weight: 500;
    color: #34437a;
    margin-top: 10px;
}

#slogan b
{
    font-size: 15px;
    color: #34437a;
    font-weight: bolder;
}

#container
{
    background-color: #ffffff;
    position: absolute;
    clear: left;
    width:1001px;
}

#content
{
    width: 647px;
    float: left;
    margin: 35px 30px 30px 40px;
    text-align:justify;
    /*background-color:Aqua;*/

}


#logo
{
    float: right;
    margin-top: 20px;
    border-top: 1px solid #d5d9e5;
    border-bottom: 1px solid #d5d9e5;
}

#clean
{
    height: 20px;
    clear: both;
}

#footer_container
{
    height: 28px;
    clear: both;
    text-align: left;
    width: 1001px;
}

#dev
{
    float: left;
    margin-left: 120px;
    font-size: 10px;
}


#dev a
{
    font-weight: bold;
    color: #07195c;
    font-size: 10px;
}




#dev a:hover
{
    font-weight: bold;
    color: #969ebc;
    font-size: 10px;
}




#dot
{
    float: right;
    margin-top: 5px;
    margin-right: 40px;
    background-image: url(   '../images/dot.gif' );
    background-repeat: repeat-x;
    width: 610px;
    height: 28px;
}


li
{
    margin-top: 5px;
}
.img_border
{
    border: 1px solid #a8b1b8;
}

#form_send
{
    width: 600px;
}
.form_q_title
{
    float: left;
    text-align:right;
    width: 200px;
    color:#455385;
}

.form_q_field
{
    float: left;
    margin-left: 5px;
    width: 350px;
    margin-top: 4px;
    padding: 0px;
}


.send
{
    width: 300px;
    border: 1px solid #9ca1bf;
}




a .qoute 
{
    margin-left: 30px;
    margin-bottom: 15px;
    background-image: url('../images/iq_button.jpg' );
    background-repeat: no-repeat;
    width: 173px;
    height: 81px;
    clear:both;
    position:relative;
    cursor:hand;
}


a:hover .qoute 
{
    background-image: url('../images/iq_button_over.jpg' );
    background-repeat: no-repeat;
}