div.home-top
{
	overflow:auto;
}

div.search-box
{
	float: left;
	background: url(/images/search.jpg) no-repeat;
	width: 297px;
	height: 131px;
	margin: 10px 20px 10px 0;
	position: relative;
}

	div.search-box input#searchterm
	{
		border: none;
		position: absolute;
		top: 48px;
		left: 15px;
		font-size: 14px;
		width: 260px;
	}
	
	div.search-box input#searchbutton
	{
		width: 109px;
		height: 27px;
		position: absolute;
		top: 88px;
		left: 175px;
	}
	
	
	 div.thx
	{
		margin-top: 150px;
	}
	
	div.thx h4.thx1
	{
		font-size: 14px !important;
		font-weight: bold !important;
		color:#000000 !important;
	}
	div.thx h4.thx1 a { color:blue !important;}
	
	div.phone-number h4.phone
	{
		font-size: 20px !important;
		font-weight: normal !important;
	}
	
	div.phone-number h4.phone span
	{
		color: #000;
	}

div.home-content-left
{
	float: left;
	width: 320px;
	overflow:auto;
}
div.home-content-right 
{
	float:left;width:600px;
	padding-top:20px;
	padding-left:20px;
}
div.home-content-left .text 
{
	float:left;
	width:460px;
}
div.home-bottom
{
	width: 951px;
	margin-left: 1px;
	height: 280px;
	padding: 20px 20px 0 20px;
	background: url(/images/home-bottom-gradient.jpg) repeat-x;
}

div.home-bottom div.box
{
	height: 200px;
	background: #eaeaea;
	padding: 10px;
	border-bottom: 2px solid #5f7880;
}

div.home-bottom h3
{
	color: #880000;
	font-size: 18px;
	margin-bottom: 10px;
}

div.home-bottom div.why
{
	float: left;
	width: 301px;
}

	div.home-bottom div.why ul
	{
		list-style: outside square;
		margin-left: 20px;
	}

	div.home-bottom div.why ul li
	{
		padding: 4px;
	}


div.home-bottom div.featured
{
	float: left;
	width: 630px;
}

	div.product-featured-list
	{
	}
	
	div.product-featured-list div.product-wrapper
	{
		float: left;
		width: 197px;
		margin-left: 5px;
		background: #fff;
	}
	
	div.product-featured-list div.product-wrapper.first
	{
		margin-left: 0 !important;
	}
	
	div.product-featured-list div.product-wrapper div.product-left
	{
		font-size: 0px;
		margin-left: -3px;
		width: 197px;
		background: url(/images/product-smallf-left.gif) top left repeat-y;
	}
	
	div.product-featured-list div.product-wrapper div.product-right
	{
		float: right;
		width: 190px;
		background: url(/images/product-smallf-right.gif) top right repeat-y;
	}
	
	div.product-featured-list div.product-wrapper div.product-main
	{
		margin-left: 13px;
		float: left;
		width: 190px;
		font-size: 12px;
		background: #fff;
	}
	
	div.product-featured-list div.product-wrapper div.product-main div.product-content
	{
		width: 183px;
		margin-top: 6px;
	}
	
	div.product-featured-list div.product-wrapper div.product-main div.product-content a.image
	{
		display: block;
		float: left;
		width: 87px;
		height: 73px;
	}
	
	div.product-featured-list div.product-wrapper div.product-main div.product-content a.image img
	{
		width: 87px;
		height: 73px;
	}
	
	div.product-featured-list div.product-wrapper div.product-main div.product-content a.sku
	{
		display: block;
		float: left;
		width: 86px;
		padding: 25px 0 0 0;
		text-align: right;
		color: #5f7880 !important;
		font-size: 13px;
	}
	
	div.product-featured-list div.product-wrapper div.product-main div.product-content p
	{
		display: block;
		margin: 10px 0;
		height: 36px;
		overflow: hidden;
	}
	
	div.product-featured-list div.product-wrapper div.product-main div.product-content div.price-buy span
	{
		display: block;
		float: left;
		width: 93px;
		padding: 10px 0;
	}
	
	div.product-featured-list div.product-wrapper div.product-main div.product-content div.price-buy form
	{
		display: block;
		float: left;
		width: 90px;
	}

