@charset "utf-8";
/* CSS Document */

<!-- 
body  {
	font: 0.8125em 'Helvetica Neue','HelveticaNeue', Helvetica, Arial, sans-serif;
	height:100%;
	border:none;
	background: #e3e3e3;
	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;
}
.homepage_section_link {
color:white;
text-decoration:none;
}
.content_title {
color:green;
font-weight:bold;
}
.page_title {
color:green;
font-size:12px;
font-weight:bold;
}
.breadcrumb {
color:white;
}
img {
	border: 0px none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#partslisttd td {
font-size:12;
font-weight:bold;
}

#partslisttd td a {
color:green;
}

.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:100%;
	background: #336633;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #336633;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: url(images/banner.gif); 
	min-height: 85px;
	padding: 0 10px 0 10px;  /* 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. */
	line-height: 1.1;
} 
.twoColFixLtHdr #footer1 { 
	background-color:#478b37;
	width:100%;
	padding:10px;
	clear:both;
	position:relative;
	margin:0;
	border-top:5px solid #254827;
	border-bottom:5px solid #666666;
	padding:0;

} 
.twoColFixLtHdr #footer2 { 
	width:100%;
	clear:both;
	position:relative;

	vertical-align:middle;
margin:0;padding:0;
text-align:center;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
.twoColFixLtHdr #footer_contents {
margin:0;padding:0;
line-height:24px;
color:white;
width:100%;
}
.twoColFixLtHdr #footer2 a {
color:white;

font-weight:bold;
}
.twoColFixLtHdr #header_logo { 
	padding: 17px 10px 20px 0px;
	float: left;
} 
.twoColFixLtHdr #navlistdiv {
	padding: 16px 0px 0 50px; 
	float: left;
}
.twoColFixLtHdr ul#navlist {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	width: 100%;
}
.twoColFixLtHdr ul#navlist li { 
	display: inline;
}

.twoColFixLtHdr ul#navlist li a {
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size:12px;
	padding: 0.2em 1em;
	text-decoration: none;
}
.twoColFixLtHdr ul#navlist li a:hover {
	color: #fff;
	text-decoration: underline;
}



.twoColFixLtHdr #headerdiv {
	float: left;
/*	background-color:#d0f5a9;*/
background-color:white;
	height:130x;
width:780px;
border-bottom:1px solid black;


}

.twoColFixLtHdr div#bottom_left_box {
	background-color:#FFFFF1;
	border:0;
	padding:3px;
	margin:0;
}

.twoColFixLtHdr ul#leftNavMenu {
list-style:none;
margin-left:0px; 
margin-right:0px; 
margin-top:0px;
margin-bottom:0px;
padding-left:0px;
border-bottom:2px solid black;
height:100%;
background-color:#FFFFF1;
}
.menuItem a:hover {
background-color:#FFFFCC;
color:black;
	display:block;
/*	font-weight:bold;*/
	text-decoration:none;

}
.menuItem {

	font-family:Verdana, Arial, Helvetica, Sans-Serif;


/*	background-color:#478b37;*/
	background-color:#FFFFF1;
background-color:
	padding-bottom:2px;

}
.menuItem a{
padding-left:6px;
padding-bottom:3px;
padding-top:3px;
color:#006600;
width:100%;
	display:block;
	background-color:#FFFFF1;

}
.menuTitle {
	background-color:#254827;
	color:white;
	padding:4px;
font-weight:bold;
		font-family:Verdana, Arial, Helvetica, Sans-Serif;
		border-bottom:1px solid black;	
background:url(images/menu_title_bg_dark.png);


}
.spacer1 {
background-color:white;border-top:1px solid black;
}






.twoColFixLtHdr #sidebar1 {
	display: inline;
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
	text-align: center;
	margin: 0;
}
.twoColFixLtHdr #mainContent { 
	float: left;
	width: 630px;
	background: #FFFFFF; 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ 
	border-bottom:15px solid #336633;
	border-top:15px solid #336633;
	background:#FFFFFF; 
} 
.twoColFixLtHdr #footer p {
    font-size: 12px;
	text-align: center;
	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 0px 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footer_nav {
	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 10px 15px 6px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: left;
}
.footer_nav_image {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}
.footer_nav_txt {
	text-align: center;
	color: #254827;
	font-weight: bold;
	font-size:12px;
}
.twoColFixLtHdr #footer_bottom_nav_txt {
	text-align: center;
	color: #254827;
	font-weight: bold;
	font-size:10px;
}
.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;
}
.twoColFixLtHdr #inventory td {
	text-align: center;
}

.twoColFixLtHdr #specials td {
	text-align: center;
}


.twoColFixLtHdr #footer_left {
float:left;
width:290px;
align:center;
text-align:center;
/*height:100px;*/
font-size:11px;
		font-family:Verdana, Arial, Helvetica, Sans-Serif;
	border-width:1px;
    background-color: whitesmoke;
	padding:4px;
	margin-right:2px;
	margin-left:2px;
	margin-bottom:0px;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}

.twoColFixLtHdr #footer_right {
float:right;
width:290px;
/*height:100px;*/
align:center;
text-align:center;
border-width:1px;
    background-color: whitesmoke;
	padding:4px;
	margin-right:2px;
	margin-left:2px;
	margin-bottom:0px;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;

font-size:11px;
		font-family:Verdana, Arial, Helvetica, Sans-Serif;
}

.twoColFixLtHdr #footer_bottom {

width:580;
align:center;
text-align:center;
/*height:52px;*/
font-size:11px;
		font-family:Verdana, Arial, Helvetica, Sans-Serif;
	border-width:1px;
    background-color: whitesmoke;
	padding:4px;
	margin-right:2px;
	margin-left:2px;
	margin-bottom:0px;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}

.pageContent {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:11px;
}

h4 {
width:100%;
/*background-color:#FFCC66;*/
font-size:15px;
text-align:center;
margin:0;
padding:2px;
padding-bottom:4px;
background-image:url(images/whats_new.png);
}

h3 {
width:100%;
font-size:14px;
text-align:left;
padding-top:3px;
padding-bottom:3px;
margin-bottom:2px;
margin-top:0px;
padding-left:7px;
background:url(images/menu_title_bg_dark.png);
color:white;
}
.right_box {

	border:1px solid green;
	background-color:#EAEAEA;

		
	padding:3px;
	margin:0;
	width:171px;
}
--> 


