/* header */

.headerLogo
{
	padding: 10px 20px 10px 120px;
}

.headerMenu
{
	vertical-align: bottom;
	padding: 0 0 0.5em 10px;
}

.headerMenuList
{
	margin:0;
	padding:0;
	font-size:70%;
	line-height:1.2em;
}

.headerMenuList li
{
	list-style-type:none;
	margin: 0 10px 0 0;
	padding: 0 10px 0 10px;
	float: left;
	position: relative;
	color:#fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 100%;
}

.headerMenuList .cur
{
	color:#666;
}

.headerMenuList li a,
.headerMenuList li a:hover
{
	color:#fff;
	text-decoration: none;
}

.headerPhone
{
	vertical-align: bottom;
	padding: 10px 0 0 20px;
	font-size:70%;
}

.headerPhone strong
{
	color:#fff;
	font-size: 130%;
	font-weight: normal;
}

.headerPanel
{
	width:100%;
	position: relative;
	background: url('/i/header_bg.gif') #ffb108 repeat-x left top;
	margin-top: 10px;
	min-height: 204px;
}

* html .headerPanel
{
	height:204px;
}

.headerPanel .top,
.headerPanel .bottom
{
	position: absolute;
	width:100px;
	height:100px;
	left:0;
}

.headerPanel .top
{
	background: url('/i/header_bg_t.gif') no-repeat left top;
	top:0;
}

.headerPanel .bottom
{
	background: url('/i/header_bg_b.gif') no-repeat left top;
	bottom:0;
	bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 );
}

.headerPanel .arrow
{
	background: url('/i/header_arrow.gif') no-repeat left top;
	position: absolute;
	top:-10px;
	left:170px;
	width:20px;
	height:10px;
}

.headerPanelText
{
	position: relative;
	width:45%;
	margin-left:110px;
	padding: 1em 0;
}

.headerPanelText h2
{
	color:#000;
	font-size: 170%;
	margin: 0 0 0.4em 0;
	font-weight: bold;
}

.headerPanelText p
{
	color:#000;
	font-size: 80%;
	margin: 0;
	line-height: 1.6em;
}

.headerPanelIll
{
	position: absolute;
	left: 60%;
	top: -5px;
	behavior:url('/png.htc');
}


/* menu */

.menu
{
	padding: 20px 0 0 10px;
}

.menuHeader
{
	background: url('/i/menu_bg.gif') #ffb108 repeat-x left top;
	position: relative;
	height:100%;
	padding: 0.5em 10px;
}

.menuHeader .lt,
.menuHeader .rb,
.menuHeader .lb
{
	width: 10px;
	height:10px;
	background-image: url('/i/menu_round.gif');
	background-repeat: no-repeat;
	position: absolute;
	overflow:hidden;
}

.menuHeader .lt
{
	background-position: 0 0;
	left: 0;
	top:0;
}

.menuHeader .rb
{
	background-position: 0 -10px;
	right: 0;
	bottom:0;
	right: expression( this.parentNode.offsetWidth % 2 ? -1 : 0 );
	bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 );
}

.menuHeader .lb
{
	background-position: 0 -20px;
	left: 0;
	bottom:0;
	bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 );
}

.menuHeader span
{
	font-size: 75%;
	text-transform: uppercase;
	font-weight: bold;
}

.menuHeader small
{
	font-size: 70%;
	font-weight: normal;
	display: block;
}

.menuHeaderLogo
{
	background-position: center center;
	background-repeat: no-repeat;
}

.menuCell
{
	padding-bottom: 3em;
	background: url('/i/yellow_line.gif') repeat-x left top;
}

.menuList
{
	margin:0;
	padding:0;
	font-size:75%;
	line-height:1.2em;
}

.menuList li
{
	list-style-type:none;
	margin: 0 0 0 10px;
	padding: 0.6em 10px;
	position: relative;
	color:#ffcb08;
	font-size: 100%;
	border-bottom: 1px solid #5c512a;
}

.menuList .cur
{
	background-color: #fff;
	border-bottom: 1px solid #fff;
	color:#333;
}

.menuList li a
{
	color:#ffcb08;
	text-decoration: none;
}

.menuList li a:hover
{
	color:#fff;
	text-decoration: none;
}

.easyLink
{
	position: relative;
	bottom: 1em;
	padding: 3em 0 2em 10px;
}

.easyLink .linkBlock
{
	border-top: 1px solid #5c5c5c;
	padding: 0.8em 10px; 
}

.easyLink .linkBlock p
{
	font-size: 70%;
	line-height: 1.3em;
	margin:0;
	color:#ccc;
}

.easyLink .linkBlock a,
.easyLink .linkBlock a:hover
{
	color:#ccc;
}


/* home */

.homeParagraphBlock
{
	background-color: #fff;
	position: relative;
	width:100%;
}

.homeParagraphBlock .rt,
.homeParagraphBlock .rb,
.homeParagraphBlock .lb
{
	width: 20px;
	height: 20px;
	background-image: url('/i/round.gif');
	background-repeat: no-repeat;
	position: absolute;
	overflow: hidden;
}

.homeParagraphBlock .rt
{
	background-position: 0 -20px;
	right: 0;
	top:0;
	right: expression( this.parentNode.offsetWidth % 2 ? -1 : 0 );
}

.homeParagraphBlock .rb
{
	background-position: 0 -60px;
	right: 0;
	bottom:0;
	right: expression( this.parentNode.offsetWidth % 2 ? -1 : 0 );
	bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 );
}

.homeParagraphBlock .lb
{
	background-position: 0 -40px;
	left: 0;
	bottom:0;
	bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 );
}

.homeParagraph
{
	padding: 1em 20px;
	position: relative;	
}

.homeAnons
{
	padding: 0 30px 0 20px;
}

.anonsBlock
{
	background-color: #fff;
	margin-bottom: 20px;
}

.anonsBlock .image
{
	margin: 0 20px;
	position: relative;
}

.anonsBlock .image .i_lt,
.anonsBlock .image .i_rt,
.anonsBlock .image .i_rb,
.anonsBlock .image .i_lb
{
	width: 20px;
	height: 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;
	behavior:url('/png.htc');
}

.anonsBlock .image .i_lt
{
	background-image: url('/i/white_lt.png');
	left: 0;
	top:0;
}

.anonsBlock .image .i_rt
{
	background-image: url('/i/white_rt.png');
	right: 0;
	top:0;
	right: expression( this.parentNode.offsetWidth % 2 ? -1 : 0 );
}

.anonsBlock .image .i_rb
{
	background-image: url('/i/white_rb.png');
	right: 0;
	bottom:0;
	right: expression( this.parentNode.offsetWidth % 2 ? -1 : 0 );
	bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 );
}

.anonsBlock .image .i_lb
{
	background-image: url('/i/white_lb.png');
	left: 0;
	bottom:0;
	bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 );
}

.anonsBlock .anonsName
{
	display:block;
	text-align: center;
	color:#333;
	text-decoration: none;
	padding: 0.6em 20px 0 20px;
	font-size:90%;
}

.mosMapBlock
{
	position: relative;
	margin: 50px 0 0 -30px;
}

.mosMap
{
	position: absolute;
	width: 100%;
	height:522px;
	top:0;
	left:0;
	background: url('/i/mosmap.png') no-repeat left top;
	behavior:url('/png.htc');
}



/* textpage */

.textBlock
{
	background-color: #fff;
	position: relative;
	width:100%;
}

.textBlock .rt,
.textBlock .rb,
.textBlock .lb
{
	width: 20px;
	height: 20px;
	background-image: url('/i/round.gif');
	background-repeat: no-repeat;
	position: absolute;
}

.textBlock .rt
{
	background-position: 0 -20px;
	right: 0;
	top:0;
	right: expression( this.parentNode.offsetWidth % 2 ? -1 : 0 );
}

.textBlock .rb
{
	background-position: 0 -60px;
	right: 0;
	bottom:0;
	right: expression( this.parentNode.offsetWidth % 2 ? -1 : 0 );
	bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 );
}

.textBlock .lb
{
	background-position: 0 -40px;
	left: 0;
	bottom:0;
	bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 );
}

.textBlockParagraph
{
	padding: 1em 20px;
}

.textpageFile
{
	position: absolute;
	z-index:20;
	right:70px;
	top:30px;
}

.textpageFile a
{
	font-size: 90%;
	display: block;
	padding: 0.2em 0 0.2em 40px;
}

.textpageFile small
{
	font-size: 70%;
	display: block;
	color:#666;
	padding: 0 0 0 40px;
}


/* footer */

.footerRound
{
	background-color: #333;
	height:2em;
	width:100%;
	position: relative;
}

.footerRound .l,
.footerRound .r
{
	width: 20px;
	height: 20px;
	background-image: url('/i/footer_round.gif');
	background-repeat: no-repeat;
	position: absolute;
}

.footerRound .l
{
	background-position: 0 0;
	left: 0;
	bottom:0;
	bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 );
}

.footerRound .r
{
	background-position: 0 -20px;
	right: 0;
	bottom:0;
	right: expression( this.parentNode.offsetWidth % 2 ? -1 : 0 );
	bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 );
}

.footer td
{
	background-color: #4d4d4d;
}

.footerText,
.footerContacts,
.footerTl
{
	padding: 1em 20px;
}

.footerText p
{
	color:#ccc;
	font-size:70%;
	line-height: 1.4em;
	margin: 0.2em 0 0 0;
}

.footerContacts strong
{
	color:#ccc;
	font-size: 90%;
}

.footerContacts small
{
	color:#ccc;
	font-size: 70%;
}

.footerContacts p
{
	color:#ccc;
	font-size: 75%;
	margin: 0.5em 0 1.2em 0;
}

.footerTl .tlLink
{
	display: block;
	color:#ccc;
	margin-top:0.4em;
	font-size:70%;
}

.footerTl .tlLink p
{
	font-size: 100%;
	color:#ccc;
	line-height: 1.4em;
	margin:0;
}
