﻿body 
{
    background-image: url(images/bg_tile.gif);
    font-family: Tahoma;
    font-size: .8em;
}

.MainContentDiv
{
    width: 100%; 
    text-align: center; 
}

.FooterLogo
{
    position: absolute;
    bottom: 0px;   
}

.MainTable
{
    background-image: url(images/main_bg.gif);
    background-repeat: repeat-y;
    background-position: center;
}

.HiddenImage
{
visibility: hidden;  
}

.logos
{
    vertical-align: top;
}

.description
{
 width: 500px;  
 margin-right: 30px;
 margin-bottom: 75px; 
}

.menu_table
{
 background-image: url(images/menu_back.gif);
 background-position: top;
 background-repeat: repeat-x;   
 height: 36px;
 width: 750px;
    
}

/* Main Page Only */

.displayCube
{
  width: 480px;
    float:left;  
}

.menu
{
    margin-top: 10px;
    text-align: left;  
}

.freeInfoArea
{
    margin-left: 10px;
    float:left;
    clear: right;   
}

/* Product Page Only */

.product_template
{
    width:600px;
}

.product_pic
{
    text-align: right;
    width: 150px;
    padding-right: 10px;
}

.product_name
{
    font-size: 2.0em;
    width: 550px;
    text-align: left;
    
}

.product_info
{
    text-align: left;
    font-size: 0.85em;
}

.product_manufacturer
{
    text-align: right;
}

.product_man_link
{
    text-decoration: none;
    text-align: left;
}

a:hover
{
    text-decoration: underline;   
}