* {
   	margin: 0;
	padding: 0;

}
body, p, td {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #bdbdbd;
}

body {
	margin:0;
	padding:0;
	text-align: center;
	background: url('/interface/bg.jpg');
	background-color: black;
/*	margin-left:60px;*/
}

hr {
	border: 0px;
	height: 0px;
	background-color: transparent;
	margin:0;
	padding:0;
	visibility: hidden;
}

a:link, a:visited, a:active {color:white;text-decoration: none; }
a:hover {text-decoration: underline;color:white;}

h1 {
	font-size: 14px;
}

h1.catalog {
	font-size:11px;
	font-weight: bold;
	clear: both;
	margin-bottom:1px;
	margin-top: 5px;
}

h3 {
 	font-size: 14px;
}

input, textarea {
	background-color: #bdbdbd;
	border: 1px #6a6a6a solid;
}

input[type="submit"] {
	background-color: #bdbdbd;
	border: 1px #6a6a6a solid;
	padding: 3px 5px 3px 5px;

}

input[type="button"] {
	background-color: #bdbdbd;
	border: 1px #6a6a6a solid;
	padding: 3px 5px 3px 5px;

}

#container {
	width: 835px;
	margin:0 auto;
	text-align: left;
}

#container_item {
	width: 787px;
	margin:0 auto;
}

#header_title {
	clear:both;
	font-size: 10px;
	margin-top:5px;
	margin-bottom: 5px;
	height: 100px;
}

#header_title2 {
	width: 787px;
	clear:both;
	font-size: 10px;
	margin-top:5px;
	margin-bottom: 5px;
	height: 80px;

}

#header_title .addr_info {
	float:right;
	text-align:right;
	border:0px red solid;
	width: 400px;
	height: 40px;
	margin-top: 5px;
}

#header_title .img_logo {
	float:left;
	margin-top:25px;
	margin-bottom: 10px;
}

#header_menu {
	width: 835px;
	font-size:10px;
	margin-bottom:17px;
}

#header_menu td.register {
	text-align: right;
	font-size: 9px;
	padding-right: 44px;
}

#header_menu td.register a:link,
#header_menu td.register a:visited,
#header_menu td.register a:active
{
	color:#bdbdbd;
}


#header_menu td.register a:hover
{
	color:white;
	text-decoration: none;
}


#header_finder {
	float: right;
}

.header_line {
	width: 787px;
	margin-top:0px;
	font-size:1px;
	margin-bottom:17px;
 	background-color:#6a6a6a;
 	height:7px;
 	clear: both;

}

#header_menu td {
	word-wrap:normal;
	font-size: 10px;
}

#header_menu td.passive {
 	background-color:#6a6a6a;
	height:7px;
}

#header_menu .col1 {width:80px}
#header_menu .col2 {width:90px}
#header_menu .col3 {width:80px}
#header_menu .col4 {width:80px}
#header_menu .col5 {width:80px}
#header_menu .col6 {width:80px}
#header_menu .col7 {width:80px}
#header_menu .col12 {width:120px}



#header_menu td.separator {
	height:10px;
}

#header_menu td.active {
 	background-color:#880000;
	height:7px;
}

#header_menu td.item {
	text-align:center;
	border-right:1px #bdbdbd solid;
}

a.menu:link, a.menu:visited, a.menu:active {
	text-decoration:none;
	color:#bdbdbd;
}
a.menu:hover {
	text-decoration:none;
	color:white;
}

a.active:link,
a.active:visited,
a.active:active,
a.active:hover
 {
	font-weight: bold;
	color: white;
}



#title_news_box {
      	float:left;
	width:270px;
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
	padding-top: 5px;
	text-align: left;
	background-color: #353535;
}
#title_news_box .date {
/*      	color:#6a6a6a;*/
      	color:#aaaaaa;
	height:20px;
	border-bottom: 1px #6a6a6a solid;
	padding-left:10px;
	font-weight:bold;
}
#title_news_box .text {
	margin: 10px;
	height: 70px;
	overflow: hidden;

}

#title_news_box .text h3 {
	font-size:12px;
	margin:0;
	color: white;
}

#title_news_box .text a.txt:link,
#title_news_box .text a.txt:visited {
	text-decoration:none;
	font-size:12px;
	color:#aaaaaa;
}
#title_news_box .text a.txt:hover {
	text-decoration:none;
	color:white;
}

.title_image {
	width:550px;
	float: right;
	margin-top: 10px;
}




h2.addressGroup {
	font-size: 1.4em;
	margin-top: 0em;
	color: black;
	cursor: pointer;
} 

#news_box {
      	float:left;
      	clear:  both;
	width:800px;
	font-size:12px;
	margin-right:20px;
	margin-top: 20px;
	text-align: left;
}
#news_box .date {
      	color:#aaaaaa;
	border-bottom: 1px black solid;
	border-top: 1px black solid;
	padding-left:10px;
	font-weight:bold;
	padding-bottom: 5px;
}
#news_box .text {
	margin: 10px;
}

#news_box .text h3 {
	font-size:12px;
	margin:0;
	color: black;
}

#news_box a.txt:link,
#news_box a.txt:visited,
#news_box a.txt:active {
	text-decoration:none;
	font-size:12px;
	color:black;
}
#news_box a.txt:hover {
	text-decoration:none;
	font-size:12px;
	color:#aaaaaa;
}

#news_box .news_arrow {
	float:right;
	color: black;
}

#news_box h3 {
	color: black;
}




#footer {
 	background: url('/interface/uzor.gif');
 	background-repeat: no-repeat;
 	background-position: 0px 2px 0 0;
	width: 835px;
	height:113px;
	clear: both;
	margin-top:20px;
	margin-bottom:10px;
}
#footer * {
	font-size: 10px;
}

#footer .register {
	position: relative;
	clear: both;
	font-size: 10px;

}

#footer .register .lft {
	float: left;
	margin-left: 65px;
	margin-top: 51px;
	background: url('/interface/quad.gif');
	background-repeat: no-repeat;
	background-position: 90px 3px;
	width: 100px;
}

#footer .register .rght {
	float: right;
	margin-top: 47px;
	margin-right: 20px;
}

#footer .register form {
    	font-size: 12px;
}

#footer .register form ul {
	list-style-type:none;
}

#footer .register form li {
	float: left;
}

#footer .register form input {
	width: 170px;
	height: 19px;
	background-color: black;
	color:white;
	border: 1px black solid;
	font-size: 12px;
	color: #BDBDBD;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;

}

#footer .register form .black_submit {
	width: 50px;
	height: 19px;
	background-color: #4f4f4f;
	color:white;
	border: 0px;
	background: url('/interface/arrow.gif');
	background-repeat: no-repeat;
	background-position: 25px 5px;
	cursor:pointer;

}


#footer .copy {
	position: relative;
	left: 155px;
	clear: both;
	color: #737373;
	font-size: 10px;
	top: 10px;


}

/* ----------------- */

#header_register {
	float: right;
	width: 400px;
	margin-top: 5px;
}

#header_register li {
	list-style-type:none;
	float: left;

}

#header_register form {
	margin-top: 0px;
	float: right;
}

#header_register form input.pass {
	width: 80px;
}

#header_register form .black_submit {
	width: 40px;
	height: 19px;
	background-color: #4f4f4f;
	color:white;
	border: 0px;
	background: url('/interface/find_btn.jpg');
	background-repeat: no-repeat;
	background-position: 2px 0px;
	cursor:pointer;
}

#header_register form input {
	width: 130px;
	height: 19px;
	background-color: black;
	color:white;
	border: 1px black solid;
	font-size: 12px;
	color: #BDBDBD;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;

}
/* ---------------------- */





#header_finder {
	width: 300px;
	margin-top: 2px;
	text-align: right;
	float:right;
}

#header_finder form input {
	background-color: black;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	padding: 0;
	margin: 0;
	color:#E0E0E0;
	width: 245px;
	margin-right: 3px;
	font-size: 10px;
}

td.fint_input {
	background-color: black;
	border-left: 1px #464646 solid;
	padding-left:5px;
}

#header_finder form .find_submit {
	background-color: #4f4f4f;
	color:white;
	border: 0px;
	background: url('/interface/find_btn.jpg');
	background-repeat: no-repeat;
	width: 36px;
	height: 21px;
	margin-left: 3px;
	cursor: pointer;
}


/* --------------------- */


.separator {
 	clear: both;
}



#catalog_container .col1 {
	width: 117px;
	vertical-align: top;
}

#catalog_container .col2 {
	vertical-align: top;
	padding: 0 0 0 18px;

}


#catalog_container .item_subtype_icon {
	margin-left: 17px;
	text-align: center;
	width: 100px;
	height:60px;
	padding-top: 15px;
}


.item_group_117 {
	background: url('/interface/item_group1.gif');
	background-repeat: no-repeat;
	border-top: 1px #575757 solid;
	margin-bottom: 20px;

}

.item_group_124 {
	background: url('/interface/item_group2.gif');
	background-repeat: no-repeat;
	border-top: 1px #575757 solid;
	margin-bottom: 20px;
	height: 100px;
}

.item_group_125 {
	background: url('/interface/item_group3.gif');
	background-repeat: no-repeat;
	border-top: 1px #575757 solid;
	margin-bottom: 20px;
	height: 100px;

}




.filter {
	font-size: 10px;
/*	background-image: url('interface/filter_bg.png');*/
	background-color: #6a6a6a;
	background-repeat: no-repeat;
/*	filter: alpha(opacity=65);*/
	clear: both;
	width: 700px;
}

.f1 {
	height: 42px;
}

.f2 {
	height: 115px;
}

.f3 {
	height: 100px;
}

.f4 {
	height: 75px;
}

.filter_selected {
	background-image: url('/interface/filter_bg_selected.png');
	background-repeat: no-repeat;
/*	filter: alpha(opacity=65);*/
	display:block;
}

.filter_hidden {
	display:none;
}

.filter a.selected:link, .filter a.selected:visited, .filter a.selected:active {
	color: white;
	font-weight: bold;
}

.filter a.top:link, .filter a.top:visited, .filter a.top:active {
	color: black;
	font-weight: bold;
}

.filter a:link, .filter a:visited, .filter a:active {
	color: black;
}

.filter a:hover, 
.filter a.top:hover {
	color: #bdbdbd;
	text-decoration: none;
}

.filter div.item {
	padding-right: 40px;
	border-right: 1px black solid;
	width: 172px;
	float:left;
	padding: 16px 0px 16px 0px;
	text-align: center;

}
.filter div.no_border {
    border-right: 0px;
}
.filter div.item_right {
	border-left: 1px black solid;
	width: 160px;
	float:right;
	padding: 16px 0px 16px 0px;
	text-align: center;

}

.filter .filter_splitter {
	clear: both;
	border:0px;
	margin:0px;
	height:0px;
	padding:0px;
	font-size: 0px;
}

.filter table {

}

.filter table td {
	font-size:10px;
}



.filter_style_items {
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}

td.filter_subtype_items {
	float:left;
	padding-top:8px;
	padding-bottom:10px;
	width: 500px;
	padding-left:20px;
}

td.filter_subtype_items img {
	float: right;
}


.filter_style_item {
	width: 110px;
	float:left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}

.filter div.filter_style_item_all {
	border-right: 1px black solid;
	width: 150px;
	float:left;
	padding: 43px 0px 46px 0px;
	text-align: center;
}

.filter_vendor_item {
	float:left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}


.filter div.filter_room_item_all {
	border-right: 1px black solid;
	width: 150px;
	height: 40px;
	float:left;
	padding: 15px 0px 2px 0px;
	text-align: center;
}

.filter div.filter_room_item {
	margin-top: 15px;
	margin-left: 20px;
	
	float: left;
}




.filter_subtype_group_item {
	float:left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0px;
	color:black;
    white-space: nowrap;

}

.filter_subtype_group_item_all {
	border-right: 1px black solid;
	width: 150px;
	text-align: center;
	vertical-align: middle;
}



.filter_btn {
	border-bottom: 1px black solid;
	margin-top:4px;
	text-align:left;
	margin-bottom: 1px;
	background-color: black;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: right;
	width: 150px;
	height: 20px;
}

.filter_btn a:link,
.filter_btn a:hover,
.filter_btn a:active,
.filter_btn a:visited
 {
	text-decoration: none;
	position: relative;
	top:4px;
	left: 5px;
}

.expanded {
	background-image: url('/interface/filter_arrow_down.jpg');
}

.collapsed {
	background-image: url('/interface/filter_arrow_right.jpg');
}


.filter_clear_btn {
	height: 17px;
	margin-top:2px;
	text-align:left;
	margin-bottom: 10px;
}

.btn {
	cursor: pointer;
}




.catalog_item {
	width: 232px;
	height: 310px;
	background-color: white;
	margin-right: 1px;
	margin-bottom: 1px;
	float: left;
	color:black;
}

.catalog_item_box {
	width: 230px;
	height: 290px;
	background-color: white;
	color:black;
	overflow: hidden;
}

.manager {
	height: 420px;
}

.manager_box {
	height: 400px;
}

.hidden {
	background-color: gray;
}

.catalog_item_footer {
	width: 230px;
	height: 20px;
	margin-right: 0px;
	margin-bottom: 1px;
	color:black;
	text-align: right;
	background-color: transparent;
}

.catalog_item_footer .edit_small {
	font-size: 8px;
	background-color: black;
	color: white;
	border: 1px black solid;
	height: 15px;
	cursor: pointer;
	margin-top: 0;
	padding-top: 0;
}

.catalog_image {
	width: 232px;
	height: 160px;
	text-align:center;
	margin-bottom:5px;
}

h4.catalog_item_name {
	font-size:10px;
	width: 130px;
	height: 48px;
	margin:0 0 0 5px;
	float:left;
	overflow: hidden;
}

.catalog_item_vendor {
	font-size:10px;
	width: 85px;
	margin-left:5px;
	float:right;
}


.catalog_item table {
	margin-left: 5px;
	clear: both;
/*	width: 220px;*/
}

.catalog_item table th {
	font-size:10px;
	color:black;
	font-weight: bold;
	text-align: left;

}
.catalog_item table td {
	font-size:10px;
	color:black;

}

.catalog_item a:link,
.catalog_item a:active,
.catalog_item a:visited {
	color: black;
}

.catalog_item .more {


}

.catalog_item .old_art {
	color: black;
}



.item .header_right {
	float: right;
	margin-top: 15px;
	text-align: right;
	border: 1px red solid;
	height: 30px;
}

.item h2 {
	height: 13px;
	border-bottom: 1px #6a6a6a solid;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding-bottom: 2px;
}

.item h3 {
	font-size:12px;
	text-align: left;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 15px;
}

.item .image {
}

.item .item_image {
	float: left;
	width: 600px;

	text-align: left;
}

.item .image_addon {
	float:right;
	margin-bottom: 10px;
}

.item hr {
	border:0;
	clear:both;
}

.item .info {
	clear: both;
	border-top: 1px #6a6a6a solid;
	margin-top:1px;
	padding-top: 3px;
	text-align: left;

}

.item .drawing_image {
	float:right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.item table.text_info td {
	padding-right: 5px;
}

.item .case {
	margin-top: 20px;
}

.item .footer {
	border-top: 7px #6a6a6a solid;
	margin-top: 20px;
	margin-bottom: 20px;
}

.item .lft {
	float: left;
	margin-top: 3px;
	font-size: 10px;
}

.item .rght {
	float: right;
	margin-top: 3px;
	font-size: 10px;
	color: #6a6a6a;
}


.letterAddr {
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom: 1px silver solid;
}

.letter {
	background-color: white;
	color: #aaaaaa;
	padding: 10px 10px 10px 10px;
	width: 815px;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
}

.letter * {
	font-family: Verdana, Arial;
	font-size: 12px;
	text-align: left;
	color: black;
}

.letter h1 {
	font-size: 14px;
	border-bottom: 1px #6a6a6a solid;
	padding-bottom: 2px;
	padding-top: 30px;
	margin-bottom: 10px;
}

.letter .icoon {
	float:right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.letter .date {
	padding-top: 3px;
	clear: both;
}
.letter hr {
	border: 0px;
}

.letter a:link,
.letter a:active,
.letter a:visited,
.letter a:hover
 {
	text-decoration: underline;
	color: black;
}

.letter input {
 	color: black;
}

.letter input[type="submit"] {
	text-align: center;
}

.letter p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}



.managermenu {
	margin: 0 auto;
	width: 835px;
	border-bottom: 1px #6a6a6a solid;
}



table.case {
	border-collapse: collapse;
}

table.case th {
	border: 1px #bdbdbd solid;
	padding: 5px;
	font-size: 12px;
	background-color: #6a6a6a;
}

table.case td {
	border: 1px #6a6a6a solid;
	padding: 3px;
}

table.case td.footer {
	border: 1px #bdbdbd solid;
	padding: 5px;
	background-color: #6a6a6a;
}

table.case td table td {
	border: 0px;
}

table.case a:link, 
table.case a:hover, 
table.case a:visited, 
table.case a:active {
	color: #ebebeb;
}


table.t2 th {
	font-size:12px;
	text-align: left;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.t2 td {
	font-size:12px;
	text-align: left;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.t2 td a:link, a:active, a:visited {
	color: white;
}


#buttonsDiv {
   margin-top: 10px;
   text-align: right;
   float: right;
   height: 40px;
}

#buttonsDiv2 {
   margin-top: 40px;
   text-align: right;
}

#ajaxMessage {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99;

    color: white;
    font-weight: bold;
    background-color: black;

    border: 1px solid black;
    padding: 0.5em 1em;
}

#smallContainer {
	min-height: 300px;
}

#smallContainer ul, #smallContainer ol {
	margin-left: 20px;
}

#smallContainer h2 {
	margin: 5px 0 10px 0;
	font-size: 14px;
	color:#880000;
}


#smallContainer .comment {
	margin-left: 20px;
}



.caseImage {
	margin: 2px 5px 5px 5px;
}

.pages_true {background-color: #808080; }

.pages_false {

}

.pages {
	clear: both;
}

table.telephones {
	margin-top: 0.5em;
}

table.telephones td {
	padding-right:10px;
	vertical-align:top;
}



.interior {
	height: 220px;
}

.interior_box {
	height: 200px;
}


form {
	vertical-align: middle;
}


#div1 {
	padding-right:  4px;
}


#caseHint table{
	color: white;
	background-color: black;
}

#caseHint table td {
	border-bottom: 0px white solid;
	color: white;
	padding: 5px;
	background-color: gray;
}


.indexFooter {
 	clear: both;
	margin: 0 0 10px 0;
	width: 835px;
}

.stext p {
	margin-top: 0.5em;
	margin-bottom: 1px;
	text-align: justify;
}
.stext h1 {
	font-size: 1.2em;
	margin-top: 1.5em;
}
.stext h2 {
	font-size: 1em;
	margin-top: 1.5em;
}

.stext b {
	font-weight: normal;
}

.breadkrump {
	float: left;
	width: 300px;	
}

.telInfo input {
	float: left;	
	margin-top: 5px;
}

.telInfo p {
	width: 500px;
	float: left;
	margin-left: 20px;
}

.telInfo p b {
}



.partnersBox {
	background-color:  white;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	float:  left;
	width: 775px;
	border: 2px #d0d0d0 solid;
}

.partnersBox img {
	float:  left;
	margin-right: 10px;
}

.partnersBox .description {
	margin-top: 5px;
	text-align: justify;
}

.partnersBox .more {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 14px;
	float:  right;
	margin-right: 5px;
    color: black;
}

.partnersBox .more a {
    color: black;
}

.partnersBox .fullDescription {
	float:  left;
	clear:  both;
	padding: 10px;
	text-align: justify;
	border-top: 2px #880000 solid;
    margin-top: 15px;
    width: 100%;
}


.letterWhite * {
    background-color: white;
    color: black;
}


.letterWhite {
    float: left;
    background-color: white;
    color: black;
}

.letterWhite h2 {
    color: #880000;
}

.letterWhite div.letterWhiteGroup {
    float: left;
    border-bottom: 2px #880000 solid;
    margin-bottom: 20px;
}

.letterWhite .partnersBox {
    border: 0;
    
}

.letterWhite .projects {
    float: left;
    clear: both;
    width: 100%;
}

.letterWhite .projects .project {
    float:  left;
    border-bottom: 1px silver solid;
    padding-bottom: 15px;
    width: 100%;
}



ul.sitemap {
	margin-left: ;
}

ul.sitemap li {
	margin-left: 2em;
	line-height: 1.5em;
}

ul.sitemap li ul {
	margin-left: 2em;
}