/* --------------- reset.css --------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,  dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;                               /* обнуляем отступы и убираем бордюры */
	vertical-align: baseline;          /* приводим все к одной базовой линии */
	background: transparent;      /* чтобы не проскакивали левые фоны, установленные по умолчанию */
	font-size: 100%;                     /* размер шрифта всем одинаковый */
}
a {                                      	     /* ссылка не в общем списке чтобы не сбрасывать outline по умолчанию */
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
table {						/* устраняем отступы между ячейками таблицы */
	border-collapse: collapse; 
	border-spacing: 0;
}
td, td img {
	vertical-align: top;			/* возвращаем привычное вертикальное выравнивание */
} 
input, select, button, textarea {
	margin: 0; 				/* убираем отступы по умолчанию для элементов форм (в частности для checkbox и radio) */
	font-size: 100%; 			/* делаем размер шрифтов везде одинаковым */
}
input[type="text"], input[type="password"], textarea {
	padding: 0; 				/* убираем внутренние отступы для текстовых полей */
}
input[type="checkbox"] { 		/* вертикальное выравнивание чекбоксов и радиобатонов относительно меток */
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	 list-style:none;
}
/* --------------- /reset.css --------------- */

/* --------------- базовые настройки ---------*/
html, body {
	height: 100%; /* чтобы подвал книзу можно было прижать */
}
body {
	line-height: 1;
	background: #fff;
	color: #000;
	text-align: left;
	font-family: Arial, "Helvetica CY", sans-serif;  /* используем безопасные шрифтовые CSS стеки */
  font-size: 12px;
  line-height: 15px;
}
input, select, button, textarea {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; /* чтобы шрифт был такой же как и везде */
}
label, input[type="button"], input[type="submit"], button {
	cursor: pointer; /* курсор в виде руки для всех кликабельных элементов форм */
}
a { /* порядок правил для ссылок имеет значение */
	color: #3964a5;
	text-decoration: underline;
}
a:visited { /* порядок правил для ссылок имеет значение */
	color: #92b9e5;
	text-decoration: underline;
}
a:hover {
	color: #d66b1d;
	text-decoration: underline;
}
a:focus, a:active {
	color: #ed1c24;
	text-decoration: underline;
}
blockquote, q {
	quotes: none; 
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: ''; 
	content: none; 
}
:focus{
	outline: none;
}

@font-face {
  font-family: 'BlissProMedium';
  src: url('../fonts/blisspro-medium-webfont.eot');
  src: url('../fonts/blisspro-medium-webfont.eot#iefix') format('embedded-opentype'),
       url('../fonts/blisspro-medium-webfont.woff') format('woff'),
       url('../fonts/blisspro-medium-webfont.ttf') format('truetype'),
       url('../fonts/blisspro-medium-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

}

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

.B
{
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}
