/* стандартные стили и переопределения */
* { -moz-box-sizing: border-box; box-sizing: border-box; }
html { height: 100%; width: 100%; }
body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #fff;  
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #00344B;
}
img, form, p,
table, tr, td,
h1, h2, h3,
ul, ol, li { padding: 0; margin: 0; border: 0; font-weight: normal; }

/* ссылки */
a { text-decoration: underline; }
a:link,
a:visited { color: #1575A6; }
a:hover,
a:active { color: #DC291E; }
a img { border: none; }

td, th { vertical-align: top; font-size: '75%' }
p { margin-top: .3em; margin-bottom: .4em; }
hr { height: 1px; color: #005C84; background: #005C84; border: none; }
strong { font-weight: bold; }
em { font-style: italic; }
/* заголовки */
h1 { font-size: 200%; margin: .2em 0 .2em; clear: left; color: #DC291E; }
h2 { font-size: 150%; margin: 1.3em 0 .2em; clear: left; color: #005C84; }
h3 { font-size: 100%; margin: .8em 0 .2em; clear: left; font-weight: bold; color: #00344B; }
/* списки */
ul { padding: .3em 0 .7em 15px; clear: both; }
ul li { padding: 0 0 .4em 20px; list-style: none; background: url(../img/marker.gif) no-repeat 0 45%; }
ol { padding: .3em 0 .7em 38px; }
ol li { padding-bottom: .4em; }
li p { margin-bottom: .1em; }
dl { margin: 1.1em 0; }
dl dt { padding: .1em 0; }
dl dd { padding: .1em 0 .5em 21px; }
/* цитаты */
cite { color: #666; font-style: italic; }
.blockquote { border: 1px solid #BEC6C8; margin: .9em 0; clear: both; }
.blockquote .c11 { position: relative; top: -1px; left: -1px; background: url(../img/b11.gif) no-repeat 0 0; }
.blockquote .c12 { position: relative; top: 0; right: -2px; background: url(../img/b12.gif) no-repeat 100% 0; }
.blockquote .c21 { position: relative; bottom: -2px; //bottom: -1px; bottom: '-2px'; left: -2px; background: url(../img/b21.gif) no-repeat 0 100%; }
.blockquote .c22 { position: relative; bottom: 0;  //bottom: -1px; right: -2px; padding: 7px 11px 10px 11px; background: url(../img/b22.gif) no-repeat 100% 100%; }

/* формы */
input, select, textarea { font-size: 11px; font-family: tahoma, arial, helvetica, sans-serif; }
/* универсальные стили */
.w1 { width: 1%; }
.w25 { width: 25%; }
.w49 { width: 49% }
.w50 { width: 50%; text-align: left; }
.w100 { width: 100%; }
.w150 { width: 150px !important; }
.wlarge { width: 70%; }

.mt { margin-top: 1.1em; }
.t-rgh { text-align: right; }
.lft { float: left; }
.rgh { float: right; }
.c-lft { clear: left; }
.c-rgh { clear: right; }
.c-bth { clear: both; }
.rltv { position: relative; }
.red { color: #DC291E; font-size: 120%; }