@charset "utf-8";
/* CSS Document */

/*****************global*/
@import url('Fonts/Css/fonts.css');
.cb{clear:both;}


body,html{
	padding : 0;
	margin : 0;
	font-family: 'FuturaMC';
	min-height : 100%;
	overflow : hidden;
	height:100%;
}

img{
	border:0;}
/*****************container end*/

.container{
	width : 100%;
	height : auto !important;
	min-height : 100%;
	display : inline;
	position : absolute;
	top : 0;
	bottom : 170px;
	
}
.logo{
	top: 3%;
	position:absolute;
	width: 20%;
	height:20%;
	right:0px;
	left:30px;
	margin:0 auto 0 auto;
	z-index: 1500;
	text-align:center;
	}
.logo a{
	width: 100%;
	height:100%;
	display:block;
}
.logo a img
{
	width:70%;
	min-width:80px;
	max-width:200px;
}		
.language{
	top: 24%;
	position:absolute;
	width: 10%;
	right:0px;
	left:35px;
	margin:0 auto 0 auto;
	z-index: 100;
	text-align:center;
	}
.language .TR{
	float:left;
	width:45%;
	height:auto;
}
.language .TR a{
	width:100%;
	padding:0px;
	margin:0 auto 0 auto;
}
.language .TR a img
{
    width:100%;
	max-width:60px;
	height:auto;
}
.language .EN{
	float:right;
	width:45%;
	height:auto;
}		
.language .EN a{
	width:100%;
	padding:0px;
	margin:0 auto 0 auto;
}
.language .EN a img
{
    width:100%;
	max-width:60px;
	height:auto;
}


.left{
	width:50%;
	height:100%;
	float:left;
	position:absolute;
	z-index:10;
	left:0px;
	top:0px;
}
.left a{
	width:100%;
	height:100%;
	display:block;
}
.left a:hover{
	background:url(../Images/arrow-left.png) no-repeat center center;
}
.right{
	width:50%;
	height:100%;
	position:absolute;
	z-index:10;
	right:0px;
	top:0px;
}
.right a:hover{
	background:url(../Images/arrow-right.png) no-repeat center center;
}
.right a{
	width:100%;
	height:100%;
	display:block;
}
 .Footer{
	width:100%;
	height:30px;
	background:url(../Images/footer-bg.png) no-repeat top center;
	position:absolute;
	bottom:0;
	z-index:20;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7d7d7d;
	padding:75px 0 0 0;
	}
	
	
