* {margin: 0; padding: 0; outline: 0; }

body {background-color: #ececec;
background-image: url('../images/bg.jpg');
background-repeat: no-repeat;
background-position: top center;}

.content {width: 600px;
    float: left;
    text-align: justify;
    line-height: 26px;
    font-family: Lato;
    color: rgb(51, 51, 51);
    font-size: 14px;
    letter-spacing: -0.2px;
    margin-left: -45px;}

li.menu {display: inline;
margin-left: 35px;
color: white;
font-family: Lato;
font-size: 14px;
font-weight: bold;}
li.menu_bot {display: inline;
margin-left: 21px;
color: white;
font-family: Lato;
font-size: 13px;
font-weight: bold;}
li.right {background: url("../images/d_ico.png") no-repeat left top;
padding: 14px 0px 3px 49px;
list-style: none;
width: 128px;
height: 34px;
margin: 0;
font-family: Lato;
font-weight: bold;
font-size: 12px;
color: white;}
a.menuhref {color: #474747;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;}
a.menuactive {color: #2862c3;
    text-decoration: none;}
a:hover {    color: #2862c3;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;}

 a {  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;}

.topline {width: 1218px;
    margin-left: 3px;
    height: 90px;
    background-color: white;
    border-top: 5px solid #2862c3;}
.subline {margin: 0 auto;
width: 1220px;}

