body {
	background-color: White;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

div.container
{
	max-width : 1280px;
	position : relative;
	
	margin: 40px 0 0 0;
}

div.head
{
	position: relative;
	z-index: 10;
}

div.map
{
	position: absolute;
	top: -40px;
	right: 0;
	z-index: 0;
	overflow: hidden;
	width: 50%;
}

div.map_img
{
	position : relative;
	left: -50px;
}

div.shortcut
{
	position : absolute;
	top: 178px;
	left: 265px;
}

span.shortcut_bg
{
	background-color : #E3E8EB;
	color: #4E5156;
	font-size: 10pt;
	padding: 7px;
	line-height: 23px;
}

span.phones
{
	position: relative;
	background-color : #EFF3F6;
	color: #92969C;
	font-size: 9pt;
	padding: 5px 5px 5px 30px;
	line-height: 33px;

	margin-left: 40px;
}

div.text
{
	position: relative;
	width: 400px;
	top: -30px;
	left: 78px;
	font-size: 10pt;
	line-height: 14pt;
	color: #323438;
	z-index: 1;
}

h1
{
	color: #46494E;
	font-size: 13pt;
	line-height: 18pt;
	font-weight: bold;
}

div.poster_block
{
	position: relative;
/*	left: 78px;*/
	margin: 0 78px 0 78px;
/*	width: 884px;*/
}

div.posters
{
	position: relative;
	margin-top: 10px;
	height: 162px;
	background-color: #F8ECDE;
}

div.poster_container
{
	position: absolute;
	height: 143px;
	margin-top: 10px;
	margin-bottom: 10px;
	top: 0;
	width:expression((document.getElementById('posters').offsetWidth - 74) +'px' );
	left: 37px;
	right: 37px;
	/*width: 100%;
	*/
	background-color: white;
	overflow: hidden;
}

div.poster_slider
{
	position: absolute;
	top: 0;
	left:0;
	height: 143px;
	width: 2400px;
}

div.poster_item
{
	float: left;
	
	color: #5E6269;
	font-size: 11px;
	line-height: 25px;
	text-align: center;
	padding: 10px 20px 0 20px;
}

div.podlozhka
{
	margin: 0 4px 0 4px;
	background-color: #F8ECDE;
	width: 100%;
	height: 143px;
}

div.left_arrow
{
	width: 37px;
}

div.right_arrow
{
	position: absolute;
	top: 0;
	right: 0;
	width: 37px;
}

div.downloads
{
	position: relative;
	text-align : right;
	margin: 2px;
	color: #8E9199;
	font-size: 13px;
}

a
{
	color: #E27902;
}

div.brother_tomb
{
	position: relative;
	margin-top: 35px;
	margin-bottom: 35px;
	margin-left: 80px;
}

div.organizers
{
	position: relative;
	border: 1px solid #D3D8DE;
	/* width: 160px; */
	width: 400px;
	/* height: 118px; */
	height: 103px;/* 65px; */
	/* text-align: center; */
	
	padding: 0px 7px 0px 7px;
}

div.organizers a
{
	padding-left: 30px;
}

div.sponsors
{
	position: absolute;
	border: 1px solid #D3D8DE;
	/*width: 160px;*/
	height: 118px;
	top: 0;
	left: 200px;
	text-align: center;
	
	padding: 0px 7px 0px 7px;
	vertical-align: middle;
}

span.organizers
{
	position: absolute;
	top: -15px;
	left: 20px;
	color: #A3A7B0;
	background-color: white;
	font-size: 11px;
	padding: 7px;
}

div.copyrights
{
	position: relative;
	margin-left: 80px;
	margin-bottom: 65px;
	color: #A3A7B0;
	font-size: 11px;
}

div.c_afl
{
	position: relative;
}

div.c_proact
{
	position: absolute;
	top: 0;
	left: 50%;
}

img.png
{
	behavior: url('/png.htc');
}

.pngbg 
{
  //background-image: none ! important;
	behavior: url('/pngbg.htc');
}

/* */
div.showpic_container
{
	position: absolute;
	top: -40px;
	width: 0px;
	height: 0px;
	display: none;
	/*background-color: Aqua;*/
	background-image: url('../img/bg.png');
	background-repeat: repeat;
	z-index: 100;
}

div.showpic_border
{
	position: absolute;
	padding: 30px 30px 0px 30px;
	background-color : #fff;
}

div.showpic_name
{
	color: #323438;
	font-size: 13px;
	text-align: center;
	margin-top: 15px;
}

div.showpic_prop
{
	color: #6E7178;
	font-size: 10px;
	text-align: center;
	margin-bottom: 15px;
}

div.close_button
{
	position: absolute;
	right: 9px;
	top: 9px;
	cursor: pointer;
}
