/* header */

#header
{
	width:100%;
	background-color: #255d84;
}

.headerLogo
{
	padding: 20px 20px 20px 15px;
	vertical-align: middle;
}

.headerPhone
{
	font-size: 130%;
	padding: 1em 0 1em 9px;
}

.headerPhone strong
{
	margin: 0.5em 2em 0 0;
	font-weight: normal;
	color:#fff;
}

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

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

.headerMenuList li a
{
	display: block;
	float:left;
	padding: 0.4em 15px;
	margin:0;
	font-size:100%;
	color:#fff;
	text-decoration: none;
	background-color: #1e4662;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
}

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

.headerMenuList li span
{
	display: block;
	float:left;
	padding: 0.4em 15px;
	margin:0;
	font-size:100%;
	color:#333;
	text-decoration: none;
	background-color: #f0efe1;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
}


/* catalogue menu */

.catalogueList
{
	width:100%;
	background-color: #255d84;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin: 0 0 15px 0;
	padding: 0 0 10px;
}

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

.catalogueList ul h4
{
	margin: 0;
	padding: 0.7em 15px 0.6em 15px;
	font-size: 100%;
	font-weight: bold;
	line-height:1.3em;
	color: #fff;
	border-bottom: 1px solid #1d4c6a;
}

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

.catalogueList ul li a,
.catalogueList ul li a:visited
{
	display: block;
	padding: 0.4em 15px 0.5em 15px;
	margin:0;
	font-size:80%;
	color:#fff;
	text-decoration: none;
	background-color: #255d84;
	border-top: 1px solid #457596;
	border-bottom: 1px solid #1d4c6a;
}

.catalogueList ul li a:hover,
.catalogueList ul li a:active
{
	background-color: #457596;
}

.catalogueList ul li span{
	display: block;
	padding: 0.4em 15px 0.5em 15px;
	margin:0;
	font-size:85%;
	color:#333;
	text-decoration: none;
	background-color: #f0efe1;
	border-top: 1px solid #f0efe1;
	border-bottom: 1px solid #1d4c6a;
}

.otherCat .catalogueList
{
	background-color: #d9d8ca;
}

.otherCat .catalogueList ul
{
	border-bottom: 1px solid #e4e4da;
}

.otherCat .catalogueList ul h4
{
	border-bottom: 1px solid #babfb3;
	color:#333;
}

.otherCat .catalogueList ul li a,
.otherCat .catalogueList ul li a:visited
{
	background-color: #d9d8ca;
	border-top: 1px solid #e4e4da;
	border-bottom: 1px solid #babfb3;
	color:#333;
}

.otherCat .catalogueList ul li a:hover,
.otherCat .catalogueList ul li a:active
{
	background-color: #e4e4da;
	color:#333;
}

/* home */

.homeIll
{
	width:100%;
	height: 388px;
	background: url('/i/bg/ill.jpg') no-repeat right top;
}

#homeBlock #header
{
	position: absolute;
	left:0;
	top:0;
	z-index: 20;
	background-color: none;
	background: url('/i/bg/headerbg.png') repeat left top;
	behavior: url('png.htc');
}

#homeBlock .catalogueBlock
{
	position: relative;
	left:0;
	top:0;
	margin-top: -300px;
}

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

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

.homeLink
{
	display: block;
	background-color: #3882b6;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:#fff;
	font-size:90%;
	margin-top: 1em;
	padding: 0.6em 15px 0.8em 15px;
	text-decoration: none;
}

.homeLink:hover
{
	background-color: #4e7a97;
	text-decoration: none;
}


.homeAnonsBlock
{
	clear:both;
}

.homeAnons
{
	margin: 10px 30px 20px 20px;
}

.homeAnons .homeAnonsImg
{
	background-color: #fff;
}

.homeAnons .homeAnonsImg img
{
	margin: 6px;
}

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

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

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

.homeAnons strong
{
	font-size:90%;
	font-weight:normal;
	display: block;
	padding: 0.3em 0 0 6px;
}

.homeNewsHeader
{
	font-size:100%;
	margin: 1.5em 0 0.5em 0;
}

.homeNewsHeader a,
.homeNewsHeader a:hover
{
	color:#333;
}

.homeNews
{
	padding: 0.8em 0 1em 0;
}

.homeNews span
{
	color:#666;
	font-size:75%;
	text-transform: lowercase;
}

.homeNews h5
{
	color:#333;
	font-size:85%;
	margin: 0.3em 0 0.5em 0;
	line-height: 1.3em;
}

.homeNews p
{
	font-size:75%;
	margin:0;
}


/* textpage */

.textBlock
{
	padding: 1.5em 20px 2em 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 .highlight td
{
	background-color: #e4e3cf;
}

.catalogueTable td
{
	padding: 0.5em 20px 0.5em 0;
}

.catalogueTable h4
{
	font-size:100%;
	font-weight:normal;
	margin: 0.2em 0 0 0;
}

.catalogueTable p
{
	font-size:75%;
	margin: 0.3em 0 0 0;
	line-height: 1.5em;
	color:#333;
}

.catalogueTable .price
{
	padding-top: 0.7em;
	text-align: right;
	white-space:nowrap;
}

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

.catalogueTable .previewImage img
{
	margin: 5px;
}



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

.linklab_block * {
	color:#fff !important;
}

.formorder_capture {
	padding:0 0 0.3em 0;
	margin:0;
	font-size:120%;
}

#formTable{width:80%; margin-bottom:50px;}
#formTable td {font-size:75%; color:#333; /*padding: 0.4em 50px 0.4em 8px;*/ padding-top: 5px;}
#formTable td sup{color:#cd3210;}

#formTable input{font-size: 120%; letter-spacing: 0.1em;}
#formTable input.text{width: 350px; /*border: 1px solid #afafaf;*/}
#formTable input.textfocus{width:100%;  /*border: 1px solid #f4b907;*/}

#formTable select{font-size:120%;}

#formTable textarea{font-size:120%; width: 350px; /*border: 1px solid #afafaf;*/}
#formTable textarea.textfocus{border: 1px solid #f4b907;}