﻿body {
   margin:0;
   padding:0; 
   font-family:arial,helvetica,sans-serif;
} 

div#header {    
   font-size:.6em;
   color:#666;  
   width:892px;
   background: url('images/logo-spacer.jpg') repeat-x scroll bottom;
   height:54px;
   margin-left:35px;
   margin-top: 15px;
   clear:both; 
} 
div#client_header {    
   font-size:.6em;
   color:#666;  
   width:892px;
   height:54px;
   margin-left:35px;
   margin-top: 5px;
   clear:both; 
} 


div#logo {
    background: #fff url('images/ias-logo.jpg') no-repeat scroll right;
    width:105px;
    height:57px;
    float:left;
    margin-top:-3px;
    padding-left: 10px;
}
div#hey {
    background: #fff url('images/hey.jpg') no-repeat scroll right;
    width:27px;
    height:52px;
    float:left;
    margin-top:5px;
    margin-left:3px;
}

div#client_logo {
    float:left;
    margin-top:5px;
}

div#client_ias {
    background: #fff url('images/ias_logo2.jpg') no-repeat scroll right;
    width:111px;
    height:65px;
    float:right;
    padding-left: 70px;
}

div#footer_logo {
    background: #fff url('images/pop_footer_logo.jpg') no-repeat scroll right;
    width:900px;
    height:30px;
    float:left;
    margin-top:5px;
    padding-left:30px;
}

ul#headermenu {
    list-style-type:none;
    margin:0;
    padding:0;
    float:left;
   margin-top:25px;
   margin-left:50px; 
}
ul#headermenu li {
    display:block;
    float:left;
   margin: 0px 7px; 
} 

ul#headermenu li a:link, ul#headermenu li a:visited, ul#headermenu li a:active 
{
    color:#666;
    text-decoration:none;
    font-size: .9em;
}
ul#headermenu li a:hover {
    color: #333;
}

div#companyname {
    background: url('images/logo-name.jpg') no-repeat scroll bottom;
    width:185px;
    height:57px;
    float:right;
    margin-top:-3px;
}

div#client_companyname {
    background: url('images/ias_logo2.jpg') no-repeat scroll bottom;
    width:185px;
    height:57px;
    float:right;
    margin-top:-50px;
    padding-left: 50px;

}


div#monkeys {
  width:307px;
  float:left;
} 



.top_spacer {
   height:6px;
   width:892px; 
   margin-top:25px;
   background: url('images/top_spacer.jpg') repeat-x scroll top;  
   margin-left: 35px;
}

.spacer {
   float:left;
   clear:both; 
   height:6px;
   width:892px; 
   margin-top:10px;
   background: url('images/header-spacer.jpg') repeat-x scroll top;  
   margin-left: 35px;
}

.phonenumber {
    margin-top:20px;
    display:block;
}

.client_phonenumber {    
    float:right;
    text-align:right;
    margin-top:28px;
    display:block;
}