/* CSS Document */

#header {
	background: #FFF url(../_images/_structure/header_bg_arabic.gif) 420px bottom no-repeat;
	margin: 0 5px 0 7px;
	padding: 0 33px;
	min-height: 100px;
	border-bottom: solid 1px #2F485E;
}
#header_info {
	position: absolute;
	left: 20px;
	top: 10px;
	text-align: left;
}

#navigation .clearfix {
	background: url(../_images/_structure/navigation_bottom.jpg) right bottom no-repeat;
}
#navigation_section {
	margin: 0 -7px 0 0;
	/*background: url(../_images/_structure/nav_bg_rep.jpg) -1px top repeat-y;*/
}

#language_switcher li a {
	float: left;
}
#footer {
	position: relative;
	bottom: 0;
	margin: 0 auto;
	width: 780px;
	height: 100px;
	background: url(../_images/_structure/footer_bg.gif) right bottom no-repeat;
}
#footer_side_bar {
	float: left;
	width: 185px;
	margin-left: 0;
}




/* INDEX */
#home_office_logo {
	position: relative;
	margin-top: -10px;
	float: left;
	right: auto;
}

/* CONTACT */
#enquiry_form label {
	float: right;
}

