html, body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
}
body {
    position: relative;
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
    background:#fff;
	font-size:16px;
	
}

#all{overflow: hidden; position: relative}

.container{
    margin:0 auto;
    width:980px;
    position: relative
}

.left{float:left}
.right{float:right}

ul {
    list-style:none;
	margin-left:30px
}

p{	
	margin:15px 0;
    padding:0
}

p, div{line-height:20px}

#center li{
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
    font-family: 'PragmaticaC';
    background: url(../images/b-li.png) 0 6px no-repeat;
    padding-left: 15px
}

a{
    color: #626466;
	font-size:15px
}
a:hover{
    color: #000;
	text-decoration: none
}

h1{
    font-size:25px;
	color:#626466;
	text-transform:uppercase;
    background:#fff; border-left:7px solid #000;
	padding: 5px 7px;
    position: relative;
    z-index: 90;
	display: inline-block
}
.h1 h1{
    font-size: 18px;
	color:#fff;
    background:#2da1af;
	padding: 10px 15px;
	width: 100%;
	margin: 15px 0 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-left: 0;
}
h2{
    font-size:18px;
	color:#626466;
	text-transform:uppercase;
	margin-bottom:25px
}
h3{
    font-size:16px;
	color:#626466;
	text-transform:uppercase;
	margin-bottom:15px
}
h1,h2,h3,h4{font-weight: normal}

h1,h2,h3,h4,#header_top a,#lang a,#text1,#text2,a,a:active,p,div{font-family:'PragmaticaC'}

#scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    z-index: 790;
    background: url(../images/icon_top.png) no-repeat;
    display: none;
}


.isr_section{
    background:url(../images/isr.png) no-repeat;
}



.MSIE8 button:focus{background-position: 1px 1px !important}