#homeblock
{
  width: 1000px; height: 562px;
  position: relative;
}
#homeblock #visual
{
  position: absolute;
  top: 0; left: 0;
  width: 750px; height: 400px;
  background: #fff;
}
#home-welcome-text
{
 font-family : Verdana, Arial, Sans-Serif;
  position:relative;
  margin-top:10px;
  margin-bottom:10px;
  margin:10px;
  font-size:1em;
  line-height:2em;
  color:#A5A6A9;
}
#home-welcome-text b
{
  color:#000000;
}

#homeblock #sidebar
{
  position: absolute;
  top: 0; left: 750px;
  width: 250px; height: 400px;
  background: #eee;
}
#homeblock #banner1
{
  position: absolute;
  top: 400px; left: 0;
  width: 250px; height: 162px;
  background: #fff;
}
#homeblock #banner2
{
  position: absolute;
  top: 400px; left: 250px;
  width: 500px; height: 162px;
  background: #eee;
}
#homeblock #banner3
{
  position: absolute;
  top: 400px; left: 750px;
  width: 250px; height: 162px;
  background: #fff;
}
#homeblock #visual .links
{
  position: absolute;
  left: 125px; top: 265px;
}
#homeblock #visual .link
{
  background-position: left center;
  padding: 2px 0 2px 24px;
}
.ie6 #homeblock #visual .link
{
  position:relative;
}
.ie6 #homeblock #visual .link .extra
{
  position:absolute;
  left:0; top:4px;
}
#homeblock .banner
{
  min-height: 152px;
}
.editMode #homeblock #visual .links
{
  position: static;
}
.marquee
{
  position: absolute;
  left: 0;
  top: 378px;
  z-index: 999;
  width: 750px;
  height: 20px;
  color: #000000;
  text-transform: uppercase;
}
.marquee span
{
  padding-right: 30px;
}

#homeblock #banner1 .lime-action,
#homeblock #banner2 .lime-action,
#homeblock #banner3 .lime-action
{
  display: none;
}