/* ÄËß ÏÅ×ÀÒÈ
*******************************************************************************/

@media print {
  #menu,#contacts,#content-r,#links-bottom{display:none;}
  #core2{padding:0;}
}

/* ÄÎÊÓÌÅÍÒ
*******************************************************************************/

html, body {
	margin: 0;
	padding: 0;
	width: 100%;

	color: #000;
	font-size: 14px;
	font-family: Georgia;

	background: url('/_template/img/back.png') #1a7ebf top repeat-x;
}

a:link, a:active { color: #5585a5; text-decoration: underline; }
a:visited        { color: #054b78; text-decoration: underline; }
a:hover          { color: #5585a5; text-decoration: none; }

#core {
	min-width: 1150px;
	width: expression(document.body.clientWidth < 1150 ? "1150px" : "100%"); /* IE hack */
	background: url('/_template/img/logo.jpg') 50% -15px  no-repeat;
}

#core.en {
	background-image: url('/_template/img/logo-en.jpg');
}

#core2 {
	padding: 0 100px;
	background: url('/_template/img/bottom.jpg') bottom right no-repeat;
}

#core3 {
	max-width: 1400px;
	width: expression(document.body.clientWidth > 1400 ? "1400px" : "100%"); /* IE hack */
}

/* ØÀÏÊÀ
*******************************************************************************/

#contacts {
	width: 870px;
	height: 185px;
}

#contacts a {
	color: #054b78;
}

#contacts td {
	color: #054b78;
	font-size: 14px; /* IE5 */
	text-align: right;
	vertical-align: bottom;
}

#contacts td span.tel {
	font-size: 28px;
	font-weight: bold;
}

#contacts td span.code {
	font-weight: bold;
}

#contacts td span.lng, #contacts td .lngNext {
	height: 18px;
	float: right;
	display: block;
	margin-left: 5px;
}

#contacts td span.lng {
	width: 31px;
	text-align: center;
	background: url('/_template/img/lng.png') 0 1px no-repeat;
}

#contacts td br {
	clear: right;
}

/* ÑÒÐÓÊÒÓÐÀ
*******************************************************************************/

#c1, #c2, #c3, #c4, #r1, #r2, #r3, #r4 {
	zoom: 1;
	overflow: hidden;
}

#c1 {
	margin: 0 0 50px 0;
	background: url('/_template/img/c1.gif') #f4fafe top left no-repeat;
}

#c2 {
	background: url('/_template/img/c2.gif') top right no-repeat;
}

#c3 {
	background: url('/_template/img/c3.gif') bottom right no-repeat;
}

#c4 {
	padding: 40px 40px 40px 55px;
	background: url('/_template/img/c4.gif') bottom left no-repeat;
}

#r1 {
	background: url('/_template/img/r1.gif') #deeefa top left no-repeat;
}

#r2 {
	background: url('/_template/img/r2.gif') top right no-repeat;
}

#r3 {
	background: url('/_template/img/r3.gif') bottom right no-repeat;
}

#r4 {
	padding: 15px;
	background: url('/_template/img/r4.gif') bottom left no-repeat;
}

#c1 table#content {
	width: 100%;
}

#c1 table#content td {
	font-size: 14px; /* IE5 */
	vertical-align: top;
}

#content-l {
	width: 70%;
}

#content-r {
	width: 30%;
	padding-left: 40px;
	font-size: 12px !important;
}

/* ÏÎÄÂÀË
*******************************************************************************/

#bottom {
	padding: 0 40px;
}

#bottom a {
	color: #fff;
}

#bottom table {
	color: #fff;
	width: 100%;
	height: 182px;
	font-size: 14px; /* IE5 */
}

#bottom table td {
	width: 33%;
	vertical-align: top;
}

#bottom-c {
	font-style: italic;
	padding-left: 95px;
	background: url('/_template/img/contacts.jpg') top left no-repeat;
}

#bottom-c span {
	font-size: 24px;
	font-style: normal;
}

#bottom-r {
	text-align: right;
	padding: 5px 60px 0 0;
	background: url('/_template/img/webeasy.png') top right no-repeat;
}

