.right {
    float:right;
}
.left {
    float:left;
}

.tleft{
    text-align: left !important;
}

.tcenter {
    text-align: center !important;
}

.clear {
    clear:both;
}

body {
    background:url(/public/img/bg.png) repeat-x #ecf8fc;
}

p {
    font-family:Tahoma;
    
}

strong {
    font-weight: bold;
}

#uc {
    margin: 100px 0;
    font-size: 18px;
    text-align: center;
    border-bottom:3px solid #c60910;
    line-height:25px;
    font-family:"Trebuchet MS";
}

#body {
    width:1000px;
    margin:0 auto;
        
}

.content {
    width:970px;
    margin:0 auto;
        
}

#menu-frame {
    display: block;
    height: 50px;
    margin-left: 115px; /*center*/
}

ul#menu {
    font-family: Verdana;
    width: 1000px;
    margin: 0 auto;
}

ul#menu li{
    display: inline;
    float: left;
}
ul#menu li a {
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    display: block;
    font-size: 12px;
    color:#d0d9da ;
    width: 120px;
/*    background-color: #041a2d;*/
}

ul#menu li a:hover {
    color:#032843;
    background:url(/public/img/menu_hover.png) no-repeat top left;
}

ul#menu li ul {
    padding-top:10px;
    display:none;
    position: absolute;
    top:49px;
    background-color: #041a2d;
}
ul#menu li ul li{
    float: none;
}
ul#menu li ul li a{
    font-size: 8px;
    line-height: 15px;
    color:#cdd6d7;
    outline:none;
    margin-bottom: 10px;
}
/*
#menu {
    text-align:center;
    font-family:Verdana;
}

#menu ul {
    display:inline-block;
}

#menu ul li {
    float:left;
    margin:0 5px;
    
}



#menu ul li p {
    margin: 0;
    padding-left:6px;
}
#menu ul li a {
    color:#d0d9da;
    font-size:16px;
    text-decoration:none;
    padding-right:6px;
    height:50px;
    line-height: 50px;
    display:inline-block;
}


#menu ul li:hover a{
    color:#032843;
    background:url(/public/img/menu_hover_02.png) no-repeat right;
}
#menu ul li:hover {
    background:url(/public/img/menu_hover_01.png) no-repeat left;

}

#menu ul ul{
    position: absolute;
    
    visibility: visibe;
    background-color: aqua;
}

#menu ul ul li {
    border: 1px solid #000;
    display: block;
}

#menu ul ul li:hover {
    background-image:none;
}
#menu ul ul a {
    background-image: none;
}
#menu ul ul a:hover {
    color:#000;
    background-image:none;
}
*/
#site-id {
    height:239px;
    overflow:hidden;
}

#promo {
    height:230px;
    margin-bottom: 40px;
}

.paspromo {
    margin-top:10px;
    float:left;
/*    background-color:#500;*/
    width:310px;
    height:200px;
}

.paspromo p {
    font-family:Tahoma;
    color:white;
    padding-left:10px;
}

#page-cont-left {
    width:270px;
    float:left;
}

#formsbox {
    background:url(/public/img/formbg.bkp.gif) no-repeat;
    height:120px;
    overflow:hidden;
    color:#041a2d;
    width:170px;
    font-size:11px;
    padding:15px;
    margin:10px 0 0 25px;
}

#formsbox ul {
    margin:15px 0 0 15px;
}

#formsbox li {
    list-style:disc;
    margin: 3px 0;
}

#formsbox a {
    text-decoration:none;
    color:#041a2d;
}

#page-cont-menu {
background:url(/public/img/pag-cont-lf-men-top.png) no-repeat;
padding-top:10px;
margin:10px 0 0 25px;
width:199px;
font-family:Tahoma;
font-weight:bold;
}
#page-cont-menu ul{
background:url(/public/img/pag-cont-lf-men-bott.png) no-repeat left bottom;
padding-bottom:10px;
}


#page-cont-menu li{
background-color:#041a2d;
padding: 3px 0;
}

#page-cont-menu a {
text-decoration:none;
font-size:14px;
color:#cdd6d7;
text-transform:uppercase;
display:block;
padding-left:10px;
}

#page-cont-menu a:hover {
color:#041a2d;
background-color:#cdd6d7;
}

#page-cont-menu ul ul{
background-image: none;
padding:0 !important;
display:none;
}

#page-cont-menu ul ul a {
font-size:12px;
text-transform:capitalize;
padding-left:20px;
}



#page-cont-rg {
    float:right;
    width:700px;
}

#page-cont-rg h1 {
    font-size:18px;
    border-bottom:3px solid #c60910;
    line-height:25px;
    font-family:"Trebuchet MS";
    margin-bottom: 20px;
}

#page-cont-rg h2 {
    font-size:14px;
    /*border-bottom:1px solid #c60910;*/
    color:#041a2d;
    font-family: Tahoma;
    font-weight: bold;
    margin: 20px 0  5px 0;
}

#page-cont-rg p {
    margin: 5px 0;
    text-align: justify;
    text-indent: 5px;
    font-size: 14px;
}

#page-cont-rg ul {
    font-family: Tahoma;
    font-size: 14px;
    margin-left: 25px;
    text-align: justify;
}

#page-cont-rg li {
    margin: 5px 0;
    list-style-type: disc;
}

#page-cont-rg table{
    font-family: Tahoma;
    width: 700px;
    -moz-border-radius: 4px;
}

#page-cont-rg th, #page-cont-rg td {
    border-right: 1px solid #cdd6d7;
    border-bottom: 1px solid #cdd6d7;
}
 #page-cont-rg th {
     text-align: center;
     background-color: #041a2d;
     color: #cdd6d7;
     padding: 3px;
     letter-spacing: 3px;
     font-size: 14px;
 }
 
 #page-cont-rg td {
     color:#041a2d;
     padding: 0 10px;
     font-size: 12px;
     text-align: justify;
 }
 
 #page-cont-rg td a {
     font-weight: bold;
     color: #041a2d;
     text-decoration: none;
 }
 
 #lf_cnt_inf{
    margin-left: 15px;
    padding: 10px 0 0 20px;
    font-size: 14px;
}

/* FOOTER START */

#footer {
    margin-top: 30px;
    padding-top: 15px;
    background:url(/public/img/bgfooter.png) repeat-x #ecf8fc;
    /*height: 162px;*/
}

#ftvalutar {
    float: left;
    width: 330px;
    /*height: 167px;*/
}

#ftcurs {
    color: #edf7f8;
    font-size: 12px;
    margin-bottom: 3px;
}

#ftcursimg {
    vertical-align: bottom;
}

.ft_fld_lf {
    background: url(/public/img/ftfld_01.png) no-repeat;
    height: 25px;
    line-height: 25px;
    padding:0 0 0 10px;
    margin: 0;
    float: left;
}

.ft_fld_rg {
    width: 130px;
    margin: 0;
    background: url(/public/img/ftfld_02.png) no-repeat right;
    height: 25px;
    line-height: 25px;            
    padding:0 10px 0 0;
    border:0;
    color:white;
    font-family: Tahoma;
    display: inline-block;
}

.ft_sub_lf {
    margin-top: 10px;
    background: url(/public/img/ftsubbg_01.png) no-repeat left;
    height: 26px;
    border:0;
    cursor: pointer;
    padding-left: 4px;
    
}
.ft_sub_rg {
    background: url(/public/img/ftsubbg_02.png) no-repeat right;
    display: inline-block;
    height: 22px;
    padding: 4px 10px 0 6px;
}

#ftnewsletter {
    float: left;
    width: 400px;
    /*height: 167px;*/
}

#ftnewsletter-img {
    float: left;
    margin:0 10px 0 30px;
}

#ftnewsletter p {
    color:white;
    font-size: 12px;
    font-family: Tahoma;
    text-align: justify;
    font-weight: 600;
}

#ftconv {
    margin-top: 15px;
    font-size: 14px;
    color: white;
}

#nwsForm {
    /*display: none;*/
}
#nwsMsg {
    display: none;
    border: 1px solid #cdd6d7;
    width: 270px;
    float:right;
}
#nwsMsg p{
    text-align: center;
    color: #cdd6d7;
}

#nwsWit {
    display: none;
}
#ftpowered{
    text-align: center;
    width: 180px;
    float: right; 
    color:white;
    font-size: 12px;
    font-family: Tahoma;
    padding: 10px 0 0 20px;
}
#ftpowered a{
    text-decoration: none;
    color: white;
}
/* FOOTER END */