html, body {
    height: 100%;
    min-height: 100%;

    background: #0080b6 url(../img/body.jpg) repeat-x top;
}

#page {
    position: relative;
    width: 1038px;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    
    background: url(../img/page.png) repeat-y;
}



#header {
    position: relative;
    width: 1038px;
    height:460px;
    
    background: url(../img/header.jpg);
}

#header .logo {
    position: absolute;
    left: 422px;
    top: 19px;
}

#header .link {
    position: absolute;
    right: 35px;
    top: 20px;
}

#header .link a {
    position: relative;
    display: inline-block;
    height: 12px;
    margin: 0 0 0 15px;

    background: url(../img/header_link.png);
}

#header .link .home {
    width: 14px;
}

#header .link .home:hover {
    background-position: 0 12px;
}

#header .link .map {
    width: 21px;

    background-position: -14px 0;
}

#header .link .map:hover {
    background-position: -14px 12px;
}

#header .link .mail {
    width: 15px;

    background-position: -35px 0;
}

#header .link .mail:hover {
    background-position: -35px 12px;
}

#header .search {
    position: absolute;
    top: 265px;
    left: 215px;
}

#header .search input[type=text] {
    padding: 0;
    width: 160px;

    border: 1px solid #1a171b;
    color: black;
}

#header .search input[type=submit] {
    padding: 0;
    height: 14px;
    width: 11px;

    border: 0;
    background: url(../img/search.png);
    cursor: pointer;
}

#header .menu {
    position: absolute;
    top: 265px;
    left: 425px;
}

#header .menu ul li {
    display: inline-block;
    margin: 0 40px 0 0;

    text-align: center;
    list-style: none;
}

#header .menu ul li a {
    font-size: 12pt;
    color: #023f52;
    text-decoration: none;
}

#header .menu ul li a:hover, #header .menu ul li .active {
    color: #990000;
}

#header .menu ul li ul {
    display: none;
    position: absolute;
    top: 38px;
    padding: 0 0 7px 0;

    background: url(../img/dotted.png) repeat-x bottom;
}

#header .menu ul li ul li {
    position: relative;
    margin: 0 10px 0 10px;
    z-index: 100;
}

#header .menu ul li ul li a {
    font-size: 10pt;
    text-decoration: underline;
}

#header .menu ul li ul li a:hover {
    text-decoration: none;
}

#header .menu img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: inherit;
}



#content {
    position: relative;
    width: 953px;
    padding: 0 40px 0 45px;
    margin: -100px 0 260px 0;
    min-height: 200px;

    color: #023f52;
}

#content h1 {
    margin: 0 0 10px 15px;

    font: bold 14pt arial;
}

#content ul li {
    margin-top: 5px;
}

#content a {
    color: #023f52;
    text-decoration: underline;
}

#content a:hover {
    font-weight: bold;
    text-decoration: underline;
}

#content textarea {
    width: 400px;

    border: 1px solid #1A171B;
}

#content input[type=text] {
    width: 250px;

    border: 1px solid #1A171B;
}

#content input[type=submit] {
    background-color: #C1DCF1;
    border: 1px solid black;    
}



#push {
    height: 40px;
    clear: both;
}



#footer {
    position: relative;
    width: 1038px;
    margin: -298px auto 0 auto;
    clear: both;
    height: 298px;

    background: url(../img/footer.jpg);
}

#footer .address {
    position: absolute;
    left: 230px;
    top: 138px;
}

#footer .address p {
    margin: 0 0 4px 0;

    font-size: 8pt;
}

#footer .che19 {
    position: absolute;
    right: 40px;
    bottom: 25px;
  top: 245px;
}

#footer .che19 a {
    font-size: 8pt;
    text-decoration: none;
    color: black;
}

#footer .che19 a:hover {
    text-decoration: underline;
}

#footer .che19 a span {
    color: #ff6600;
}

 .raz{
    position:absolute;
  left: 820px; 
  top: 265px;
  color:#000000;
  font-size:8.5pt;
  text-decoration:none;
  z-index:999; 
}


 .addlink {
  display: none;
  position:absolute;
  left: 820px; 
  top: 265px;
  color:#000000;
  font-size:8.5pt;
  text-decoration:none;
  z-index:999; 
}


.raz a{
  color:#000000;
  font-size:8.5pt;
  text-decoration:none;
  z-index:999; 
}

.raz a:hover{
   text-decoration:underline; 
}

 a.buttprice{
   background: url("../img/butt.png");
    color: #FEFEFE;
    display: block;
    float: left;
    font-family: arial;
    font-size: 10pt;
    height: 22px;
    margin-left: 20px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    width: 170px;
}

 a.buttprice:hover{ 
   background-position: 0 -27px;
}

#butblock{
  position:absolute;
  top: 385px; left: 170px;
  z-index:999;
}