﻿body
{
    background-color:#D9D9D9;
    text-align:center;     
}

#outterBox
{            
    text-align:left;
    margin:50px auto 0 auto;
    background-image:url(../images/white_bkg.png);
    width:948px;    
}

#main
{
    background-image:url(../images/grey_box.png);
    width:948px;
    height:601px;
}

#buttons
{
    position:relative;
    top:14px;
    left:253px;            
    width:662px;
    height:60px;            
}

#buttons a
{
    display:block;
    width:110px;
    height:60px;
    float:left;
    position:relative;            
    cursor:pointer;
}       

#buttons a:hover
{
    width:110px;
    height:60px;
}

#buttons a.btnHome
{
    background:url(../images/home.png) no-repeat;
}

#buttons a.btnHome:hover
{
    background:url(../images/home_over.png) no-repeat;
}

#buttons a.btnInstallation
{
    background:url(../images/install.png) no-repeat;
}

#buttons a.btnInstallation:hover
{
    background:url(../images/install_over.png) no-repeat;
}

#buttons a.btnMaintenance
{
    background:url(../images/maintenance.png) no-repeat;
}

#buttons a.btnMaintenance:hover
{
    background:url(../images/maintenance_over.png) no-repeat;
}

#buttons a.btnMoldFree
{
    background:url(../images/moldfree.png) no-repeat;                
}

#buttons a.btnMoldFree:hover
{
    background:url(../images/moldfree_over.png) no-repeat;                
}

#buttons a.btnPortfolio
{
    background:url(../images/portfolio.png) no-repeat;
}

#buttons a.btnPortfolio:hover
{
    background:url(../images/portfolio_over.png) no-repeat;
}

#buttons a.btnContact
{
    background:url(../images/contact.png) no-repeat;
}

#buttons a.btnContact:hover
{
    background:url(../images/contact_over.png) no-repeat;
}        

#mainContent
{
    position:relative;
    top:45px;
    left:65px;
    width:790px;
    height:262px;
    font-family:Helvetica;
    font-weight:bold;
    font-size:0.78em;
    color:#616161;
    line-height:1.5em;    
}

.emailInput
{
    font-family:Helvetica;
    font-weight:normal;
    font-size:100%;
}

#mainContent h1
{
    text-transform:uppercase;
    font-weight:normal;
    letter-spacing:2px;    
}

#mainContent h3
{
    text-transform:uppercase;
    font-weight:normal;
    letter-spacing:2px;
    padding-left:25px;
}

#mainContent p
{
    padding-left:90px;
}

#mainContent a
{
    text-decoration:none;
    color:#F37920;
    cursor:pointer;
}

#mainContent a:hover
{
    text-decoration:underline;
}

#dvHome
{
    line-height:2em;
}

#dvContact 
{
    line-height:2em;
}

#dvInstallation
{
    line-height:1.5em;
}

#dvInstallation h3
{
    padding-left:90px;
}

#dvInstallation ul
{
    padding-left:105px;    
}

#dvMaintenance h3
{
    padding-left:90px;
}

#dvMaintenance .invEph
{
    text-transform:uppercase;
    text-decoration:underline;    
}

#dvAbout
{
    line-height:2em;
}

.port_img
{
    border:none;
    padding:0 10px 5px 0;
}

#footer
{
    position:relative;
    top:188px;
    left:25px;
    width:895px;
    height:60px;            
}

#logo
{
    float:left;    
}

#contact
{
    float:left;
    position:relative;
    top:45px;
    left:225px;
    font-family: Helvetica;
    font-weight:bold;
    font-size:0.66em;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#616161;    
}

#contact a
{
    text-decoration:none;
    color:#F37920;
    cursor:pointer; 
}

#contact a:hover
{
    text-decoration:underline;    
}

#tel, #cell
{
    padding-left:10px;    
}