.body1 {
	text-align: center; /* IE Center Fix */	
}






#top_panel {
	height: 200px;
        position:absolute;
	border: 2px solid #e5e4e4;
	background: url(top_panel.gif) repeat-x;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
        z-index: -3px;
        
}

#top_panel img {
	position:absolute;
	right: 20px;
	top: 20px;
       
}

#top_panel h3, #top_panel p {
	color: #acabab;
	position: absolute;
	left: 20px;
       
	top: 20px;
	width: 225px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#top_panel p {
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	top: 55px;
}

#products {
	border: 2px solid #d4d4d4;
	position: relative;
}

#products h3 {
	position: absolute;
	color: #2a1916;
	margin-top: 6px;
	left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

#gray_strip {
	width: 385px;
	height: 22px;
	text-align: right;
	background: url(gray_strip.gif) repeat-x;
	position: relative;
	margin-left: 236px;
	margin-bottom: 40px;
}

#gray_strip p {
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 10px 0;
	color: #f9eae9;
}


}

.product {
	float: left;
	padding: 0 0 20px 20px;
	color: #bebdbd;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 3px;
}

.product a {
	text-decoration: none;
	color: #bebdbd;
}

.product img {
	border: 1px solid #bebdbd;
	display: block;
	margin-bottom: 3px;
}

#products_clear {
	clear: both;
}