﻿
div#PageContainer
{
    width: 807px;
    height: auto;
    background-color: White;
    position: relative;
}

div#HeaderContainer
{
    width: 807px;
    height: 225px;    
    position: relative;
}

div#ContentContainer
{
     width: 807px;     
     position: relative;     
     top: 0px;  
     font-family: Arial;
     font-size: 12px;
}

div#HomeContentContainer
{
     width: 807px;
     height: 780px;
     position: relative;     
     top: 0px;  
}

div#leftContentContainer
{
    padding-top: 20px;
    float: left;    
    width: 360px;
    height: auto;
    
}

div#findContentContainer
{
    
    float: left;    
    width: 700px;
    height: auto;
    
}

div#rightContentContainer
{
    float: right;
    width: 400px;
}

div#rightContentContainer img
{
    padding-bottom: 10px;
}

div#bottomContentContainer
{   
    height: 245px;
    width: 807px;
    /* position: relative; */
    bottom: 0px;
    left: 0px;    
}


div#leftContent
{
    height: auto;
    width: 360px;
    
    
}

div#bottomLinks
{
    clear: both;
    height: 18px;
    width: 807px;
        
}

div#buttonContainer
{
    position: absolute;
    top: 113px;
    left: 50px;
    width: 21px;
}

img.btns
{
    height: 20px;
    width: 20px;
    margin-top: 5px;
}

a#lnkHome
{
    text-decoration: none;
    cursor: hand;
    position: absolute;
    top: 5px;
    left: 7px;
    height: 75px;
    width: 235px;   
}

a#lnkSeeItInAction
{
    position: absolute;
     top: 159px;
    left: 122px;
    
    cursor: hand;
    
    z-index: 100;
    text-decoration: none;
    
}

a#lnkCostEfficiency
{
    position: absolute;
    top: 183px;
    left: 55px;
    cursor: hand;
    
    z-index: 100;
    text-decoration: none;
    
}

a#lnkAdvancedEngineering
{
    position: absolute;
     top: 114px;
    left: 212px;
    /* bottom link
   top: 207px;
    left: 17px;
*/
    cursor: hand;
    
    z-index: 100;
    text-decoration: none;
    
}

a#lnkBecomeDealer
{
	position: absolute;    
	top: 185px;
    left: 57px;
    cursor: hand;
    
    z-index: 100;
    text-decoration: none;
}

a#lnkContactUs
{
	position: absolute;    
	top: 209px;
    left: 46px;
    cursor: hand;
    
    z-index: 100;
    text-decoration: none;
}

a#lnkSpecifications
{
    position: absolute;
    top: 135px;
    left: 145px;
    cursor: hand;
    
    z-index: 100;
    text-decoration: none;
    
}

a#lnkProvenPerformance
{
    position: absolute;
    z-index: 100;
    text-decoration: none;
    top: 89px;
    left: 238px;
   
}

a#lnkHowItWorks
{
    position: absolute;
    z-index: 100;
    text-decoration: none;
    top: 66px;
    left: 350px;
    /*
     top: 111px;
    left: 174px;
	*/
}

a#lnkOurDifference
{
    position: absolute;
    z-index: 100;
    text-decoration: none;
    
}

div#footerDiv
{
    clear: both;
    width: 803px;
    height: 100px;
}

div#logoDiv
{
    width: 100px;
    height: 35px;
    background-image: url('../img/AILogo.jpg');
    background-repeat: no-repeat;
}

#logoTested
{
    position: absolute;   
    left: 217px;
    top: 35px;
    width: 143px;
    height: 40px;
}

.EstimateNormal
{
	background-image: url(/img/EstimateLink.gif);
}

.EstimateHighlight
{
	background-image: url(/img/EstimateLinkHighlight.gif);
}

