@import 'reset.css';

HTML {
	height: 100%;
	}
BODY {
	height: 100%;
	min-height: 100%;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.5;
	color: #000;
	background: #fff url(/images/background.png);
	}
A { color: #1a7ca8; }

P { margin-top: -3px; }

H1, H2, H3, H4 {
	font-family: Georgia, Arial, sans-serif;
	line-height: 1;
	}
H1 {
	font-size: 3.9em;
	margin: 1em 0 .5em;
	}
H2 {
	font-size: 2.5em;
	margin: 1.07em 0 .535em;
	}
H3 {
	font-size: 1.4em;
	margin: 1.14em 0 .57em;
	}
H4 {
	font-size: 1.3em;
	margin: 1.23em 0 .615em;
	}

#logo {
	position: relative;
	margin: 50px 0 0 75px;
	}
#logo LI {
	float: left;
	padding: 0 25px 0 140px;
	font-family: Georgia, Arial, sans-serif;
	font-size: 28px;
	line-height: 75px;
	background: url(/images/arrow.png) no-repeat left;
	}
#logo LI#company {
	padding-left: 0;
	background: none;
	font-size: 22px;
	}
#company A,
#company SPAN {
	display: block;
	margin-top: 12px;
	float: left;
	height: 52px;
	padding-left: 70px;
	line-height: 52px;
	color: #000;
	text-decoration: none;
	background: url(/images/logo.png) no-repeat left;
	}

#navbar {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 50px 75px 0 400px;
	background: #e9e6de url(/images/navbar.png);
	}
#navbar UL {
	padding: 14px 20px;
	float: left;
	}
#navbar LI {
	float: left;
	margin: 0 20px;
	}
#navbar A {
	color: #c20202;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	}
#navbar A:hover {
	text-decoration: underline;
	}

#navbar .cn {
	position: absolute;
	width: 44px;
	height: 44px;
	left: -22px;
	top: -22px;
	background: url(/images/corners.png);
	/* border: 1px solid red; */
	}
#navbar .cn.tr,
#navbar .cn.br {
	margin-left: 100%;
	}
#navbar .cn.bl,
#navbar .cn.br {
	top: 100%;
	margin-top: -22px;
	}

#lang {
	position: absolute;
	top: 178px;
	left: 75px;
	padding: 14px 0;
	}
#lang A {
	display: block;
	background: url(/images/flag-eng.png) no-repeat left center;
	padding: 0 0 0 22px;
	line-height: 1.2em;
	}
#lang A.eng {
	background-image: url(/images/flag-eng.png); 
	}
#lang A.rus {
	background-image: url(/images/flag-rus.png); 
	}

/* layout */
#main {
	position: relative;
	min-width: 1000px;
	min-height: 100%;
	}
#wrapper {
	float: right;
	width: 100%;
	margin: 0 0 0 -400px;
	}
#center {
	padding: 0 75px 0 400px;
	}
#left {
	width: 275px;
	float: left;
	padding: 0 50px 0 75px;
	}

#bottom_before {
	height: 80px;
	clear: both;
	}
#bottom {
	position: relative;
	min-width: 1000px;
	margin-top: -80px;
	height: 80px;
	}

/* center */
#center P,
#center UL,
#center OL,
#center DL,
#center TABLE,
#center FORM {
	margin-bottom: 1em;
	}

#center UL {
	margin: 0 0 1.5em 2.5em;
	list-style-type: disc;
	}

#center UL.download {
	margin-left: 0;
	list-style-type: none;
	}
.download LI {
	margin: 0 0 .3em;
	}
.download A {
	display: block;
	float: left;
	padding-left: 20px;
	line-height: 16px;
	background: url('/images/icons/icon_unknown.png') no-repeat left;
	}
.download A.doc { background-image: url('/images/icons/icon_word.png'); }
.download A.xls { background-image: url('/images/icons/icon_excel.png'); }
.download A.pic { background-image: url('/images/icons/icon_pic.png'); }
.download A.pdf { background-image: url('/images/icons/icon_pdf.png'); }
.download A.zip { background-image: url('/images/icons/icon_compressed.png'); }
.download A.avi { background-image: url('/images/icons/icon_film.png'); }
.download A.ppt { background-image: url('/images/icons/icon_ppt.png'); }
.download A.url { background-image: url('/images/icons/icon_link.png'); }

/* left */
#tree {
	height: 297px;
	background: url(/images/tree.png) no-repeat 0 0;
	}
#news {
	font-size: .85em;
	}
#news LI {
	margin-bottom: 1em;
	}

#rates {
	float: left;
	width: 260px;
	margin: 2em 0;
	}
#rates LI {
	float: left;
	width: 120px;
	padding: 0 5px;
	text-align: right;
	}
#rates STRONG {
	display: block;
	height: 20px;
	padding: 20px 0 3px 60px;
	margin: 0 0 3px;
	background: no-repeat;
	border-bottom: 1px solid #e2e2e2;
	}
#rates .gold STRONG {
	background-image: url(/images/ico-gold.png);
	}
#rates .oil STRONG {
	background-image: url(/images/ico-oil.png);
	}
#rates .value SPAN {
	font-size: 1.3em;
	}
#rates .change {
	font-size: .85em;
	}
#rates .change.plus {
	color: green;
	}
#rates .change.minus {
	color: red;
	}
#rates STRONG,
#rates .value,
#rates .change {
	display: block;
	padding-right: 15px;
	}

/* bottom */
#bottom P {
	position: absolute;
	left: 400px;
	top: 35px;
	}

/**/
#mac {
	display: block;
	clear: both;
	margin: 0 auto;
	width: 139px;
	height: 50px;
	}

.clearfix-list LI:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
