@charset "utf-8";
/* CSS Document */

body {
	font-family:tahoma,verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-image:url(images/background.jpg);
	background-position:center;
	background-position: top;
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-top: 0px;
	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: #666666;
}
.oneColFixCtrHdr #container {
	width: 756px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0px 0px 0px 0px;  /* 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. */
	float: left;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

#bottomnav {
	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 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
#bottomnav a:link, #bottomnav a:visited{
	color: #00421E;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}
#bottomnav a:hover, #bottomnav a:active {
	color: #FFFFFF;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}
#copyright {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 23px 0 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #00421e;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
#copyright a:link, a:visited {
	color: #00421e;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}
#copyright a:hover {
	color: #FFFFFF;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #d49b0d;
	font-size:17px;
	margin-top: 10px;
}
ul li {
	padding: 5px;
}
.product_heading {
	font-family:Arial, Helvetica, sans-serif;
	color: #00421E;
	font-size:14px;
	font-weight: bold;
}
td#rightcolumn {
	padding: 30px 45px 30px 30px;
}
#topright_nav {
	padding: 90px 0px 48px 0px;
	float: right;
}
a:link, a:visited{
	font-family:tahoma,verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	color: #00421E;
	text-decoration:underline;
}
a:hover, a:active{
	font-family:tahoma,verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	color: #d49b0d;
	text-decoration:underline;
}
a.nodec:link, a.nodec:visited{
	font-family:tahoma,verdana,helvetica,arial,sans-serif;
	color: #666666;
	text-decoration:none;
}
a.nodec:hover, a.nodec:active{
	font-family:tahoma,verdana,helvetica,arial,sans-serif;
	color: #d49b0d;
	text-decoration:none;
}

a.topright:link, a.topright:visited{
	font-family:tahoma,verdana,helvetica,arial,sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration:none;
}
a.topright:hover, a.topright:active{
	font-family:tahoma,verdana,helvetica,arial,sans-serif;
	color: #00421E;
	font-size: 10px;
	text-decoration:underline;
}
#navigation {
	padding-top: 163px;
}
img.thumbs {
	padding: 0px 0px 2px 5px;
}
