
body {
    margin : 0px;
    background : #ffffff;
}

form {
    display:inline;
}

.text {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:normal;
    color: #808080;
    text-decoration: none;
}

.bold {
    font-weight:bold;
}

.delimiter {
    background-color:#bdbdbd;
}

.cursor_hand {
    cursor:hand;
    cursor:pointer;
}

.form_el {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:normal;
    color: #808080;
    text-decoration: none;
    border:1px solid #bdbdbd;
}

.title {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight:normal;
    color: #808080;
    text-decoration: none;
}

.subtitle {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight:bold;
    color: #808080;
    text-decoration: none;
}

a {
    background:none;
    font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
    font-size:11px;
    color:#808080;
    font-weight:normal;
    text-decoration:underline;
    margin:0px;
}


a:hover {
    text-decoration:none;
}





/****************************************
*               Splash screen
*/

.splash_container {
    background-image : url("../images/splash_bgr.gif");
    background-repeat : repeat-x;
    text-align:center;
    height:600px;
    width:100%;
    padding-top:75px;
    position:relative;
}

.splash_menu_bg {
    margin-top:35px;
    background-image : url("../images/splash/nav/btn_bg.gif");
    background-repeat : no-repeat;
    cursor:hand;
    cursor:pointer;
    behavior: url("css/hover.htc");
}

.splash_menu_bg:hover, .splash_menu_bg_hover {
    margin-top:35px;
    background-image : url("../images/splash/nav/btn_bg_over.gif");
    background-repeat : no-repeat;
    cursor:hand;
    cursor:pointer;
}

.splash_menu_en {
    margin-top:5px;
    background-image : url("../images/splash/nav/btn_en.gif");
    background-repeat : no-repeat;
    cursor:hand;
    cursor:pointer;
    behavior: url("css/hover.htc");
}

.splash_menu_en:hover, .splash_menu_en_hover {
    margin-top:5px;
    background-image : url("../images/splash/nav/btn_en_over.gif");
    background-repeat : no-repeat;
    cursor:hand;
    cursor:pointer;
}


.contact_send_bg {
    background-image : url("../images/btn_send_bg.gif");
    background-repeat : no-repeat;
    cursor:hand;
    cursor:pointer;
    behavior: url("css/hover.htc");
}

.contact_send_bg:hover, .contact_send_bg_hover {
    background-image : url("../images/btn_send_bg_over.gif");
    background-repeat : no-repeat;
    cursor:hand;
    cursor:pointer;
}

.contact_send_en {
    background-image : url("../images/btn_send_en.gif");
    background-repeat : no-repeat;
    cursor:hand;
    cursor:pointer;
    behavior: url("css/hover.htc");
}

.contact_send_en:hover, .contact_send_en_hover {
    background-image : url("../images/btn_send_en_over.gif");
    background-repeat : no-repeat;
    cursor:hand;
    cursor:pointer;
}


/****************************************
*               Lang navigation
*/
.lang_nav{
    width:127px;
    background-color:#f4f4f4;
    padding-top:20px;
}

.lang_menu_bg {
    background-image : url("../images/lang/btn_bg.gif");
    background-repeat : no-repeat;
    cursor:hand;
    cursor:pointer;
    behavior: url("css/hover.htc");
}

.lang_menu_bg:hover, .lang_menu_bg_hover {
    background-image : url("../images/lang/btn_bg_over.gif");
    background-repeat : no-repeat;
    cursor:hand;
    cursor:pointer;
}

.lang_menu_en {
    background-image : url("../images/lang/btn_en.gif");
    background-repeat : no-repeat;
    cursor:hand;
    cursor:pointer;
    behavior: url("css/hover.htc");
}

.lang_menu_en:hover, .lang_menu_en_hover {
    background-image : url("../images/lang/btn_en_over.gif");
    background-repeat : no-repeat;
    cursor:hand;
    cursor:pointer;
}


/****************************************
*               Navigation
*/
.nav{
    width:999px;
    background-image : url("../images/nav/bgr.gif");
    background-repeat : repeat-x;
}

a.nav_link {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:normal;
    color:#ffffff;
    text-decoration:none;
}


a.nav_link:hover {
    text-decoration:none;
}

#btn{
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    border:none;
    margin-right:10px;
}

#btn #img { z-index: 1; margin:0px; }

#menu {
    position: absolute;
    top: 25px;
    left: 0px;
    display: none;
    z-index: 100;
    border: none;
    border-bottom: 1px solid #929292;
    color: #ffffff;
    background-color: #b4b4b4;
    padding: 0px;
    text-align:left;
}

#menu .min_width { width: 147px; }

#menu .item {
    width:100%;
    behavior: url("css/hover.htc");
    clear:both;
}

#menu .start{
    width:3px;
    height:20px;
    float:left;
}

#menu .text {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height:15px;
    padding:15px;
    padding-bottom:5px;
    padding-top:3px;
    border:none;
    width: 100%;
    font-weight:normal;
    color:#ffffff;
}

#menu .end{
    width:3px;
    height:20px;
    float:right;
}

#menu .item:hover .text,  #menu .item_hover .text  { color:#ffffff; font-size: 11px; background-color: #808080; }

.button {
    cursor:hand;
    cursor:pointer;
}



/****************************************
*               Footer
*/

.content {
    width:958px;
    padding:20px;
    padding-top:35px;
    padding-bottom:30px;
}

.content_bgr {
    background-color:#f4f4f4;
}

/****************************************
*               Footer
*/
.nimisoft{
    width:127px;
    background-color:#f4f4f4;
    /*padding-top:20px;*/
}

.footer_bgr1 {
    background-image : url("../images/footer_line1.gif");
    background-repeat : repeat-x;
}

.footer_bgr2 {
    background-image : url("../images/footer_line2.gif");
    background-repeat : repeat-x;
}

.footer_bgr3 {
    background-image : url("../images/footer_line3.gif");
    background-repeat : repeat-x;
}


