/* reset */
* { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; }
:focus { outline: 0; }
a { text-decoration:none; outline:none;	cursor:pointer; }
a img {	border:0; cursor:pointer; }
textarea { resize: none; overflow:auto; }

/* html */
html {
	width:100%;
	height:100%;
	overflow-y:scroll;
	overflow-x:hidden;	
}

body {
	background-color: #27262c;
	width:100%;
	height:auto;
	font-size:23px;
	font-family: 'Arabic Typesetting', Arial, sans-serif;
	color:#e8e8e6;
}

a { color: #e8e8e6; }
a:hover { text-decoration: underline; }

#wrapper {
	width: 100%;
	height: 740px;
	display: block;
	position: relative;
}

#header {
	height: 40px;
	line-height: 40px;
	text-align: center;
	position:relative;
}

#lang-content {
	width:52px;
	height:40px;
	position:absolute;
	top:0; left:50%;
	margin-left:370px;
	display:block;
}

#lang-content a {
	background:url(../img/lang_btn_bg.png);
	width:25px;
	height:40px;
	display:block;
	float:left;
}

#lang-content a.en { background-position:top left; }
#lang-content a.tr { background-position:top right; }
#lang-content a.en:hover, #lang-content a.en.active { background-position:bottom left; }
#lang-content a.tr:hover, #lang-content a.tr.active { background-position:bottom right; }

#lang-content span {
	background:url(../img/lang_btn_bg.png) center top;
	width:2px;
	height:40px;
	display:block; 
	float:left; 
}

#content {
	background:url(../img/bg.jpg) center top;
	height: 660px;
	position: relative;
}

#logo {
	background:url(../img/logo_bg.png);
	width: 507px;
	height: 119px;
	position: absolute;
	top: 53px; left: 50%;
	margin-left: -253px;
}

.nav-btn {
	background-position: no-repeat;
	width: 101px;
	height: 116px;
	display: block;
	position: absolute;
	top: 113px;
	left: 50%;
	z-index: 99;
}

#process-btn { margin-left: -353px; }
.en #process-btn { background-image: url(../img/process_en_btn.png); }
.tr #process-btn { background-image: url(../img/process_tr_btn.png); }


#strategy-btn { margin-left: -50px; }
.en #strategy-btn { background-image: url(../img/strategy_en_btn.png); }
.tr #strategy-btn { background-image: url(../img/strategy_tr_btn.png); } 

#background-btn { margin-left: 252px; }
.en #background-btn { background-image: url(../img/background_en_btn.png); }
.tr #background-btn { background-image: url(../img/background_tr_btn.png); }

.content {
	display: none;
	position: absolute;
	z-index: 88;
	left: 50%;
}

#process-content {
	background-repeat: no-repeat;
	width: 910px;
	height: 550px;
	top: 111px;
	margin-left: -454px;
}

.en #process-content {	background-image:url(../img/process_en_content.png); }
.tr #process-content {	background-image:url(../img/process_tr_content.png); }

#strategy-content {
	background-repeat: no-repeat;
	width: 404px;
	height: 440px;
	top: 113px;
	margin-left: -202px;
}

.en #strategy-content {	background-image:url(../img/strategy_en_content.png); }
.tr #strategy-content {	background-image:url(../img/strategy_tr_content.png); }

#background-content {
	background-repeat: no-repeat;
	width: 910px;
	height: 555px;
	top: 112px;
	margin-left: -454px;
}

.en #background-content { background-image:url(../img/background_en_content.png); }
.tr #background-content { background-image:url(../img/background_tr_content.png); }

#footer {
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.btn:hover { background-position: bottom left; }



