div#header {
		background: #ea612e;
	}
	
		div#logo {
			margin: 12px 265px 8px 20px;
			padding: 0px;
			float: left;
			width: 144px;
			height: 44px;
			display: block;
			background: url("../images/vos-logistics.jpg") no-repeat;
			cursor: pointer;
		}
		
			div#logo h1 {
				text-indent: -5000px;
				display: none;				
			}
			
		div#languages {
			float: left;
			font-size: 0.8em;
			height: 26px;
			padding: 15px 11px 3px 0px;
			margin: 20px 10px 0px 0px;
		}
			
			div#languages a:link, div#languages a:visited { color: #191818; }	
			div#languages a:hover, div#languages a:active { color: #ffffff; }
			
		div#client-login {
			float: left;
			height: 26px;
			padding: 9px 11px;
			margin: 12px 10px 0px 0px;
		}
			
			div#client-login a:link, div#client-login a:visited { 
				color: #ffffff;
				padding: 4px 15px;
				font-size: 0.8em;
				width: 77px;
				height: 19px;
				display: block;
				background: url("../images/backgrounds/button-client-login.png") no-repeat center top;
			}
				
			div#client-login a:hover, div#client-login a:active { 
				background: url("../images/backgrounds/button-client-login.png") no-repeat center bottom;
			}
				
		div#search-box {
			float: left;
			height: 26px;
			padding: 4px 11px 14px 11px;
			border-left: #f7c0ab 1px solid;
			margin-top: 12px;
		}
				
		div#search-box p { margin: 0px; padding: 0px;	}
			
			div#search-box form  label {
				display: none;
			}
				
			div#search-box form input {
				float: left;
				color: #3f3e3d;
				width: 134px;
				margin-right: 4px;
				height: 19px;
				padding: 11px 27px 7px 16px;
				font-size: 0.8em;
				background: transparent url("../images/backgrounds/search-box.png") no-repeat center center;
				border: none;
				display: block;
			}
				
			div#search-box form input.button {
				color: #ffffff;
				width: 53px;
				margin: 4px 4px 0px 0px;
				height: 27px;
				padding: 0px 11px 0px 11px;
				background: transparent url("../images/backgrounds/search-button.png") no-repeat center top;
				border: none;
			}
				
			div#search-box form input.button:hover {
				background: transparent url("../images/backgrounds/search-button.png") no-repeat center center;
			}
				
			div#search-box form input.button:active {
				background: transparent url("../images/backgrounds/search-button.png") no-repeat center bottom;
			}
	