@font-face { 
 font-family: "Kelson Sans Regular";
 src: url('../font/kelson-sans-regular.eot');
 src: url('../font/kelson-sans-regular.eot?#iefix') format('embedded-opentype'), url('../font/kelson-sans-regular.ttf') format('truetype');  
}

@font-face { 
 font-family: "Kelson Sans Bold";
 src: url('../font/kelson-sans-bold.eot');
 src: url('../font/kelson-sans-bold.eot?#iefix') format('embedded-opentype'), url('../font/kelson-sans-bold.ttf') format('truetype');  
}

* {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    background: #D1F3FF url('../images/body.jpg') no-repeat center 0;
    color: #585858;
    font-family: Arial;
    font-size: 12px;
}

.page {
    background-image: url('../images/body2.jpg');
}

a {
    text-decoration: none;
}

#page {
    margin: 0 auto;
    width: 1027px;
}

#header {
    font-family: "Kelson Sans Bold";
    margin: 15px 0 12px;
    overflow: hidden;
}

#header>a {
    background: url('../images/logo.png');
    float: left;
    height: 113px;
    width: 373px;
}

#header ul {
    float: left;
    list-style: none;
    margin: 38px 0 0 53px;
    overflow: hidden;
}

#header li {
    float: left;
}

#header li a {
    color: #000;
    display: block;
    font-size: 14px;
    padding: 10px 12px;
    text-transform: uppercase;
}

#header .active a, #header li a:hover {
    background: #E30613;
    color: #FFF;
}

#header div {
    color: #000;
    float: right;
    margin-top: 17px;
    text-transform: uppercase;
    width: 197px;
}

#header h1 {
    font-size: 14px;
    line-height: 14px;
}

#header h2 {
    background: url('../images/contact.jpg') no-repeat 1px 11px;
    font-size: 14px;
    line-height: 18px;
    padding-top: 20px;
}

#header p {
    color: #0ABDFC;
}

#header span {
    font-size: 16px;
    line-height: 18px;
}

#slideshow {
    height: 600px;
    list-style: none;
    position: relative;
}

.page #slideshow {
    height: 260px;
}

#slideshow li {
    display: none;
    position: absolute;
}

#slideshow li:first-child {
    display: block;
}

#slideshow div {
    background: rgba(255,255,255,.95);
    padding: 31px 40px 29px;
    position: absolute;
    right: 67px;
    top: 142px;
    width: 443px;
}

.page #slideshow div {
    top: 67px;
}

.headline {
    color: #0BF;
    font-family: "Kelson Sans Bold";
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
}

.headline span {
    color: #222;
    display: block;
    font-family: "Kelson Sans Regular";
    font-size: 18px;
    font-weight: normal;
}

#slideshow p {
    line-height: 18px;
    padding: 28px 0 6px;
}

.more {
    background: #E30613;
    color: #FFF;
    display: inline-block;
    font-family: "Kelson Sans Bold";
    margin-top: 19px;
    padding: 9px 20px;
    text-transform: uppercase;
}

#content {
    margin: -90px 0 0 9px;
    overflow: hidden;
    position: relative;
}

.page #content {
    margin-top: -10px;
}

#left {
    background: #FFF;
    border-bottom: 10px solid #1DC5FF;
    float: left;
    padding: 40px 50px 32px;
    width: 592px;
}

#left h1 {
    border-bottom: 1px solid #0BF;
    padding-bottom: 34px;
}

#left p {
    line-height: 18px;
    margin-top: 10px;
}

#left h1+p {
    margin-top: 33px;
}

#right {
    float: right;
    width: 284px;
}

#navigation {
    margin: 34px 56px 4px 0;
    overflow: hidden;
}

#navigation ul {
    float: right;
    list-style: none;
    overflow: hidden;
}

#navigation li {
    float: left;
    margin-right: 11px;
}

#navigation a {
    border: 1px solid rgba(255,255,255,.4);
    display: block;
    height: 19px;
    width: 19px;
}

#navigation .active a, #navigation a:hover {
    background: #FFF;
    border-color: #FFF;
}

#right h1 {
    color: #232322;
    font-family: "Kelson Sans Regular";
    font-size: 18px;
    font-weight: normal;
    padding: 65px 0 10px;
}

#right h1 span {
    color: #0BF;
    font-family: "Kelson Sans Bold";
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

#news {
    line-height: 18px;
    list-style: none;
}

#news li {
    margin: 22px 67px 0 0;
}

#news h2 {
    color: #232322;
    font-size: 12px;
}

#news span {
    color: #A5A5A5;
    font-size: 11px;
    font-weight: normal;
    line-height: 24px;
}

#news a {
    color: #E30613;
}

#menu {
    background: url('../images/menu.jpg') no-repeat right 0;
    list-style: none;
    margin: 24px 0 0 -41px;
    padding-top: 28px;
}

#menu a {
    color: #222;
    display: block;
    font-family: "Kelson Sans Bold";
    font-size: 14px;
    font-weight: normal;
    padding: 10px 10px 10px 41px;
}

#menu .active a, #menu a:hover {
    background: #FFF;
    color: #0BF;
}

#footer {
    overflow: hidden;
    padding: 38px 67px 44px 9px;
}

#footer p {
    float: left;
    font-weight: bold;
}

#footer p+p {
    float: right;
}

#footer a {
    color: #E30613;
}

#contact {
    position: relative;
    float: left;
    width: 145px;
    height: 382px;
    margin-top: 25px;
    margin-right: 472px;
}

#contact p {
    position: absolute;
    left: 0;
    margin: 0;
}

#contact p span{
    color: red;
}

.submit {
    position: absolute;
    top: 333px;
    left: 479px;
    background-color: #42B5E1;
    border-radius: 0px;
    padding: 5px 35px;
    border: 0;
    cursor: pointer;
    color: #fff;
}

.submit:hover {
    opacity: 0.9;
}

.inpp {
    position: absolute;
    top: 3px; 
    left: 165px;
    font-size: 12px;
    color: #464646;
    font-family: 'Arial';
    border: 1px solid #CBD7E1;
    width: 419px;
    height: 20px;
    border-radius: 0px;
    background-color: #fff;
}

#msg-form {
    position: relative;
    float: left;
    left: 164px;
    display: block;
    width: 425px;
    height: 25px; 
    border: 1px solid #C10033;
    padding-top: 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: none;
    margin-top: 20px;
    background-color: #C10033;
    border-radius: 0px;
}


.newsx {
    position: relative;
    float: left;
    margin: 40px 0 0px 0;
    width: 615px;
}

.newsx:last-child {
    margin-bottom: 40px;
}

.newsx img {
    position: relative;
    float: left;
    border: 1px solid #1D1D1B;
    padding: 4px;
    border-radius: 0px;
    background-color: #fff; 

}

.newsx .news-inside {
    position: relative;
    float: right;
    width: 425px;
    border: 0;
}

.newsx h3 {
    position: relative;
    float: left;
    width: 425px;
    font-family: 'Exo';
    font-weight: normal;
    color: #00427F;
}

.newsx h3 a {
    position: relative;
    color: #222222;
    font-family: "Kelson Sans Bold";
    font-size: 14px;
}

.newsx h3 span {
    position: relative;
    float: left;
    color: #00BF92;
    font-family: 'Arial';
    font-size: 11px;
    margin-right: 3px;
    top: 3px;
    font-weight: normal;

}

.newsx p {
    position: relative;
    float: left;
    width: 425px;
    margin: 20px 0 20px 0;
}

.read {
    color: #E30613;
    border: 0 !important;
    font-weight: bold;
}

.read:hover {
    text-decoration: underline;
}

.ime {
    position: relative;
    float: left;
    border: 1px solid #CBD7E1;
    display: block;
    padding: 5px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 0px;
    background-color: #fff;
}

.ime img {
    position: relative;
    float: left;
    border: 1px solid #CBD7E1;
    display: block;
    padding: 0;
    margin: 0;
}

.text {
    line-height: 19px;
    margin-top: 30px;
}

.text ul {
    padding: 18px;
    font-size: 12px;
    color: #383838;
}

.text ul li {
    padding: 3px 5px;
    list-style-image:  url('../images/about.png');
}

.text p {
    margin: 10px 0 !important;
    line-height: 19px !important;
}

#slideshowx {
    height: 600px;
    list-style: none;
    position: relative;
}

.page #slideshowx {
    height: 260px;
}

#slideshowx li {
    display: none;
    position: absolute;
}

#slideshowx li:first-child {
    display: block;
}

#slideshowx div {
    background: rgba(255,255,255,.95);
    padding: 31px 40px 29px;
    position: absolute;
    right: 67px;
    top: 142px;
    width: 443px;
}

.page #slideshowx div {
    top: 67px;
}



#slideshowx p {
    line-height: 18px;
    padding: 28px 0 6px;
}

.text a {
    color: #E30613;
}

.text a:hover {
    text-decoration: underline;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 11, 2013 */



@font-face {
    font-family: 'kelson_sansbold';
    src: url('../fonts/kelson_sans_bold-webfont.eot');
    src: url('../fonts/kelson_sans_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/kelson_sans_bold-webfont.woff') format('woff'),
         url('../fonts/kelson_sans_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'kelson_sansregular';
    src: url('../fonts/kelson_sans_regular-webfont.eot');
    src: url('../fonts/kelson_sans_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/kelson_sans_regular-webfont.woff') format('woff'),
         url('../fonts/kelson_sans_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}