@charset "utf-8";
/* CSS Document */

body  {
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0 0 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:#fdfbe6; /* light cream */
}

h1 {
	font-size:15px;
	margin: 20px 0 10px 0;
}

h2 {
	font-size:13px;
	margin: 20px 0 0 0;
}
h2.sub {
	font-size:13px;
	margin: 50px 0 10px 0;
}
h3 {
	font-size:11px;
	margin: 0 0 10px 0;
}
h3.bot {
	font-size:11px;
	margin: -10px 0 10px 0;
	font-weight:100;
}



p {
	font-size:11px;
}
p.allcaps {
	font-size:11px;
	text-transform:uppercase;
}



a:link {
	color:#c14424;   /* red */
	text-decoration:none
}
a:visited {
	color:#c14424;   /* red */
	text-decoration:none
}
a:hover {
	color:#5f632d;   /* olive green */
	text-decoration:none
}


a:link img {
    border:3px solid #ffffff; /* white */
}

a:visited img {
	border:3px solid #ffffff; /* white */
}

a:hover img {
	border:3px solid #C14424; /* red */
}


.twoColFixLtHdr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/sidebar1-bkgrnd.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


.twoColFixLtHdr #header {
	position:relative;
	background: #ebebeb;
	background-image: url(../images/seedstitle4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:130px;
} 
.twoColFixLtHdr #header p {
	float:right;
	clear:both;
	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 */
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color:#5f632d;   /* olive green */
	padding: 5px 10px 0 0;
}
.twoColFixLtHdr #header p a:link{
    color: #000000; /* black */
	text-decoration: none;
}
.twoColFixLtHdr #header p a:visited{
    color: #000000; /* black */
	text-decoration: none;
}
.twoColFixLtHdr #header p a:hover{
    color:#c14424;   /* red */
	text-decoration: none;
}
.twoColFixLtHdr #header p span {
	color:#c14424   /* red */
}



.twoColFixLtHdr #header #header-search-cart {
	position:relative;
	top: 0;
	right: 0;
	color:#c14424;   /* red */
} 


.twoColFixLtHdr #header #header-search-cart #search-form {
	position: absolute;
	top: 70px;
	right: 190px;
	color:#000000;   /* black */
}


.twoColFixLtHdr #header #site-map {
	position:relative;
	top: 0;
	right: 0;
	color:#c14424;   /* red */
}
.twoColFixLtHdr #header #header-search-cart #site-map {
	position: absolute;
	top: 70px;
	right: 180px;
} 
.twoColFixLtHdr #header #header-search-cart #site-map p a:link{
    color:#c14424;   /* red */
	text-decoration: none;
}
.twoColFixLtHdr #header #header-search-cart #site-map p a:visited{
    color:#c14424;   /* red */
	text-decoration: none;
}
.twoColFixLtHdr #header #header-search-cart #site-map p a:hover{
    color:#000000;   /* black */
	text-decoration: none;
}


.twoColFixLtHdr #header #header-search-cart #view-cart {
	position: absolute;
	top: 70px;
	right: 0;
} 
.twoColFixLtHdr #header #header-search-cart #view-cart p a:link{
    color:#c14424;   /* red */
	text-decoration: none;
}
.twoColFixLtHdr #header #header-search-cart #view-cart p a:visited{
    color:#c14424;   /* red */
	text-decoration: none;
}
.twoColFixLtHdr #header #header-search-cart #view-cart p a:hover{
    color:#000000;   /* black */
	text-decoration: none;
}



.twoColFixLtHdr #header #header-search-cart #bulk-seeds {
	position: absolute;
	top: 70px;
	right: 85px;
} 
.twoColFixLtHdr #header #header-search-cart #bulk-seeds p a:link{
    color:#c14424;   /* red */
	text-decoration: none;
}
.twoColFixLtHdr #header #header-search-cart #bulk-seeds p a:visited{
    color:#c14424;   /* red */
	text-decoration: none;
}
.twoColFixLtHdr #header #header-search-cart #bulk-seeds p a:hover{
    color:#000000;   /* black */
	text-decoration: none;
}

.twoColFixLtHdr #header #horiznav {
    position:absolute;
	top:100px;
	left:0;
	width:980px;
	height:30px;
	border-bottom: 1px solid #c14424;   /* red */
}
.twoColFixLtHdr #header #horiznav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 6px;
	font-size: 14px;
	font-weight:bold;
}
.twoColFixLtHdr #header #horiznav li {
    display: inline;
	padding: 6px 22px 6px 22px;
}
.twoColFixLtHdr #header #horiznav ul li a:link {
    color:#c14424;   /* red */
    text-decoration: none;
}
.twoColFixLtHdr #header #horiznav ul li a:visited {
    color:#c14424;   /* red */
    text-decoration: none;
}

.twoColFixLtHdr #header #horiznav ul li a:hover {
    color:#000000;   /* black */
	text-decoration: none;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	background: #ebebeb; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 15px 5px;
}

.twoColFixLtHdr #sidebar1 ul#nav {
	width: 190px; /* 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 */
    list-style: none;
    margin: 0 0 0 5px;
    padding: 0;
	font-size:11px;
	font-weight:bold;
}
.twoColFixLtHdr #sidebar1 ul#nav li {
    margin: 0 0 5px 0;
    padding: 0;
}
.twoColFixLtHdr #sidebar1 ul#nav li a:link, a:visited {
    color: #000000;
}
.twoColFixLtHdr #sidebar1 ul#nav li a:hover {
    color:#c14424;   /* red */
}


.twoColFixLtHdr #sidebar1 ul#nav li ul#subnav {
	width: 170px; /* 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 */
    list-style:disc;
    margin: 0;
    padding: 0;
	font-size:11px;
	font-weight:normal;
}
.twoColFixLtHdr #sidebar1 ul#nav li ul#subnav li {
    margin: 0 0 0 15px;
    padding: 0 0 0 0;
}
.twoColFixLtHdr #sidebar1 ul#nav li ul#subnav li a:link, a:visited {
    color: #000000;
}
.twoColFixLtHdr #sidebar1 ul#nav li ul#subnav li a:hover {
    color:#c14424;   /* red */
}



.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 240px; /* 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 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainContent hr {
    border:none;
	background-color:#c14424;   /* red */
	color: #C14424; /* red */
	height: 1px;
	width: 100%;
	clear:both;
	margin: 25px 0 25px 0;
}

.twoColFixLtHdr #mainContent a img {
	float:right;
	margin: 0 0 10px 0;
}
.twoColFixLtHdr #mainContent a:link img {
	border:thin solid #ffffff;  /* white */
}
.twoColFixLtHdr #mainContent a:visited img {
	border:thin solid #ffffff;  /* white */
}
.twoColFixLtHdr #mainContent a:hover img {
	border:thin solid #C14424; /* red */
}


.twoColFixLtHdr #mainContent p {
	font-size:11px;
	/* clear:none; */
}

.twoColFixLtHdr #mainContent ul {
    list-style-type: disc;
    padding-left: 18px;
    margin-left: 0;
}
.twoColFixLtHdr #mainContent ul li {
    margin: 0 0 5px 3px;
}


.twoColFixLtHdr #mainContent ul.sitemap {
    list-style-type: disc;
    padding-left: 0;
    margin: 0 30px 0 0;
	font-size:10px;
	float:left;
	clear:none;
	width: 44%;
	/* border:thin solid #000; */
}
.twoColFixLtHdr #mainContent ul.sitemap li {
    margin: 0 0 5px 10px;
}

.twoColFixLtHdr #mainContent ul.sitemap li a:link {
    color:#c14424;   /* red */
}
.twoColFixLtHdr #mainContent ul.sitemap li a:visited {
    color:#c14424;   /* red */
}
.twoColFixLtHdr #mainContent ul.sitemap li a:hover {
    color:#000000;   /* black */
}

.twoColFixLtHdr #mainContent ul.sitemap li ul li a:link {
    color:#c14424;   /* red */
}
.twoColFixLtHdr #mainContent ul.sitemap li ul li a:visited {
    color:#c14424;   /* red */
}
.twoColFixLtHdr #mainContent ul.sitemap li ul li a:hover {
    color:#000000;   /* black */
}

.twoColFixLtHdr #mainContent ul.sitemap li ul li ul li a:link {
    color:#c14424;   /* red */
}
.twoColFixLtHdr #mainContent ul.sitemap li ul li ul li a:visited {
    color:#c14424;   /* red */
}
.twoColFixLtHdr #mainContent ul.sitemap li ul li ul li a:hover {
    color:#000000;   /* black */
}


/* 
table.row-border {
	border:1px solid #C14424; /* red 
}
table tr td {
	border:1px solid #C14424; /* red 
}
form {
    border:1px solid #C14424; /* red 
}
*/


/*
#mainContent form {
    width: 450px;
	float:right;
    font-weight:bold;
	margin: 0 0 -5px 0;
	padding: 0 0 0 0;
	border:1px solid #C14424; /* red 
}
#mainContent form input {
	margin: 0 0 -5px 10px;
	padding: 2px;
	border:1px solid #C14424; /* red 
}

*/


.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;  /* white */
	background-image: url(../images/sidebar1-bkgrnd.gif);
	background-repeat: repeat-y;
	background-position: left top;
} 
.twoColFixLtHdr #footer hr {
    border:none;
	background-color:#c14424;   /* red */
	color:#C14424;
	height: 1px;
	width: 700px;
	clear:both;
	margin-left: 250px;
}
.twoColFixLtHdr #footer p {
	font-size:11px;
	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 */
	margin: 0 0 0 250px;
	text-align:center;
}

.twoColFixLtHdr #footer .footer-nav {
    font-size:11px;
	margin: 0 0 0 250px;
	text-align:center
}
.twoColFixLtHdr #footer .footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 1em;
}
.twoColFixLtHdr #footer .footer-nav li {
    display: inline;
}
.twoColFixLtHdr #footer .footer-nav a:link {
	padding: 0.4em 1em 0.4em 1em;
	color: #000000; /* black */
	text-decoration: none;
}
.twoColFixLtHdr #footer .footer-nav a:visited {
	padding: 0.4em 1em 0.4em 1em;
	color: #000000; /* black */
	text-decoration: none;
}
.twoColFixLtHdr #footer .footer-nav a:hover {
	color:#c14424;   /* red */
}


.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;
}



