body.main { 
    background: #000 url("../images/bg1.jpg") no-repeat scroll 50% 0;
}
body.other {
    background: #000 url("../images/bg2.jpg") no-repeat scroll 50% 0;
}
body.main, body.other { 
    margin: 0px auto;
    padding: 0px;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    min-width: 1230px;
}
table {
    border-collapse: collapse;
}
a, a:hover, a:visited, a:active {
   border:none;
   outline:none;
}
a {
    color: #df2a00;
    text-decoration: underline;
}
a:hover {
    color: #df2a00;
    text-decoration: none;
}
img {
    border: 0px;
}
form {
    margin: 0px;
    padding: 0px;
}
h1 {
    padding: 0 0 15px 0;
    font-size: 16px;
}
hr {
    color: #adb8c0;
    background-color: #adb8c0;
    height: 2px;
    border: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}
ul {
	padding: 0px;
}
li {
	margin-left: 40px;
	padding-left: 10px;
}
.main {
    width: 1230px;
    margin-left: auto;
    margin-right: auto;
}
a.meniu1, a.meniu2, a.meniu3, a.meniu4 {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    min-height: 122px;
    display: table-cell;
    vertical-align: middle;
}
a:hover.meniu1, a:hover.meniu2, a:hover.meniu3, a:hover.meniu4 {
    color: #de2a00;
    text-decoration: none;
    font-weight: bold;
}
a.meniu1 {
    background: url("../images/meniu1.png") no-repeat;
}
a:hover.meniu1 {
    background: url("../images/meniu1a.png") no-repeat;
}
a.meniu2 {
    background: url("../images/meniu2.png") no-repeat right;
}
a:hover.meniu2 {
    background: url("../images/meniu2a.png") no-repeat right;
}
a.meniu3 {
    background: url("../images/meniu3.png") no-repeat;
}
a:hover.meniu3 {
    background: url("../images/meniu3a.png") no-repeat;
}
a.meniu4 {
    background: url("../images/meniu4.png") no-repeat right;
}
a:hover.meniu4 {
    background: url("../images/meniu4a.png") no-repeat right;
}
.meniu_block1 {
    padding: 60px 0 0 180px;
}
.meniu_block2 {
    padding: 15px 0 0 310px;
}
.meniu_block3 {
    padding: 15px 0 0 260px;
}
.meniu_block4 {
    padding: 15px 0 0 470px;
}
.meniu_right {
    padding: 0 40px 0 458px;
    display: table-cell;
    height: 122px;
    vertical-align: middle;
}
.meniu_left {
    padding: 0 458px 0 40px;
    display: table-cell;
    height: 122px;
    vertical-align: middle;
}
.block_transparent {
    background: url("../images/bg3.png");
    width: 1168px;
    padding: 30px;
    margin-top: 65px;
    margin-left: auto;
    margin-right: auto;
}
.block_white {
    background-color: #fff;
    padding: 50px 70px 10px 70px;
}
.block_red {
    position: absolute;
    top: 50px;
    padding-left: 950px;
}
.back {
    height: 60px;
    padding: 0 20px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    background: url("../images/back_bg.jpg");
}
a.back_url {
    color: #fff;
    text-decoration: none;
}
a.back_url:hover {
    color: #fff;
    text-decoration: none;
}
div.scroll_body {
    width: 480px;
    height: 350px;
    overflow-y: scroll;
    scrollbar-face-color: #fff;
    scrollbar-3dlight-color: #fff;
    scrollbar-darkshadow-color: #fff;
    scrollbar-highlight-color: #000;
    scrollbar-shadow-color: #000;
    scrollbar-arrow-color: #000;
    scrollbar-track-color: #fff;
}