body,html { height: 100%;}

body {
	background-color: #221e1f;
	margin: 0;
	padding: 0;
}

body, .NormalText, td {
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
}

a:link,
a:hover,
a:visited,
a:active {
	color: #172DB4;
}

.Header {
	font-size: 18px;
	font-weight: bold;
}

* td.Content {
	background-color: white;
	width: 497px;
	padding: 10px 15px;
	vertical-align: top;
}

* td.ProductsContent {
	background-color: white;
	width: 497px;
	padding: 0;
	vertical-align: top;
}

* td.Sidebar {
	font-size: 13px;
	color: #ffffff;
	background-color: #0502b5;
}

* td.Sidebar a:link,
* td.Sidebar a:hover,
* td.Sidebar a:visited,
* td.Sidebar a:active {
	color: #ffffff;
}


/* --- Products --- */

div#product_categories {
  float: left;
	width: 497px;
	color: #ffffff;
	background-color: #0502B5;
	clear: both;
}

div#product_categories a:link,
div#product_categories a:hover,
div#product_categories a:visited,
div#product_categories a:active {
	float: left;
	display: block;
	width: 98px;
	height: 52px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	padding-top: 10px;
	background-color: #0502B5;
}

h1 {
  width: 100%;
  float: left;
	font-size: 18px;
	letter-spacing: 2px;
	padding-left: 135px;
	margin-top: 10px;
	margin-bottom: 20px;
}

div#product_nav {
	width: 120px;
	float: left;
}

div#product_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
}

div#product_nav ul li {
	padding: 6px 0 6px 6px;
}

div#product_nav ul a {
	color: #000;
}

div#product_info {
	float: left;
	margin-left: 15px;
	width: 350px;
	font-size: 12px;
	padding-bottom: 15px;
}

div#product_info img {
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #000;
}

div#product_info table.Images {
	width: 100%;
	margin-bottom: 10px;
}

div#product_info table.Images td {
	text-align: center;
}

.ProductName {
	font-weight: bold;
	font-size: 14px;
}