@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: #004DA7;
	background-image: url(images/pagebgd01.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
.twoColFixLtHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/mainbgd01.jpg);
	background-repeat: repeat-y;
	background-position: 0px 129px;
}
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #990000;
	background-image: url(images/header.jpg);
	height: 129px;
	width: 800px;
	margin-bottom: 50px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 320px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 15px;
}
.twoColFixLtHdr #footer {
	background:#990000;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 20px;
}
.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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #004DA7;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #004DA7;
}
#navcontainer {
	float: right;
	margin-top: 97px;
	margin-right: 50px;
}
a:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #090;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #900;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #09F;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Geneva, sans-serif;
	color: #090;
	text-decoration: none;
}
a.topnav:link, a.topnav:visited, a.topnav:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #900;
	text-decoration: none;
	padding: 15px;
}
a.topnav:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #004DA7;
	text-decoration: none;
	padding: 15px;
}
a.current:link, a.current:visited, a.current:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #004DA7;
	text-decoration: none;
	padding: 15px;
}
.productbox {
	width: 415px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #900;
	vertical-align: top;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.productimg {
	width: 200px;
	text-align: center;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.producttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	width: 200px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
}
.brand {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #900;
	margin: 0px;
	padding: 0px;
}
.productname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: normal;
	font-weight: normal;
	color: #004DA7;
	margin: 0px;
	padding: 0px;
}
.productsubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #004DA7;
	margin: 0px;
	padding: 0px;
}
.productsmalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #004DA7;
	margin: 0px;
	padding: 0px;
}
.newsbox {
	width: 415px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #900;
}
.newsimagebox {
	margin: 0px;
	padding: 0px;
}
