h1 { color: #2b1c1a; }
h2,
h3 { color: #221313; }
h4,
h5,
h6 { color: #666666; }

h1 {
	margin-bottom: 8px;
	padding-bottom: 15px;
	padding-top: 14px;
	font-family: 'PT Serif';
}

h1 {	font-size: 38px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4,
h5,
h6 { font-size: 12px; }

h2 { padding: 15px 0; }
h3 { padding: 10px 0 5px; }
h4,
h5,
h6 { padding: 5px 0; }



#title h1 {
	display: block;
	position:relative;
	float: left;
	font-size: 38px;
	font-family: 'PT Serif';
	padding: 0 0 10px 0;
	width: 800px;
}

a, a:link {
	color:#db5742;
	outline: none;
	text-decoration: underline;
}

a:hover { color:#f08675; }
a:visited { color:#6a2015; }

a.secondary-link {
	color: #36887b;
	font-size: 11px;
	font-style: italic;
}
a.secondary-link:hover,
a.secondary-link:visited {
	color: #87bbb3;
	font-size: 11px;
	font-style: italic;
}

a.invisible_link {
	text-decoration:none !important;
	color:#3a3939 !important;
	cursor:default !important;
}

a.more {
	display: block;
	background: url("images/more.gif") scroll no-repeat left center transparent;
	width: 100px;
	height: 16px;
	padding: 5px 0 5px 20px;
	position: relative;
	float: left;	
}

p { 
	margin: 9px 0;
	text-align: justify;
	line-height: 18px;
}

img {
	border: none;
}

input {
	vertical-align: middle
}

/* Стили списков
----------------------------------------*/
ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url("images/marker-ul.gif");	
	margin: 0 0 0 15px;
	padding: 0;	
}

ol {
	list-style-position: outside;
	list-style-image: none;
	counter-reset: list1;
	margin: 0;
	padding: 0;	
}
ol li { 
	list-style-type: none; 
}
ol li:before {
	counter-increment: list1;
	content: counter(list1) ". ";
	color: #479085;
}
ol ol { 
	counter-reset: list2; 
	margin-left: 15px;
}
ol ol li:before {
	counter-increment: list2;
	content: counter(list1) "." counter(list2) ". "; /* Выводим число */
	color: #87bbb3;
}

blockquote {
	margin: 10px 0;
	padding: 45px 105px 45px 180px;
	font-family: 'PT Serif';
	font-style: italic;
	line-height: 100%;
	color: #404040;
	font-size: 30px;
	background: #f4f4f4 url("images/blockquote.gif") scroll no-repeat 90px 15px;
	border: 1px solid #e9e9e9;
}

u {}

figure {
	text-align: center;
}

.left {
	float: left;
	margin: 10px 10px 10px 0;
}

.right {
	float: right;
	margin: 10px 0 10px 10px;
}

.illustrative {	color: #8c8c8c; }

.about-president {
	position: relative;
	float: left;
	padding: 15px 0 40px;
}

.content-style {
	padding: 0 40px;
}

.about-president img {
	position: relative;
	float: left;
	margin: 0 15px 0 0;
}

/* type-file
-----------------*/

.type-file ul {
	list-style: none;
}

.file,
.file-video,
.file-txt,
.file-img,
.file-pdf,
.file-word,
.file-exel,
.file-pp,
.file-access,
.file-archive,
.file-audio { 
	display: block;
	padding-left: 20px;
	height: 16px;
	margin: 3px 0;
}

.file { background: url("images/icon/file-ico.gif") scroll no-repeat left top; }
.file-video { background: url("images/icon/file-video.gif") scroll no-repeat left top; }
.file-txt { background: url("images/icon/file-txt.gif") scroll no-repeat left top; }
.file-img { background: url("images/icon/file-img.gif") scroll no-repeat left top; }
.file-pdf { background: url("images/icon/file-pdf.gif") scroll no-repeat left top; }
.file-word { background: url("images/icon/file-word.gif") scroll no-repeat left top; }
.file-exel { background: url("images/icon/file-exel.gif") scroll no-repeat left top; }
.file-pp { background: url("images/icon/file-pp.gif") scroll no-repeat left top; }
.file-access { background: url("images/icon/file-access.gif") scroll no-repeat left top; }
.file-archive { background: url("images/icon/file-archive.gif") scroll no-repeat left top; }
.file-audio { background: url("images/icon/file-audio.gif") scroll no-repeat left top; }

.file:hover,
.file-video:hover,
.file-txt:hover,
.file-img:hover,
.file-pdf:hover,
.file-word:hover,
.file-exel:hover,
.file-pp:hover,
.file-access:hover,
.file-archive:hover,
.file-audio:hover  { background-position: left bottom; }

