html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #464E4A;
	height: 100%;
	line-height: 16px;
}

#layout {
	min-height: 100%;
	_height: 100%;
	height: auto !important;
	position: relative;
}

a {
	cursor: pointer;
	text-decoration: underline;
	color: #464E4A;
}

p {
	line-height: 16px;
	margin: 10px 0px 10px 0px;
}

p.title {
	font-size: 12px;
	margin-bottom:5px;
	margin-top: 15px;
	color: #464E4A;
	font-weight: bold;
	font-style: normal;
}

#container {
	position: relative;
	width:949px;
	/*height: 100%;*/
	left: 50%;
	margin-left: -474px;
	background-color: #fff;	
	padding-bottom: 50px;
}

#header {
	height: 95px;
	position: relative;
	top: 0px;
}

#header .logo a {
	display: block;
	background-image: url(../images/logo.jpg);
	width: 240px;
	height: 51px;
	position: relative;
	top: 25px;
	left: 30px;	
}



#header .nav {
	position: relative;
	float: right;
	height: 30px;
	top: 5px;
	right: 10px;

}

#header div.crn1 {
	float:left;
	background-image: url(../images/crn1.gif);
	background-repeat: no-repeat;
	width:6px;
	height: 16px;
}

#header div.crn2 {
	float: left;
	background-image: url(../images/crn2.gif);
	background-repeat: no-repeat;
	width:6px;
	height: 16px;
}

#header .nav a {
	position: relative;
	margin-right: 10px;
	color: #584b64;
	text-decoration: underline;
	cursor: pointer;
	float: left;
	display: inline-block;
	padding: 4px 6px;
}

#header .nav a.active {
	position: relative;
	margin-right: 10px;
	color: #955b39;
	background-color: #ecebe8;
	text-decoration: underline;
	cursor: pointer;
	float: left;
	display: inline-block;
	padding: 4px 6px;
}

#header .nav a:hover {
	color: #000;	
}

.clear {
	clear: both;
}

#visual {
	background-image: url(../images/visual.jpg);
	height: 310px;
}

.line {
	margin-top: 1px;
	border: 2px solid #ecebe8;
}

#content {
	width: 100%;
	background-repeat: repeat;
	margin-top: 30px;
	display: block;
	margin-bottom: 20px;
	min-height: 400px;
}

#content .left-block {
	width: 321px;
	float: left;
	margin-right: 20px;	
}

#content .left-block .catalog {
	background-image: url(../images/catalog.jpg);
	width: 320px;
	height: 132px;
}

#content .left-block .catalog  a{
	display: block;
	position: relative;
	left: 196px; 
	top: 100px;
	color: #0054a6;
	font-size: 12px;
	font-weight: bold;
}

.booklet{
	margin: 0 1px 0 34px;
	background: url(../images/pdf.jpg) 10px 20px no-repeat #edece9;
	padding: 20px 0;
}

.booklet p {
	margin: 0 45px;
	color: #585836;
}

.price {
	background-image: url(../images/price-icon.jpg);
	width: 286px;
	height: 81px;	
	position: relative;
	margin-left: 30px;
	margin-top: 30px;
}

.price-small {
	background: url(../images/list.jpg) left top no-repeat;
	width: 210px;
	height: auto;	
	padding-top: 45px;
	#padding-top: 30px;
}

.printable {
	width: 210px;
	height: 45px;
	background: url(../images/print.jpg) left top no-repeat;
	margin-top: 30px;
}

#content .left-block .price-files {
	display: block;
	margin-left: 30px;
	width: 286px;
	height: auto;
	background-color: #eeeeee;
	padding: 5px 0 10px 0;
}

.price-files-inner {
	background-color: #eeeeee;
	padding: 5px 0 10px 0;
}

#content .left-block .price-files p, .catalog-download p, .price-files-inner p {
	color: #585836;
	margin-left: 14px;
	font-weight: bold;
}	

#content .left-block .price-files a, .booklet a, .catalog-download a, .price-files-inner a  {
	color: #2b5d91;
	font: 9px Tahoma;
/*	display: block;
	padding-top: 10px;
	padding-left: 15px;*/
}

#content .center-block {
	float: left;
	/*width: 266px;*/
	width: 600px;
	/*margin-right: 40px;*/
}

#content .right-block{
	float: left;
	width: 266px;	
}

.content {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

.cols {
	float: left;
	width: 438px;
}

.adv {
	margin-top: 50px;
	background-image:  url(../images/about-adv.gif);
	background-repeat: no-repeat;
	width: 654px;
	height: 59px;
}

.awards {
	display: block;
	position: relative;
	margin-bottom: 20px;	
	margin-top: 30px;
}

.awards .border {
	width: 153px;
	height: 206px;
	border: 1px solid #dada9c;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;	
}

.awards .border img {
	margin-top: 15px;
	width: 88px;
	height: 127px;
	cursor: pointer;
}

.awards .border span {
	display: block;
	margin-top:10px;
	display: block;
	font-size: 10px;
}


.catalog-list {
	margin-top: 10px;
	float: left;
}

.catalog-download {
	float: right;
	width: 210px;
}

.catalog-elem {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}

.catalog-elem a{
	display: block;
	height: 228px;
	width: 320px;	
	border: 1px solid #dada9c;
	text-decoration: none;
}

.catalog-elem a:hover {
	display: block;
	height: 228px;
	width: 320px;	
	border: 1px solid #dada9c;
	background: #f6f5f4;
}

.catalog-elem img {
	display: block;
	position: relative;
	left: 15px;
	top: 10px;
}

.catalog-elem div.desc {
	display: block;
	position: absolute;
	text-decoration: none;
	color: #6f895d;
/*	text-align: center;*/
	left: 160px;
	top: 50px;
	font-weight: bold;
}

.catalog-elem div.desc span {
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
	color: #6f895d;
}

.catalog-elem-active {
	float: left;
	height: 228px;
	width: 180px;
	border: 1px solid #dada9c;
	background: #f6f5f4;
}

.element {
	margin-top: 30px;	

}

.element .preview {
	float: left;
}

.element .select {
	float: left;
	margin-left: 45px;
}

.element .select div.preview {
	margin-right: 30px;
	cursor:pointer;
}

.element .select-desc {
	width: 420px;
	height: 236px;
	border: 1px solid #dada9c;
	margin-top: 10px;
}

.element .select-desc1 {
	margin-top: 10px;
}

.element .select-desc1 .title {
	margin-bottom: 10px;
}


table.desc {
	margin-top: 10px;
	margin-left: 10px;
	border: 0px;
}

table.desc tr {
	height: 25px;
}


.element .select div.desc {
	font-size: 10px;
	text-align: center;
	margin-top: 5px;
}


.element .glass {
	float: left;
	margin-left: 30px;
}

.glass-select {
	float: left;
}

.glass-select a {
	display: block;
	text-decoration: none;
	color: #4d433e;
	border-bottom: 1px dashed #000;
	margin-bottom: 5px;

} 

.glass-select a.active {
	color: #529402;
	border-bottom: 1px dashed #529402;
}

.glass-preview {
	float: left;
	margin-left: 20px;
}

.element .element-full {	
/*	background-image: url(../images/shadow.png);
	background-position: bottom left;
	background-repeat: no-repeat;*/
	width: 195px;
	height: 415px;

}

.element .element-color {
	margin-top: 40px;
	width: 148px;
	border: 1px solid #dada9c;
}

.element .element-all {
	border-top: 1px solid #DADA9C;
	margin-top: 45px;
	padding-top: 10px;
}

.element .element-all .column {
	margin-top: 10px;
	width: 130px;
	float: left;
}

.element .element-all ul {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}

.element .element-all ul  li{
	list-style: none;
}

.element .element-color div {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	text-align: center;
}

.element .element-color div img {
	margin: 4px;
}

.manufacture-door {
	float: left;
	width: 330px;
}

.manufacture-desc {
	margin-left: 40px;
	width: 500px;
	float: left;
}

.manufacture-image {
	margin-top: 20px;
	margin-bottom: 20px;

}

.manufacture-image div.image {
	float: left;
	margin-bottom: 20px;
	margin-right: 15px;
}

.manufacture-image div.image img  {

	border: 1px solid #dada9c;
}

.manufacture-image div.desc {
	font-size: 10px;
	color: #464e4a;
	margin-top: 5px;
}

.manufacture {
	margin-top: 20px;
	margin-bottom: 40px;
	height: 160px;
}

.m1 {
	background-image: url(../images/m_1.png);
	width: 295px;
	height: 159px;
	float: left;
	margin-right: 10px;
}

.m1 div {
	position: relative;
	width: 190px;
	top: 10px;
	left: 100px;
}

.m2 {
	background-image: url(../images/m_2.png);
	width: 295px;
	height: 158px;
	float: left;
	margin-right: 10px;
}

.m2 div {
	position: relative;
	width: 190px;
	top: 10px;
	left: 100px;	
}

.m3 {
	background-image: url(../images/m_3.png);
	width: 295px;
	height: 159px;
	float: left;	
}

.m3 div {
	position: relative;
	width: 200px;
	top: 10px;
	left: 90px;
}

.margin10 {
	margin-top: 10px;
}

.margin20 {
	margin-top: 20px;
}

.contact {

}

.contact-diler {
	float: left;
	width: 300px;
	margin-right: 1px;

}

.contact-diler p.caption {
	color: #768b5d;	
	font: 14px Tahoma;
}

.contact-diler .town a{
	text-decoration: none;
	border-bottom: 1px dashed #4D433E;
	color: #4D433E;
}

.contact-diler .town a:hover {
	color: #768b5d;	
}

.contact-diler .town  a.active{
	text-decoration: none;
	border-bottom: 1px dashed #529402;
	color: #529402;
}

.contact-diler .desc {
	margin-top: 10px;
	color: #4D433E;	
	margin-left: 5px;
	display: none;
}

.contact-address {
	float: left;
	width: 260px;
	color: #464e4a;
	margin-left: 14px;
	margin-right: 50px;
	_margin-left:0;
}

.feedback {
	float: left;
	margin-left: 20px;
}

.feedback .text{
	color: #464e4a;
	margin-top: 10px;
}

.feedback input,textarea {
	border: 1px solid #ccd3ba;
	height: 16px;
	width: 243px;
}

.feedback button.feedback {
	background-image: url(../images/feed-button.gif);
	width: 84px;
	height: 19px;
	border: 0px;
	font-size: 11px;
	color: #fff;
	padding: 0px 0px 3px 0px;
	margin-left: 159px;
	cursor: pointer;
	
}

.main-image img {
	width: 286px;
	height: 163px;
	margin-right:20px;
	margin-bottom: 20px;
}

.title {
	font-size: 20px;
	color: #768b5d;
}

.glass-title {
	font-size: 20px;
	color: #768b5d;
	float: right;
}

.f14{
	font-size: 14px;
	display: block;
	line-height: 15px;
	margin-bottom: 5px;
}

.f12 {
	font-size: 12px;
	display: block;
	line-height: 16px;
}

.f12s {
	font-size: 12px;
	display: block;
	line-height: 15px;
	font-weight: bold;	
	margin-bottom: 5px;
}

p{
	line-height: 15px;
}

.phone-fax {
	background-image: url(../images/phone-fax.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.phone {
	background-image: url(../images/phone.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;	
}

.map {
	background-image: url(../images/map.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;	
}

.map a {
	text-decoration: none;
	border-bottom: 1px dashed #4D433E;
	color: #4D433E;
}

#footer {
	clear: both;
	height: 50px;
	color: #768b5d;
	font-size: 11px;
	position: absolute;
	bottom: 0;
	width: 970px;
	left: 50%;
	margin-left: -485px;
	background: url(../images/bottom_back.jpg) center bottom no-repeat;
	_margin-left: 1px;
}

#footer .bottom {
	position: relative;
	height: 8px;
	
	width: 971px;
	/*top: 100%;*/
}

#footer .copyright {
	float: left;
	margin-left:20px;
}

#footer .prometey {
	float: right;
	margin-right: 20px;
}

.v-title {
	color: #fff;
	position: relative;
	top: 132px;
	left: 36px;
}

.v-title .span18{
	font-size: 18px;
	text-transform: uppercase;
	display: block
	tex
}

.v-title .span14 {
	font-size: 14px;	
	text-transform: uppercase;
	display: block;
}

.c-title {
	position: relative;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	top: 20px;
	left: 210px;
}

.c-title a {
	color: #fff;
	font-weight: bold;
}

.search {
	position: relative;
	top: 60px;
	#top: 40px;
	left: 145px;
}

input.text {
	height: 16px;
	border: 1px solid #96a065;
	color: #b4b4b4;
	float: left;
}

.button {
	background-image: url(../images/search-button.gif);
	width: 25px;
	height: 19px;
	border: 0px;
	float: left;
	margin-left: 2px;
	cursor: pointer;
}

.map_total {
	display: none;
	background-color: #fff;
	text-align: right;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -200px;
	border: 2px solid #fff;	
}

.map_total a {
	display: block;
	margin-right: 10px;
}

.map_total .image {
	background-image: url(../images/map/map_total.jpg);
	width: 500px;
	height: 400px;
}

.map_total .image .pos3 {
	position: relative;
	width: 150px;
	height: 20px;
	top: 35px;
	left: 235px;
	#left: -115px;
	display: block;
/*	border: 1px solid green;*/
}

.map_total .image .pos3 a {
	position: relative;
	width: 150px;
	height: 20px;
	cursor: pointer;
	
}

.map_total .image .pos2 {
	position: relative;
	width: 190px;
	height: 20px;
	top: 125px;
	left: 10px;
	#left: -300px;
	display: block;
/*	border: 1px solid red;*/
}

.map_total .image .pos2 a {
	width: 190px;
	height: 20px;
	cursor: pointer;
	
}

.map_total .image .pos1 {
	position: relative;
	width: 150px;
	height: 20px;
	top: 115px;
	left: 310px;
	#left: -40px;
	display: block;
	/*border: 1px solid blue;*/
}

.map_total .image .pos1 a {
	width: 150px;
	height: 20px;
	cursor: pointer;
	
}

h1.spectitle {
	font-family:Tahoma;
	/*line-height: 16px;*/
	font-size: 18px;
	color: #768b5d;
	font-weight: normal;
	margin-top: 0px;
	/*font-style: italic;*/
}

.feed-res {
	color: #005B01;
	display: none;
}