html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: 'Tahoma', 'Arial';*font-size: 16px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
    border-collapse:collapse;
	border-spacing:0;
}
table td{padding:0;}
p{padding-bottom: 15px;}
a { outline: none; -moz-outline: 0; border: none; border-width:0; color:#306e91;}
a:hover{color:#e66b0f;}
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }
ul{list-style-type:none; list-style-image:none; list-style-position:outside;}
img { border: none; border-width: 0; }
h1{padding:0 0 15px 0; font-size: 24px; font-family:arial, sans-serif; font-weight:normal; color:#306e91;}
div.main {min-height: 100%; _height: 100%; min-width:998px; width:expression(document.body.clientWidth < 998+2? "998px": "auto" );}
div.block{
	position: relative;
    overflow:hidden;
    zoom:1;
}
div.header{
    overflow:hidden;
    zoom:1;
    position:relative;
    background:url("../img/headerBg.jpg") repeat-x;
}
div.header .topTitle{
    position:absolute;
    top:13px;
    left:115px;
    font-size:30px;
    color:#133042;
    z-index:100;
}
div.header .headerL{
    background:url("../img/headerL.jpg") no-repeat;
    width:490px;
    height:368px;
    float:left;
}
div.header .headerR{
    background:url("../img/headerR.jpg") no-repeat;
    height:368px;
    width:508px;
    /*position:absolute;
    top:0;
    right:0;*/
    float:right;
}

div.menu{
	width: 405px;
    overflow:hidden;
    zoom:1;
    position:absolute;
    top:97px;
    left:47px;
	font-size: 12px;
}
div.menu ul{
    float:left;
    font-size:14px;
    font-family:arial, sans-serif;
}
div.menu ul.first{
    width:220px;
}
div.menu ul.second{
    width:184px;
}
div.menu ul.first li{
    margin-right:3px;
}
div.menu ul li{
    padding-bottom:5px;
}
div.menu ul a{
    color:#306e91;
}
div.menu ul a:hover{
    color:#e66b0f;
}
div.copy{
    color:#306e91;
    font-size:18px;
    position:absolute;
    bottom:10px;
    left:80px;
}
div.center{
    background-image:url("../img/contentT.jpg");
    background-position: top right;
    background-repeat: no-repeat;
}
div.content{
    padding:40px 0 60px 40px;
    margin:15px 55px 0 0;
    overflow:hidden;
    zoom:1;
    background-image:url("../img/contentB.jpg");
    background-position:bottom left;
    background-repeat:no-repeat;
}
div.image{
    float:left;
    width:200px;
    height:200px;
    margin:0 20px 20px 0;
}
div.content p{
    font-size:12px;
    color:#bbb;
    font-family:arial, sans-serif;
}

div.footer{
    height:200px;
    overflow:hidden;
    zoom:1;
    background:url("../img/footerBg1.jpg") repeat-x;
    position:relative;
}
div.footer .footerR{
    background:url("../img/footerR.jpg") no-repeat;
    position:absolute;
    top:0;
    right:0;
    height:200px;
    width:445px;
}
div.footer ul{
    margin:80px 0 0 10px;
}
li.copy{
    font-family:arial, sans-serif;
    font-size:18px;
    color:#306e91;
    margin:0 0 20px 30px;
}
div.google{
    margin-left:40px;
}
div.google input{
    margin:0 3px;
}
div.punkt_menu{
	float: left;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.links{
	padding-top: 10px;
	padding-bottom: 10px;
}