/* header */

.headerBlock
{
	position: relative;
}

.headerLogo
{
	padding: 40px 0 30px 13px;
	position: relative;
}

.headerBallon
{
	width:475px;
	height:280px;
	background: url('/i/ballon.png') no-repeat left top;
	behavior:url('/png.htc');
	position:absolute;
	left:220px;
	top:-186px;
	z-index:20;
}

.headerMenuList
{
	margin: 0;
	padding: 0 0 0 25px;
	font-size:75%;
}

.headerMenuList li
{
	line-height:1.2em;
	margin: 0;
	padding: 0.5em 0;
	text-indent:0;
	white-space:nowrap;
	color:#666;
}

.headerMenuList li a
{
	color:#333;
}

.headerMenuList li a:hover
{
	color:#cd270b;
}

.headerPhone
{
	position: relative;
	padding: 60px 0 40px 40px;
	white-space: nowrap;
}

.headerPhone small
{
	color:#333;
	font-size:90%;
	white-space: nowrap;
}

.headerPhone strong
{
	color:#333;
	font-size:150%;
	font-weight: normal;
	white-space: nowrap;
}

.homeButton
{
	position: relative;
	left: -40px;
	top:-0.9em;
}


/* menu */
.menuSklad
{
	font-size: 100%;
	margin-bottom: 3em;
}

.menuHeader
{
	margin:0;
}

.menuHeader h4
{
	font-size: 90%;
	color:#333;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.menuList
{
	margin: 0;
	padding: 0.3em 0 2em 0;
	font-size:80%;
}

.menuList li
{
	line-height:1.2em;
	margin: 0;
	padding: 0.4em 0;
	text-indent:0;
	white-space:nowrap;
}

.menuList li small
{
	font-size:90%;
	color:#666;
	margin:0;
	padding:0;
}

.menuList .cur
{
	background-color:#39c;
	color:#fff;
	position: relative;
	height:100%;
}

.menuList .cur a
{
	color:#fff;
}

.menuList .cur small
{
	font-size:90%;
	color:#fff;
	margin:0;
	padding:0;
}

.menuList .cur .lt
{
	position: absolute;
	width:25px;
	left:-25px;
	top:0;
	height:55%;
	background: url('/i/edge/lt.gif') no-repeat left top;
}

.menuList .cur .lb
{
	position: absolute;
	width:25px;
	left:-25px;
	bottom:0;
	height:55%;
	background: url('/i/edge/lb.gif') no-repeat left bottom;
}

.menuList .cur .rt
{
	position: absolute;
	width:10px;
	right:-10px;
	top:0;
	height:55%;
	background: url('/i/edge/rt.gif') no-repeat right top;
}

.menuList .cur .rb
{
	position: absolute;
	width:10px;
	right:-10px;
	bottom:0;
	height:55%;
	background: url('/i/edge/rb.gif') no-repeat right bottom;
}

.advBlock
{
	position: relative;
	top:30px;
	left: -10px;
	padding: 0.4em 20px;
	background-color: #dbf1fe;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.advBlock p
{
	font-size:70%;
	line-height: 1.3em;
	margin: 1.5em 0 0 0;
	padding: 0;
}

.advBlock p p
{
	font-size:100%;
	line-height: normal;
	margin: 0;
	padding:0;
	background: none;
}

.advTile
{
	width:33px;
	height:193px;
	position: absolute;
	top: 100%;
	left:45%;
	background: url('/i/tile.gif') no-repeat left top;
}

.producerTags h2
{
	margin-bottom: 0.5em;
}

.producerTags a
{
	text-decoration:underline;
	margin-right: 3px;
	color:#666;
	line-height: 1.4em;
}

.producerTags a:hover
{
	color:#cd270b;
}

.producerTags small
{
	font-size:60%;
	margin-right: 3px;
	color:#999;
	line-height: 1.3em;
}

.producerTags .range1
{
	font-size:60%;
	font-weight:normal;
}

.producerTags .range2
{
	font-size:80%;
	font-weight:normal;
}

.producerTags .range3
{
	font-size:100%;
	font-weight:normal;
}

.producerTags .range4
{
	font-size:130%;
	font-weight:normal;
}

.producerTags .range5
{
	font-size:160%;
	font-weight:normal;
}


/* home */

.homeInfoBlock
{
	position: relative;
	padding: 90px 0 60px 0;
	width:316px;
}

.homeInfoTop
{
	width:316px;
	height: 25px;
	background: url('/i/bg/homeinfo_top.png') no-repeat left top;
	behavior:url('/png.htc');
}

.homeInfoBottom
{
	width:316px;
	height: 25px;
	background: url('/i/bg/homeinfo_bottom.png') no-repeat left top;
	behavior:url('/png.htc');
}

.homeInfoContent
{
	width:316px;
	margin:0;
	padding:0;
	overflow: hidden;
	background: url('/i/bg/homeinfo.png') repeat left top;
	behavior:url('/png.htc');
}

.homeInfoContent h4
{
	font-size: 160%;
	font-weight:normal;
	margin: 0 25px;
	padding:0;
}

.homeInfoContent p
{
	font-size:75%;
	margin: 0.8em 25px 0 25px;
	padding:0;
	line-height: 1.6em;
}

#homeGoodsBlock
{
	clear:both;
	width: 100%;
	padding:0;
	margin:0;
	font-size: 100%;
}

#homeGoodsBlock li
{
	float:left;
	margin: 40px 30px 0 0;
	padding:0;
	font-size: 100%;
	line-height: normal;
	list-style-type: none;
	text-indent:0;
}

#homeGoodsBlock li img
{
	display: block;
}

#homeGoodsBlock li h4
{
	font-size: 100%;
	font-weight: normal;
	margin: 1em 0 0.3em 25px;
}

#homeGoodsBlock li p
{
	display: block;
	font-size: 75%;
	margin: 0 0 0 25px;
	line-height: 1.3em;
	padding:0;
	color:#999;
}

#homeGoodsBlock li p p
{
	display: block;
	font-size: 100%;
	margin: 0;
	padding:0;
	line-height: 1.3em;
	color:#999;
}

#homeGoodsBlock li .price
{
	padding: 0.3em 0 0 25px;
	white-space: nowrap;
}

#homeGoodsBlock li .price small
{
	font-size: 75%;
	color:#333;
}

#homeGoodsBlock li .price strong
{
	font-size: 120%;
	font-weight: normal;
	color:#333;
}

.homeParagraphBlock
{
	clear:both;
	width:100%;
	padding: 3em 0 0 0;
}

.homeParagraph
{
	background-color: #efefef;
	width:100%;
	position:relative;
}

.homeParagraph .lt,
.homeParagraph .rt,
.homeParagraph .rb,
.homeParagraph .lb
{
	position: absolute;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.homeParagraph .lt
{
	left: 0;
	top: 0;
	background-image: url('/i/bg/grey_lt.gif');
}

.homeParagraph .rt
{
	right: 0;
	top: 0;
	background-image: url('/i/bg/grey_rt.gif');
}

.homeParagraph .rb
{
	right: 0;
	bottom: 0;
	background-image: url('/i/bg/grey_rb.gif');
}

.homeParagraph .lb
{
	left: 0;
	bottom: 0;
	background-image: url('/i/bg/grey_lb.gif');
}

.homeParagraph td
{
	padding: 0 25px 2em 25px;
}


/* footer */

.footerBg
{
	width:100%;
	height:80px;
	background: url('/i/bg/footer_bg.gif') repeat-x left bottom;
}

.footerContacts
{
	padding: 0.3em 0 2em 25px;
}

.footerContacts p
{
	line-height:1.4em;
}

#footerCounter
{
	padding-top: 0.5em;
}

.footerTl
{
	padding: 0.3em 0 2em 0;
}

.tlLink
{
	display: block;
	padding: 0.8em 0 0 0;
	font-size:70%;
	line-height: 1.4em;
}


/* catalogue */

#catalogueGoods
{
	clear:both;
	width: 100%;
	padding:0;
	margin:0;
	font-size: 100%;
}

#catalogueGoods li
{
	float:left;
	margin: 40px 30px 0 0;
	padding: 0;
	font-size: 100%;
	line-height: normal;
	list-style-type: none;
	text-indent:0;
}

#catalogueGoods li img
{
	display: block;
}

#catalogueGoods li h4
{
	font-size: 100%;
	font-weight: normal;
	margin: 1em 0 0.3em 25px;
}

#catalogueGoods li p
{
	display: block;
	font-size: 75%;
	margin: 0 0 0 25px;
	line-height: 1.3em;
	padding:0;
	color:#999;
}

#catalogueGoods li p p
{
	display: block;
	font-size: 100%;
	margin: 0;
	padding:0;
	line-height: 1.3em;
	color:#999;
}

#catalogueGoods li .price
{
	padding: 0.3em 0 0 25px;
	white-space: nowrap;
}

#catalogueGoods li .price small
{
	font-size: 75%;
	color:#333;
}

#catalogueGoods li .price strong
{
	font-size: 120%;
	font-weight: normal;
	color:#333;
}


/* good */

.goodPrice
{
	padding: 0 0 1em 0;
}

.goodPrice small
{
	color:#333;
	font-size:100%;
}

.goodPrice strong
{
	color:#333;
	font-size:140%;
	font-weight:normal;
}

.goodFoto
{
	padding: 30px 25px 0 0;
}


/* material */

.materialProducer
{
	font-size:100%;
	font-weight:normal;
}

#materialColor
{
	clear:both;
	width: 100%;
	padding:0;
	margin:0;
	font-size: 100%;
}

#materialColor li
{
	float:left;
	margin: 30px 20px 0 0;
	padding: 0;
	font-size: 100%;
	line-height: normal;
	list-style-type: none;
	text-indent:0;
}

#materialColor li div
{
	font-size:85%;
	padding-top: 0.3em;
}

#materialFoto
{
	clear:both;
	width: 100%;
	padding:0;
	margin:0;
	font-size: 100%;
}

#materialFoto li
{
	float:left;
	margin: 20px 20px 0 0;
	padding: 0;
	font-size: 100%;
	line-height: normal;
	list-style-type: none;
	text-indent:0;
}

#materialFoto li div
{
	font-size:75%;
	padding-top: 0.3em;
}


/* error404 */

.error404Bg
{
	width:100%;
	height:35px;
	background: url('/i/bg/footer_bg.gif') repeat-x left bottom;
	position:absolute;
	bottom: 15%;
	z-index:5;
}

.error404Block
{
	width: 248px;
	height: 172px;
	background: url('/i/pitachek.png') no-repeat left top;
	position: absolute;
	right: 15%;
	bottom: 15%;
	z-index:10;
}

.error404Mind
{
	width:435px;
	height: 394px;
	position: absolute;
	top:-350px;
	left:-360px;
	background: url('/i/mind.gif') no-repeat left top;
	z-index:15;
}

.error404Text
{
	position:relative;
	top:40%;
	padding: 0 90px 0 55px;
}

.error404Text h1
{
	font-size:150%;
	font-weight:bold;
	margin: 0 0 0.2em 0;
}

.error404Text p
{
	font-size: 75%;
	color:#333;
	margin:0;
	padding:0;
	line-height:1.4em;
}

.error404Text a
{
	display:block;
	font-size: 85%;
	margin-top: 0.8em;
}