﻿body {
	background-color: #12191c;
	margin: 0px 0px 0px 0px ;
}
.align {
	margin: 4px auto;
	width: 982px;
	height: auto;
	text-align:center;

}
.header-container {
	width: 100%;
	height: auto;
	background-color: transparent;
}
.header{
	 background-image:url('../images/header.jpg');
	 height:166px;
	 width:982px;
	 background-repeat:no-repeat;
	 vertical-align:top;
}
.language{
	 width:10%;

	 float:left;
	 font-family:Tahoma;
	 font-size:11px;
	 color:#fff;
	 text-align:center;
	 padding:6px 0px 0px 0px ;
}
.language a{
	 font-family:Tahoma;
	 font-size:11px;
	 color:#fff;
	 text-align:center;
	 text-decoration:none
	}
.language a:hover{
	 font-family:Tahoma;
	 font-size:11px;
	 color:#f6c403;
	 text-align:center;
	 text-decoration:none;
	}

.main-container{
	 width:979px;
	 margin:6px 0px 0px 0px;
}
.menu{

	 width:100%;
	 background-image:url('../images/menu-bg.jpg');
	 height:42px;
	 background-repeat:no-repeat;
	 vertical-align:top;
}
.main{
	 vertical-align:top;
}
.top-main{
	 background-image:url('../images/top-bg-main.jpg');
	 height:6px;
	 background-repeat:no-repeat;
}
.down-main{
	 background-image:url('../images/down-bg-main.jpg');
	 height:11px;
	 background-repeat:no-repeat;
}
.main-main{
	 background-color:#232526;
	 vertical-align:top;
}
.top-right{
	 background-image:url('../images/bg-top.jpg');
	 height:8px;
	 background-repeat:no-repeat;
}
.main-right{
 background-color:#232526;
 vertical-align:top;
}
.down-right{
			 background-image:url('../images/bg-down.jpg');
	 height:8px;
	 background-repeat:no-repeat;

}
.footer{
	 background-image: url('../images/footer.jpg');
	 background-repeat:no-repeat;
	 height:54px;
	 width:982px;
	 margin:0px 0px 4px 0px ;
}
.copyright{
	 width:100%;
	 height:26px;
  font-family:Tahoma;
   font-size:11px;
    color:#fff;
    text-align:center;
    direction:rtl;
    text-decoration:none;

}
.copyright a{
  font-family:Tahoma;
   font-size:11px;
    color:#fff;
    text-align:center;
    direction:rtl;
        text-decoration:none;

}
.f{
	color:#f6c403;

}