html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-size: 75%;
	color: #2C3337; /*#5c5c5c;*/
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}
h1, h2, h3, h4 {
	font-weight: normal;
}

hr.separator {
	display: none;
}

/* clearfix by Andy Budd */
.clearfix:after {
	content: ".";		
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
.clearfix {
	*zoom: 1; /* IE5.5+ */
	_height: 1%; /* IE5-6 */
}	
/* /clearfix */
/* clearing */
.clearing {
	clear: both;
	height: 1px;
	font-size: 0;
}
/* /clearing */

#base {
    min-height: 100%;
	width: 945px;
	margin: auto;

}
.page_only p {
	font-size: 10pt;
}
.page_only ol {
	font-size: 10pt;
	padding-left: 0px;
	margin-left: 20px;
}

.page_only {
	font-size: 10pt;
	padding-right: 20px;
}
.page_only ul li, .type_home ul li {
	font-size:10pt;
	padding-bottom: 5px;
	margin: 0;
}
/* ----- header ----- */
#header {
	color: #fff; 
	margin: 0 0 0 0px;
	padding: 0;	
}
#header a {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
#header form {
	margin: 0; padding: 0;
}
#header ul, #breadcrumbs, #sidebar ul, #sidebar_bottom ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#header h1 {
	float: left;
	margin: 0; padding: 25px 0 0 3px;
}
#header h1 a {
	font-size: 1.2em;
	display: block;
	position: relative;
	width: 180px;
	height: 75px;
}
#header h1 span {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 180px;
	height: 75px;
	background: url(images/insight.gif) left top no-repeat;
}
#header h2 {
	float: left;
	font-size: 1.1em;
	display: block;
	position: relative;
	width: 416px;
	height: 99px;
	margin: 0 15px 0 45px; padding: 0;
}
#header h2 span {
	display: none;
}
#title {
	height:85px;
	margin:1px 0 0;
	padding:0;
	width:679px;
}
#title span {
	float: right;
	line-height: 85px;
	padding-right: 100px;
	font-size: 24pt;
	font-family: "Arial Narrow", Arial;
}

#base.ru #header h2 {
	background: url(images/slogan_ru.gif) left top no-repeat;
}
#base.en #header h2 {
	background: url(images/slogan_en.gif) left top no-repeat;
}
#info {
	float: right;
	width: 238px;
}
#tools {
	float: left;
	margin: 8px 0 0 -20px;
	padding: 0;
}
#tools li {
	float: left;
	font-size: 1px;
	margin: 0;
	padding: 0 0 0 28px;
}
#tools li a {
	display: block;
	position: relative;
	width: 12px;
	height: 12px;
}
#tools li span {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 12px;
	height: 12px;
}
#tools li#home span {
	background: url(images/ico_home.gif) left top no-repeat;
}
#tools li#mail span {
	background: url(images/ico_mail.gif) left top no-repeat;
}
#tools li#sitemap span {
	background: url(images/ico_sitemap.gif) left top no-repeat;
}
#tools li#print span {
	background: url(images/ico_print.gif) left top no-repeat;
}
#lang {
	float: right;
	margin: 5px 0 0;
	padding: 0;
}
#lang li {
	float: left;
	font-size: 1px;
	margin: 0;
	padding: 0 0 0 12px;
}
#lang li a {
	display: block;
	position: relative;
	width: 31px;
	height: 18px;
}
#lang li span {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 31px;
	height: 18px;
}
#lang li#ru span {
	background: url(images/ico_ru.gif) left top no-repeat;
}
#lang li#en span {
	background: url(images/ico_en.gif) left top no-repeat;
}
#lang li#ru.current span, #lang li#ru a:hover span {
	background: url(images/ico_ru_a.gif) left top no-repeat;
}
#lang li#en.current span, #lang li#en a:hover span {
	background: url(images/ico_en_a.gif) left top no-repeat;
}
#lang li.current span {
	cursor: auto;
}

#login, #logout {
	float: right;
	margin: 10px 0 0 0;
	height: 20px;
	overflow: hidden;
	font-size: 0.8em;
}
#login a {
/*	background: url(images/ico_login.gif) center right no-repeat;*/
	color: #048019;
	text-decoration: underline;
	padding: 0 10px 0 0;
}

#menubar {
	padding-top: 10px;
	background: url(images/bg_menubar.gif) bottom left repeat-x;
	clear: both;
	width: 941px;
}

#search {
	float: right;
	margin: 15px 5px 0 0 !important;
	padding: 11px 0 0 0 !important;
}
#search input {
	border: 1px solid #e4e4e4;
	width: 195px;
	margin: 0 3px;
	padding: 2px 4px 3px 10px;
	color: #4B5B4D;
	font-size: 0.8em;
}
#search button {
	background: url(images/but_ok.png) center no-repeat;
	width: 34px;
	height: 21px;
	border: none;
	vertical-align: top;
	cursor: pointer;
}
#skip_to_content {
	display: none;
}
/* ----- /header ----- */


/* ----- main ----- */
.path {
	padding: 10px 20px 10px 0px;
	width: 670px;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	float: right;
	text-align: right;
}
#main {
	/*background: url(images/bg.png) top left repeat-y;*/
	padding: 0 0 119px 0px;
}
#main_content {
	float: left;
	width: 676px;
	line-height: 1.1em;
}
#main_content ul.simple {
	font-size: 10pt;
}
#content {
	margin: 0 20px 0 0;
}
#sidebar, #sidebar_bottom {
	float: left;
	width: 266px;
	margin-top: 1px;
}

#sidebar .buttons {
	width: 263px;
	font-family: "Arial Narrow", Arial;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	font-size:12pt;
	float: right;
}
#sidebar tr td {
	width: 130px;
	height: 131px;
	padding: 0;
	margin: 0;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-top: 0px solid;
	border-collapse: collapse;
	text-decoration: none;
}
#sidebar tr td.link {
	vertical-align: middle;
	color: #fff;
	background: url(images/button.png) no-repeat;
}
#sidebar tr td.link:hover {
	background: url(images/button_hover.png) no-repeat;
}
#sidebar tr td.link:hover > a {
	font-size: 11pt !important;
	color:#e0d70a !important;
}
#sidebar tr td.link a:hover {
	background: none;
	font-size: 11pt;
}
#sidebar td.link a {
	display: table-cell;
	width: 130px;
	height: 131px;	
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	font-weight: normal;
}
/* ----- /main ----- */


h2.title span {
	display: none;
}


/* ----- breadcrumbs ----- */
#breadcrumbs {
	background: url(images/bg_breadcrumbs.png) left top no-repeat;
	color: #828282;
	font-size: 0.8em;
	margin: 1px 0 10px 0px;
	padding: 22px 0 0 0px;
}
#breadcrumbs li {
	display: inline;
	margin: 0;
	padding: 0 4px 0 0px;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;	
}
#breadcrumbs a:hover, #breadcrumbs a:active {
	text-decoration: underline;
}
/* ----- /breadcrumbs ----- */



/* ----- footer ----- */
#footer_wrapper {
	background: #fff;
	clear: both;
	margin: -119px 0 0;
	min-height: 39px;
	width: 897px;
	padding: 40px 0 45px 0;
	margin-left: auto;
	margin-right: auto;

}
#footer {
	min-height: 39px;
	color: #778379;
	font-size: 0.7em;
	padding: 0 0 0 0px;
}
#phone {
	float: left;
	width: 30%;
	height: 39px;
	background: url(images/phone.gif) top left no-repeat;
}
#office {
	background: url(images/1236952209.png);
	width: 98px;
	height: 16px;
}
#phone span {
	display: none;
}
#copyright {
	float: left;
	width: 30%;
	text-align: center;
	padding: 12px 0 0;
}
#address {
	float: right;
	width: 30%;
	padding: 6px 0 0;
}
/* ----- /footer ----- */
