﻿#container
{
  position: relative;
}

#header
{
  z-index: 2;
  position: absolute;
}

#header #logo
{
  z-index: 3;
}

#topnav
{
  z-index: 10;
}

#largeImage
{
  z-index: 2;
  position: absolute;
  top: 123px;
  left: 0px;
  width: 645px;
  height: 392px;
  background: #48260f url("/App_Themes/Lyptus/imageProducts.jpg") 0 0 no-repeat;
}

#content
{
  z-index: 2;
  position: absolute;
  top: 123px;
  left: 645px;
  width: 315px;
  height: 272px;
  background: #48260f url("/App_Themes/Lyptus/smallContentBkgd.jpg") 0 0 no-repeat;
}

#content div
{
  padding: 16px 0 0 20px;
}

#content h3
{
  font-size: 13px;
  margin-left: 14px;
}

#content h3 a:hover
{
  color: #000000;
}

#contentFooter
{
  position: absolute;
  top: 395px;
  left: 645px;
  width: 315px;
  height: 103px;
  background: #48260f url("/App_Themes/Lyptus/contentFooter.jpg") 0 0 no-repeat;
}
