﻿body 
{
    padding:0px;
    margin:0px;
    font-family:Calibri, Arial;
    font-size:12px;
    color:#333333;
    background-color:#A4A4A4;
}

#Page
{
    width:900px;
    margin:0px auto 0px auto;
    background-color:#A4A4A4;
    height:675px;
    
    }
    
#TopMenu
{
    background-color:#A4A4A4;
    border-top:6px solid #DCDCDC;
    height:21px;
    }    
    
#TopMenu ul
{
    float:right;
    margin:0px;
    padding:0px 50px 0px 0px;
    list-style-type:none;
    font-size:12px;
    }      

#TopMenu ul li
{
    float:left;
    padding:2px 10px 0px 10px;
    border-right:1px solid #DCDCDC;
    }   
    
#TopMenu ul li.last
{   
    border-right:none;
    }            
    
#TopMenu ul li a
{
    
    padding-top:2px;
    text-decoration:none;    
    color:#DCDCDC;
    }    

#TopMenu ul li a:hover
{    
    text-decoration:underline;    
    color:#333333;
    }    
    
    
#Logo 
{
    }    
    

#Logo a
{
    text-indent:-9999px;
    width:303px;
    height:97px;
    display:block;
    position:relative;
    background-image:url(../img/Logo.gif);
    top:-13px;
    left:46px;
    }     
    
#Content
{
    position:relative;
    top:53px;
    float:left;
    width:900px;
    }    
    
#Content #SubHeading
{
    margin-left:65px;
    width:420px;
    
    }    

#Content #LHScol
{
    margin-left:65px;
    width:420px;
    float:left;
    
    }        
    
#Content h2
{
    
    color:#FFF;
    font-size:22px;
    margin-bottom:12px;
    }        
    
#Content h3
{
    color:#000;
    font-size:14px;
    }            

#Content h4
{
    color:#000;
    font-size:18px;
    }  

#Content p
{
    
    }
    
#Content a
{
    text-decoration:none;
    color:#000;
    font-size:14px;
    font-weight:bold;
}    

#ProductImages
{
    float:right;
    width:450px;
    height:400px;
    
    }
    
#copyright
{
    position:absolute;
    top:655px;
    left:850px;
    padding-bottom:10px;
    color:#DCDCDC;
    }    
    
#AboutUsImages
{
    width:600px;
    height:380px;
    }    