@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font:14px/27px "Times New Roman", Times, serif;
	background: url(../Images/BodyBG.jpg) no-repeat top center #050200;
	color:#754e09;
	direction:ltr;	
}
h1, h2, h3, h4, h5, h6, p{
  margin: 0;
  padding: 0;
  border: 0;
}
.row
{
	clear: both;
	float: none;
}
.col
{
	float : right;
}
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
li{
	margin:0;
	padding:0;
	display:inline;
}
a {
	display:inline-block;/*for get size <a> */
	font:bold 9pt Tahoma, Geneva, sans-serif;
	color:#009999;
	cursor:pointer;
	outline:none;
	text-align:center;
	text-decoration:none;
}
a:hover {
	color:#FFF;
}
.site {
	width:990px;
	height: auto;
	margin:0 auto;
}

.logo{
	width: 448px;
	height: 232px;
	margin: 85px auto 0;
	background: url(../Images/Sprites.png) no-repeat 0 0;
}
	
.language {
	width: 280px;
	height: 142px;
	margin: 93px auto 0;
}

.language ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 280px;
    margin: 0 auto;
}

.language ul li {
    display: block;
    float: right;
    width: 122px;
    height: 150px;
	padding-top:10px;
}

.language ul li+li {
    margin-right: 36px;
}

.language ul li a span.icon {
    display: block;
    width: 102px;
    height: 102px;
    margin: 0 auto 5px;
    background-image: url(../Images/Sprites.png);
    background-repeat: no-repeat;
    background-position: 0 -5000px;
    -webkit-transform: scale(1,1);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transform: scale(1,1);
    transition-duration: 0.3s;
    transition-property: transform;
}

.language ul li a:hover span.icon {
    -webkit-animation-delay: 0.3s;
    -webkit-animation-direction: alternate;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-transform: scale(1.2,1.2);
    animation-delay: 0.3s;
    animation-direction: alternate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform: scale(1.2,1.2);
}

.language ul li a > span.icon {
    background-position: 0 -232px;
}

.language ul li + li a > span.icon {
    background-position: -156px -232px;
}

.language ul li a span.title {
	display: block;
    width: 74px;
    height: 35px;
	margin:10px auto 0;
	background: url(../Images/Sprites.png) no-repeat -170px -339px;
	
}

.language ul li + li a span.title {
    display: block;
    width: 58px;
    height: 29px;
	margin:12px auto 0;
	background: url(../Images/Sprites.png) no-repeat -25px -343px;
}

.language ul li a:hover span.title {	
	background: url(../Images/Sprites.png) no-repeat -262px -334px;
	
}

.language ul li + li a:hover span.title {    
	background: url(../Images/Sprites.png) no-repeat -91px -343px;
}

.language ul li a, .navigationWrap ul li a:link, .navigationWrap ul li a:active, .navigationWrap ul li a:visited {
    color: #666666 !important;
    font: normal normal 16px/18px 'NazaninBold', 'Arial', 'Helvetica', 'sans-serif';
    text-align: center;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.language ul li a:hover {
    color: #fdb913 !important;
    text-shadow: -1px 1px 5px #ff4600, 1px -1px 5px #ff4600;
}

.language ul li a span {
    padding: 0;
}

.copyright{
	width: 990px;
	margin: 130px auto 0;
	text-align: center;
}