#header {
	height:455px;
	background-image:url(../images/hp-header-bg.png);
}

#body {
	background:none;
}

#content {
	width:847px; /* 2px less due to IE bug with overflowing <em>s */
	padding:40px 22px 10px 33px;
	margin-top:0px;
	float:left;
	border:none;
}

#box {
	width:848px;
	height:330px;
	position:absolute;
	top:136px;
	left:33px;
	background-image:url(../images/hp-box.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}

h1 {
	font-size:18px;
	color:#545744;
}

#left-column {
	width:249px;
	float:left;
	padding:10px;
	margin-right:25px;
	background-color:#DCDDD5;
	background-image:url(../images/hp-left-column-bg.png);
	background-position:top;
	background-repeat:repeat-x;
}

#left-column h2 {
	color:#26261F;
	font-size:18px;
	margin-top:0px;
}

#featured-products {	
	width:256px;
	padding:0 3px 0 3px;
	float:left;
	background-image:url(../images/featured-products-bg.png);
	background-repeat:repeat-y;
}

#featured-products .featured-header {
	margin:0 -3px 0 0px;
	padding-left:10px;
	width:244px;
	font-weight:bold;
	font-size:18px;
}

#catalog-featured table {
    width: 100%;
    background-color: #fff;
    border:none;
}

#catalog-featured table td{
    padding: 0 5px 0 12px;
    border-bottom: none;
	background-image:url(../images/featured-product-td-bg.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}

#catalog-featured table.entry-picture td {
	background:none;
	padding: 0 5px 0 10px;
}

#catalog-featured table td.info {
	width:120px;
}

#catalog-featured .entry-picture {
	text-align:left;
}

#catalog-featured .entry-picture img {
	margin:0px;
}

#catalog-featured h3 {
    text-align: left;
    font-weight: bold;
	color:#272820;
	font-size:18px;
}

#catalog-featured p.link {
    text-align: left
}

#catalog-featured p.link a {
 	color:#888C72;
	font-style:italic;
	text-decoration:none;
}

/* Recent Articles */

.articles-home {
	width:256px;
	padding:0 3px 0 3px;
	float:right;
	background-image:url(../images/featured-products-bg.png);
	background-repeat:repeat-y;
	position:relative;
}

.articles-home .see-more {
	position:absolute;
	right:7px;
	top:11px;
	color:#26271F;
	text-decoration:none;
}

.articles-home .recent-header {
    background-color: #AEB09C;
    padding: 5px;
	padding-left:10px;
	margin:0 -3px 0 0px;
	width:244px;
	font-weight:bold;
	font-size:18px;
}

.articles-home #recent-articles li {	
	background-image:url(../images/featured-product-td-bg.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:10px;
	padding-top:5px;
	width:238px;
}

.articles-home #recent-articles p.title a {	
	font-size:15px;
	color:#26271F;
	font-weight:bold;
}

.articles-home #recent-articles a.learn-more {	
	color:#868C72;
	font-style:italic;
}
