/* CSS Document */
#products .nav_text {
	color:#b5ac56;
	color:rgb(181,171,135);		
}
#header #matt #mattresses {
	color:#b5aea4;
	color:rgb(181,171,135);
}
#main {
	/* page height 240px main:content*/
	height:1275px;
}
#content, #left, #right {
	height:1000px;	
}
#left {
	position:absolute;
	top:0px;
	left:0px;
	width:379px;
}
#left h1 {
	margin:10px 5px 5px 10px;
	font-size:14px;
}
#left h3 {
	font-size:11px;
	margin:10px 5px 5px 10px;
}
#left p {
	font-size:10px;
	margin:0 10px 0 10px;
}
#right {
	position:absolute;
	top:0px;
	left:379px;
	width:379px;
	border-left:1px solid #eae8dc;		
}
#right table {
	width:359px;
	border-collapse:collapse;
	margin:0 10px 10px 10px;
}
#right table tr td, #right table tr th {
	margin:0px;
	text-align:center;
}
#right table tr .spacer {
	line-height:30px;
}
#right table tr th h3 a {
	margin:0px 0 5px 0;
	font-size:11px;
}
#right table tr th ul {
	list-style:square;
	font-size:10px;
	font-weight:500;
	position:relative;
	width:160px;
	margin-top:5px;
	list-style-position:outside;
	margin-bottom:5px;
	margin-left:20px;
	text-align:left;
}
#right table tr th ul li {
	line-height:10px;
}
#right table tr .t_title {
	text-align:left;
	font-size:14px;	
	padding:2px 0 20px 5px;	
}
#right table tr td a img {
	border:none;
	position:relative;
	top:0px;
}
#right table tr th a {
	text-decoration:none;
	color:#6b5634;
	font-size:10px;
	font-weight:500;
}
#right table tr th a:hover {	
	color:#b5ac56;
}
#links ul {
	list-style:square;
	font-size:10px;
	margin-left:24px;
	margin-top:10px
}
#links ul li a {	
	font-size:10px;
	color:#6b5634;
	line-height:20px;	
}
#links ul li a:hover {	
	color:#b5ac56;
	color:rgb(181,171,135);	
}
#left .h1_b {
	color:#6b5634;
}
