/* common text styles */
* {
	margin: 0;
	padding: 0;
}
a img { border: 0; }
a, .as { text-decoration: underline; cursor: pointer; }
a:link, .as {	color: #002896; }
a:visited { color: #551A8B; }
a:active { color: #CC0000;	}
a.nohover:hover {
	cursor: default;
}
html { height: 100%; }
body {
	position: relative;
	width: 530px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #313131;
	border-left: 210px solid #E0E0E0;
	min-height: 100%;
	height: auto!important; height: 100%;
	border-right: 1px solid #DBDBDB;
}

hr {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #9F6C9E;
	margin: 1.5em 0 1em;
}

h1 { font-size: 140%; }

h2 { font-size: 120%; }

h3 { font-size: 100%; }

h4 {
	font-size: 100%;
	color: #313131;
}

p { margin: 1em 0; }

ul, ol {
	margin: 1em 0;
	padding: 0 0 0 2em;
}

.ill_left {
	margin: 5px 15px 5px 0;
	float: left;
}
.ill_right {
	float: right;
	margin: 5px 0 5px 5px;
}
/* end of common text styles */

/* layout */
#header { position: relative; font-weight: bold; font-size: 70%; 	background: white; }
#header, #content { margin-right: -220px }
#header, #footer { margin-left: -210px; }
#header img {
	padding: 16px 0 11px 23px;
}
#header div {
	position: absolute;
	bottom: 39px; right: 0px;
}
#header div, #header div a { color: #357B49; }
#header a { text-decoration: none; }
#header div a {
	padding: 3px 8px; border: 1px solid white;
}
#header div a:hover, #header div a.active {
	background: #E0E0E0;
	border-color: #A5A5A5;
}
#header ul {
	margin: 0;
	list-style: none;
	background: #357B49;
	padding: 6px 0 7px 210px;
}
#header li { display: inline;	border-right: 1px solid white; padding: 6px 0; }
#header li a {
	padding: 6px 35px 7px 35px;
	color: White; 
}
/*#header li a:hover, */
#header li a.active { background: #74AE85; }
#footer {
	position: absolute;
	bottom: 0px;
	clear: both;
	background: #787878;
	font-size: 70%;
	color: #D7D7D7;
	padding: 6px 0px 7px 10px;
	width: 950px;
	line-height: 1.5em;
}
#content {
	width: 539px;
	padding-bottom: 1.05em;
}

#content:after {
	display: block;
	content: '.';
	visibility: hidden;
	clear: both;
	height: 1px;
	width: 1px;
	overflow: hidden;
	font-size: 1px;
}
#content ul li {
	list-style-image: url(images/list.gif);
	padding-bottom: 8px;
}
#main {
	float: left;
	width: 465px;
	padding: 0 30px 30px 35px;
	overflow: hidden;
	border-right: 1px solid #DBDBDB;
	margin-right: -530px;
	font-size: 80%;
}
#sidebar {
	font-size: 70%;
	width: 194px;
	margin-right: -211px;
	padding: 0 0 0 25px;
	float: right;
	position: relative;
	color: #747474;
	border-left: 1px solid #DBDBDB;
}
#sidebar h1 {
	margin-left: -25px;
	padding: 10px 0 20px 50px;
	background: url(images/h2_default_back.gif) no-repeat bottom left;
	min-height: 15px;
	height: auto!important; height: 15px;
	margin-bottom: 0;
}
h1#news { background-image: url(images/h2_news_back.gif);}
h1#vacancies {
	background: url(images/h2_vacancies_back.gif) -1px bottom no-repeat;
	padding-top: 15px;
	padding-bottom: 13px;
}

#sidebar li { padding-bottom: 0.5em; }

#infobar {
	font-size: 70%;
	width: 209px;
	margin-left: -210px;
	float:  left;
	position: relative;
	background: url(images/infobar_bg.jpg) repeat-x 0 0;
	padding-top: 108px;
	overflow: hidden;
}

#infobar h1 {
	padding: 10px 10px 10px 20px;
	margin: 0;
	background: #EDEDED;
	color: #6F6F6F;
}
#infobar p#contacts {
	padding-left:  18px;
	padding-right: 18px;
	line-height: 1.8em;
}

#netive {
	margin-top: 60px;
	font-size: 0.8em;
	color: #818181;
	background: url(images/h2_default_back.jpg) no-repeat 0px 0px;
	padding: 5px 0 0 0;
}

#netive p {	margin-top: 0; }
#netive ol { margin-left: 35px; }

a.vacancy {
	display: block;
	margin-top: 4em;
}
/* layout ending */
/* antispam styles */
.as .l { position: absolute; display: none; }

/* printable */
@media print {
	h1, h2, h3, h4, h5, h6 {
		color: #313131!important;
		background: none!important;
		margin: 1.5em 0 1em!important;
		padding: 0!important;
	}
	p { margin: 1em 0!important; }
	hr { display: block; }
	
	#header div, #header ul { display: none; }
	#header img { padding: 0 0 1em 0; }
	
	body, #content, #main, #sidebar, #infobar, #footer {
		color: #313131;
		background: none;
		float: none;
		width: auto;
		border: 0;
	}
	#header, #content, #main, #sidebar, #infobar, #footer {
		margin: 0;
		border: 0;
	}
	#main, #sidebar {
		padding-left: 0;
		padding-bottom: 0;
	}
	#infobar {
		padding-top: 0
	}
}
