/*****************************************************
 FOUNDATIONS: 
****************************************************/
#wrapper {
  margin: 0 auto;
  position: relative;
	text-align: left;
	width: 978px;
	min-height: 500px;
	background: url('../images/bg-top.jpg') top right no-repeat;
}

/*****************************************************
 HEADER: 
****************************************************/
#header {
  height: 308px;
}
#logo {
  position: absolute;
  width: 458px; height: 286px;
  left: 25px;
}
#logo a {
  display: block;
  width: 458px; height: 286px;
  overflow: hidden;
  text-indent: -999em;
}
#main-nav-container {
  position: absolute;
  top: 0; right: 34px;
  height: 32px;
  background: url('../images/nav-bg-slide.gif') right no-repeat;
}
#main-nav-container li.last {
  background: none;
}
#main-nav-container li a {
  color: #fff;
}
#main-nav-container li a:hover {
  text-decoration: underline;
}

#search {
  position: absolute;
  top: 35px; right: 70px;
  width: 165px;
}
#search input.text {
  background: none;
  width: 118px;
  border: 0;
  padding: 0px 0 0 3px;
}
#search input.submit {
  width: 39px; height: 20px;
  border: 0;
  background: none;
  cursor: pointer;
}


/*****************************************************
 GARDEN GREENIES HOME: 
****************************************************/
#greeniesflash{
  height: 460px;
  /*background: url('../images/flash-placeholder.jpg') center no-repeat;*/
}


#cork-bored {
  position: absolute;
  top: 70px; right: 75px;
  width: 340px;
  height: 230px;
}
#cork-bored ul {
  position: relative;
  width: 340px;
  height: 230px;
}
#cork-bored ul li.join-the-greenies {
  position: absolute;
  width: 100px; height: 202px;
  top: 0; left: 20px;
  text-indent: -999em; 
}
#cork-bored ul li.join-the-greenies a {
  display: block;
  overflow: hidden;
  width: 100px; height: 202px;
}
#cork-bored ul li.school-of-the-month {
  position: absolute;
  width: 188px; height: 102px;
  top: 0; right: 10px;
  text-indent: -999em;
}
#cork-bored ul li.school-of-the-month a {
  display: block;
  overflow: hidden;
  width: 188px; height: 102px;
}
#cork-bored ul li.meet-the-greenies {
  position: absolute;
  width: 188px; height: 102px;
  top: 110px; right: 10px;
  text-indent: -999em;
}
#cork-bored ul li.meet-the-greenies a {
  display: block;
  overflow: hidden;
  width: 188px; height: 102px;
}
