/* Константs */
* {
	margin:0;
	padding:0;
	outline:none;
/*	border:none;*/
}

/* Общие параметры */
html, body {
	font-family: "Trebuchet Ms", arial, verdana, sans-serif;
	font-size:13px;
	color:#2C2929;
}
::selection {
	background: #CBCBCB;
	color:#FFF;
}
::-moz-selection {
	background: #CBCBCB;
	color:#FFF;
}

/* Заголовки */
h1, h2, h3, h4, h5, h6{padding:4px 0;}
h1{
	font-size:22px;
	color:#d04b4d;
	font-family:'pf_dindisplay_pro_lightRg';
	text-transform:uppercase;
}
h2{
	margin:15px 0 10px;
	font-size:18px;
	color:#3d597e;
	font-family:'pf_dindisplay_pro_lightRg';
	background:url(../img/header_bg.png) no-repeat left center;
	padding:0 0 0 15px;
	text-transform:uppercase;
}
h3{
	margin:15px 0 10px;
	font-size:18px;
	color:#3d597e;
	font-family:'pf_dindisplay_pro_lightRg';
	background:url(../img/header_bg.png) no-repeat left center;
	padding:0 0 0 15px;
	text-transform:uppercase;
}
h4{
	margin:15px 0 10px;
	font-size:16px;
	font-weight:normal;
	color:#3d597e;
	background:url(../img/header_bg.png) no-repeat left center;
	padding:0 0 0 15px;
}
h5{font-size:13px;
	color:#3d597e;
	font-family:'pf_dindisplay_pro_lightRg';
	text-transform:uppercase;
}
h6{font-size:10px;}

/* Стили ссылок */
a{
	-webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
a:link     {color: #4D99E0;	text-decoration: underline;}
a:visited  {color: #4D99E0;}
a:active   {color: #FF000A;}
a:focus    {color: #FF000A;}
a:hover    {color: #003872;}

/* Стили таблиц */
#article table{
	border-collapse: collapse;
}
#article table td{
	padding:3px 5px;
}

/* Стили параграфов */
p {
	margin:0;
	padding:0;
	text-indent:0;
}
article p{
	margin:12px 0;
	text-indent: 0px;
}

/* Стили списков */
ul{
	margin:10px 10px 10px 25px;
	list-style:none;
}
ol{
	margin:10px 10px 10px 25px;
}
/* Дополнительные шрифты */
@font-face {
    font-family: 'pf_dindisplay_pro_lightRg';
    src: url('../fonts/pfdindisplaypro-light-webfont.eot');
    src: url('../fonts/pfdindisplaypro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdindisplaypro-light-webfont.woff') format('woff'),
         url('../fonts/pfdindisplaypro-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pf_dindisplay_proregular';
    src: url('../fonts/pfdindisplaypro-regular-webfont.eot');
    src: url('../fonts/pfdindisplaypro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdindisplaypro-regular-webfont.woff') format('woff'),
         url('../fonts/pfdindisplaypro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}