@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFF;
	color: #000;
}
a {
	outline: none; /* fixes dotted border on links in firefox. */
}
a:link {
	color: navy;
}
a:hover {
	color: navy;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	background-color: #FFF;
	text-align: center;
} 
#header  {
	background-color: #FFF;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
} 
#logo    {
	padding: 0px;
	margin-right: auto;
	margin-bottom: -6px;
	margin-left: auto;
	margin-top: 5px;
	display: inline-block;
}
#navbar	{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: inline-block;
}
#navbarBottomRow {
	height: 20px;
	vertical-align: top;
}
#mainContent  {
	margin-top: 0px;
	margin-bottom: 0px;
	color: navy;
	background-color: #FFF;
	margin-left: auto;
	text-align: center;
	padding: 0;
	margin-right: auto;
	display: inline-block;
} 
#mainContent p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: navy;
	text-indent: 25px;
}
#aboutUs p {
	font-size: .8em;
	text-align: left;
}
#feature {
	color: navy;
	text-align: left;
	padding-right: 50px;
	padding-top: 40px;
}
#feature p {
	font-size: .75em;
}
#feature ul {
	text-align: left;
	display: block;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#feature ul li {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
#feature ul li span {
	font-size: 0.6em;
	padding-bottom: 0px;
	padding-left: 5px;
}
#feature ul li h3 {
	display: inline;
}
#news {
	width: 350px;
	text-align: left;
}
#news table {
	margin-bottom: 15px;
}
h1 {
	color: green;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
h2 {
	font-size: 1.5em;
	color: maroon;
	font-style: normal;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
h3 {
	margin-top: 20px;
	margin-bottom: 15px;
	display: block;
	font-size: 1.35em;
	font-weight: normal;
	color: navy;
}
h4 {
	font-size: 0.75em;
	font-weight: bold;
	color: navy;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0px;
}
h5 {
	padding-bottom: 5px;
	margin: 0px;
	color: maroon;
	font-size: 1em;
}
h6 {
	padding: 0px;
	color: maroon;
	font-style: italic;
	font-size: .75em;
	margin-top: 5px;
	margin-bottom: 5px;
}
hr {
	margin: 0px;
	padding: 0px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #009;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #009;
	background-color: #FFF;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 20px;
}
#footer  {
	background-color: #FFF;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	display: block;
	margin-right: auto;
	margin-left: auto;
} 
#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 */
}
#lowerNav  {
	font-size: 0.75em;
}
#copyright  {
	font-size: .75em;
}
#comingSoon {
	height: 400px;
}
.nostyle {
}
.navyBackground {
	background-color: navy;
}
.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;
}
.plantName {
	background-color: navy;
	height: 15px;
	width: 120px;
	color: #FFF;
	text-align: center;
	margin-top: 3px;
	font-size: 0.74em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	display: block;
	text-decoration: none;
}
.plantTable {
	padding: 0;
	border-spacing: 7px; /* border-spacing is the css equivalent to cellspacing*/
	margin: 0 auto;
	display: table;
}
.plantTable td {
	background-color: #CCC;
	padding: 3px; /* this padding is equivalent to cellpadding */
}
.plantTable img {
	height: 130px;
	width: 120px;
	padding: 0px;
	display: block;
}
.miscTable {
	padding: 0;
	border-spacing: 7px; /* border-spacing is the css equivalent to cellspacing*/
	margin: 0 auto;
	display: table;
}
.miscTable a {
	text-decoration: none;
}
.miscTable td {
	background-color: #CCC;
	padding: 3px; /* this padding is equivalent to cellpadding */
}
.miscTable img {
	height: 130px;
	width: 120px;
	padding: 0px;
	display: block;
}
.miscTable .plantName {
	color: navy;
	font-size: 0.95em;
	padding-bottom: 5px;
	font-weight: bold;
	background: #E1E1E1;
}
.detailTable {
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.detailTable p {
	margin: 0px;
	padding: 0 0 10px 0;
}
.detailTable ul  {
	list-style-type: none;
	font-size: 75%;
	margin: 0 5px 20px 15px;
	padding: 0px;
}
.ediblesList {
	list-style-type: disc;
	margin: 15px 5px 20px 15px;
}
.detailTable .leftCol   {
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.detailTable .rightCol   {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding: 0 10px 0 10px;
}
.detailTable img   {
	border: 1px solid #000;
}
.detailTable td  {
	vertical-align: top;
}
.detailTable h4     {
	font-size: 85%;
	margin: 15px 0 5px 0;
	padding: 0;
}
.detailTable h3     {
	margin: 10px 0 0 0;
	padding: 0px;
}
.tsTable {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	border: none;
}
.tsTable img {
	height: 431px;
	width: 375px;
	margin: 0;
	padding: 0;
	display: compact;
}
.tsTable td{
	text-align: left;
	vertical-align: top;
}
.tsTable h1 {
	text-align: center;
}
.tsTable h3 {
	margin-top: 0px;
	margin-left: 20px;
	font-weight: bold;
}
.tsTable p {
	text-indent: 25px;
}
.tsTable li {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 0.8em;
}
.tsTable .credit {
	font-size: 0.75em;
	display: block;
}
.tsTable sup {
	font-size: .7em;
}
#aboutUs {
	text-align: left;
	width: 700px;
}
#aboutUs h4 {
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	color: navy;
	padding-top: 0px;
}
#aboutUs h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	margin-bottom: 0px;
}
#shippingList {
	text-align: left;
	font-size: 0.8em;
}
#shippingList li {
	margin-bottom: 25px;
}
.orderForm   {
	border: 1px solid #000;
	text-align: left;
}
#availTable {
	font-size: 1.5em;
	text-align: center;
}
#contactTable {
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;
}
.contactTitle {
	font-size: 0.7em;
	color: #666;
	display: block;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
}
.smallPageHeight {
	height: 450px;
}
#linkTable {
	margin-top: 50px;
}
#news ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#news ul li {
	margin-bottom: 10px;
}
#news img       {
	padding-left: 0px;
}
.question {
   font-family: Arial;
   font-weight: bold;
   font-style: italic;
   color: navy;
}
#floridaGardenSelect {
	width: auto;
	height: auto;
}

