body {
	
}

#page-wrap {
	background-color:#2A3400;
	background-image:url(../images/hp-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#page {
	background-image:none;
}

#header {
	height:414px;
	background-image:url("../images/hp-header-bg.png"); 

}

#picture-rotator {
	position:absolute;
	left:3px;
	top:142px;
}

#hp-sidebar-box {
	background-image:url(../images/hp-latest-news.png);
	background-repeat:no-repeat;
	background-position:top;
	width:174px;
	padding:10px;
	padding-top:45px;
	padding-bottom:0px;
	margin-bottom:15px;
	position:relative;
}

#hp-sidebar-box .bottom {
	width:194px;
	height:9px;
	background-image:url(../images/box-bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-left:-10px;
	margin-right:-10px;
}

#hp-sidebar-box-testimonials {
	background-image:url(../images/hp-testimonials.png);
	background-repeat:no-repeat;
	background-position:top;
	width:174px;
	padding:10px;
	padding-top:45px;
	padding-bottom:0px;
	margin-bottom:15px;
}

#hp-sidebar-box-testimonials div.bottom {
	width:194px;
	height:9px;
	background-image:url(../images/hp-testimonials-bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-left:-10px;
	margin-right:-10px;
}

a.more-testimonials {
	margin-left:70px;
}


.recent-posts h3 a{
	color:#edb55c;
	text-decoration:none;
}

.recent-posts p {
	color:#ebcf93;
}

a.more-news {
	margin-left:105px;
}

#categories table {
	width:520px;
}

#categories table td {
	width:45%;
	font-size:90%;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	background-image:url(../images/hp-categories-divider.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#categories table td img {
	float:left;
	margin-right:5px;
	margin-top:5px;
}

#categories table td h2 {
	margin:0;
	padding:0;
	font-size:150%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#edb55c;
}

#categories table td h2 a{
	text-decoration:none;
}

#content {	
	width:530px;
}


/* Featured Product
============================================================ 
--------------------------------------------------------- */

.featured-product {
	background-image:url(../images/featured-product-bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:533px;
	margin-right:-10px;
	position:relative;
}

.featured-product img{
	float:left;
	border:2px solid #D89B5C;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:10px;
}

.featured-product .text {
	width:320px;
	float:right;
	padding:20px 20px 30px 10px;
}

.featured-product h3 {
	margin-top:0px;
	padding-top:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding-bottom:6px;
}

.featured-product h3 a {
	text-decoration:none;
	color:#FFC057;
	font-size:130%;
}

.featured-product h3 a:hover {
	text-decoration:underline;
}

.featured-product p.view-details {
	position:absolute;
	bottom:10px;
	left:193px;
}

.featured-product p.view-details a {
	text-decoration:none;
	font-weight:bold;
	color:#F6B036;
}

.featured-product .bottom {
	clear:both;
	width:533px;
	height:14px;
	background-image:url(../images/featured-product-bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#2A3400;
}