
#content .home h1 span, #content .home h2 span{
	color: #7aa054;
}


#content .home h1,#content .home h2{
	border-bottom: 1px solid #7aa054;
	font-weight: normal;
}

#content .home p{
	margin:20px 10px;
	line-height:20px;
}

#content .home h2{
	margin-top: 30px;
	font-family: verdana;
	font-size: 18px;
}

/* product list */

	#content .home #product_list{
		list-style: none;
		margin:0px;
		padding:0px;
	}

	#content .home #product_list li{
		display:block;
		float:left;
		width: 225px;
		height: 200px;
		padding-top: 15px;
		background: url("images/box.gif") no-repeat;
	}
	
	#content .home #product_list .last{
		margin: 0px;
	}
	
	#product_list h3, #product_list h4{
		margin:0px;
		font-family: verdana;
	}
	
	#product_list .img{
		text-align:center;
		border: 1px solid #cac7c0;
		width: 160px;
		margin:0px 15px 0px 15px;
		background-color: white;
	}
	
	#product_list span{
		display:block;
		padding: 0px 15px;
		font-size: 11px;
		color: #595344;
		font-family: verdana;
	}
	
	#product_list h3{
		font-size: 15px;
		font-weight: normal;
		padding: 3px 15px 0px 15px;
	}
	
	#product_list h4{
		font-size: 13px;
		color: #7aa054;
		font-weight: normal;
		padding: 0px 15px 3px 15px;
	}
