@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #550000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
.layout1 #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background: url(images/template/bkg_menu.gif) center repeat-y;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.layout1 #header {
	background: #000000; 
	padding: 0;
	border-bottom: #000000 solid 4px;
}
.layout1 #subnav {
	padding: 2px 30px;
	height: 20px;
}
.layout1 #subnav a {
	text-decoration: none;
	color: #ccc;
	font-weight: normal;
}
.layout1 #subnav a:hover {
	text-decoration: underline;
	color: #fff;
	font-weight: normal;
}
.layout1 #subnav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
}
.layout1 #subnav li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 10em;
	float: left;
}

.layout1 #mainContent {
	padding: 0 80px 20px 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.layout1 #footer {
	padding: 0 10px;
	background:#3f5952;
	text-align: center;
	border-top: #000000 solid 4px;
}
.layout1 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
	font-weight: bold;
	color: #DDDDDD;
}

h1, h2, h3, h4, h5 {
	color: #003333;
}
h1 {
	font-size: 24px;
	margin-bottom: 8px;
	border-bottom: #660000 solid 2px;
}
h2 {
	font-size: 20px;
	margin-bottom: 4px;
}
h3 {
	font-size: 18px;
	margin-bottom: 4px;
}
h4 {
	font-size: 14px;
	margin-bottom: 4px;
}
p {
	margin-top: 0;
}
li {
	margin-bottom: 4px;
}
.ProductName {
	color: #003333;
	font-size: 18px;
	font-weight: bold;
}
.divider {
	margin: 0;
	padding: 0;
	border-bottom: #660000 solid 2px;
}
table.CatTable tr td {
	font-size: 14px;
	font-weight: bold;
}
table.CatTable tr td a {
	text-decoration: none;
	color: #660000;
}
table.CatTable tr td a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
table.CatTable tr td img {
	border: #333333 thin solid;
}
table.CatTable tr td a:hover .cat {
	background-color: #990000;
}
