/* CSS Document */

html {
height:100%;
}

body {
padding:0;
margin:0;
min-height:100%;
height:auto !important;
height:100%;
min-width:980px;
width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 980? "980px": "auto");
position:relative;
font:11px Tahoma, Arial, Helvetica, sans-serif;
color:#333333;
background:#FFFFFF;
}

.clear {
clear:both;
}

a {
color:#da251d;
text-decoration:none;
}

a:hover {
text-decoration:underline;
color:#da251d;
}

form {
padding:0;
margin:0;
}

img {
border:none;
}

h1, h2, h3, h4, h5, h6 {
padding:0;
margin:0 0 10px 0;
font-weight:normal;
}

h1 {
font-size:22px;
}

h2 {
font-size:20px;
}

h3 {
font-size:18px;
}

h4 {
font-size:16px;
}

.container {
min-width:980px;
width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 980? "980px": "auto");
}

.header {
height:175px;
width:100%;
background:url(../images/header.png) repeat-x top;
}

.logo {
background:url(../images/header-left.png) no-repeat top left;
vertical-align:top;
width:100%;
height:175px;
}

.hr {
background:url(../images/hr.png) no-repeat top right;
height:175px;
}

.lang {
height:16px;
padding:20px 110px 0 0;
text-align:right;
}

.lp {
padding:34px 0 0 242px;
}

.top-menu {
padding:18px 0 0 242px;
text-align:center;
}

.top-menu td {
padding-right:3px;
}

.wrapper {
float:left;
width:100%;
}

.content {
padding:5px 10px 10px 10px;
margin:0 148px 0 186px;
}

.pathway {
margin-bottom:10px;
font-size:10px;
text-transform:uppercase;
color:#da251d;
}

.item {
margin-bottom:15px;
}

.title {
font-size:11px;
font-weight:bold;
margin-bottom:5px;
color:#da251d;
}

.item-content {
font-size:12px;
padding:0 0 5px 0;
border-bottom:1px dashed #CCCCCC;
}

.item-menu {
font-size:10px;
text-align:right;
}

.pages {
text-align:center;
padding:10px;
font-size:10px;
}

.pages span {
padding:1px 4px;
margin:0 1px;
border:1px solid #999999;
color:#999999;
text-decoration:none;
}

.pages a {
padding:1px 4px;
margin:0 1px;
border:1px solid #999999;
color:#999999;
text-decoration:none;
}

.pages a:hover {
color:#ffffff;
background:#999999;
text-decoration:none;
}

.f_input  {
background:#FFFFFF;
border:1px solid #999999;
height:16px;
margin-bottom:1px;
width:180px;
font-size:11px;
color:#999999;
}

.f_textarea  {
background:#FFFFFF;
border:1px solid #999999;
height:200px;
width:458px;
font-size:11px;
color:#999999;
}

.left {
float:left;
width:186px;
margin-left:-100%;
}

.left-menu {
margin-bottom:10px;
}

.s_field {
width:180px;
height:18px;
border:2px solid #d91e16;
margin-bottom:3px;
}

.lb {
background:url(../images/lb-bottom.png) no-repeat bottom;
margin-bottom:15px;
padding-bottom:12px;
}

.lbc {
background:url(../images/lb-bg.gif) repeat-y;
padding:5px 3px 0 5px;
overflow:hidden;
}

.button {
cursor:pointer;
font-size:10px;
color:#FFFFFF;
height:18px;
border:none;
background:#da251d;
}

.vote-title {
font-size:11px;
font-weight:bold;
margin-bottom:5px;
}

.lbt {
margin:0;
padding-top:5px;
text-transform:uppercase;
color:#FFFFFF;
font-size:10px;
text-align:center;
background:url(../images/lb-title.png) no-repeat;
height:26px;
}

.right {
float:left;
width:148px;
margin-left:-148px;
}

.block {
background:url(../images/block-bottom.png) no-repeat bottom;
margin-bottom:15px;
padding-bottom:12px;
}

.block-content {
background:url(../images/block-bg.gif) repeat-y;
padding:5px 3px 0 4px;
overflow:hidden;
}

.block-title {
margin:0;
padding-top:5px;
text-transform:uppercase;
color:#FFFFFF;
font-size:10px;
text-align:center;
background:url(../images/block-title.png) no-repeat;
height:26px;
}

/*Подвал*/

.extra {
clear:both;
height:70px;
width:100%;
}

.footer {
position:absolute;
bottom:0;
height:70px;
width:100%;
background:url(../images/footer.gif) repeat-x bottom;
}