/**
 * Standard HTML elements
 */

* {
	font-size: 100.01%;
}

html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body {
	background-color: #fff;
	color: #000;
	font: .8125em/1.4 Arial, Helvetica, sans-serif;
}

a {
	color: #e0001a;
}

a:visited {
	color: #e0001a;
}

a:hover,
a:focus {
	color: #00e4ff !important;
}

img {
	border: 0;
}

p,
address,
blockquote {
	margin: 0 0 .6em;
}

address {
	font-style: normal;
}

small {
	font-size: .8em;
}

hr {
	border: 0 hidden;
	border-top: 1px solid #d6d6d6;
	clear: both;
	height: 0;
}

dl,
ul {
	margin: 0 0 1.5em;
}

ol {
	margin: 0 0 1.5em 2.5em;
}

ul {
	list-style-type: none;
}

li {
	margin: 0 0 .3em;
}

li ul,
li ol {
	margin: .3em 0 0 2.5em;
}

dt {
	font-weight: bold;
	margin: 0;
}

dd {
	margin: 0 0 .6em;
}

strong {
    font-weight: bold;
    font-family: Georgia, serif;
}

h1, h2, h3, h4 {
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: normal;
}

h1 {
	font-size: 3.3em;
	font-style: italic;
	font-weight: bold;
	/*margin: 0 0 1em 6.5em;*/
	margin: 0 0 1em;
}

h1.small {
	font-size: 1.615em;
	font-weight: normal;
/*	margin-left: 13.33em;*/
}

h1 a {
	color: #000;
}

#main_content h1 a { color: #E0001A; }

h2 {
	font-size: 2.3em;
	margin: 1.2em 0 .667em;
}

h2.small {
	font-size: 1.154em;
	font-weight: normal;
	margin-bottom: 1.5em;
}

h3 {
	font-size: 1.385em;
	margin: 1.2em 0 .667em;
}

h4 {
	font-size: 1.077em;
	font-weight: bold;
	margin: 1.2em 0 .667em;
}

h2:first-child,
h3:first-child {
	margin-top: 0;
}

h1 + h2,
h1 + h3,
h2 + h3 {
	margin-top: 0;
}

h1 .bigger,
h2 .bigger {
	font-size: 2.05em;
	font-weight: bold;
}

h3 .bigger {
	font-size: 1.615em;
	font-weight: bold;
}

table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	border: none;
	padding: 0;
	text-align: left;
	vertical-align: top;
}


/**
 * Standart presets
 */

.width_fix {
	width: 100%;
}

.clear {
	clear: both;
	font-size: 0;
	height: 1px;
	overflow: hidden;
}

.clickable {
	cursor: pointer;
}

.nobr {
	white-space: nowrap;
}

.phone {
	white-space: nowrap;
}

.hidden {
	display: none !important;
}

.js .jhidden {
	display: none !important;
}

.js .jshowed {
	display: block !important;
}

.errors,
.successes {
	margin: 1.5em 0;
}

.errors {
	color: #c66;
}

.pseudo_link {
	border-bottom: 1px dashed;
	color: #e0001a;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
}

.pseudo_link:hover {
	color: #00e4ff;
}

ul.list {
	margin-left: 1.3em;
}

ul.list > li {
	text-indent: -1.3em;
}

ul.list > li:before {
	content: '\2014\a0';
}

p.before_list {
	margin-bottom: .2em;
}

input.empty {
	color: #b2b2b2;
}

.navigation a,
.navigation b {
	font-weight: normal;
}

table.data {
	empty-cells: show;
	margin: 0 0 1.2em;
}

table.data th,
table.data td {
	padding: .3em 2em .3em 0;
}

table.data th {
	border-bottom: 1px solid #d6d6d6;
	font-weight: bold;
}

table.data td.number,
table.data th.number {
	text-align: right;
}

#measurer {
	left: 0;
	height: 1em;
	line-height: 1em;
	position: absolute;
	top: -1em;
	visibility: hidden;
	width: 100%;
}

/*
.progress {
	background: url('/f/1/global/i/progress.gif') repeat-x 0 0;
	height: 20px;
	width: 20px;
}*/

.picture {

}

.left {
	float: left;
}

.right {
	float: right;
}

#counters { position: absolute; left: -150px; }

.board_directors 		{ background: transparent; border: 0; position: relative; display: block; width: 100%; float: left;}
.board_directors:after { background: transparent;  }
.board_directors li	 	{ width: 50%; float:left; text-indent: 0; border: 0; padding-bottom: 2.6em; position: relative; display: block;  margin: 0 0px 0 0; }
.board_directors li:before { content: '';}
.board_directors li h3 		{ white-space: nowrap; font-style:italic; font-size: 160%; padding-right: 20px;}
.board_directors li p { padding-left: 20px; padding-right: 20px;}
.item_1 { overflow: hidden;  zoom: 1;}

.item_wrap 		{ position: relative; padding: 3em 0 1.3em 0;}
.item_wrap h3  	{ line-height: 1.1em; border-bottom: 2px solid #7F7F7F; font-size: 170%; padding-bottom: 10px; overflow: hidden; zoom: 1;}
.item_wrap h3 a	{ font-style: italic;}
.item_wrap p 	{ color: #898989; }
.item_wrap img 	{ padding: 0 0 10px 0; display: block; position: relative;}
.decor01 h3,
.decor02 h3		{ padding: 0 0 0 3px; }
.decor01 h3 a 	{ padding: 10px 100px 10px 0; position: relative; margin-bottom: -2px; display: block; float: left; background:  url('/f/1/company-info/mic.jpg') bottom right no-repeat;  }
.decor02 h3 a 	{ padding: 10px 190px 8px 0; position: relative; margin-bottom: -0px; display: block; float: left; background:  url('/f/1/company-info/award.jpg') bottom right no-repeat;  }

.inset
{
    display: block;
    float: right;
    margin: 0 0 4em 3em;
	border-left: 1px solid #f6b2ba;
	border-top: 1px solid #f6b2ba;
	padding: 10px 0 10px 20px;
    width: 190px;
    font-size: 0.84em;
    font-style: italic;
}

.article
{
    width: 90%;
}

