@import url('reset.css');
html{height: 100%;}
body{
    width: 100%;
    height: 100%;
    background: url(img/bg.gif) repeat left top;
    font-family: "Trebuchet MS","Nimbus Sans L", Helvetica, sans-serif;
    color: #000;
    font-size: 14px;
}
input{
	vertical-align: top;
        border: 0;
        background: transparent;      
}
input:focus{outline: 0 none;} 
textarea:focus{outline: 0 none;}
.clear{clear: both;}
.top{
    width: 100%;
    height: 272px;
    background: url(img/top.jpg) repeat-x left top;
}
.wrapper{
    width: 818px;
    margin: -272px auto 0;
    min-height: 100%;
    height: auto !important;
}

/* Header
-----------------------------------------------------------------------------*/
.header{
    padding-top: 25px;
}
.logo{
    width: 251px;
    height: 41px;
    float: left;
    margin-left: 50px;
    overflow: hidden;
}
.tel{
    width: 229px;
    height: 29px;
    float: right;
    margin-top: 10px;
}
.head_descr{
    width: 404px;
    height: 28px;
    float: left;
    overflow: hidden;
    padding: 0 20px;
    color: #363636;
    font-size: 18px;
    line-height: 28px;
    background: url(img/head_descr.png);
    margin-top: 5px;
    text-align: center;
}
.head_descr h2{font-weight: normal;}
.puck{
    width: 40px;
    height: 21px;
    float: left;
    margin-top: 70px;
    margin-left: 80px;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle{
    margin-top: 10px;
    padding-bottom: 120px;
    *padding-bottom: 20px;
}
.middle:after{
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.cont{
    background: url(img/cont.png) repeat left top;
    margin-bottom: 20px;
}
.cont_l_top{background: url(img/cont_l_top.gif) no-repeat left top;}
.cont_r_top{background: url(img/cont_r_top.gif) no-repeat right top;}
.cont_l_bttm{background: url(img/cont_l_bttm.gif) no-repeat left bottom;}
.cont_r_bttm{
    background: url(img/cont_r_bttm.gif) no-repeat right bottom;
    padding: 10px;
    *padding: 0 5px;
}
.block_l{
    width: 425px;
    float: left;
}
.cont ul li{
    margin: 15px 0;
    background: url(img/mark.png) no-repeat 0 5px;
    text-indent: 20px;
}
.block_r{
    width: 378px;
    float: right;
}
#slideshow img{position: absolute;}
.images{
    width: 341px;
    height: 242px;
    border: 7px solid #e8e8e8;
    margin: 2px auto;
}
.info{
    font-size: 18px;
    color: #363636;
    text-align: center;
}
.info img{margin: 12px 0;}

.gallery img{ border:#6699FF solid 1px;}

/* Footer
-----------------------------------------------------------------------------*/
.footer{
    width: 100%;
    height: 80px;
    background: url(img/footer.png) repeat-x bottom left;
    overflow: hidden;
    margin-top: -100px;
    color: #000;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    padding-top: 20px;
    *margin-top: 0;
}