/* header */

.headerLogo
{
	position: absolute;
	top: 20px;
	left:3%;
	padding-left:15px;
}

.headerMenuList
{
	margin: 10px 0;
	padding: 0:
	font-size:100%;
	clear:both;
}

.headerMenuList li
{
	font-size:100%;
	margin: 0 10px 10px 0;
	padding: 0;
	text-indent: 0;
	float: left;
}

.headerMenuList li a
{
	display: block;
	padding: 0.4em 10px;
	margin:0;
	font-size:85%;
	font-weight:bold;
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
}

.headerMenuList li a:hover
{
	background-color: #a80000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.headerMenuList li span
{
	display: block;
	padding: 0.4em 10px;
	margin:0;
	font-size:85%;
	font-weight:bold;
	color:#333;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.headerPhone
{
	font-size: 140%;
	color:#fff;
	font-weight: bold;
	padding-left: 20px;
	white-space: nowrap;
}


/* catalogue menu */

.catalogue
{
	position: relative;
	margin-top: -370px;
	padding-bottom: 20px;
	z-index:10;
}

.catalogueBlock
{
	margin: 10px 0;
	position: relative;
}

.catalogueBlock .t,
.catalogueBlock .b
{
	position: relative;
	overflow: hidden;
	height:10px;
}

.catalogueBlock .l,
.catalogueBlock .r
{
	position: absolute;
	overflow: hidden;
	height:10px;
	behavior: url('/png.htc');
}

.catalogueBlock .l
{
	position: relative;
	left:0;
	top:0;
	margin-right: 10px;
}

.catalogueBlock .r
{
	position: absolute;
	width:10px;
	right:0;
	top:0;
}

.catalogueBlock .t .l{background: url('/i/lt.png') no-repeat 0 0;}
.catalogueBlock .t .r{background: url('/i/rt.png') no-repeat 0 0;}
.catalogueBlock .b .r{background: url('/i/rb.png') no-repeat 0 0;}
.catalogueBlock .b .l{background: url('/i/lb.png') no-repeat 0 0;}

.catalogueBlock .content
{
	background-color: #fff;
}


.catalogueBlock h4
{
	display: block;
	margin: 0;
	padding: 0.3em 15px 0.8em 15px;
	font-size: 85%;
	font-weight: bold;
	line-height:1.3em;
}

.catalogueList
{
	margin: 0;
	padding: 0;
	font-size:100%;
	border-bottom: 1px solid #ccc;
}

.catalogueList li
{
	font-size:100%;
	margin:0;
	padding: 0;
	text-indent: 0;
}

.catalogueList li a,
.catalogueList li a:visited
{
	display: block;
	padding: 0.6em 15px;
	font-size: 80%;
	text-decoration: none;
	border-top: 1px solid #ccc;
	line-height: 1.3em;
}

.catalogueList li a:hover,
.catalogueList li a:active
{
	background-color: #efefef;
	border-top: 1px solid #ccc;
}

.catalogueList li .cur
{
	background-color: #fff;
}

.catalogueList li .cur:hover
{
	background-color: #fff;
}

.catalogueList li span
{
	display: block;
	padding: 0.6em 15px;
	font-size: 80%;
	text-decoration: none;
	border-top: 1px solid #ccc;
	line-height: 1.3em;
	background-color: #ccc;
	color:#333;
}

/* home */

.homeTextBlock
{
	padding: 0.6em 20px 0 10px;
}

.homeTextBlock h3
{
	font-size:150%;
	font-weight:bold;
	margin-bottom: 0.6em;
}

.homeAnons
{
	padding: 1.2em 20px 0.2em 0px;
}

.homeAnonsHeader
{
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	margin: 1.4em 0 0.8em 20px;
}

.homeAnons h4
{
	margin: 0.4em 0 0.2em 30px;
	font-size:90%;
	font-weight:bold;
}

.homeAnons p
{
	font-size: 70%;
	color:#666;
	line-height: 1.4em;
	margin: 0 0 0 30px;
}


/* textpage */

.textBlock
{
	padding: 1.5em 20px 0 10px;
}

.textFoto
{
	padding: 0 0 1em 10px
}

#compareBlock ul
{
	margin: 10px 0 0 -5px;
	padding: 0:
	font-size:100%;
	clear:both;
}

#compareBlock ul li
{
	font-size:100%;
	margin: 0 10px 0 0;
	padding: 0.2em 5px 0.3em 5px;
	text-indent: 0;
	float: left;
}

#compareBlock ul .cur
{
	background-color: #c8081d;
	color:#fff;
}

#compareBlock ul .cur a,
#compareBlock ul .cur a:hover
{
	text-decoration: none;
	border-bottom: 0;
	color:#fff;
}

#compareBlock ul li a
{
	text-decoration: none;
	border-bottom: 1px dotted #c8081d;
}

#compareBlock .paragraph
{
	clear:both;
	padding-top: 20px;
}

#compareBlock .paragraph td
{
	font-size:80%;
}

/* catalogue */

.catalogueTable
{
	width:auto;
}

.catalogueTable td
{
	padding: 0 3px 0.6em 7px;
}

.catalogueTable td h4
{
	font-size:110%;
	margin: 1.2em 0 0.3em 0;
}

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


/* footer */

.easyLink td
{
	padding: 0.5em 20px 0.5em 20px;
	border-left:1px solid #546d6e;
}

.easyLink td p
{
	font-size:70%;
	color:#b6c0c0;
	line-height: 1.4em;
}

#footerCounter
{
	padding: 1.5em 20px;
}

.footerContacts
{
	padding: 1.5em 20px;
}

.footerContacts strong
{
	color:#fff;
	font-size:120%;
}

.footerContacts p
{
	color:#fff;
	font-size:70%;
	line-height: 1.4em;
	margin: 0.5em 0 0 0;
}

.footerTl
{
	clear:both;
	padding: 1.5em 0 2em 30px;
}

.footerTl img
{
	display: block;
	float:left;
	margin: 0 15px 0.5em 0;
}

.footerTl .tlLink
{
	display: block;
	color:#fff;
	float:left;
	font-size:75%;
	line-height: 1.5em;
	padding: 0.2em 0 0 0;
}

.footerTl .tlLink p
{
	margin:0;
	line-height: normal;
	font-size: 100%;
	color:#fff;
}
