* {
	margin: 0;
	padding: 0;
}
ul, li {
    list-style: none;
}
body {
    background: #000 url('../i/bg_body.jpg') top left repeat-x;
}
body, table {
	font: 14px Times New Roman, Arial, Verdana, serif;
	color: #fff;
}
.empty {
    font-size: 1px;
    clear: both;
    line-height: 1px;
    height: 1px;
}
a, a:link, a:visited, a:active {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
    color: #c00;
}

.conteiner {
    width: 528px;
    margin: 0 auto;
}

.top {
    border-top: #e40022 4px solid;
    border-bottom: #e40022 1px solid;
    height: 44px;
    position: relative;
}
.top span.lang {
    position: absolute;
    top: 10px;
    left: 0;
}
.top span.icons {
    position: absolute;
    top: 13px;
    left: 67px;
}
.top span.icons a {
    margin-right: 36px;
}


.top ul.top_nav {
    float: right;
    padding-top: 10px;
    width: 327px;
}
ul.bot_nav {
    padding: 10px 0 0 10px;
}
.bot {
    border-top: #e40022 1px solid;
    margin: 0 0 0 192px;
}
.top ul.top_nav li, ul.bot_nav li {
    float: left;
    color: #666;
}
.top ul.top_nav li.marker, ul.bot_nav li.marker {
    width: 13px;
    background: url('../i/marker_top.gif') 5px 6px no-repeat;
}


.logos {
    height: 143px;
    position: relative;
}
.logos a.logo {
    position: absolute;
    top: 47px;
    left: 41px;
}
.logos a.logo_name {
    position: absolute;
    top: 57px;
    left: 200px;
}

table.wide {
    width: 100%;
}
table.wide td.td_l, table.wide td.td_r {
    width: 50%;
}
table.wide td.td_c {
    width: 528px;
}
table.wide td.td_r {
    background: #990000 url('../i/bg_right.gif') 0 0 no-repeat;
}

.navi {
    padding: 0 0 0 200px;
    height: 122px;
}
.navi ul {
    float: left;
    font-size: 24px;
    font-weight: bold;
}
.navi ul li {
    padding: 0 0 20px 12px;
    background: url('../i/marker_nav.gif') 0px 10px no-repeat;
}
.navi ul li.act {
    padding: 0 0 20px;
    background: none;
    color: #666;
}
.navi ul li.h_act {
    padding: 0 0 20px;
    background: none;
}
.navi ul.lft {
    width: 193px;
}
.navi ul.rght {
    width: 134px;
}

.title {
    background: url('../i/marker_cont.gif') 149px 0px no-repeat;
    padding: 0 0 20px 200px;
}
.title p {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 0;
}
.ttl {
    padding: 40px 0 20px 200px;
    font-size: 36px;
}

h1 {
    font-size: 36px;
    font-weight: normal;
}
h1:first-letter { text-transform: uppercase; }

h2 {
    padding: 0 0 5px 200px;
    font-size: 22px;
    font-weight: normal;
}



.sub_nav {
    padding: 0 0 0 200px;
    height: 70px;
}
.sub_nav li {
    float: left;
    padding: 0 0 0 12px;
    font-size: 20px;
    background: url('../i/marker_s_nav.gif') 0px 8px no-repeat;
}
.sub_nav li.fst {
    width: 181px;
}
.sub_nav li a {
    color: #ccc;
}
.sub_nav li a:hover {
    color: #c00;
}

.news {
    padding: 30px 0 0 200px;
}
.news li.date {
    padding: 0 0 20px;
    color: #999;
}

.txt {
    padding: 0;
}
.txt h3 {
    font-size: 18px;
    font-weight: normal;
}
/*.txt h3:first-letter { margin: 0 0 0 46px; }*/

.txt_sm {
    padding: 20px 0 0 200px;
}
.txt_sm h3 {
    font-size: 18px;
    font-weight: bold;
}
.txt ul.xt {
    padding: 10px 0 0 48px;
}
.txt ul.xt li {
    font: 14px Times New Roman, Arial, Verdana, serif;
}
p.back {
    padding: 20px 0 0 200px;
    font-size: 12px;
}
.txt p.back {
    padding: 20px 0 0 48px;
}
.txt_sm p.back {
    padding: 20px 0 0;
}


.pdt10 {
    padding-top: 10px;
}


.cat {
    padding: 20px 0 0 200px;
    font-size: 20px;
}
.cat li {
    padding: 0 0 16px;
}
.cat li span {
    padding: 0 0 0 5px;
    font-size: 16px;
}

.prev {
    padding: 10px 0 0 192px;
}
.prev li {
    padding: 0 0 8px 8px;
    float: left;
}
* html .prev li {
    padding: 0 0 2px 8px;
}

.tags {
    padding: 0 0 5px 10px;
    margin: 30px 0 0 190px;
    font-size: 16px;
    background-color: #660000;
}
.tags span {
    padding: 0 5px 0 0;
    white-space: nowrap;
}

.tag_srch {
    padding: 6px 0 0 200px;
    position: relative;
}
.tag_srch input {
    padding: 2px;
    width: 274px;
    height: 19px;
    border: #ccc 1px solid;
    background-color: #666;
    color: #fff;
    font: 14px Times New Roman, Arial, Verdana, serif;
}
.tag_srch input.bt_srch {
    padding: 0;
    width: 38px;
    height: 38px;
    border: 0;
    background: url('../i/bt_search.gif') 0 0 no-repeat;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 485px;
}
* html .tag_srch input.bt_srch {
    left: 285px;
}

.tgs {
    padding: 8px;
    background-color: #660000;
}
.tgs span {
    padding: 0 5px 0 0;
    display: inline;
    white-space: nowrap;
}

.sbs {
    padding: 30px 0 0 199px;
    font-size: 20px;
}

form.subs {
    padding: 30px 0 10px;
}

input.email {
    font: 14px Times New Roman, Arial, Verdana, serif;
	color: #fff;
    border: 1px #ccc solid;
    background-color: #666;
    width: 318px;
    height: 21px;
    padding: 3px 4px 1px;
    margin: 0 0 23px;
}
input.bt_subs {
    font: 16px Times New Roman, Arial, Verdana, serif;
	color: #fff;
    text-align: center;
    border: 1px #fff solid;
    background-color: #333;
    width: 136px;
    height: 26px;
    cursor: pointer;
    margin: 0 0 0 192px;
}


.copy {
    background: url('../i/bg_copy.jpg') top right no-repeat;
    height: 120px;
}
.copy p.cp {
    background: url('../i/icon_copy.gif') 157px 15px no-repeat;
    padding: 15px 0 5px 200px;
}
.copy p.cp span {
    font-size: 16px;
    margin: 0 0 0 -4px;
}
.copy p.mail {
    background: url('../i/icon_dog.gif') 157px 0px no-repeat;
    padding: 0 0 10px 200px;
}

.lnks {
    height: 60px;
    position: relative;
}
.lnks a.yaha {
    position: absolute;
    top: 18px;
    left: 448px;
}
.lnks a.dp {
    position: absolute;
    top: 10px;
    left: 199px;
}
