/* CSS Document */
div#container
{
  position: absolute;
  left: 50%;
  margin-left: -400px;
}
div#searchBox
{
  position: absolute;
  left: 25px;
  top: 10px;  
  padding: 5px;  
}
div#searchBox input
{
  display: block;
}
div#output
{
  position: absolute;
  top: 600px;
  left: 5px;
}
div#branding
{
  position: absolute;
  left:5px;
  top:5px;
  width:800px;
  text-align:center;
}
div#content
{
  position: absolute;
  left:5px;
  top:60px;
  width:800px;
}
div#menuLinks
{
  text-align:center;
  position: absolute;
  top: 20px;  
  width: 800px;
  
}
div#menuLinks li
{
  display: inline;
  margin: 5px;
}
div#featured_product
{
  width: 200px;
  position: absolute;
  left: 774px;
  top: 70px; 
  text-align: center; 
}
div#featured_product h3, div#featured_product h4
{
  text-align: center;
}
div#featured_product img
{
  width: 180px;
  height: 180px;
}
p.product_description
{
  text-align:left;
  margin: 3px;
}
table.liveLinks
{  
  position: absolute;
  top: 70px;
  left: 175px; 
}
table.liveLinks td
{ 
  width: 126px;
  height: 126px;
  vertical-align:middle;  
   
  text-align: center;   
}
table.liveLinks img
{
  width: 100px;
  height: 100px;  
}
div.explandedLiveLink img
{
  width: 194px;
  height: 125px;
  margin-top: 3px;  
}
div.explandedLiveLink p
{
  text-align: left;
  margin: 3px;
}
div.explandedLiveLink
{
  width: 200px;
  height: 200px;
  position: absolute;
  text-align: center;
  z-index: 100;
}
div#ozoneForum
{
  position: absolute;
  top: 482px;
  left: 42px;
  width: 226px;
  height: 65px;
  text-align: center;
}
div#ozoneClassifieds
{
  position: absolute;
  top: 482px;
  left: 294px;
  width: 226px;
  height: 65px;
  text-align: center;
}
div#details
{
  position: absolute;
  top: 457px;
  left: 183px;
  width: 478px;
}
div#footer
{
  position: absolute;
  top: 720px;
  left: 3px;
}
div.infoBox
{
  padding: 3px;
}


