* {
	padding: 0; margin: 0;
	/*border: 1px solid #0c0;*/
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #181711;
	background-color: #000000;
}
a {
	color: #181711;
}
a img {
	border-width: 0px;
}
h2 {
	font-size: 17px;
	padding-bottom: 40px;
}
.notext {
    display: none;
}
#wrapper {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	background-color: #fff;
}
#logo {
    position: absolute;
    left: 63px;
    top: 48px;
	display: block;
	width: 241px;
	height: 87px;
	background: url(../images/logo.gif) no-repeat left top;
}
#ipoteka {
    position: absolute;
    z-index: 1000px;
    left: 740px;
    top: 17px;
    width: 160px;
    height: 204px;
    background: url(../images/ipoteka_index.jpg) no-repeat left top;
}
#ipoteka_noindex {
    position: absolute;
    z-index: 1000px;
    left: 740px;
    top: 17px;
    width: 160px;
    height: 203px;
    background: url(../images/ipoteka_noindex.jpg) no-repeat left top;
}
#header {
    position: relative;
    width: 1000px;
    height: 195px;
    background: url(../images/header_bg.jpg) no-repeat left top;
}
#header_label {
    position: absolute;
    left: 370px;
    top: 57px;
    height: 85px;
    width: 225px;
    background: url(../images/headlabel_bg.gif) no-repeat left 13px;
    font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
    padding-left: 72px;
    padding-top: 31px;
}
#content {
	width: 874px;
    height: 405px;
	padding: 0px 63px;
    background: #3e702a url(../images/main_bg.jpg) no-repeat left top;
}

#content img.image_left {
	float: left;
	margin-right: 15px;
}
#content img.image_right {
	float: right;
	margin-left: 15px;
}

.block_main {
    position: relative;
    float: left;
    width: 640px;
    height: 380px;
    background: url(../images/block_main.gif) no-repeat left top;
    margin-left: -13px;
    padding-top: 19px;
}
.block_main_h {
    width: 578px;
    height: 23px;
    background: url(../images/h_bg.gif) repeat-y left top;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    margin-left: 33px;
    margin-bottom: 20px;
    padding-top: 6px;
    padding-left: 27px;
}
.block_cont {
    padding-left: 60px;
    padding-right: 10px;
}
.block_cont p {
    margin-bottom: 13px;
}
.block_cont li {
    list-style-type: none;
    background: url(../images/point.gif) no-repeat left 3px;
    padding-left: 20px;
    margin-left: 20px;
    margin-bottom: 5px;
}
.block_little {
    position: relative;
    float: left;
    margin-right: 70px;
    width: 241px;
    height: 381px;
}
.block_little_last {
    position: relative;
    float: left;
    margin-right: 0px;
    width: 241px;
    height: 381px;
}
.block_up {
    position: relative;
    width: 241px;
    height: 222px;
    background: url(../images/block_up.gif) no-repeat left top;
    padding-top: 19px;
    text-align: center;
}
.block_up a.arr {
    position: absolute;
    right: 12px;
    bottom: 15px;
    color: #dcdcdc;
    display: block;
    height: 25px;
    padding-right: 35px;
    padding-top: 7px;
    background: url(../images/arr_right.gif) no-repeat right top;
}
.block_up_h {
    width: 237px;
    height: 23px;
    background-image: url(../images/block_up_h.gif);
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    margin-left: 2px;
    margin-bottom: 9px;
    padding-top: 6px;
    text-align: center;
}
.block_down1 {
    background: url(../images/block_down1.gif) no-repeat left top;
}
.block_down2 {
    background: url(../images/block_down2.gif) no-repeat left top;
}
.block_down3 {
    background: url(../images/block_down3.gif) no-repeat left top;
}
.block_down1, .block_down2, .block_down3 {
    position: relative;
    color: #d5e2d3;
    font-size: 11px;
    width: 225px;
    height: 102px;
    margin-top: -12px;
    padding: 50px 8px 0px 8px;
}
.block_down1 a, .block_down2 a, .block_down3 a {
    color: #d5e2d3;
}
.block_down1 p, .block_down2 p, .block_down3 p {
    margin-bottom: 5px;
}
.block_down1 li, .block_down2 li, .block_down3 li {
    list-style-type: none;
    display: block;
    font-size: 12px;
    padding-left: 15px;
    margin-bottom: 1px;
    background: url(../images/blockdown_arr.gif) no-repeat left 3px;
}
#footer {
	position: relative;
	width: 945px;
	height: 150px;
    background-color: #1f1a17;
	border-top: 6px solid #000;
    color: #d2d1d1;
    padding-top: 15px;
    padding-left: 55px;
	font-size: 11px;
}
.clear { clear: both; background: none; }
#footer p {
	padding-right: 80px;
}
