/* CSS Document */

#header {
	position: relative;
	width: 100%;
	height: 146px;
	background: #000;
}

	#head {
		position: relative;
		width: 835px;
		margin: 0px auto;
		height: 146px;
		background: #06080B url(/img/bg_head.jpg) bottom;
	}
	
		#logo2 {
			display: block;
			position: absolute;
			top: 0px;
			left: 0px;
			width: 300px;
			height: 110px;
		}
		
		#enter {
			text-align: left;
			position: absolute;
			top: 0px;
			left: 300px;
			color: #476480;
			font-size: 100%;
		}
		
			#enter .ttl {
				font-size: 90%;
				color: #fff;
			}		
			#enter a {
				color: #476481;
			}
			#enter .entr {
				border: #203E6E 1px solid;
				width: 116px;
			}
			#enter .sbm_btn {
				border: #fff 0px solid;
				width: 52px;
				background: url(/img/bg_btn_enter.gif) no-repeat;
				color: #fff;
				font-size: 9px;
				height: 16px;
				line-height: 16px;
			}

		#kurs {
			position: absolute;
			right: 0px;
			_right: -1px;
			bottom: 0px;
			width: 534px;
			height: 73px;
			background: url(/img/bg_kurs.gif) no-repeat;
			font-size: 100%;
		}

			#kurs #cards {
				float: right;
				padding: 9px 14px 0px 0px;
				width: 92px;
				height: 22px;
				background: url(/img/cards.jpg) no-repeat 0px 9px;
			}
			#kurs #nal {
				float: left;
				padding: 5px 0px 0px 55px;
				color: #365136;
			}
			#kurs #beznal {
				float: left;
				padding: 5px 0px 0px 45px;
				color: #365136;
			}

		#top_menu {
			position: absolute;
			left: 16px;
			bottom: -5px;
			padding-bottom: 5px;
			width: 803px;
			height: 36px;
			font-size: 100%;
			background: url(/img/bg_tmn.gif) repeat-x bottom;
			z-index: 999;
		}
		
			#top_menu #mn_l {
				width: 5px;
				background: url(/img/bg_mn_l.gif) no-repeat;
			}
			#top_menu #mn_c {
				background: #FF6600 url(/img/bg_mn.gif) repeat-x;
			}
				#top_menu #s_inpt {
					border: #CF4800 1px solid;
					width: 155px;
				}
				#top_menu #s_sbmt {
					border: #000 0px solid;
					width: 54px;
					background: url(/img/bg_btn_search.gif) no-repeat;
					color: #fff;
					font-size: 9px;
					line-height: 18px;
					height: 18px;
					margin: 0px 29px 1px 7px;
					_margin: 0px 29px 0px 7px;
				}
			#top_menu #mn_r {
				width: 5px;
				background: url(/img/bg_mn_r.gif) no-repeat;
			}

		#tel {
			position: absolute;
			right: 16px;
			top: 0px;
			width: 175px;
			height: 60px;
			font-size: 100%;
			text-align: right;
			color: #ffffcc;
		}
		
			#tel a {
				color: #ffffcc;
				text-decoration: underline;
			}

		#cart {
			position: absolute;
			right: 210px;
			top: 27px;
			width: 175px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 110%;
			text-align: right;
			color: #ffffcc;
		}
		
			#cart a {
				color: #ffffcc;
				text-decoration: underline;
				padding-left: 19px;
				background: url(/img/bg_cart.gif) no-repeat 0px 2px;
			}
			
		#login {
			position: absolute;
			left: 300px;
			top: 3px;
			width: 185px;
			font-size: 100%;
			text-align: left;
			color: #ffffcc;
		}

			#login #user {
				color: #ffffcc;
				text-decoration: underline;
				padding-left: 19px;
				line-height: 26px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 110%;
				text-decoration: none;
				background: url(/img/bg_cart.gif) no-repeat 0px 2px;
			}
		
			#login a {
				color: #ffffcc;
				text-decoration: underline;
				padding-left: 19px;
			}			