/* Резет */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, a, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 14px;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

td, td img {
	vertical-align: top;
	}
	
td, th {
	border: 1px silver solid;
	padding: 8px 30px 12px 0;
	vertical-align: top;
	}
th {
	text-align: center; 
	font-weight: bold;	
	}

input, select, button, textarea {
	margin: 0;
	font-size: 100%;
	}

input[type="checkbox"] {
	vertical-align: bottom;
	}

input[type="radio"] {
	vertical-align: text-bottom;
	}

/* Общие стили */
html, body {
	height: 100%;
	background: url("../images/bg.jpg");
	font: 14px/18px Arial, Helvetica, sans-serif;
	}

.b-page {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-width: 1000px;
	line-height: 1.8em;
}

* html .b-page {
	height: 100%;
}
	
ul {
	margin-left: 2.5em;
	margin-bottom: 12px;
	}

li {
	line-height: 18px;
	}

table {
	border-collapse: collapse;
	}

a {
	color: #000;
	text-decoration: underline;
	}

a:hover {
	color: red;
}

.fs24 {
	font-size: 24px;
	line-height: 32px;
}







.b-page {
	max-width: 1300px;
	margin: 0;
}

.b-header {
	height: 75px;
	padding: 35px 0 0 37px;
}

	.b-menu {
		float: left;
		clear: both;
		height: 27px;
	}
	
		.b-menu ul {
			margin: 0;
		}

		.b-menu li {
			list-style-type: none;
			float: left;
		}

			.b-menu li div {
				float: left;
				height: 27px;
			}

			.b-menu li .l {
				width: 8px;
			}

			.b-menu li.active .l {
				background: url("../images/menu-left.png");
			}

			.b-menu li .c {
				width: auto;
			}

			.b-menu li.active .c {
				background: url("../images/menu-center.png");
			}

			.b-menu li .r {
				width: 8px;
			}

			.b-menu li.active .r {
				background: url("../images/menu-right.png");
			}
			
			.b-menu li a {
				display: block;
				margin: 3px;
				font-size: 18px;
			}
			
	.b-logo {
		position: absolute;
		z-index: 150;
		right: 40px;
		width: 118px;
		height: 204px;
		margin-top: 2px;
	}
	
		.b-logo a {
			display: block;
			width: 100%;
			height: 100%;
		}















.b-page .wrapper {
	position: relative;
	z-index: 100;
	clear: both;

	width: 100%;
	min-width: 1000px;
	width: expression(document.body.clientWidth > 1000 ? "100%" : "1000px");

	padding-bottom: 200px;
}

.content {
	margin: 0 200px 0 460px;
	font: 14px/22px Arial, Helvetica, sans-serif;
	color: #2e2d2a;
}

.content.wl {
	margin: 0 200px 0 110px;
}

	.content h1 {
		margin-bottom: 30px;
		font: 32px/38px Trebuchet MS, Arial, Helvetica, sans-serif;
	}

	.content h2 {
		margin-bottom: 12px;
		font: 26px/32px Trebuchet MS, Arial, Helvetica, sans-serif;
	}
	
	.content h2.main-title {
		margin-left: -17px;
		padding-left: 17px;
		background: url(../images/main-title.png) no-repeat;
		font-size: 20px;
	}

	.content h3 {
		margin-bottom: 12px;
		font: 22px/26px Trebuchet MS, Arial, Helvetica, sans-serif;
	}

	.content .intro {
		margin-bottom: 30px;
		font: 24px/32px Trebuchet MS, Arial, Helvetica, sans-serif;
		color: #2c2c2c;
	}
	
	.content p {
		margin-bottom: 12px;
	}

	.content a {
		color: #3f8900;
	}

	.content a:hover {
		color: red;
	}

	.content .readmore {
		margin-top: 10px;
	}
	
	
	
	.content .submenu {
		list-style-type: none;
		height: 20px;
		margin: -20px 0 12px;
	}

	.content .submenu li {
		float: left;
		margin: 0 10px 0 0;
	}
	
	
	
	.content .products {
		margin-left: 0;
	}
	
	.content .products li {
		list-style-type: none;
		clear: both;
		margin: 0 0 15px;
	}
	
	.content .products li .photo {
		display: table-cell;
		width: 135px;
		height: 173px;
		padding-right: 15px;
		vertical-align: top;
	}
	
	.content .products li .photo img {
		max-width: 135px;
	}
	
	.content .products li .body {
		display: table-cell;
		margin: 0 0 0 159px;
		padding-top: 20px;
		vertical-align: top;
	}
	
	.content .products li .body h3 {
		margin-bottom: 15px;
		font-size: 16px;
		font-weight: normal;
	}
	
	.content .products li .body h3 a {
		font-size: 16px;
	}

	
	
	.content .product_photo {
		position: relative;
		left: -125px;
	}
	
	
	
	.content dl.recepts dt {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.content dl.recepts dd .photo {
		float: left;
		width: 220px;
	}
	
		.content dl.recepts dd .photo img {
			max-width: 220px;
		}
	
	.content dl.recepts dd .body {
		margin-left: 225px;
	}
	
	.content a.b-read-more {
		text-decoration: none;
		border-bottom: 1px dashed #3f8900;
		font-size: 18px;
	}
	
	.content a.b-read-more:hover {
		text-decoration: none;
		border-bottom: 1px dashed red;
	}
	
	


.left {
	position: relative;
	z-index: 2;
	left: -25px;

	float: left;
	width: 460px;
	height: 150px;
	min-height: 1.5em;
}

	.left .photo {
		position: relative;
		z-index: 150;
		float: right;
		left: 20px;
		display: inline-block;
		width: 600px;
		height: 445px;
		text-align: right;
	}

	.left img {
	}
	
.right {
	position: relative;
	z-index: 2;

	float: right;
	width: 200px;
	margin-top: 160px;
}

.fake_left {
  position: absolute;
  left: 0;
  width: 450px;
  top: 0;
  bottom: 0;
  z-index: -1;

  _height: expression(this.offsetParent.clientHeight);
}

.fake_right {
  position: absolute;
  right: 0;
  width: 200px;
  top: 0;
  bottom: 0;
  z-index: -1;

  _height: expression(this.parentNode.clientHeight);
}







.b-footer {
	position: relative;
	overflow: hidden;
	clear: both;
	
	min-width: 1000px;
	width: expression(document.body.clientWidth > 1000 ? "100%" : "1000px");
	height: 450px;
	margin: -450px 0 0;
}

	.b-footer .wrapper {
		position: relative;
		max-width: 1300px;
		margin: 0;
		height: 100%;
	}

	.b-footer .bottom-menu {
		position: relative;
		z-index: 150;
		float: left;
		clear: both;
		margin: 330px 0 0 48px;
	}
	
	.b-footer .bottom-menu ul {
		margin: 0 0 40px;
	}
	
	.b-footer .bottom-menu ul li {
		list-style-type: none;
		float: left;
		margin-right: 15px;
	}
	
	.b-footer .bottom-menu ul li a {
		font-size: 12px;
	}
	
	.b-footer .copyright {
		position: relative;
		z-index: 150;
		clear: both;
		font-size: 10px;
		margin-left: 48px;
	}
	
	.b-footer .copyright a {
		font-size: 10px;
	}
	
	.b-footer .bottom-photo {
		position: absolute;
		right: -250px;
		bottom: 0;
		width: 700px;
		height: 450px;
		background-position: -50px 0 !important;
	}
	
		.b-footer .bottom-photo .sign {
			position: absolute;
			bottom: 60px;
			right: 300px;
			width: 145px;
			height: 136px;
			background: url("../images/quality-sign.png");
		}
		
			.b-footer .bottom-photo .sign p {
				margin-top: 106px;
				font: 10px/15px Trebuchet MS, Arial, Helvetica, sans-serif;
				text-align: center;
			}

.splitter {
	height: 25px;
}

