@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border: 0;
}
html{
	
}
body {
	border:0;
	margin:0;
	padding:0;
	font-size: 12px;
	direction:rtl;
	position: relative;
	font-family:tahoma;
	background:url('../images/bg.jpg') repeat-x #d8d6c4;
}
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#444;
	text-decoration:none;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
::-moz-selection {
	background-color: #90c62e;
	color: #FFF;
	text-shadow:none;
}
::selection {
	background-color: #90c62e;
	color: #FFF;
	text-shadow:none;
}
.clearfloat {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0;
}
@font-face {
  font-family: 'BRoya';
  src: url('../fonts/BRoya.eot?#') format('eot'),  /* IE6â€“8 */
       url('../fonts/BRoya.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../fonts/BRoya.ttf') format('truetype');  /* Saf3â€”5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
  font-family: 'BYekan';
  src: url('../fonts/BYekan.eot?#') format('eot'),  /* IE6â€“8 */
       url('../fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../fonts/BYekan.ttf') format('truetype');  /* Saf3â€”5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
  font-family: 'BYekan2';
  src: url('../fonts/BYekan2.eot?#') format('eot'),  /* IE6â€“8 */
       url('../fonts/BYekan2.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../fonts/BYekan2.ttf') format('truetype');  /* Saf3â€”5, Chrome4+, FF3.5, Opera 10+ */
}
.wrap{
	width:960px;
	padding: 0 50px;
	margin:0 auto;
	background: url('../images/wrap.png') repeat-y center center;
}
/*_________________________header___________________________*/
.header{
	width: 960px;
	height: 179px;
	margin: 0 auto;
	background: url('../images/header-koodaki.jpg') no-repeat center center;
}
/*_________________________NAvigation___________________________*/
.navigation{
	height: 80px;
	width: 960px;
	line-height: 80px;
	background: #f9f8e4;
}
.menu{
	float: right;
}
.menu li{
	list-style: none;
	float: right;
	font-family: BRoya;
	font-size: 17px;
    position: relative;
}
.menu li a {
    color: #5B5B5B;
    margin: 2px;
    padding: 0 7px;
    border: 1px solid transparent;
    border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.menu li a:hover,.selected{
	border: 1px solid #febe2e;
    border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: url('../images/mania.jpg') repeat-x #e7a819;
}
.menu li ul{
    position: absolute;
    right: 0;
    width: 200px;
    z-index: 2000;
    line-height:19px;
    border-radius: 0 0 5px 5px;
    display: none;
}
.menu li ul li{
    float: none;
    font-family: tahoma;
    font-size: 12px;
    margin: 0 5px;
    padding: 3px;
    border-top: 1px solid #ffd578;
    background: #ffb000;
}
.menu li ul li a{
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 1px 5px 3px;
    margin:0;
}
.menu li ul li a:hover,.menu li ul li a.selected{
    color: #ffb000;
    background: #fff;
}
.menu li ul ul{
    right: 187px;
    top: 0;
}
.lang{
	float: left;
	color: #e4a925;
	margin-left: 15px;
}
.login{
	float: left;
	color: #a5a499;
}
.login:after{
	content: "|";
	padding: 0 5px;
}
/*_________________________slider___________________________*/
.slider{
	width: 960px;
    position: relative;
    height: 337px;
    background: #f9f8e4;
    overflow: hidden;
}
.slideBoxes{
	float: left;
	width: 180px;
}
.slideBox{
	width: 175px;
	height: 166px;
	display: block;
	overflow: hidden;
	margin: 0 5px 5px 0;
}
.slideshow{
    float: right;
    width: 780px;
    height: 337px;
    overflow: hidden;
    position: relative;
}
#nav{
    position: absolute;
    bottom: 0;
    background: #ffb000;
    width: 757px;
    padding: 5px 20px 5px 3px;
    z-index: 20;
}
#nav a{
    color: transparent;
    font-size: 0;
    width: 10px;
    height: 10px;
    display: block;
    float: right;
    margin:0 2px;
    background: url('../images/nava.jpg') no-repeat center center;
}
#nav a.activeSlide{
    background: url('../images/activeslide.jpg') no-repeat center center;
}
/*_________________________container___________________________*/
.container{
    background: #f9f8e4;
    padding-bottom: 80px;
}
.topBoxes {
}
.topBox {
    float: right;
    height: 155px;
    width: 480px;
    border-bottom: 1px solid #bab8a5;
    background: #D8D6C4;
}
.firstRow .topBox {
    height: 181px;
}
.rightBox {
    float: right;
    padding-top: 8px;
    width: 250px;
}
.firstRow,.secondRow{
	background: #f9f8e4;
	padding-bottom: 10px;
}
.firstRow .rightBox{
    margin: 10px 0 10px 0;
}
.firstRow .rightBox {
    background: none repeat scroll 0 0 #F9F8E4;
}
.firstRow .rightBox img {
    border: 2px solid #D1CFBE;
    float: left;
    margin-left: 8px;
}
.firstRow .rightBox h2 {
    float: right;
    font-family: BYekan2;
    font-size: 18px;
    height: 66px;
    line-height: 26px;
    padding-right: 20px;
    padding-top: 5px;
    width: 117px;
    font-weight: normal;
}
.firstRow .rightBox h2 span {
    display: block;
    font-size: 40px;
}
.uptpnow {
    color: #666666;
    display: block;
    margin-bottom: 4px;
    text-align: center;
    width: 136px;
}
.price {
    background: url("../images/note.jpg") no-repeat scroll 122px center #FFB000;
    border-bottom: 5px solid #FFB000;
    color: #4A4A4A;
    float: right;
    padding-right: 30px;
    width: 112px;
}
.price span {
    color: #FFFFFF;
    font-family: BRoya;
    font-size: 19px;
}
.onlinePayment {
    background: url("../images/online.jpg") no-repeat scroll 86px center;
    border-bottom: 5px solid #FFB000;
    color: #666666;
    float: right;
    height: 31px;
    line-height: 29px;
    padding-right: 28px;
    width: 80px;
}
.leftBox {
    float: left;
    padding: 0 10px;
    width: 210px;
}
.leftBox h2 {
    color: #565656;
    font-family: BYekan2;
    font-weight: normal;
    margin-bottom: 3px;
    margin-top: 10px;
    text-shadow: 1px 1px #E2E0D3;
}
.text {
    text-align: justify;
    color: #666;
    line-height: 17px;
    font-size: 11px;
}
.follow,.moreInfo{
	display: block;
	padding-right: 23px;
	margin-top: 12px;
}
.moreInfo{
	background: url('../images/moreinfo.jpg') no-repeat right center;	
}
.bottomInfo{
	border-top: 1px solid #BAB8A5;
}
.code {
    background: url("../images/code.jpg") no-repeat scroll 229px center #D8D6C4;
    color: #666666;
    display: block;
    padding: 6px 27px;
    width: 196px;
    float: right;
}
.follow {
    background: url("../images/follow.jpg") no-repeat scroll right 5px;
    display: block;
    float: right;
    height: 20px;
    line-height: 20px;
    margin-top: 2px;
    width: 150px;
}
.secondRow .topBox{
	border-top: 1px solid #bab8a5;
    height: 120px;
    overflow: hidden;
}
.secondRow .topBox .rightBox{
	padding-top: 0;
}
.secondRow .leftBox h2{
    font-family: BYekan;
    font-size: 26px;
}
.secondRow .leftBox .more{
    background: url('../images/arrow.jpg') no-repeat right 5px;
    padding-right: 12px;
    font-family: BYekan2;
    margin-top:5px;
    display: block;
    font-size: 13px;
    color: #565656;
}
.adstext{
    background: url('../images/adtxt.jpg') no-repeat right 4px;
    padding:0px 14px 0 6px;
    margin-top:7px;
}
.moreAds{
    background: #e9e8dd;
    border-bottom: 1px solid #c6c5bc;
    text-align: center;
    margin: 5px;
    padding: 7px 5px 9px 5px;
    display: block;
    font-size: 11px;
}
.cols{
   float: right;
   width: 480px; 
   height: 710px; 
   background: #f9f8e4;
}
.newsCols{
    height: 680px; 
}
.newsBox{
    width: 440px;
    margin-bottom: 40px;
    padding: 0 20px;
}

.newsBox img{
    float: right;
    width: 75px;
    height: 75px;
    margin-left: 10px;
}
.date{
    color: #919191;
    font-size: 11px;
}
.newsTitle{
    height: 49px;
    line-height: 43px;
    width: 480px;
    font-weight: normal;
    background: url('../images/title.jpg') no-repeat right;
}
.newsTitle span{
    float: right;
}
.topTitle{
    text-align: right;
    padding-right: 30px;
    font-family: BYekan;
    text-shadow:1px 1px #ffe5aa;
    color: #333;
    font-size: 19px;
    width: 216px;
}
.topDate{
    text-align: left;
    font-family:tahoma;
    font-size: 12px;
    color: #fff; 
}
.newsBox h3{
    font-family: BYekan2;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
}
.firstNewsBox{
    margin-top:40px;
}
.firstNewsBox img{
    width: 150px;
    height:150px;
}
.firstNewsBox .date{
    font-size: 12px;
}
.firstNewsBox h3{
    font-size: 20px;
}
.newsMore{
    color: #cc6600;
}
.viewAllNews{
    width: 350px;
    height: 30px;
    display: block;
    background: #d8d6c4;
    color: #666;
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
}
.viewAllNews span{
    display: block;
    height: 25px;
    margin:0 auto;
    padding-left: 30px;
    text-align: left;
    width: 139px;
    background: url('../images/view.jpg') no-repeat left center;
}
.botCols{
  width: 480px;
  height: 330px;
  float: right; 
  background: #f9f8e4; 
  position: relative;
}
.botCols h2{
    height: 70px;
    line-height: 79px;
    text-align: center;
    font-family: BYekan;
    text-shadow:1px 1px #ffe5aa;
    color: #333;
    font-size: 19px;
    font-weight: normal;
   background: url('../images/sponsor.jpg') no-repeat center center; 
}
.botCols .text{
    padding: 15px;
}
.right,.left{
    width: 16px;
    height: 16px;
    top: 67%;
    position: absolute;
    display: block;
}
.right{
    right:10px;
    background: url('../images/right.jpg') no-repeat center center;
}
.left{
    left:10px;
    background: url('../images/left.jpg') no-repeat center center;
}
.sponsorsWrap{
    width: 395px;
    height: 158px;
    overflow: hidden;
    margin:0 auto;
}
.sponsors{
    width: 395px;
    height: 158px;
    overflow: hidden;   
}
.sponsors a{
    margin: 3px;
}
.sponsors a{
    width: 73px;
    height: 73px;
    float: right;
    display: block;
    background: url('../images/73.jpg') no-repeat center center; 
}
.sponsors a img{
    margin: 5px auto 0;
    display:block;
}
.institu{
    width: 450px;
    margin:10px auto;
    height: 230px;
    overflow-y:scroll;
}
.jspPane{
    left: 0;
}
.institu li{
    display: block;
    list-style: none;
    border-bottom: 1px solid #bab8a5;
    color: #393939;
    text-align: right;
    padding: 5px 0 9px;
}
.institu li a{
    float: left;
}
.bottomBoxes{
    background: #f2f1e6;
    border:5px solid #deddc4;
    margin: 0 auto;
    width: 920px;
    padding: 10px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.bottomBox{
    width: 220px;  
    float: right;
    padding-left: 10px;
}
.bottomBox img{
    float: right;
    margin-left: 10px;
}
.bottomBox h3 {
    color: #333333;
    font-family: BYekan;
    font-size: 15px;
    font-weight: normal;
    text-shadow: 1px 1px #FFE5AA;
}
.bottomBox .text{
    font-size: 11px;
}
/*_________________________footer___________________________*/
.footer{
    height: 270px;
}
.footerLogo{
    width: 209px;
    height: 76px;
    display: block;
    margin: 20px auto 10px;
    background: url('../images/footerlogo.jpg') no-repeat center center;
}
.copy p{
    display: block;
    text-align: center;
    color: #333;
    direction: ltr;
}
.socialIcons {
    margin: 10px;
    text-align: center;
    height: 45px;
    background: url('../images/social.jpg') no-repeat center center;
}
.socialIcons a{
    display: inline-block;
    width: 45px;
    height: 45px;
}