@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #DDEEDD;
}
.twoColFixLtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #99CC99;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 20px;
	border-top-width: medium;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: medium;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: inset;
	border-top-color: #c7e2c7;
	border-right-color: #C7E2C7;
	border-bottom-color: #CCCCCC;
	border-left-color: #c7e2c7;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
	background-color: #99CC99;
	margin: 0px;
	height: 120px;
} 
.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 {
	width: 150px;
	background-color: #FFFFFF;
	margin-top: 20px;
	padding-top: 0px;
	background-image: url(../images/nvtrimtop150.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	float: left;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #99CC99;
	background-position: right top;
}
#navtrimbot {
	width: auto;
}


#gradbartop {
	height: 20px;
	background-image: url(../images/gradient.jpg);
	
}
#gradbarbot {
	height: 20px;
	background-image: url(../images/botgradient.jpg);
	margin-top: 20px;
	background-position: left bottom;
}
#contrimbot {
	width: auto;
	margin-top: 20px;	
}
#contrimtop {
	width: auto;
	margin-bottom: -20px;
}

.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #99CC99;
	font-size: 90%;
} 

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #EFEFEF;
	text-align: center;
} 
.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 */
}
.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;
	padding-right: 15px;
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding-left: 15px;
}
.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;
}
.sidenav {
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.lgimage {
	width: 600px;
	height: 100%;
	margin-left: 80px;
	font-size: 80%;
	margin-bottom: 10px;	
}
#topsidespacer {
	width: 100%;
	height: 20px;
}
.contentextpad {
	padding-left: 10px;
}
.contentextpadlft {
	padding-top: 1px;
	padding-right: 350px;
}
.contentextpadrt {
	padding-top: 1px;
	padding-left: 350px;
	padding-right: 130px;
}
.15margins {
	margin-bottom: 70px;
	margin-top: 1px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 200px;
}
.prodname {
	color: #B34700;
	font-weight: bold;
}
#order {
	text-align: center;
	padding-top: 20px;
	margin-top: 70px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
