@charset "utf-8";
body {
	margin:0;
	//width:980px;
	font: 76% Arial, Helvetica, sans-serif;
}
#glob_cont {
	width:980px;
	//position:relative;
	margin: 0 auto;
}
#top {
	margin:0;
	padding:5px;
	font-size:12px;
}
#top a {
	color:#56646f;
	font-weight:bold;
	text-decoration:none;
}
#top a:hover {
	text-decoration:underline;
}
#top_menu {
	float:left;
	width:200px;
}
#top_lang {
	float:right;
	width:200px;
}
#head {
	margin:0;
	height:241px;
	width:100%;
	background:#dcdcdc url(/img/lhead_img.jpg);
}
#head h3 {
	position:relative;
	top: 120px;
	left:320px;
	width:300px;
	text-align:center;
	color:#fff;
	font-size:15px;
}
#head h4 {
	position:relative;
	top:-25px;
	left:720px;
	width:250px;
	color:#56646f;
	font-size:11px;
}
#container {
	float: left;
	width: 963px;
	border:solid 1px #e5d1b8;
	margin:5px;
	padding:5px;
}
#menu {
	width:200px;
	margin:0 10px 0 0;
	padding:0 0 5px 0;
	float:left;
	position: relative;
}
#menu h3 {
	border-bottom: solid 3px #f1aace;
	background: #bc3366;
	color: #fff;
	font-size: 13px;
	margin-bottom: 44px;
	padding: 5px 5px 0 15px;
	width: 175px;
	height: 20px;

}


#menu a {
	display: block;
	margin: 5px 0 5px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#3b91da), to(#034289));
	background: -moz-linear-gradient(top, #3b91da, #034289);
	background-image: -o-linear-gradient(top, #3b91da, #034289);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b91da', endColorstr='#034289');
	color: #fff;
	padding: 5px;
	text-decoration: none;
	width: 185px;
}

.il90 {
	position: absolute;
	top: 36px;
	left: 0px;
}

#menu a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfefb), to(#d7d7d7));
	background: -moz-linear-gradient(top, #fcfefb, #d7d7d7);
	background-image: -o-linear-gradient(top, #fcfefb, #d7d7d7);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfefb', endColorstr='#d7d7d7');
	color:#127592;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
}
#menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	padding-left:15px;
	color:#607181;
	font-weight:normal;
	display: block;
	border:none;
	margin: 0;
}
#menu li {
	position: relative;
}
div#menu ul ul, div#menu ul li:hover ul ul {
	display: none;
}
div#menu ul li:hover ul {
	display: block;
	text-align:center
}
#dobmenu {
	margin:0 10px 0 0;
	padding:0 0 5px 0;
}
#dobmenu a {
	display:block;
	margin:5px 5px 5px 15px;
	color:#607181;
	text-decoration:none;
}
#dobmenu a:hover {
	background:#f0eeef;
}
.history_link {
	color:#607181;
	text-decoration:none;
}
.history_link:hover {
    color:#607181; 
	text-decoration:underline;
}
a.video_gal {
	height:30px;
	padding:20px 0 0 45px;
	background: url(/img/video_ico.gif) no-repeat 0px 10px !important;
}
a.foto_gal {
	height:30px;
	padding:20px 0 0 45px;
	background: url(/img/foto_ico.gif) no-repeat 0px 10px !important;
}
a.foto_gal:hover, a.video_gal:hover {
	text-decoration:underline !important;
}
#content {
	clear:right;
	padding:5px 0 0 0;
	color:#5a6a79;
	margin-left:210px;
}
#news_cont {
	float: left;
	background-color: #f5f4f3; 
	width: 748px;
}

#news_cont h3 {
	border-bottom:solid 3px #ACDCF2;
	/*background:#596a7c url(img/menu_bg.png) repeat-x;*/
	background-color: #115aa9;
	width:99%;
	color:#fff;
	font-size:11pt;
	margin:20px 0 5px 0;
	padding-left:10px;
	font-family: 'Times New Roman';
	font-weight: bold;
   /* height:23px;*/
    line-height:23px;
}
#footer {
	clear:left;
	color:#373736;
	font-size:10px;
	background-color:#e4e4e3;
	padding:3px;
	width:99%;
}
.pages a {
	text-decoration:none;
	display:block;
	float:left;
	padding:8px;
	color:#069;
}
.pages a:hover {
	border:1px solid #069;
	padding:7px;
}
#screenshot {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:2px;
	display:none;
	color:#fff;
}
img {
	border:0px;
}


#xerite {
	background-image: url(/images/xerite.png);
	background-repeat: no-repeat;
	width: 730px;
	height:565px;
}


.tooltip
{
  position: absolute;
  background: #eaeaea;
  cursor: help;
  display: inline-block;
  text-decoration: none;
  color: #222;
  outline: none;
}



.tooltip span
{
  visibility: hidden;
  position: absolute; 
  bottom: 30px;
  left: 50%;
  z-index: 999;
  width: 150px;
  margin-left: -90px;
  padding: 10px;
  border: 2px solid #ccc;
  opacity: .9;
  background-color: #ddd;                     
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));  
  -moz-border-radius: 4px;
  border-radius: 4px;  
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;  
  text-shadow: 0 1px 0 rgba(255,255,255,.4); 
}

.tooltip:hover
{
  border: 0; /* IE6 fix */
}
.tooltip a {color: #333;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;}
.tooltip:hover span
{
  visibility: visible;
}

.tooltip span:before,
.tooltip span:after
{
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;  
  border-top: 8px solid #ddd;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;        
  border-bottom: 0;  
}

.tooltip span:before
{
  border-top-color: #ccc;
  bottom: -8px;
}

/* Yellow */

.yellow-tooltip span
{

  border-color: #e1ca82;
  background-color: #ffeaa6;                     
}

.yellow-tooltip span:after
{ 
  border-top-color: #ffeaa6;
}

.yellow-tooltip span:before
{
  border-top-color: #e1ca82;
}

/* Navy */

.navy-tooltip span
{
  color: #fff;
  text-shadow: 0 1px 0 #000;  
  border-color: #161a1f;
  background-color: #1e2227;
}

.navy-tooltip span:after
{ 
  border-top-color: #1e2227;
}

.navy-tooltip span:before
{
  border-top-color: #161a1f;
}

/* Blue */

.blue-tooltip span 
{
  border-color: #59add4;
  background-color: #61bde7;
}

.blue-tooltip span:after
{ 
  border-top-color: #61bde7;
}

.blue-tooltip span:before
{
  border-top-color: #59add4;
}

/* Pink */

.pink-tooltip span 
{
  border-color: #ce4378;
  background-color: #ea4c88;
}

.pink-tooltip span:after
{ 
  border-top-color: #ea4c88;
}

.pink-tooltip span:before
{
  border-top-color: #ce4378;
}


#adpacks-wrapper{font-family: Arial, Helvetica;width:280px;position: fixed;_position:absolute;bottom: 0;right: 20px;z-index: 9999;background: #eaeaea;padding: 10px;-moz-box-shadow: 0 0 15px #444;-webkit-box-shadow: 0 0 15px #444;box-shadow: 0 0 15px #444;}
body .adpacks{background:#fff;padding:15px;margin:15px 0 0;border:3px solid #eee;}
body .one .bsa_it_ad{background:transparent;border:none;font-family:inherit;padding:0;margin:0;}
body .one .bsa_it_ad .bsa_it_i{display:block;padding:0;float:left;margin:0 10px 0 0;}
body .one .bsa_it_ad .bsa_it_i img{padding:0;border:none;}
body .one .bsa_it_ad .bsa_it_t{padding: 0 0 6px 0; font-size: 11px;}
body .one .bsa_it_p{display:none;}
body #bsap_aplink,body #bsap_aplink:hover{display:block;font-size:9px;margin: -15px 0 0 0;text-align:right;}
body .one .bsa_it_ad .bsa_it_d{font-size: 11px;}
body .one{overflow: hidden}



.baki {
	
	left: 610px;
	top: 252px;
}

.sumqayit {
	left: 550px;
	top: 230px;
}
.quba {
	left: 410px;
	top: 170px;
}

.fuzuli{
	left: 300px;
	top: 360px;
}
.naxcivan{
	left:80px;
	top: 380px;
	
}


#qirmizi{
 background:url("/front_wap.jpg") no-repeat scroll 0 0 transparent; 
 height:36px;
 left:385px; 
 position:absolute;
 top:400px;
 width:420px; 
 display:none;
}

#boz{
  background:url("/bg_wap.jpg") no-repeat;
  width:420px;
  height:36px;
  font-family:Arial;
  font-size:17px;
  line-height:35px;
  margin:0 auto;
  color:#000;
  text-decoration:none;
} 
       
a.#boz{
  text-decoration:none;
}

/*---------------------------------  NAVIGATION   ---------------------------------------*/

.navi-homepage, .font-max, .font-min, .navi-print, .navi-set-homepage, .navi-contact {
	float: left;
    overflow: hidden;
	height: 20px;
	width: 20px;
	margin-left: 3px;
	cursor: pointer;
	background: url("/img/navi/navi.png") no-repeat;
}

.navi-homepage {
	background-position: 0px -252px;
}

.navi-homepage:hover {
	background-position: 0px -233px;
}

.font-max {
	background-position: 0px -172px;
}

.font-max:hover {
	background-position: 0px -151px;
}

.font-min {
	background-position: 0px -131px;
}

.font-min:hover {
	background-position: 0px -112px;
}

.navi-print {
	background-position: 0px -93px;
}

.navi-print:hover {
	background-position: 0px -75px;
}

.navi-set-homepage {
	background-position: 0px -55px;
}

.navi-set-homepage:hover {
	background-position: 0px -35px;
}

.navi-contact {
	background-position: 0px -210px;
}

.navi-contact:hover {
	background-position: 0px -192px;
}


/*------------------ Yeni il  ---------------*/
	.newyear-m {
		width: 100%;
		margin-bottom: 15px;
		margin-top: -33px;
		background: #0A6285;
	}
	
	.newyear {
				width:250px;
				margin: 0 auto;
				text-align: center;
			}
			
			.newyear h3:first-child {text-align: center;}
			
			.newyear h3 {
				color:#fff !important;
				padding: 0 0 0 5px;
				font-size:18px !important;
				font-family:Arial !important;
				background: transparent !important;
				border: 0px !important;
			}
			
			.newyear img {
				padding:5px 0 5px 0px;
			}