html, body {
	height:100%;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c3d3b;
	width: 100%;
	min-width: 800px;
	background-color: #fbfaec;
	line-height: 18px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../i/bg.jpg);
}

strong {
	font-weight: bold;
	color: #287e23;
	font-size: 110%;
}

a {
	color: #257c1c;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: 'Georgia', serif;
	font-size: 22px;
	color: #287e23;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3c3d3b;
}

h3 {
	font-family: 'Georgia', serif;
	font-size: 16px;
	color: #8c8d8b;
}

/* ------------Main------------- */

#wrap {
	min-width: 800px;
	max-width: 900px;
	width: 900px;
	margin: 0 auto;
	height: 100%;
}

/*.content.m img {float:left; padding:5px;}*/


.content .c1,
.content .c2 {
	vertical-align: top;
}

.content .c1.header {
	width: 30%;
	height: 270px;
}

.content.m .c1 {
	background-image: url(../i/sausage-t.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.content.m .c2 {
}

.content.m .c2 h1 {
	font-style: italic;
	font-size: 26px;
	margin: 5px 0;
}

.content.m .c2 p {
	text-indent: 10px;
	margin: 10px 0;
	line-height: 18px;
}

/* Menu */

.menu {
	margin: 13px 0 0;
	text-align: center;
}

.menu a {
	color: #777975;
	font-size: 19px;
	font-family: 'Georgia', serif;
}

.menu li {
	display: inline;
	margin: 0 10px;
}

.menu li.last {
}

/* Contacts */

.contacts {
	line-height: 20px;
	margin: 0 0 0 20px
}

.contacts p {
	margin: 0 0 10px 0;
}

.contacts p.dif {
	line-height: 31px;
	font-size: 22px;
	font-family: 'Georgia', serif;
	color: #247e2d;
	background-image: url(../i/phone.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
}

/* Logo */

.logo .i {
	margin: 30px 0 0;
}

.logo .l {
	margin: 15px 0 0;
}

.logo .i,
.logo .l {
	margin-left: 20px;
}

/* Slogan */

.slogan {
	margin: 40px 0 0;
}

.slogan h1,
.slogan h3 {
	font-style: italic;
	line-height: 30px;
}

.slogan h1,
.slogan h3,
.slogan p {
	text-align: right;
}

.slogan p {
	margin: 15px 0 0 0;
}

/* Footer */

#footer {
}

#footer .c2 {
	height: 70px;
	padding: 0 0 70px 0;
	line-height: 20px;
	font-size: 11px;
	color: #adafaa;
}

#footer .c1 {
	/*background-image: url(../i/sausage-b.jpg);*/
	background-position: top center;
	background-repeat: no-repeat;
}

#footer .c1 .c {
	text-align: center;
	position: relative;
}

#footer .c1 img {
	position: absolute;
}

/* Products */


.thumbnails {
	margin: -2em 0 0 -2em;
	text-align: left;
}

.thumbnail {
	text-decoration: none;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	margin: 3em 0 0 2em;
}

.thumbnail .r {
	/*width: 14em;
	float: right;*/
	text-align: left;
}

.thumbnail img {float:left; padding:5px 10px 50px 0;}

.thumbnail .r span {
	width: 100%;
	display: block;
	/*text-align: center;*/
        padding-left:300px;
	margin: 0 0 10px;
	font-weight: bold;
}

/* ------------Fixs------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }  /* for IE/Mac */
