html, body {width: 100%; height: 100%; margin: 0px; padding: 0px;}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#776d64;
	}
a {
	font-size:14px;
	color:#885e3a;
	text-decoration:underline;
	}
a:hover {
	color:#ed1c24;
	text-decoration:none;
	}
	
a.left_menu {
	font-size:14px;
	color:#885e3a;
	text-decoration:underline;
	display:block;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:15px;
	}
a.left_menu:hover {
	color:#ed1c24;
	}
a.left_menu_active {
	font-size:14px;
	color:#ed1c24;
	text-decoration:underline;
	display:block;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:15px;
	font-weight:bold;
	}
a.left_menu_active:hover {
	color:#ed1c24;
	}
	
a.main_menu {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#885e3a;
	text-decoration:underline;
	margin-right:12px;
	margin-left:12px;
	line-height:23px;
	}
a.main_menu:hover {
	color:#ed1c24;
	}
a.main_menu_active {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ed1c24;
	text-decoration:underline;
	margin-right:10px;
	margin-left:10px;
	line-height:23px;
	font-weight:bold;
	}
a.main_menu_active:hover {
	color:#ed1c24;
	}	
	
	
h1{
	font-size:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	}
h2{
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	}
h3{
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	}
	
	

.message-container {
    color:#464749;
    font-size: 16px;
    font-family: PT Sans Narrow;
	font-style:italic;
	width:390px;
	height:230px;
}	

.control-container {
	position:absolute;
	bottom:20px;
	left:325px;
	z-index:1000;
}

.control-element, .control-element-active {
    width: 10px;
    height: 10px;
    background: #a37853;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #DFBB9F;
}

.control-element-active {
    background: #714b2b;
	border:1px solid #FFFFFF;
}
#my-slider {
	/*padding:13px;
	background-color:#987150;
	border-bottom:#4b321d solid 1px;*/
	width:723px;
	height:375px;
	}

.sort {
    margin: 20px 0px;
    display: none;
}

.sort a {
    background: url(/images/sortArrows.png) no-repeat 0px 4px;
    padding-left: 15px;
}

.sort a.desc {
    background: url(/images/sortArrows.png) no-repeat 0px -21px;
}





























.section_content {
	margin: 0 0 60px;
}

.section_content h3 {
	margin: 0 0 16px;
}

p.paragraph {
	margin: 16px 0;
	max-width: 700px;
	line-height: 1.6;
}

.list_text {
	margin: 16px 0;
	padding: 0 0 0 20px;
}

.list_text li {
	margin: 5px 0;
}

.image_box {
	margin: 16px 0;
}

.image_box__desc {
	margin: 10px 0 0;
}

.product_name__red_line{
	border-left: 4px solid #ed1c25;
	padding-left: 5px;
	font-size: 14px;
	color: #444444;
}







.box_products {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	width: 366px;
	height: 340px;
	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(181,154,154,0.3);
	-moz-box-shadow: inset 0px 0px 20px 0px rgba(181,154,154,0.3);
	box-shadow: inset 0px 0px 20px 0px rgba(181,154,154,0.3);
}



.upholstery_box {
	float: left;
	margin: 0 16px 10px 0;
	width: 125px;
	text-align: center;
}

.upholstery_box:nth-child(5n) {
	margin-right: 0;
}

.upholstery_box img {
	margin: 0 0 5px 0;
	max-width: 100%;
	border-radius: 5px;
}















.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}



