* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
img {
	border: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #F8F8F8;
	background-image: url(images/bg.jpg);
}
a {
    color: #5A3617;
    text-decoration:none;
}
a:hover {
    color: #39311A;
    text-decoration:underline;
}
#wrapper {
	width: 766px;
	margin: 0 auto;
	background: url(images/wrapper_bg.jpg);
	background-repeat: repeat-y;
}
#header {
	background: url(images/header.jpg);
	height: 249px;
}
#left_column {
	background: url(images/menu_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 219px;
	display: inline;
	float: left;
	height: auto !important;
	height: 300px;
	min-height:300px;
}
#center_column {
	float: left;
	display: inline;
	width: 507px;
	padding: 10px 20px;
}
#center_column h1 {
    font-size: 15px;
    color: #796C50;
    padding: 5px 0px 0px 0px;
    margin-bottom: 10px;
}
#center_column h2 {
    font-size: 13px;
    color: #8E8164;
    padding: 5px 0px 0px 0px;
    margin-bottom: 10px;
}
#center_column p {
    margin-bottom: 5px;
    line-height: 15px;
}
#center_column li {
    margin: 0px 0px 2px 15px;
}
#center_column ul {
    margin: 5px 0px 5px 0px;
}
.menu li {
	list-style: none;
	height: 1%;
}
.menu a {
	background: url(images/pointer.gif);
	background-repeat: no-repeat;
	background-position: 25px 9px;
	display: block;
	color: #4B2A1D;
	text-decoration: none;
	padding: 5px 0px 5px 30px;
	width: 189px
}
.menu a:hover {
	color: #A5A5A5;
	background-color: #F6F6F6;
}
.contact_form input, .contact_form textarea {
    width: 95%;
}
#footer {
	background: url(images/footer_bg.jpg);
	height: 60px;
	color: #FFF;
	width: 766px;
	margin: 0 auto;
}
#footer .contact {
	float: left;
	display: inline; 
	width: 250px;
	padding: 18px 0px 0px 45px;	
	font-size: 10px;
}
.contact strong {
	font-weight: bold;
	color: #7D878A;
}
.contact a {
	color: #BACFD3;
	text-decoration: none;
}
.contact a:hover {
	text-decoration: underline;
}
#footer .menu_footer {
	float: right;
	padding: 30px 20px 0px 0px;
	width: 450px;
	text-align: right;
}
.menu_footer a {
	color: #EFEFEF;
	text-decoration: none;
	margin: 0px 5px;
}
.menu_footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.last_m {
    float: left;
    display: inline;
    margin: 0px 8px;
    width: 140px;
    text-align:center;
    border: 1px solid #DEDEDE;
    background: #F9F9F9;
    height: 160px;
    padding: 5px 5px;
}
.last_m .txt {
    font-size: 9px;
}
.last_m .img {
    height: 95px;
}
.furniture {
    padding: 5px;
    border: 1px solid #CCC;
    background: #F9F9F9;
    font-size: 11px;
    height: 110px;
    margin-bottom: 20px;
}
.furniture .img {
    width: 110px;
    text-align: center;
    float: left;
}
.furniture .txt {
    line-height: 15px;
    width: 385px;
    float: left;
}
.img_small {
    float: left;
    width: 125px;
    height: 110px;
    display: inline;
    text-align:center;
    
}
input, textarea {
    color: #000;
    border: 1px solid #777;
    background: #FEFEFE;
    padding: 2px;
    font-family: Arial, sans-serif;
    font-size: 11px;
}
table.cart {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #F4F4F4;
	border-collapse: collapse;
}
table.cart th {
	border-width: 1px 0px 1px 0px;
	padding: 5px;
	border-style: solid;
	border-color: gray gray gray gray;
	background-color: #E0D5B7;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.cart td {
	border-width: 0px 0px 1px 0px;
	padding: 3px;
	border-style: solid;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
.order_form input {
    width:80%;
}
.blad {
 font-weight:bold;
 color:red;
 padding: 5px 0px;
}