/* CSS Document */
body {
font-size: small;
}
* html body {
font-size: x-small; /* for IE5/Win */
f\ont-size: x-small; /* for other IE versions */
}
#title {
	font-family: Console, Monaco, monospace;
	font-size: 200%;
	color: #006633;
	font-weight: bolder;
	letter-spacing: 2px;
}
#quickcart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #0000CC url(../../images/nav_bg.gif) repeat-x left bottom;
}
#nav ul {
background: #0000ff url(../../images/header_line_fade.gif) repeat-x right bottom;
}
#nav li {
float: left;
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%
}
#nav a {
float: left;
display: block;
margin: 0 1px 0 0;
padding: 2px 8px;
color: #333;
text-decoration: none;
border: 1px solid #9b8748;
border-bottom: none;
list-style: none;
background: #6699FF url(../../images/CSS_menu_a.gif) repeat-x left top;
}
* html #nav a {
	padding: 2px 8px; /* for IE5/Win and QuirksMode */
	p\adding: 2px 8px;
}
#nav a:hover, body#products #t-products a, body#products3to5 #t-3to5 a, body#products5to7 #t-5to7 a, body#products8andup #t-8andup a,  body#all-products #t-all-products a, body#mydownloads #t-mydownloads a, body#login #t-login a, body#logout #t-logout a, body#faq #t-faq a, body#freshsqueezed #t-freshsqueezed a {
	color: #006633;
	padding-bottom: 3px;
	border-color: #727377;
	background: #fff url(../../images/CSS_menu_b_f2.gif) repeat-x top left;
}
#footer_nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #0000CC url(../../images/footer_nav_bg.gif) repeat-x right bottom;
}
#products #footerMenu {
}
#footer_nav li {
float: left;
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%
}
#footer_nav a {
float: left;
display: block;
margin: 0 1px 0 0;
padding: 2px 4px;
color: #333;
text-decoration: none;
border: 1px solid #9b8748;
border-bottom: none;
list-style: none;
background: #6699FF url(../../images/CSS_menu_a.gif) repeat-x left top;
}
* html #footer_nav a {
padding: 2px 4px; /* for IE5/Win and QuirksMode */
p\adding: 2px 4px; /* for other IE versions */
}
#footer_nav a:hover, body#products #t-products a, body#products #t-products-all a, body#mydownloads #t-mydownloads a, body#login #t-login a, body#logout #t-logout a {
	color: #006633;
	padding-bottom: 3px;
	border-color: #727377;
	background: #fff url(../../images/CSS_menu_b_f2.gif) repeat-x top left;
}
#searchForm {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	float: right;
	font-size: 80%;
}
#loginForm {
	padding: 0px;
	margin: 0px;
}
#cartWrap {
	background-color: #0066CC;
}
.searchInput {
	color: #999999;
	height: 20px;
	border: 1px solid #999999;
	margin: 0px;
	padding: 0px;
}
#productTableRow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#productTableRow:hover {
color: #006633;
	padding-bottom: 0px;
	background: #fff url(../../images/CSS_menu_b_f2.gif) repeat-x top left;
}

