body{
    display:block;
    font-family : arial, verdana, tahoma;
    font-size:12px;
    color: #4b4b4b;
    background: url("/images/background2.png") repeat-x #b1c800;
    margin: 0;

}

a{
    cursor: pointer;
    color: #00426a;
}
a.menuAway {
    position: relative;
    top: 6px;
    color: #4b4b4b;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    font-size: 15px;
    background: url(/images/menu_border.png) no-repeat right;
}

a.menuAway:hover {
    /*background: url(http://localhost/trcont/images/menu_border.png) repeat;*/
    background: #faa61a url(/images/menu_border.png) no-repeat right;
    color: #e6e8e9;
}

a.menuTop{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    background: #faa61a url(/images/bstatik.png) no-repeat right;
    padding: 10px;
    -moz-border-radius: 10px 0px 10px 0px; /* this works only in camino/firefox */
    -webkit-border-radius: 5px; /* this is just for Safari */
}

a.menuTop:hover{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    background: #faa61a url(/images/bhover.png) no-repeat right;
    padding: 10px;
    -moz-border-radius: 10px 0px 10px 0px; /* this works only in camino/firefox */
    -webkit-border-radius: 5px; /* this is just for Safari */
}

img{
    border: none;
}

div.header_line{
    display: block;
    height: 17px;
    color: #9c9c9c;
    font-size: 10px;
    background: #e6e8e9;
    border-bottom: 1px #9c9c9c solid;
    padding-left: 15px;
    padding-top: 5px;
}

div.header{
    display: block;
    height: 160px;
    background: url("/images/house.jpg") no-repeat #fff right;
    overflow:hidden;
    border-bottom: 1px #e3e2ba solid;
}

div.header_menu{
    display: block;
    width: 700px;
    margin-left: 50px;
}

div.header #logo{
    display:block;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 55px;
    color: #0072ff;
    font-size: 21pt;
}

div.table{
    display: block;
    background: #fff;
    width:100%;
    overflow:hidden;
}

div.table div.col1{
    display: block;
    width: 200px;
    float: left;
    overflow: hidden;
    border-right: 1px solid #faa61a;
}

div.table div.col2{
    width: 92%;
    margin: 15px auto;
    text-align: justify;
    line-height: 1;
}

div.table div.col2 div.text{
    font-style: normal;
    line-height: 1;
}

div.footer{
    height: 200px;
    color: #4b4b4b;
    font-size: 12px;
    border-top: 1px #e3e2ba solid;
    padding-left: 15px;
    background: url("/images/housefooter.jpg") no-repeat;
}
div.footerlogo{
    position: relative;
    top: 20px;
}
div.count{
    float: left;
    padding-top: 150px;
}
div.ftext{
    margin-top: 10px;
    margin-right: 10px;
    font-size: 17px;
    text-align: right;
}

#twitt_btn_one{width:55px;height:62px;float:right;margin-left:3px}
