@charset "utf-8";
/* CSS Document */

#container_whole {
	background-color: #FFFFFF;
	width: 975px;
	margin-left: auto;
	margin-right: auto;
}
#wrapper {
	background-color: #FFFFFF;
}
#top_nav {
	width: 600px;
	float: right;
	position: absolute;
	right: 0;
}
#top_nav  li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.78em;
	position: relative;
	z-index: 10;
	display: inline;
	padding: 0 7px;
	border-right: 1px solid #ccc;
}
li#last { border-right: none; }
#top_nav  li  a {
	color: #996600;
	text-decoration: none;
}
#top_nav li a:hover {
	color: #EBEBEB;
	background-color: #996600;
	outline: 5px solid #960;
}

#banner {
	border: 3px solid #0B663E;
	padding-left: 11px;
	padding-right: 4px;
	padding-top: 12px;
	padding-bottom: 3px;
	display: inline;
	margin-top: 5px;
	position: relative;
}
#about_rs {
	border: 3px solid #0B663E;
	margin-top: 5px;
	height: 190px;
	display: inline;
}
#about_rs h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-style: italic;
	color: #0B663E;
	padding-top: 30px;
	padding-bottom: 5px;
}
#about_rs h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333333;
	padding-bottom: 5px;
	font-weight: lighter;
	line-height: 18px;
}
#about_rs h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #0B663E;
}
#meet_jim {
	border: 3px solid #0B663E;
	margin-top: 5px;
	height: 185px;
	display: inline;
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 5px;
}
#seeds_nav_container, #xmas_nav_container, #transplants_nav_container { margin-right: 16px; }
#seeds_nav {
	border: 3px solid #996600;
	margin-top: 5px;
	height: 200px;
	padding: 5px;
}
#xmas_nav {
	border: 3px solid #339900;
	margin-top: 5px;
	height: 200px;
	padding: 5px;
}
#transplants_nav {
	border: 3px solid #482400;
	margin-top: 5px;
	height: 200px;
	padding: 5px;
}
#equipment_nav {
	border: 3px solid #92937C;
	height: 200px;
	margin-top: 5px;
	padding: 5px;
}
#seeds_nav h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	color: #996600;
	text-decoration: none;
}
#seeds_nav h3 a:hover {
	text-decoration: underline;
}
#xmas_nav h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #339900;
	font-style: italic;
	text-decoration: none;
}
#xmas_nav h3 a:hover {
	text-decoration: underline;
}

#transplants_nav h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .95em;
	color: #482400;
	font-style: italic;
	text-decoration: none;
}
#transplants_nav h3 a:hover {
	text-decoration: underline;
}

#equipment_nav h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #92937C;
	font-style: italic;
	text-decoration: none;
}
#equipment_nav h3 a:hover {
	text-decoration: underline;
}

#seeds_nav   img {
	padding-bottom: 4px;
	margin-right: 10px;
}

#xmas_nav img {
	padding-bottom: 4px;
}
#transplants_nav img {
	padding-bottom: 4px;
}
#equipment_nav img {
	padding-bottom: 4px;
}
.nav_body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.78em;
	color: #333333;
	padding-bottom: 3px;
	padding-top: 7px;
	line-height: 18px;
}
.click_here {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-decoration: none;
}

.seeds_brown a {
	color: #996600;
}
.xmas_green a {
	color: #339900;
}
.transplants_maroon a {
	color: #482400;
}
.equipment_gray a {
	color: #92937C
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #999999;
	padding-top: 8px;
	clear: both;
	padding-bottom: 5px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body, html {
	background-image: url(../images/bkg_gradient1.jpg);
	background-color: #001E00;
	background-repeat: repeat-x;
	font-size: 16px;
}
