@charset "utf-8";
@import url('reset.css');
@import url('footer.css');
@import url('officina.css');
body{
	background: white;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

a{
	color: #2666a4;
	text-decoration: underline;
}

a:hover{
	color: #2666a4;
	text-decoration: none;
}
h2{
	color: #2666a4;
	font-size: 1.2em;
	font-weight: bolder;
	padding-bottom: 10px;
}
		h2 a{text-decoration: none;}
img{
	padding-bottom: 10px;
}
.blueBig{
	color: #2666a4;
	font-size: 140%;
}
#main{
	width: 710px;
	position: relative;
	padding-bottom: 80px;
}
#main #header{
	font-family: OfficinaSansCTTRegular, Officina, Verdana, Arial
	position: relative;
	overflow: visible;
	height: auto;
	padding: 10px 0 30px 0;
	z-index: 100000;
}

	#header .leftRibbon{
		position: absolute;
		background: url(../images/ribbonLeft.gif) no-repeat transparent 0 0;
		width: 221px;
		height: 205px;
		top: 10px;
		left: 0;
	}
	div.rightRibbon{
		position: absolute;
		background: url(../images/ribbonRight.gif) no-repeat transparent 0 0;
		width: 222px;
		height: 208px;
		top: 106px;
		right: 0;
	}
	img.ese{
		z-index: 50;
	}
	p.lang{
		padding: 25px 0 10px 155px;
		font-size: 1.2em;
		color: #2666a4;
		z-index: 30;
	}
	p.countdown{
		position: relative;
		font-size: 1.2em;
		z-index: 40;
	}
	/**
	 * МЕНЮ 
	*/
	ul.menu{
		position: relative;
		width: 100%;
		height: 40px;
		overflow: visible;
		zoom:1;
		text-align: center;
		z-index: 10000;
		padding: 20px 0 0 0;
	}
		.menu li{
			float: left;
			position: relative;
			width: 168px;
			height: 32px;
			line-height: 32px;
			margin-right: 12px;
			background: url(../images/menuLink.gif) transparent repeat-x;
		}
		.menu li.last{
			margin-right: 0;
		}
		.menu li:hover,
		.menu li.active{
			background: url(../images/menuActive.gif) transparent repeat-x;
		}
		.menu li:hover ul{
			display: block;
		}
		.menu li a{
			font-family: OfficinaSansCTTRegular;
			color: white;
			text-decoration: none;
			font-size: 1.1em;
		}
		.menu li ul{
			display: none;
			left: 0;
			position: absolute;
			padding-top: 2px;
			top: 32px;
			width: 168px;
			z-index: 10000;
		}
		.menu li ul li{
			display: block;
			width: 168px;
			height: 22px;
			line-height: 22px;
			margin-right: 1px;
			padding-top: 2px;
			background: url(../images/submenuLink.gif) transparent repeat-x;
			
		}
		.menu li ul li:hover,
		.menu li ul li.active{
			background: url(../images/submenuActive.gif) transparent repeat-x;
		}
 /**
  * Форматирование Общего текста
  */
	#content{
		text-align: left;
		width: 100%;
		float: left;
		overflow: hidden;
		position: relative;
		padding-bottom: 30px;
	}
		#info{
			position: relative;
			margin-right: 300px;
			overflow: hidden;
			letter-spacing: 0.5px;
			line-height: 110%;
		}
		#info p{
			padding-bottom: 10px;
		}
		ul.disca li{
			list-style: disc;
			list-style-position: inside;
			padding-bottom: 10px;
		}
	#side{
		text-align: left;
		float: right;
		width: 280px;
		margin-left: -280px;
		position: relative;
		overflow: hidden;
	}
		.news{
			padding-bottom: 10px;
			border-bottom: dotted 2px #999999; 
		}
		.news > .date{
			padding-top: 10px;
			font-size: 90%;
			color: #999999;
		}
		.news.last{
			border-bottom: none;
		}
		.news.small{
			font-size: 0.9em;
		}
		#partners{
			position: relative;
			padding: 15px 15px 10px 10px;
			border: dotted 2px #999999;
	      -moz-border-radius: 10px; 
  			-webkit-border-radius: 10px; 
         border-radius: 10px; 
		}
			#partners h2{
				color: #999999;
			}
			#partners a img{
				padding: 2px;
			}
		.dCorner{
			position: absolute;
			width: 7px;
			height: 7px;
		}
		.dTL{
			background: url(../images/dTL.gif) transparent 0 0 no-repeat;
			top: -2px;
			left: -2px;
		}
		.dTR{
			background: url(../images/dTR.gif) transparent 0 0 no-repeat;
			top: -2px;
			right: -2px;
		}
		.dBL{
			background: url(../images/dBL.gif) transparent 0 0 no-repeat;
			bottom: -2px;
			left: -2px;
		}
		.dBR{
			background: url(../images/dBR.gif) transparent 0 0 no-repeat;
			bottom: -2px;
			right: -2px;
		}
	#flags{
		text-align: left;
		position: relative;
		overflow: hidden;
		margin-top: -60px;
		height: 30px;
		padding-bottom: 50px;
	}
		#flags img{
			padding-right: 3px;
		}
#footer{
	width: 710px;
	background: #e6e6e6;
	position: relative;
}
.corner{
	position: absolute;
	height: 5px;
	width: 5px; 
}
.tl{
	background: url(../images/tlCorner.gif) transparent 0 0 no-repeat;
	top: 0;
	left: 0;
}
.tr{
	background: url(../images/trCorner.gif) transparent 0 0 no-repeat;
	top: 0;
	right: 0;
}
.bl{
	background: url(../images/blCorner.gif) transparent 0 0 no-repeat;
	bottom: 0;
	left: 0;
}
.br{
	background: url(../images/brCorner.gif) transparent 0 0 no-repeat;
	bottom: 0;
	right: 0;
}
#footer p.common{
	font-size: 0.9em;
	position: absolute;
	top: 20px;
	left: 10px;
}
#footer p.address{
	font-size: 0.9em;
	position: absolute;
	top: 10px;
	right: 20px;
	text-align: right;
	line-height: 120%;
}