* {
	padding: 0;
	margin: 0;
}

body {
	background: #000;
	color: #878991;
	font-family: Tahoma;
	font-size: 11px;
}

#wrapper {
	background: url(../images/wrapper-bg.gif) repeat-y #e9ecf1;
	margin: 0 auto;
	padding: 16px 0 0;
	width: 868px;
}

#header {
	position: relative;
	background: url(../images/header-bg.gif) 0 119px repeat-x #1f1f1f;
	height: 343px;
	overflow: hidden;
}

div.logotype {
	background: #e9ecf1;
	height: 119px;
}

div.logotype a {
	position: relative;
	display: block;
	height: 119px;
	width: 245px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.09em;
	color: #7d7c7b;
	outline: none;
}

div.logotype a br {
	display: none;
}

div.logotype a img {
	display: block;
	border: none;
}

div.logotype span {
	position: absolute;
	cursor: pointer;
	left: 56px;
	top: 91px;
}

#header ul {
	position: relative;
	display: block;
	list-style: none;
/*	list-style-position: outside;*/
	margin: 48px 0 0 49px;
}

#header ul li {
	display: block;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.09em;
	line-height: 1.09em;
	text-transform: uppercase;
	margin: 0 0 1.50em;
	width: 100%;
}

#header ul li.last {
	margin: 0;
}

#header ul li a {
/*	display: block;*/
	background: url(../images/menu-inactive.gif) 0 50% no-repeat;
	color: #e5e7eb;
	text-decoration: none;
	padding: 0 0 0 25px;
}

#header ul li.active a, #header ul li a:hover {
	background-image: url(../images/menu-active.gif);
}

div.illustration {
	background: url(../images/illustration-bg.jpg) 0 0 no-repeat;
	position: absolute;
	top: 119px;
	right: 0;
	height: 224px;
	width: 623px;
}

div.illustration h2 {
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.73em;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	height: 3.57em;
	line-height: 3.57em;
	width: 623px;
	padding: 0 24px 0 0;
	text-align: right;
	text-shadow: #485861 2px 1px 1px;
}

#main {
	background: url(../images/main-bg.gif) repeat-y #e9ecf1;
	margin: 0 0 16px;
	float: left;
	width: 100%;
}

.out {
	float: right;
	margin: 0 0 0 -245px;
	width: 100%;
}

.in {margin: 0 0 0 245px;}

.sidebar {
	float: left;
	width: 245px;
	padding: 40px 0 0;
}

.sidebar h3 {
	margin: 0 0 0.77em;
}

.sidebar .block {
	margin: 0 39px;
	color: #616a78;
}

.news-item {
	margin: 0 0 3.09em;
}

.news-item a {
	color: #475977;
	text-decoration: underline;
}

.news-item p {
	font-size: 1em;
	line-height: 1.36em;
	margin: 0 0 2.18em;
}

.news-item a:hover {
	text-decoration: none;
}

.news-item span.date {
	font-weight: bold;
}

.content {
	font-size: 1em;
	padding: 40px 39px 12px 39px;
}

.content p {
	line-height: 1.18em;
	margin: 0 0 2.18em;
}

.content a {
	color: #475977;
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

.content h4 {
	font-size: 1em;
	margin: 0 0 2.18em;
}

.content ul, .content ol {
	margin-left:15px;
}

.content ol li ul {
	margin-left:15px;
} 

.preamble {
	background: url(../images/preamble-bg.jpg) 0 100% no-repeat #e9ecf1;
	padding: 25px 130px 18px 217px;
	min-height: 194px;
	line-height: 1.18em;
}

.preamble h4 {
	font-size: 1em;
	margin: 0 0 1.45em;
}

.runway {
	position: relative;
	background: #d8dde2;
	padding: 36px 0 12px 33px;
	min-height: 138px;
}

h3 {
	color: #7d7c7b;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 2.00em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 1.09em;
}

.runway p {
	line-height: 1.18em;
	margin: 0 433px 2.27em 0;
}

.runway a.more {
	background: url(../images/arrow.gif) 0 50% no-repeat;
	color: #7a8fa0;
	text-decoration: underline;
	padding: 0 0 0 11px;
}

.runway a.more:hover {
	text-decoration: none;
}

.runway ul {
	display: block;
	list-style: none;
	position: absolute;
	top: 20px;
	left: 270px;
}

.runway ul li {
	background: #c8cfd5;
	float: left;
	display: inline;
	width: 141px;
	height: 120px;
	overflow: hidden;
	padding: 21px 0 0;
	margin: 0 17px 0 0;
}

.runway ul li a img {
	display: block;
	border: none;
}

#footer {
	position: relative;
	background: #757e84;
	color: #bdc7cd;
	height: 116px;
	overflow: hidden;
	clear: both;
}

p.copyright {
	padding: 55px 0 0 39px;
}

#footer div.counters {
	position: absolute;
	top: 50px;
	right: 40px;
}
