@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-size: 12px;
	font-family: tahoma;
	color:#fbfbf3;
}

a {
	color:#FFFFFF;
}

.LeftBG {
	width: 50%;
	background-image: url(enimages/BgLeft.jpg);
	height: 165px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.RightBG {
	width: 50%;
	background-image: url(enimages/BgRight.jpg);
	height: 165px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.MainWrapper {
	width: 100%;
	z-index: 100;
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -130px;

}

.MainWrapper .Wrapper {
	width: 900px;
	margin: 0 auto;
}
.MainWrapper .Wrapper .Header .TitleImage {
	float:right;
}
.MainWrapper .Wrapper .Content {
	margin-top:25px;
}
.NewsContainer {
	width:425px;
	float:left;
	padding:5px;
	margin-left:25px;
	margin-top:24px;
}

.NewsElement {
	width:100%;
}

.NewsElement h4 {
	background-color:#fbfbf3;
	border-left:3px solid #f4d304;
	margin:0px;
	padding:0px;
	color:#000000;
	padding:3px;
	font-weight:bold;
}

h3.Title {
	background-color:#fbfbf3;
	border-right:4px solid #f4d304;
	margin:0px;
	margin-top:15px;
	margin-bottom:5px;
	padding:2px;
	color:#000000;
	padding:3px;
	font-weight:bold;
}
.NewsElement p {
	text-align:justify;
	padding:3px;
	margin-bottom:25px;
}

.HomeGallery {
	width:414px;
	height:225px;
	background-image:url(enimages/GalleryBG.jpg);
	background-repeat:no-repeat;
	float:right;
	margin-top:10px;
	margin-right:25px;
	color:#000000;
	position:relative;
}

.HomeGallery .Wrap {
	height:135px;
	width:315px;
	position:absolute;
	left:-50px;
	top:75px;
	display:block;
	overflow:hidden;
	position:relative;
}

.HomeGallery .LeftArrow {
	position:absolute;
	left:15px;
	top:100px;
}

.HomeGallery .RightArrow {
	position:absolute;
	right:15px;
	top:100px;
}

.HomeGallery .Wrap ul {
	width:10000px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}

.HomeGallery .Wrap ul li {
	display:inline;
	float:left;
	margin-right:10px;
	width:150px;
}

.ClientList {
	margin:0;
	padding:0;
	margin-left:50px;
	top:0;
	left:0;
}

.ClientList li{
	display:inline;
	float:left;
	margin-right:10px;
	margin-bottom:3px;
	width:150px;
	height:120px;
	/*background-color: #ffffff;*/
	background-image:url("enimages/ClientBG.jpg");
	text-align: center;
	display: table;
	#position: relative;
	overflow: hidden;
}

.v-middle {
	display: table-cell;
	#position: absolute;
	#top: 50%;
	vertical-align: middle;
}
 
.v-inner {
	#position: relative;
	#top: -50%;
}
		
.HomeImage {
	margin:0 auto;
}
.Footer, .push {
	height: 90px;
	text-align:center;
}
.Footer {
	background-image:url(enimages/FooterBG.jpg);
	background-repeat:repeat-x;
	padding-top:40px;
	position:relative;
	z-index:10000;
	color:#000000;
}

.Footer .FooterWrapper {
	width:775px;
	margin:0 auto;
}

.Footer .FooterWrapper .CopyRights {
	float:left;
	margin-left:10px;
	margin-top:20px;
}

.Footer a {
	color:#000000;
	text-decoration:none;
}

.Footer a:hover {
	text-decoration:underline;
}

.AlefLogo{
	float:right;
}
.Clear {
	clear:both;
	height:40px;
}
.SubContent{
	direction: rtl;
	text-align: right;
}
.SubContent h4 {
	clear:both;
	background-color:#fbfbf3;
	border-right:3px solid #f4d304;
	margin:0px;
	margin-bottom:10px;
	margin-top:5px;
	color:#000000;
	padding:6px;
	font-weight:bold;
}
.galleryview {
	margin: 0 auto;
}

/*Sitemap section*/
.sitemap {
	padding: 5px;
}
.sitemap ul {
	padding: 5px 25px;
	list-style: none;
	background: #7e7f7a;
}

.sitemap ul ul {
	background: #c0c2ba;
}

.sitemap ul ul ul {
	background: #fcfcef;
}
.sitemap ul ul ul a{
	color: #000000;
}
.sitemap ul ul ul ul {
	background: #5a5a5a;
}

.sitemap a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 4px 0;
	height: 25px;
}

.sitemap a:hover {
	text-decoration: underline;
}
.ContactForm {
	color: #FFFFFF;	
}
.ContactForm .ContactField {
	width: 385px;
	background-color:#fbfbf3;
	border:3px solid #fbfbf3;
	border-left:3px solid #f4d304;
	margin-top: 5px;
	margin-bottom: 5px;
	color:#000000;
}
.ContactForm .ContactArea {
	width: 385px;
	background-color:#fbfbf3;
	border:3px solid #fbfbf3;
	border-left:3px solid #f4d304;
	margin-top: 5px;
	color:#000000;
}
