/**
 * Default values
 */
* {
	margin: 0;
	padding: 0
	}

html,
body {
	width: 100%;
	height: 100%;
	color: #494949;
	background-color: #fff;
	}

body {
	font-size: 12px;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 100%;
	background: transparent url(/images/bg-main.png) scroll repeat top left;
	}

ul { list-style: none; }

img { border: 0; }

a { 
	text-decoration: none; 
	color: #7a7a7a;
	}
a:hover { text-decoration: underline; }

hr { display: none; }

fieldset { border: none; }

input[type="text"],
input[type="password"],
select,
textarea {
	border: 1px solid #CACACA;
	padding: 2px;
	}

/*
 * Tags
 */
/*.tag1 { font-size: 10px;}
.tag2 { font-size: 12px;}
.tag3 { font-size: 14px;}
.tag4 { font-size: 16px;}
.tag5 { font-size: 18px;}
.tag6 { font-size: 20px;}
.tag7 { font-size: 22px;}
.tag8 { font-size: 24px;}
.tag9 { font-size: 26px;}
.tag10 { font-size: 28px;}
*/

/**
 * ie-inline - table emulation
 */
ul li.ie-inline {
 display: -moz-inline-box; /* For FF<3 */
 -moz-box-orient: vertical; /* For FF<3 */ 
 display: inline-block;
 vertical-align: top;
 }

/**
 * Main blocks layout
 */


#wraper { 
	background: transparent url(/images/bg-main.png) scroll repeat top left; 
	text-align: center;
	}

#bHeader { 
	background: #fff url(/images/header/bg-header-white_small.png) scroll repeat-x bottom left;
	border-bottom: 1px solid #fff;
	position: relative;
	}

	#bHeaderContent {
		background: #fff url(/images/header/bg-header-content_small_enter2.png) scroll repeat-x bottom left;
		width: 958px;
		height: 144px;
		margin: 0 auto;
		position: relative;
	}

#logo { 
	position: relative;
	float: left;
	margin: 20px 0 0 0px;
	padding-left: 130px;
	}

	#logo a {
		background: transparent url(/images/logo_beta.png) scroll no-repeat top left;
		display: block;
		width: 409px;
		height: 56px;
		text-indent: -9999px;
		overflow: hidden;
		}

#enter {
	position: absolute;
	top: 30px;
	right: 62px;
	width: 80px;
	height: 35px;
	/*border:1px solid #00ff00;*/
	}
	#enter a {
		width: 80px;
		height: 17px;
		display: block; 
		/*text-indent: -9999px;*/ 
		overflow: hidden; 
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		}
	#enter .registration { margin-top: 3px; }
	#enter .registration a { font-size: 12px; font-weight: normal; }
	#enter .logout { margin-top: 9px; }

#lang li { position: absolute; }

#lang li.ru { 
	top: 238px;
	right: -9px;
	}

#lang li.ua { 
	top: 299px;
	right: -9px;
	}

	#lang li a {
		display: block;
		width: 34px;
		height: 30px;
		text-indent: -9999px;
		overflow: hidden;
		}

#bMenu {
	background: transparent url(/images/menu/bg-menu_small.png) scroll repeat-x top left;
	width: 904px;
	height: 31px;
	margin: -24px auto 10px;
	font-size: 0;
	position: relative;
	z-index: 2;
	}

	#bMenu li { display: inline; }

#bMenu li a {
   background: transparent url(/images/menu/menu-delim.png) scroll no-repeat center left;
   display: -moz-inline-stack; /* For FF<3 */
   display: inline-block;
   vertical-align: top;
   height: 24px;
   padding: 6px 15px 0;
   color: #fff;
   font-size: 14px;
   }

		#bMenu li a:hover { text-decoration: none; }

		#bMenu li.first a { background: none; }

	#bMenu li div.outer {
		display: none;
		position: absolute;
	}
	#bMenu li.active div.outer { width:0px; height:0px;display: inline; }
	#bMenu li div.inner {
		display: block;
		background: transparent url(/images/menu/snail-menu.png) scroll no-repeat center left;
		position: relative;
		width: 78px;
		height: 33px;
		top: -33px;
		left: -85px;
		}
	#bMenu li.routes a { background: none; }
	#bMenu li.calc div.inner { left: -120px; }
	#bMenu li.cities div.inner { left: -70px; }
	#bMenu li.map div.inner { left: -68px; }
	#bMenu li.reports div.inner { left: -70px; }
	#bMenu li.albums div.inner { left: -80px; }
	#bMenu li.articles div.inner { left: -70px; }
	#bMenu li.users div.inner { left: -100px; }

#bContent {
	background: transparent url(/images/content/bg-content-langsw.png) scroll repeat-y top left;
	width: 989px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	}

	h1,
	#bContent h2 {
		font-size: 12px;
		color: #ea6e05;
		margin: 15px 0;
		}

	#bContentBottom {
		background: transparent url(/images/content/bg-content-bottom-langsw.png) scroll no-repeat bottom left;
		clear: both;
		height: 10px;
		}

	#bContentInner_uk,
	#bContentInner_ru {
		background: transparent url(/images/content/bg-content-top-uk.png) scroll no-repeat top left;
		padding: 10px 12px 0 43px;
		/***/
		height: 1%;
		overflow: hidden;
		}
	#bContentInner_ru {
		background: transparent url(/images/content/bg-content-top-ru.png) scroll no-repeat top left;
		}

		#sub-content {
			float: left;
			display: inline;
			width: 220px;
			border-right: 1px solid #e9e9e9;
			}

			#sub-content .side-box {
				background: #fff url(/images/bg-side-box.png) scroll repeat-x top left;
				border-top: 1px solid #e9e9e9;
				margin-bottom: 10px;
				}

		#main-content {
			margin-left: 220px;
			border-left: 1px solid #e9e9e9;
			padding-left: 15px;
			}

/**
 * bFooter
 */
#bFooter, #bFooterProjects { 
	width: 850px;
	margin: 0 auto;
	padding: 20px 0;
	}

	#bFooter .email-link a,
	#bFooter .copyright { color: #d9d9d9; }

	#bFooter .email-link { float: left; }
	#bFooter .copyright { text-align: right; }
	
	#bFooter .links a, #bFooterProjects .links a { 
		color: #d9d9d9; 
		float: left;
		padding-left: 10px; 
	}

#bFooterProjects{
	padding: 0px 0px 30px 0px;
	height: 20px;
    margin-bottom: 30px;
}
	#bFooterProjects li { float: left; }
	#bFooterProjects li.site {
		font-size: 14px;
		font-weight: bold;
		font-family: Arial, Tahoma, Helvetica, sans-serif;
		margin-top: 5px;
	}
	#bFooterProjects li.delimiter {
		width: 5px;
		height: 18px;
		background: transparent url(/images/ico/projects/delimiter.png) no-repeat top left;
		display: block;
		margin-left: 20px;
		margin-right: 10px;
		margin-top: 5px;
	}
.bFooterProjectsTitle{
	color: white; 
	float:left;
	}
/**
* Center 'round' block with content
*/
.bCenterRound, 
.bCenterRoundLine {
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 10px 10px;
	overflow: hidden;
	height: 1%;
	margin-bottom: 10px;
	width: 632px;
	}
.bCenterRoundLine {
	padding: 0px;
	width: 650px;
}
	.bCenterRoundLine h1,
	.bCenterRoundLine h2 {
		border-bottom:1px solid #d9d9d9;
		padding: 0 10px 10px 15px;
	}
	.bCenterRoundLine div {
		padding: 0 10px 10px 15px;
	}
	
	.bCenterRound li,
	.bCenterRoundLine li { 
		float: left; 
		display: inline;
		margin-right: 10px;
		}

	.bCenterRound li .field { width: 140px; }

	.bCenterRound li input,
	.bCenterRound li label { vertical-align: middle; }

	.bCenterRound li.submit input {
		border: none;
		color: #fff;
		width: 56px;
		height: 21px;
		background: transparent url(/images/bg-search-btn.png) scroll no-repeat top left;
		}

	#Flash div { padding: 2px; float: left; }
		#Flash div.image { padding-top: 5px; padding-right: 10px; } 
		#Flash div.text { width: 560px; padding-top: 14px;}
	
.DialogConfirm { padding-top: 5px; }	
	.DialogConfirm img { 
		float: left; 
		margin-right: 5px; 
		}

.clear { clear: both; }
.hr {
	border-bottom: 1px #d2d2d2 solid;
	margin: 5px 0;
}

li.selected a { font-weight: bold; }

/**
* Buttons
*/
.buttonGreen,
.buttonGreenArrow,
.buttonOrange {
	background: transparent url(/images/button/green_right.png) no-repeat scroll 100% 0;
	float: left;
	height: 23px;
}
.buttonGreenArrow {
	background: transparent url(/images/button/green_arrow_right.png) no-repeat scroll 100% 0;
}
.buttonOrange {
	background: transparent url(/images/button/orange_right.png) no-repeat scroll 100% 0;
}
	.buttonGreen a,
	.buttonGreenArrow a,
	.buttonOrange a {
		color: #ffffff;
		font-size: 12px;
		font-weight: bolder;
		line-height: 20px;
		text-decoration: none;
	}
		.buttonGreen em,
		.buttonGreenArrow em,
		.buttonOrange em {
			background: transparent url(/images/button/green_left.png) no-repeat scroll 0 0;
			display: block;
			float: left;
			font-style: normal;
			height: 23px;
			padding: 0 20px;
			cursor: pointer;
			color: #ffffff;
		}
		.buttonOrange em {
			background: transparent url(/images/button/orange_left.png) no-repeat scroll 0 0;
		}
		/*a em {
			cursor:pointer;
		}*/


/**
* Banners
*/
.billboard750x100 {
	margin:10px auto; 
	width:750px; 
	height:100px;
}
.billboard650x100 {
	width:650px; 
	height:100px;
	margin-bottom:5px;
	margin-left:0;
	margin-right:5px;
	margin-top:5px;	
}
.box210x200 {
	width:210px; 
	height:200px;
	margin-top:-5px;
	margin-left:5px;	
}


.more-link {
	float: right;
}
.more-link a {
	color: #EA6E05;
}


#breadcrumbBlock { 
	width: 904px;
	margin:0 auto;
}
.breadcrumb {
	background: transparent url(/images/menu/breadcrumb-right.png) no-repeat scroll 100% 0;
	float: left;
	height: 20px;
	padding: 0 10px;
	margin-right: 10px;
}
	.breadcrumb,
	.breadcrumb a {
		color: #ffffff;
		font-size: 12px;
		font-weight: bolder;
		line-height: 18px;
		text-decoration: none;
	}


.tabMenuCommon li,
.tabMenuCommon li {
	/*width: 100px;*/
	/*-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;*/
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-color:#D9D9D9 #D9D9D9/* -moz-use-text-color*/;
	border-style:solid solid none;
	border-width:1px 1px medium;
	display:inline;
	float:left;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	height:24px;
	line-height:24px;
	margin:0;
	padding:0;
	text-align:center;
	}
.tabMenuCommon { overflow: hidden; }
.tabMenuCommon li.active {
	background: url(/images/bg-side-box.png) repeat-x top left;
	}
.count2 li { width: 324px; }

#content { overflow:hidden; height:1%;}
