/* header */

.headerLogo
{
	padding: 20px;
}

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

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

.headerMenuList li a
{
	display: block;
	background-color: #e8ddc1;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding: 0.6em 15px;
	margin:0;
	font-size:90%;
	color:#3a2b12;
	text-decoration: none;
}

.headerMenuList li span
{
	display: block;
	background-color: #fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding: 0.6em 15px;
	margin:0;
	font-size:90%;
	color:#333;
	text-decoration: none;
}

.headerMenuList li a:hover
{
	background-color: #fff;
}

.headerPhone
{
	font-size: 140%;
	color:#333;
	font-weight: normal;
	padding-left: 29px;
}


/* catalogue menu */

.catalogueBlock
{
	background-color: #e5ddc8;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin: 10px;
	padding-bottom:10px;
}

.catalogueBlock h4
{
	display: block;
	margin: 0;
	padding: 1em 15px;
	font-size: 90%;
	font-weight: bold;
	border-bottom: 1px solid #cfcbb9;
	font-style: italic;
}

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

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

.catalogueList li a
{
	display: block;
	padding: 0.6em 15px;
	font-size: 80%;
	text-decoration: none;
	border-top: 1px solid #ede7d9;
	border-bottom: 1px solid #cfcbb9;
	line-height: 1.3em;
	color:#3a2b12;
}

.catalogueList li a:hover
{
	background-color: #ede7d9;
}

.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 #fff;
	border-bottom: 1px solid #cfcbb9;
	line-height: 1.3em;
	background-color: #fff;
	color:#333;
}


/* home */

.ill
{
	background: url('/i/ill.jpg') #000 no-repeat left top;
	width:100%;
	height:220px;
	margin: 10px 0 0 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

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

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

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

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

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

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


/* textpage */

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

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


/* 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:#666;
	line-height: 1.4em;
}

#footerCounter
{
	padding: 1.5em 20px;
}

.footerContacts
{
	padding: 1.5em 20px;
}

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

.footerContacts p
{
	color:#333;
	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:#3a2b12;
	float:left;
	font-size:75%;
	line-height: 1.5em;
	padding: 0.4em 0 0 0;
}

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