/*
    ASE Project
    Footer Style sheet
*/

.menu {
    text-shadow: 0px 0px #252525;
    color: #e9e9e9;
    background-color: #4e4e4e;
}

.menu_wrapper img {
    padding: 10px;

}


.menu li {
    text-decoration: none;
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    margin: 0px;
    display: block;

}



.menu h3 {
    text-shadow: 1px 1px 1px black;
    background-color: #4e4e4e;
    color: white;
    font-family: "PT Sans Caption";
    font-size: 11pt;
    font-weight: 800;
    text-shadow: 1px 1px 1px black;
    margin-bottom: 10px
}

.menu a {
    text-decoration: none;
    background-color: #4e4e4e;
    /* line-height: 15px; */
    text-align: left;
    color: #bab0b0;
    text-shadow: 1px 1px 1px black;
    display: block;
    padding-left: 12px;

    font-family: "PT Sans";
    font-size: 13pt;
    font-weight: 700;
}

.menu a:hover, a.current {
    background-color: #4e4e4e;
    text-shadow: 1px 1px black;
    color: #e9e9e9;
    display: block;
    font-weight: 700;
}

.menu p {
    color: #e9e9e9;
    font-family: "PT Sans";
    font-size: 9pt;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: justify;
    position: relative;
    display: block;
}

.menu img {
    background-color: #4e4e4e;
    float: left;
}

.page_wrapper {
   background: url("http://nem0.newsreaders.ru/img/bg-main.jpeg") repeat ;
}
/*.menu, .content  {
    margin-bottom: -3000px;
    padding-bottom: 3000px;
}
*/
.content {
    margin-top: 24px;

}
.content h1 {
    font-size: 20pt;
}

.content h2 {
    font-size: 16pt;
}

.content h3 {
    font-size: 12pt;
}

.content h1 {
    display: block;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content h2, h3 {
    display: block;
    font-weight: 700;
    margin-top: 10px;
    border-bottom: 2px solid black;
    margin-bottom: 6px;
}

body {
    font-family: "PT Sans";
    font-size: 10pt;
    background-color: #EAF0F5;
    height: auto;

}

td ul li {
    margin-left: 20px;
}

h3.heading {
    padding: 0px;
    margin: 0px;
}

.pane-content a, img, p  {
    display: block;
    margin-top: 10px;
    float: left;
    height: auto;
}
