@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/forms.css';

html { height:96%; }
body {
	height:100%;
    min-height:100%;
    background: url('../images/background_wood_1.jpg');
    
    font-family: arial;
}

.l-full-width { 
	width: 950px;
	margin: 0 auto; 
}

.b-superficial {
	min-height: 100%;
	/*background: url('../images/background-gradient.png') repeat-y;*/
	padding: 0;
}
.b-superficial-inner { }
.b-header {
	margin: 0;
	padding: 10px 0 10px;
	height: 51px;
}
.b-content-holder {
	
	position: relative;
	
	margin: 0;	
	background: url('../images/sidebar_background.png') repeat-y left white;
	min-height: 550px;
}
.b-slogan { float: left; color: white; margin: 29px 0 0 -8px; font-weight: bold; font-style: italic; }
.b-sidebar {
	float: left;
	width: 220px;
}
.b-contacts {
	position: absolute;
	bottom: 0;
	left: 0;
	float: left;
	width: 200px;
	padding: 0;
	
	
	margin: 0px 15px 0 10px;
}
.b-contacts .small { font-size: 0.8em; width: 185px; padding: 0px; margin: 0 0 0px 0; border-bottom: dotted 1px #ccc; }
.b-contacts .large { font-size: 1.6em; margin: 0 0 32px; line-height: 1.7em; padding: 0; color: #230100; padding-left: 0px; }
.b-contacts .large img { margin-bottom: -7px; margin-left: 3px; margin-right: 2px; }
.b-content {
	margin-left: 35px;
	float: left;
	width: 650px;
	padding: 24px 0 0px;
}

.b-footer {
	height: 100px;
	margin-top: -101px;
	width: 930px;
	color: #ccc;
}
.b-footer p { text-align: center; padding-top: 25px; font-size: 0.85em; font-weight: bold; }

.b-footer-bufer { height: 100px; width: 100%; }

.b-logotype { margin-left: 12px; float: left; }
.b-langs { margin: 28px 13px 0 0; float: right;  }
.b-langs a { color: white; margin-left: 5px; padding: 1px 4px;  }
.b-langs a.active { background: #230100;  }

.b-langs a img { margin-bottom: -1px;  }

.b-menu 	{ 
	padding: 7px 0; margin: 25px 19px 0 13px; font-size: 0.8em; font-weight: bold;
}
.b-menu li 	{ padding: 7px 10px 3px; margin: 0; list-style: none; border-top: solid 1px #ccc; }
.b-menu a 	{ text-transform: uppercase; color: #444751; }

.b-menu li.active { background: url('../images/leaf.png') center right no-repeat; }

.b-catalog-list { padding: 0 !important; margin: 0 !important; list-style-type: none !important; }
.b-catalog-list li { display: block; width: 100%; padding-bottom: 37px; }
.b-catalog-list li p.b-catalog-description { max-height: 2.8em; overflow: hidden; position: relative; }
.b-catalog-list li p.b-catalog-description a { text-decoration: none; }
.b-catalog-list li p.b-catalog-description img { position: absolute; bottom: 0; right: 0; }

.b-catalog-thumbs img { float: left; margin: 0 6px 6px 0; }
.b-catalog-item-thumbs  { padding: 15px 0 0 0; margin: 0; width: 100%; float:left;  }
.b-catalog-item-thumbs div { float: left; width: 100px; height: 120px; border: solid 1px red; margin: 0 8px 8px 0; }
.b-catalog-item-thumb img { margin-bottom: 4px; width: 80px; height: 80px; }
.b-catalog-item-thumb { float: left; width: 80px; height: 100px; margin: 0 8px 8px 0; text-align: center; font-weight: bold; font-size: 0.8em; color: #666; text-transfrom: uppercase; }

.b-start-images { position: relative; }
.b-start-images-cover { position: absolute; top: 0; left: 0; }

.b-catalog-item-text img { float: right; margin-left: 20px; }
