/*############ Setup header containers ###############*/

#header {
    height:73px;
    padding:0px;
    width:745px;   
 }
 
 #header #topLeft {
    background: url('../images/layout/headerTopLeft.jpg') no-repeat top left;
    float:left; 
    height:34px;
    width:445px;
 }
 
 #headerLogo {
    background: url('../images/layout/48OE_logo.jpg') no-repeat top left;
    height:157px;
    padding:0px;
    width:212px;          
 }    

/*############## Setup main navigation lists global settings #################*/

#topNav {
    background:url('../images/layout/bg_topNav.jpg') no-repeat top left;
    color:#88746B;
    float:left;
    height:34px;
    line-height:34px;    
    margin-top:3px;  
    text-align:right; 	        
    width:741px;
}

#topNav ul {
    color:#fff;
	display: block;
    height:10px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float:right;
}

#topNav ul li {
	border-left:1px solid #938980;
	display: inline;
	margin: 0px;
	padding: 0px;    
	text-align:center;	
}

#topNav ul li a {
    color:#88746B;
    font-size:11px;
    line-height:34px;
    padding:0px 10px 0px 11px;	 
	text-decoration: none;		
	text-transform:uppercase;		     
}

#topNav a:hover {
    color:#F47B20;
} 