@charset "utf-8";
body  {
	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: #CCC;
	background-image: url(WDBimages/grad-gry.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	background-position: 0px 110px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */



















	border: 0.1em solid
#;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	height: 600px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	top: 100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background: #000;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	width: 100%;
	height: 100px;
	background-image: url(WDBimages/header1px.png);
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #mainContent {
	color: #333;
	height: 530px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: 20px;
	text-align: left;
} 
.twoColFixLtHdr #footer {
	padding: 0;
	color: #CCC;
	background-color: #000;
	height: 100px;
	width: 100%;
	background-image: url(WDBimages/header1px.png);
} 
.twoColFixLtHdr #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 */
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#navmenu {
}
#nav {
	height: 30px;
	float: left;
	width: 780px;
}
.italic {
	font-style: italic;
	color: #000;
	padding-left: 10px;
	margin: 0px;
	clear: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #369;
	background-position: left;
	width: 500px;
	padding-bottom: 6px;
}

h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #369;
	text-align: left;
	margin: 0px;
}
.DescriptList {
	color: #369;
	font-size: 14px;
	line-height: 24px;
	list-style-type: disc;
}
#mainContent table p   {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}



.productlist {
	text-align: left;
	border: medium dotted #69C;
}
.red {
	color: #F00;
}
.alink a {
	color: #369;
}
