html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, Sans Serif;
font-size: 14px;
}
.plwrapper {
    min-height: 100%;
    margin-bottom: -59px;
}
* html .plwrapper {
    height: 100%;
}

table, tr, th, td {
 border: 1px black solid;
 border-collapse: collapse;
 padding: 5px 5px;
}

a, a:visited {
color: #0573b1;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h1 {
font-size: 32px;
font-weight: normal;
font-family: Tahoma, Arial, sans serif;
margin: 25px 0px;
}

h2 {
font-size: 22px;
font-weight: normal;
font-family: Tahoma, Arial, sans serif;
margin: 15px 0;
}

h3 {
font-size: 14px;
font-weight: bold;
font-family: Tahoma, Arial, sans serif;
margin: 10px 0;
}



#callus {
height: 40px;
background: #bdbdc3;
font-family: Arial Narrow,Helvetica,Tahoma,Arial,sans serif;
color: #1d1e67;
font-size: 14px;
font-weight: bold;

}

#callus span {
color: black;
}

#callustext {
position: relative;
padding: 10px 0;
height: 20px;
width: 300px;
}

#skypeme {
position: absolute;
background: white;
right: 0;
top: 0;
height: 20px;
padding: 10px;
}

.wrapper {
width: 980px;
margin: 0 auto;
position: relative;
}

#bluehead {
height: 99px;
margin-bottom: 1px;
background: url(/images/bg-header.png) top repeat-x;
position: relative;
}

#logo {
display: block;
position: absolute;
left: 40px;
top: 20px;
}

#welcome {
position: absolute;
top: 26px;
left: 120px;
font-size: 20px;
font-weight: bold;
font-family: Trebuchet MS, Tahoma, Arial, sans serif;
color: white;
text-shadow: 1px 1px 1px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);
}

#welcome span {
font-size: 16px;
font-style: italic;
}

#welcomepad {
position: absolute;
top: 0;
left: 475px;
height: 99px;
width: 115px;
background: url(/images/head-arrow.png) right top no-repeat;
}

#iconspad {
height: 99px;
width: 370px;
position: absolute;
top: 0;
right: 0px;
background: url(/images/bg-icons.png) right top no-repeat;
}

#icons {
position: absolute;
left: 610px;
top: 0px;
height: 99px;
width: 370px;
}

#icons a {
display: block;
background: url(/images/icons.png) no-repeat;
position: absolute;
top: 25px;
height: 54px;
width: 50px;
text-decoration: none;
}

#icons a:hover {
background: url(/images/icons-hover.png) no-repeat;
}

#icons a+a {
left: 79px;
background-position: -79px 0;
width: 41px;
}

#icons a+a+a {
left: 144px;
background-position: -144px 0;
width: 65px;
}

#icons a+a+a+a {
left: 227px;
background-position: -227px 0;
width: 50px;
}

#icons a+a+a+a+a {
left: 307px;
background-position: -307px 0;
width: 43px;
}

#icons a+a:hover {
background-position: -79px 0;
}

#icons a+a+a:hover {
background-position: -144px 0;
}

#icons a+a+a+a:hover {
background-position: -227px 0;
}

#icons a+a+a+a+a:hover {
background-position: -307px 0;
}

#languages {
position: absolute;
right: 0px;
top: 6px;
font-weight: normal;
font-size: 12px;
}

a.button {
display: inline-block;
padding: 5px 7px;
margin-left: 5px;
color: white;
text-decoration: none;
background: rgb(112,175,210); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(112,175,210,1) 0%, rgba(5,115,177,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(112,175,210,1)), color-stop(100%,rgba(5,115,177,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(112,175,210,1) 0%,rgba(5,115,177,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(112,175,210,1) 0%,rgba(5,115,177,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(112,175,210,1) 0%,rgba(5,115,177,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(112,175,210,1) 0%,rgba(5,115,177,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70afd2', endColorstr='#0573b1',GradientType=0 ); /* IE6-9 */
border: 1px solid #0573b1;
-webkit-border-radius: 3px;
border-radius: 3px; 
}

a.button:hover {
text-decoration: underline;
background: rgb(112,175,210); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(112,175,210,1) 0%, rgba(5,115,177,1) 34%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(112,175,210,1)), color-stop(34%,rgba(5,115,177,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(112,175,210,1) 0%,rgba(5,115,177,1) 34%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(112,175,210,1) 0%,rgba(5,115,177,1) 34%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(112,175,210,1) 0%,rgba(5,115,177,1) 34%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(112,175,210,1) 0%,rgba(5,115,177,1) 34%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70afd2', endColorstr='#0573b1',GradientType=0 ); /* IE6-9 */

}

#menupad {
height: 40px;
background: black;
}

#menu a {
color: #cce3ef;
text-decoration: none;
}

#backlink {
display: none;
}


/*********************************/


#allcontent {
width: 645px;
float: left;
margin: 25px 25px 25px 0px;
}

p {
margin: 10px 0; 
}

#facs img {
vertical-align: middle;
padding-right: 5px;
}

#uzk {
margin: 0 40px;
}

.column {
width: 310px;
float: right;
margin-top: 25px;
}

.column h3 {
height: 31px;
background: #2c405b;
color: white;
font-weight: normal;
font-size: 12px;
text-align: left;
font-family: Trebuchet MS, Tahoma, Arial, sans serif;
padding: 1px 5px;
margin:0;
}

.column + .column {
margin-right: 25px;
}

.center {
text-align: center;
}

.NewsSummary {
margin: 25px 0;
}

.NewsSummary h2 {
margin-bottom: 0;
}

.NewsSummary p {
margin-top: 0;
}

h3.gray {
background: #bdbdc3;
position: relative;
}

.gray iframe {
display: block;
position: absolute;
right: 10px;
top: 10px;
}


#bluefoot {
height: 14px;
margin: 25px 0 1px 0;
width: 100%;
background: rgb(29,30,103); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(29,30,103,1) 0%, rgba(9,9,32,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,30,103,1)), color-stop(100%,rgba(9,9,32,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(29,30,103,1) 0%,rgba(9,9,32,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(29,30,103,1) 0%,rgba(9,9,32,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(29,30,103,1) 0%,rgba(9,9,32,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(29,30,103,1) 0%,rgba(9,9,32,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1e67', endColorstr='#090920',GradientType=0 ); /* IE6-9 */
}

#foot {
color: white;
padding: 50px 0 25px 0;
background: rgb(128,128,128); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(128,128,128,1) 0%, rgba(66,66,66,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,128,128,1)), color-stop(100%,rgba(66,66,66,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(128,128,128,1) 0%,rgba(66,66,66,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(128,128,128,1) 0%,rgba(66,66,66,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(128,128,128,1) 0%,rgba(66,66,66,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(128,128,128,1) 0%,rgba(66,66,66,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#424242',GradientType=0 ); /* IE6-9 */
}

.little {
font-size: 10px;
}


.breadcrumbs {
background: #bdbdc3;
height: 22px;
font-size: 12px;
}

.breadcrumbs a {
background: #e5e5e5;
color: white;
text-transform: uppercase;
display: block;
height: 18px;
padding: 2px 5px 2px 20px;
float: left;
}

.breadcrumbs a:first {
padding-left: 5px;
}

.breadcrumbs a+a {
background: #e5e5e5 url(/images/bc-ll.png) left center no-repeat;
}

.breadcrumbs a:last {
background: #bdbdc3 url(/images/bc-ld.png) left center no-repeat;
}

.menuactive {
background: white;
}

.breadcrumbs1 {
margin-bottom: 25px;
}

#localmenu {
background: url(/images/local.png) repeat-y;
padding: 25px 0;
margin: 0 0 25px 0;
}

#localmenu a {
padding-left: 25px;
}
#localmenu ul, #localmenu li {
margin: 0;
padding: 0;
list-style: none;
text-indent: 0;
}

a.currentpage {
background: url(/images/curr.png) left center no-repeat;
color: white;
}

/* Stylesheet: EN.BSTU.BY Modified On 2016-03-25 12:25:41 */
