@charset "utf-8";
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/background.png); /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-left: auto;
	margin-right: auto;
}
.oneColFixCtrHdr #header {
	/*	background: #DDDDDD; */
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom: 65px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	float: left;
	width: 860px;
/*	background: #FFFFFF; */
}
.oneColFixCtrHdr #footer {
	padding: 15px10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
/*	background:#DDDDDD; */
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#HeaderTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	padding: 20px 80px 10px 80px;
	margin-left: 50px;
}
ul.nav ul {
	font-family: Verdana, Geneva, sans-serif;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

ul.nav li { display: inline; }
ul.nav a {
	text-decoration: none;
	background-color: #333;
	margin-right: 2px;
	border: 1px solid #000;
	color: #FFF;
	font-size: 8pt;
	font-weight: bold;
	padding: 8px 4px;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align: center;
	margin: 10px;
	padding: 20px;
	clear: both;
}

#productsNav {
	width: 100px;
	background-color:#333;
	text-align:center;
	padding:5px;
	float:left;
}

#productsNav img {
	margin: 0px 5px;
	border-color: #000;
	border: 0px;
	
}



.prod {
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	margin-top: -5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 5px;
	padding: 5px;
}

.prod a {
	text-decoration:none;
	color:#FFF;
}

.prod a:hover {
	color:#06F;
}

#productContainer {
	width: 720px;
	margin: auto;
	float: right;
}
	

#productContainer h3 {
	font-size: 14pt;
}
.navnumbers {
	font-size: 8pt;
	float: right;
	font-weight: bold;
	color: #000;
}

.navnumbers a {
	text-decoration:none;
	color:#000;
}

.navnumbers a:hover {
	color:#06F;
}
