﻿@import "http://font.alpatriott.ru/font/import/ptsans.css";
body {
    font-family: PTSansRegular,Tahoma, Helvetica, sans-serif;
    font-size: 13px;
    color: #6b6b6b;
}

#content {
    width: 962px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 43px;
    padding-bottom: 43px;
}

#logo {
    margin-bottom: 31px;margin-left:350px;
}

#actions a {
    margin-right: 27px;
}

#information {
    float: left;
    width: 750px;
}

#navigation {
    float: right;
    width: 175px;
    padding-top: 37px;
}


a:active, a:link, a:visited, a:hover {
    display: inline-block;
    color: #0084de;
}

a:hover {
    text-decoration: none;
}

hr {
    height: 1px;
    border: none;
    border-top: 1px solid #f1f1f1;
    margin: 0px;
}

h1 {
    font-size: 25px;
    color: black;
    margin-top: 24px;
    margin-bottom: 20px;
		font-family:PTSansCaptionBold,Tahoma,sans-serif;
		color:#192E3E;
}

p {
    margin-bottom: 10px;
}

span.domain {
    color: #0084de;
}

li {
    margin-bottom: 7px;
}