
#header

{
background-image:url('img/header.png');
background-repeat:no-repeat;
background-position:top center;
height:303px;
width:1200px;
z-index:5;
}

#menu

{
height:124px;
width:315px;
position:relative;
left:697px;
top:79px;

}

#navMenu {  
    margin:0;   
    padding:0;  
    list-style:none;      
    font-family:arial;  
    text-align:left;  
    line-height:60px;  
}  
  
    #navMenu li {  
        float:left;   
          
        /* default background image */  
        background:url(img/nobutton.gif) no-repeat center center;      
          
        /* width and height of the menu item */  
        width:105px;                              
        height:62px;  
  
        position:relative;            
    }  
  
    #navMenu li a {  
        /* z-index must be higher than .hover class */  
        z-index:20;               
          
        /* display as block and set the height according to the height of the menu to make the whole LI clickable   */  
        display:block;    
        height:64px;  
        position:relative;   
    }  
  
    #home .hover {  
        background:url(img/home.jpg) no-repeat center center;         
        position:absolute;    
        width:105px;      
        height:62px;  
        left:0;   
        top:0;    
        z-index:10;        
        display:none;     
    }     

    #about .hover {  
        background:url(img/about.jpg) no-repeat center center;         
        position:absolute;    
        width:105px;      
        height:62px;  
        left:1;   
        top:0;    
        z-index:10;        
        display:none;     
    }     

    #services .hover {  
        background:url(img/services.jpg) no-repeat center center;         
        position:absolute;    
        width:105px;      
        height:62px;  
        left:3;   
        top:0;    
        z-index:10;        
        display:none;     
    }     

    #clients .hover {  
        background:url(img/clients.jpg) no-repeat center center;         
        position:absolute;    
        width:105px;      
        height:62px;  
        left:0;   
        top:0;    
        z-index:10;        
        display:none;     
    }     

    #contact .hover {  
        background:url(img/contact.jpg) no-repeat center center;         
        position:absolute;    
        width:105px;      
        height:62px;  
        left:1;   
        top:0;    
        z-index:10;        
        display:none;     
    }     

    #faqs .hover {  
        background:url(img/faqs.jpg) no-repeat center center;         
        position:absolute;    
        width:105px;      
        height:62px;  
        left:3;   
        top:0;    
        z-index:10;        
        display:none;     
    }     

#contenthome

    {
    background-image:url('img/homeback.jpg');
    background-repeat:no-repeat;
    background-position:top center;
    width:1200px;
    height:731px; 
    position:relative;
    left:0px;
    top:220px;
    text-align:left;
    }

#contentabout

    {
    background-image:url('img/aboutback.jpg');
    background-repeat:no-repeat;
    background-position:top center;
    width:1200px;
    height:1000px; 
    position:relative;
    left:0px;
    top:220px;
    text-align:left;
    }

#contentclean

    {
    background-image:url('img/fondo.jpg');
    background-repeat:no-repeat;
    background-position:top center;
    width:1200px;
    height:1000px; 
    position:relative;
    left:0px;
    top:220px;
    text-align:left;
    }

p#small
    {
    position:relative;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-align:justify;
    color:#c5b7a3;
    margin-left:240px;
    margin-top:0px;
    width:490px
    }

p#large 
    {
    position:relative;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-align:justify;
    color:#c5b7a3;
    margin-left:240px;
    margin-top:0px;
    width:760px
    }

p#title
    {
    font-size:18px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-align:justify;
    color:#c5b7a3;
    margin-left:30px;
    margin-top:0px;
    width:250px
    }

p#table
    {
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-align:justify;
    color:#c5b7a3;
    margin-left:30px;
    margin-top:0px;
    width:250px
    }

p#tablecontact
    {
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-align:justify;
    color:#c5b7a3;
    margin-left:30px;
    margin-top:0px;
    width:300px
    }

.text_white
    {
    color:c5b7a3;
    }

td#form

    {
    background-image:url('img/form.png');
    background-repeat:no-repeat;
    background-position:top center;
    }


