/* order form
-----------------------------------*/
div.order_form{font-size:11px;width:80%;padding: 1.5em 50px 0.8em 0px}
div.order_form td{font-size:11px;color:#333;padding: 0.2em 0 0.2em 0px}
/**/


/* header */

.HeaderPhone
{
	text-align:right;
	vertical-align: middle;
	padding: 0 30px 1em 0;
	white-space: nowrap;
}

.HeaderPhone small
{
	font-size:85%;
	white-space: nowrap;
}

.HeaderPhone span
{
	padding:0;
	margin:0;
	font-size:140%;
	font-weight:bold;
	white-space: nowrap;
}

.headerLogo
{
	padding: 0 0 15px 30px;
}

.headerMenu
{
	background: url('/i/menu_bg.gif') #e1e2e3 repeat-x left center;
}

.headerMenuList
{
	margin: 0 0 0 30px; 
	padding:0;
	font-size:100%;
	color:#333;
	clear:both;
	white-space:nowrap;
}
.headerMenuList li
{
	float:left;
	font-size:70%;
	text-transform: uppercase;
	font-weight: bold;
	list-style-type:none;
	color:#333;
	line-height:1.3em;
	margin: 0;
	padding: 1em 10px 1em 10px;
	border-left: 1px solid #fff;
}

ul.headerMenuList li a{color:#333;text-decoration:none}
ul.headerMenuList li a:hover{color:#333;text-decoration:none}
ul.headerMenuList li.cur{background: url('/i/menu_bg_cur.gif') #eaa89a repeat-x left center; color:#fff;}

.headerPhone strong{color:#333; font-size:120%;}
.headerPhone a{display:block; font-size:70%; padding-top:0.1em;}



/* menu */
.twoMenuList
{
	margin: 1.8em 0 1em 10px;
	padding: 0 20px 0 0;
	font-size:100%;
	color:#666;
}
.twoMenuList strong
{
	color:#fff;
	display:block;
	background-color: #006544;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-size:70%;
	padding: 0.5em 10px 0.5em 10px;
	line-height:1.2em;
}

.twoMenuList li
{
	list-style-type:none;
	background:none;
	color:#666;
	font-size:75%;
	line-height:1.2em;
	margin: 0;
	padding: 0.5em 10px 0.5em 10px;
}
.twoMenuList li.cur
{
	color:#999;
}


.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 */


.homeIll
{
	position: relative;
	left:-10px;
	height:250px;
	width:100%;
	background: url('/i/ill_bg.jpg') repeat-x left top;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin-bottom: 2em;
}

.homeIll div
{
	height:250px;
	width:100%;
	background: url('/i/ill.png') no-repeat left top;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior:url('/png.htc');
}


.homeParagraphBlock h3
{
	font-weight: bold;
	font-size: 150%;
	margin:0;
}

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

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

.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: left;
	color:#333;
	text-decoration: underline;
	padding: 0.6em 20px 0 20px;
	font-size:80%;
	color:#369;
}

.anonsBlock p
{
	text-align: left;
	font-size: 75%;
	color:#666;
	padding: 0 20px;
	margin: 0.2em 0 0 0;
}

.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 */


.textBlockParagraph
{
	width:90%;
	padding: 2em 20px 1em 20px;
}

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

.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;
}


/* catalogue */

.catalogueTable
{
	width:auto;
}

.catalogueTable td
{
	padding: 0.8em 15px 0.8em 0;
}

.catalogueTable .catImg
{
	border: 1px solid #ccc;
	background-color: #fff;
}

.catalogueTable .catImg img
{
	margin: 4px;
}

.catalogueTable h4
{
	margin: 0.5em 0 0.3em 0;
}

.catalogueTable p
{
	margin: 0;
	line-height: 1.4em;
	font-size: 75%;
}

.catalogueTable p p
{
	margin: 0;
	line-height: normal;
	font-size: 100%;
}

.printLink
{
	display: block;
	background: url('/i/print.gif') no-repeat left 0.5em;
	font-size:80%;
	padding: 0.5em 0 2em 24px;
}


/* 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;
}
