﻿.TopTextBox
{
	width: 500px; 
	height: 252px; 
	float: left; 
	padding: 10px; 
	font-size: 13px;
	border: 1px solid #ccc;
}

.Products
{
	clear: both;
}
.Products .ProductSection
{
	width: 275px;
	height: 170px;
	border: 1px solid #aaa;
	border-bottom: none;
	float: left;
	margin-left: 4px;
	background: #006B7D url("Images/bgProductSection.gif") repeat-x;
	color: White;
	padding: 10px;
	text-decoration: none;
	cursor: hand;
}
.Products .ProductSection div
{
	height: 159px;
}
.ProductImage
{
	padding-top: 25px;
	width: 295px;
	height: 120px;
	float: left;
	margin-left: 4px;
	border: 1px solid #ccc;
	border-top: none;
}
.ProductImage img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.Products .ProductSection h2
{
	color: Black;
	text-align: center;
	width: 275px;
	font-size: 23px;
}
.Products .ProductSection ul
{
	margin-top: 5px;
}
.GreyGradientBG
{
	background-image:url('images/FeaturesBoxTall.gif');
	background-repeat:repeat-x;
}
.Announcement
{
	color: #59CFFF;
	font-size: 12px;
	font-weight: bold;
}

