body{
    direction:ltr;
    margin:0;
    padding:0;
    background:#184A7B url('../images/bg.jpg') top center repeat-x;
    font-family:"trebuchet ms",Arial,Helvetica,sans-serif;
    font-size:12px;
    line-height:1.5em;
    color:#050505;
}
div, img, a{
    margin:0;
    padding:0;
}
a{
    color:#C52B02;
    text-decoration:underline;
    font-weight:bold;
    border:none;
    outline:none;
}
a:hover{
    text-decoration:none;
}
.title1{
    color:#133C64;
    font-size:large;
    padding-bottom:10px;
}
.title2{
    color:#957800;
    font-weight:bold;
    padding-bottom:5px;
}

#main{
    margin:10px auto;
    width:1000px;
}
#hdr{
    /*height:60px;*/
}
#logo{
    float:left;
    width:310px;
    height:60px;
}
#menu_lang{
    float:right;
    width:690px;
    height:60px;
}
#lang, #menu{
    width:auto;
    max-width:690px;
    margin:0;
    padding:0;
    text-align:right;
    /*overflow:hidden;*/    /*we stop it to let sub-menu appear since it is position absolute inside li*/
}
#lang{
    height:36px;
}
#menu, #menu ul{
    list-style:none;
    padding:0;
    margin:0;
}
#menu{
    height:24px;
}
#menu li{
    position:relative;
    display:inline-block;
    margin:0;
    padding:0;
}
#menu li a{
    display:block;
    padding:2px 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border:1px solid transparent;
    color:#FFF4C5;
    text-decoration:none;
    height:18px;
}
#menu>li>a{
    line-height:18px;
}
#menu>li>a{
    margin-left:5px;
}
#menu li>a.slctd, #menu li:hover>a{
    background:#E3BA00;
    border:1px solid #F1ECCE;
    color:#003468
}
#menu li:hover>ul{
    display:block;
}
#menu ul{
    white-space:nowrap;
    display:none;
    text-align:left;
    position:absolute;
    background:#327AC1;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index:100;    /*to be always above slider & others..*/
}
#menu ul li{
    display:block;
    border-bottom:1px dotted #F1ECCE;
    padding:2px;
}
#menu ul li:last-child{
    border-bottom:none;   
}
#menu ul li a{
    height:auto;
}
#bdy{
    background:#fff;
    margin:5px 0px;
    padding:5px;
    width:990px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#slid{
    margin-bottom:5px;
    width:990px;
    height:300px;
    overflow:hidden;
}
#slid img{
    display:block;
    height:100%;
    width:100%;
}
#bdy_a, #bdy_b{
    border:1px solid #CDCCC0;
    padding:15px;
}
#bdy_a{
    margin-bottom:5px;
    background:#FFF7D4;
}
#bdy_b{
    background:#EDEBDF;
}
#bdy_a .blck,#bdy_a .spcl_blck{
    float:left;
    padding:10px;
    width:288px;
    margin-left:14px;
    background:#ffffff url('../images/blck_a_bg.jpg') top center repeat-x;
    border:1px solid #A5A39D;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow:0px 0px 5px #A5A39D;
    -moz-box-shadow:0px 0px 5px #A5A39D;
    -webkit-box-shadow:0px 0px 5px #A5A39D;
    overflow:hidden;
}
#bdy_a .blck:first-child{
    margin-left:0px;
}
#bdy_a .spcl_blck{
    float:none;
    margin:0;
    width:936px;
}
#bdy_b .blck{
    float:left;
    padding:10px;
    width:289px;
    margin-left:14px;
    overflow:hidden;
    border-left:1px dashed #AEAC96;
}
#bdy_b .blck:first-child{
    margin-left:0px;
    border:none;
}
#ftr{
    height:60px;
    text-align:center;
    color:#A5A5A5;
}









.clr{
    clear:both;
    height:0;
    padding:0;
    margin:0;
}