* { margin: 0; padding: 0; }
img { border: 0; }
table { border-collapse: collapse; }
div.clear { clear: both; }

body {
	background: #EDE9DD;
	color: #333;
	text-align: center;
	min-width: 957px;
}
body, td, th, input, button, select, textarea {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
}
.container {
	width: 957px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
a {
	color: #482D01;
}
h1,h2,h3 {
	font-size: 17px;
}
.block {
	/*background: #E6E2D6;*/
	background: #EDE9DD;
	border: solid 1px #9D9588;
}

/* layout */
#header {
	background: url(images/header.jpg) center bottom no-repeat #313325;
	color: #FFF;
	height: 191px;
}
#body-home #header {
	height: 330px;
}
#header #logo {
	display: block;
	padding: 20px 0 0 47px;
}
#body-home #header #logo {
	padding-top: 105px;
}
#header #logo-text {
	position: absolute;
	left: 215px;
	top: 72px;
	width: 244px;
	font-weight: bold;
	font-size: 18px;
}
#body-home #header #logo-text {
	left: 0;
	top: 270px;
	text-align: center;
}
#header #logo-text:first-line {
	letter-spacing: .13em;
}

#topmenu {
	background: #9D9588;
	color: #FFF;
	font-size: 15px;
}
#topmenu ul {
	line-height: 40px;
}
#topmenu li {
	display: inline;
	padding-left: 20px;
	text-transform: lowercase;
}
#topmenu img {
	vertical-align: top;
	padding: 10px 0 9px 0;
}
* html #topmenu img {
	vertical-align: middle;
}
#topmenu a {
	color: #FFF;
	text-decoration: none;
}
#topmenu a:hover {
	text-decoration: underline;
}

#main {
	background: #E0D9BF;
}

#contents {
	float: right;
	width: 708px;
}
#contents-wrapper {
	padding-left: 25px;
}

#leftmenu {
	float: left;
	width: 238px;
	border: 3px solid #9D9588;
	border-top: 12px solid #9D9588;
	font-size: 15px;
	background: #E6E2D6;
}
#leftmenu ul {
	list-style: none;
	padding: 15px 10px 20px 30px;
}
#leftmenu li {
	padding: 6px 0 6px 20px;
	background: url(images/menu-marker.gif) 0 11px no-repeat;
}
#leftmenu a {
	color: #472C01;
}
#leftmenu ul ul {
	padding: 0 0 0 15px;
}
#leftmenu ul ul li {
	padding: 0 0 0 15px;
	background: url(images/menu-marker2.gif) left no-repeat;
}
#leftmenu ul ul a {
	color: #847761;
}

#small_cart {
	float: left;
	clear: left;
	width: 242px;
	margin-top: 30px;
	background: url(images/cart.gif) no-repeat 15px 50% #EDE9DD;
	color: #666;
}
#small_cart-text {
	padding: 12px 0 12px 85px;
}
#small_cart h2 {
	font-weight: normal;
	font-size: 16px;
	color: #333;
}
#small_cart a {
	color: #472C01;
}

#bean {
	float: left;
	clear: left;
	width: 244px;
	text-align: center;
	margin-top: 50px;
	font-size: 15px;
}
#bean .title {
	margin-bottom: 5px;
}
#bean .ballon {
	background: url(images/bean-ballon.gif) top no-repeat;
	height: 57px;
	padding-top: 23px;
}

#footer {
	clear: both;
	border-top: solid 1px #E5E5E5;
	background: url(images/cup.gif) top no-repeat;
	min-height: 125px;
	line-height: 30px;
}
#footer address {
	font-style: normal;
}
#footer img {
	vertical-align: middle;
	padding: 7px 5px 6px 0;
}
#footer #footer-companies {
	float: left;
	width: 590px;
	padding-left: 26px;
	font-size: 13px;
}
#footer #footer-contacts {
	float: right;
	width: 306px;
	font-size: 14px;
}

