* {
 margin: 0;
}

html, body {
height: 100%;
margin: 0px;
padding: 0px;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -30px;
}
  .push {
height: 30px;
  }
  
  .footer {
  height: 30px;
  background: url("images/menu-bg.png") center;  
width: 100%;
border-top: 1px solid black;
text-align:center;
  }


.header {
background: url("images/plants.png") center top repeat-x;
height: 109px;
width: 100%;
border-bottom: 1px black solid;
}

.search {
font-family: arial;
font-size: 24px;
text-align:center;
margin-top: 10%;
}

.searchOpt {
font-size: 12px;
}

.advanced-search {
display: none;
font-size: 12px;
}

.logo {
position:absolute;
left:0px;
top:0px;
}

.menu {
height: 30px;
background: url('images/menu-bg.png') repeat-x;
text-align:center;
}

.content {
margin-left: auto;
margin-right: auto;
text-align: left;
padding-left: 10px;
padding-right: 10px;
}

table
{
    border-color: #000000;
    border-width: 0 0 1px 1px;
    border-style: solid;
	border-spacing: 0px;
	width: 100%;
}

td
{
    border-color: #000000;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0px;
    padding-left: 2px;
	padding-right: 2px;
    background-color: #F1F1F1;
	width: 80px;
}

.menu-container {
width: 400px;
margin-left:auto;
margin-right:auto;
}

.selected-menu {
width: 100px;
height: 30px;
float: left;
padding-top: 4px;
background: url('images/button-selected.png') no-repeat;
background-position: 0px 4px;
}

.unselected-menu {
width: 100px;
height: 30px;
float: left;
padding-top: 4px;
text-decoration: none;
}

.unselected-menu:link {
width: 100px;
height: 30px;
float: left;
padding-top: 4px;
text-decoration: none;
}
.unselected-menu:visited {
width: 100px;
height: 30px;
float: left;
padding-top: 4px;
text-decoration: none;
}

.footer-text {
text-align: center;
padding-top: 4px;
padding-left: 10px;
}

a:link {
text-decoration: none;
color: black;
}

a:visited {
text-decoration: none;
color: black;
}

a:hover {
text-decoration: none;
color: black;
}