body
{
	margin: 0px;
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #616161;
}

body a
{
	color: #3560a7;
	text-decoration: none;
}

body a:visited
{
	color: #647da7;
	text-decoration: none;
}

body a:hover
{
	text-decoration: underline;
}

form
{
	margin: 0px;
}

#mainBody
{
	vertical-align: top;
	padding: 5px;
	width: 612px; /* 68%; */
	border-bottom: 2px solid #3E3E3E;
	font-size: 12px;
}

#menuLeft, #menuRight
{
	vertical-align: top;
	width: 144px; /* 16%; */
	padding: 0px;
	/* background-color: #DCDCDC; */
	background-color: #EEEECC;
	border-left: 2px solid #3E3E3E;
	border-right: 2px solid #3E3E3E;
}

#menuLeft a, #menuLeft a:visited, #menuRight a, #menuRight a:visited
{
	color: #333333;
}

.menuHeader
{
	background-color: #616161;
	color: #EEEEEE;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	border-bottom: 1px solid #222222;
	border-top: 1px solid #222222;
	font-size: 12px;
	text-transform: uppercase;
}

.menuListHeader
{
	font-weight: bold;
	font-color: #000000;
}

.menuSection
{
	padding: 5px 5px 10px 5px;
	font-size: 11px;
	color: #333333;
}

.menuSection ul
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

.menuSubSection li
{
	margin-left: 10px;
}

.menuSection li
{
	padding: 3px 0px 3px 0px;
}

.menuSectionDivider
{
	height: 1px;
	background-color: #616161;
	border: none;
}

#title
{
	text-align: center;
	font-size: 28px;
	color: #111111;
	margin-bottom: 10px;
	padding-top: 5px;
	border-bottom: 1px solid #999999;
}

#searchBox
{
	position: absolute;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
}

#footer
{
	padding: 5px;
	font-size: 10px;
	text-align: center;
	background-color: #EEEECC;
	border-left: 2px solid #3E3E3E;
	border-bottom: 2px solid #3E3E3E;
	border-right: 2px solid #3E3E3E;
}

/* Products - Begin */
.Product
{
	width: 95%;
	margin-bottom: 50px;
}

.Product td
{
	vertical-align: top;
}

.Product img
{
	border: none;
}

.ProductName
{
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #333333;
}

.ProductPrice table
{
	width: 100%;
	font-size: 12px;
	border: 1px solid #999999;
	padding: 3px;
	margin-top: 15px;
}

.PricingProductName
{
	width: 80%;
	font-weight: bold;
	font-size: 11px;
}

.ListPrice
{
	text-decoration:line-through;
	color: #444444;
	text-align: center;
}

.YourPrice
{
	font-size: 17px;
	text-align: center;
}

.ProductImage
{
	padding-right: 15px;
	padding-left: 15px;
	width: 15%;
	text-align: center;
}

.ProductDescription
{
	font-size: 11px;
	width: 85%;
	padding-top: 5px;
}

.SpecSheet
{
	font-size: 11px;
	text-align: center;
}
/* Products - End */