/* Шапка */

#header {
	width: 100%;
	min-width: 1000px;
	height: 90px;
	/*overflow: hidden;*/
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
	}

	/* Левый блок в шапке */
	#header .info.l {
		width: 400px;
		}
	/* Левый блок в шапке END */
	
	/* Рушник.
	   Информация на рушнике (ленточки, цветочки) */
	#header .towel {
		position: relative;
		width: 99px;
		height: 90px;
		float: left;
		background: url(../images/towel.png) no-repeat 0% 0%;
		z-index: 2;
		}
	/* Рушник END */
		
	/* Погода */
	#header .sky {
		position: relative;
		height: 90px;
		width: 240px;
		left: -10px;
		float: left;
		clear: right;
		overflow: hidden;
		z-index: 1
		}
		#header .sky img {
			position: absolute;
			}
		#header .temp {
			position: absolute;
			left: 90px;
			top: 10px;
			}
		#header .temp a {
			font: 18px/18px Verdana;
			color: #fff;
			text-decoration: none;
			text-shadow: #00508a 1px 1px 1px;
			}
			
		.d00,
		.n00 {
			width: 100%;
			min-width: 1000px;
			height: 90px;
		}
		
		/* День */
		.d00 {
			background-image: url(../images/d00.png);
			background-repeat: repeat-x;
			}
		/* День END */
		
		/* Ночь */
		.n00 {
			background-image: url(../images/n00.png);
			background-repeat: repeat-x;
			}
		/* Ночь END */
	/* Погода END */
	
	
	/* Правый блок в шапке */
	#header .info.r {
		position: relative;
		margin-top: 10px;
		height: 80px;
		width: 168px;
		}
		
		/* Поиск */
		#header .search {
			float: left;
			background: url(../images/search.png) no-repeat 0% 1px;
			padding-left: 26px;
			margin: 0 15px 3px 0;
			}
			#header .search input {
				width: 273px;
				height: 13px;
				border: none;
				border-radius: 0;
				padding-left: 3px;
				padding-right: 3px;
				font-style: italic;
				font-size: 12px;
				color: #cbcbcb;
				margin: 0px;
				}
                                #header .search input:focus {
                                color: #333;
                                }
								#header .search form{
									margin: 0px;
								}
		/* Поиск END */
		
		/* Личный Кабинет */
		#header .account {
			float: right;
			width: 116px;
			position: relative;
			z-index: 7;
			}
/*			#header .account a {
				display: block;
				}*/
			
			/* Вход в Личный Кабинет */
			.in {
				
			}
		#header .account a{
		  text-decoration: none;
		}

			/* Вход в Личный Кабинет END */
			
			/* Выход из Личного Кабинета */
			.out .cut, .out .mes {
				float: left;
				border-right: 1px solid #fff;
				}
				.out .cut a {
					width: 17px;
					height: 16px;
					margin: 0 12px 0 19px;
					background: url(../images/cut.png) no-repeat 0% 0%;
					display: block;
					}
				.out .mes a {
					width: 17px;
					height: 11px;
					margin: 3px 12px 2px;
					background: url(../images/mes.png) no-repeat 0% 0%;
					display: block;
					}
			.out .exit {
				float: left;
				}
				.out .exit a {
					font-family: Verdana;
					line-height: 16px;
					margin: 0 12px;
					color: #fff !important;
					text-decoration: underline;
					}
					.out .exit a:hover {
						text-decoration: none;
						}
			/* Выход из Личного Кабинета END */
			
		/* Личный Кабинет END */
		
		/* Сейчас на сайте */
		#header .online {
			width: 297px;
			height: 50px;
			overflow: hidden;
			text-align: justify;
			color: #fff;
			float: left;
			padding-right:10px;
			word-spacing:10px;
			font: 10px/12px Verdana;
			}
			#header .online span {word-spacing:0px;}
			#header .online em.amount {text-shadow: #00508a 1px 1px 5px;}
			#header .online a {
				color: #fff;
				word-spacing:0px;
				/*text-shadow: #00508a 1px 1px 5px;*/
				}
		/* Сейчас на сайте END */
		
		/* Часы */
		#header .time {
			font: 12px/16px Verdana;
			color: #fff !important;
			margin: 10px 0px 0px -32px;
			width: 180px;
			text-align: right;
			text-shadow: 1px 1px 2px #2DCDF5, 0 0 1em #0052FF;
			-o-text-shadow: 1px 1px 2px #2DCDF5, 0 0 1em #0052FF;
			-moz-text-shadow: 1px 1px 2px #2DCDF5, 0 0 1em #0052FF;
			-webkit-text-shadow: 1px 1px 2px #2DCDF5, 0 0 1em #0052FF;
			}
			.time .watch {
				width: 90px;
				float: left;
				font: bold 35px/35px Verdana;
				text-shadow: #00508a 1px 1px 1px;
				border-right: 1px solid #fff;
				margin-right: 10px;
				padding-right: 3px;
				}
			.time .date {
				
				}
			.time .day {
				
				}
	#new-top-menu {position: absolute;margin-left: 286px;width: 59%;}
	#new-top-menu  ul li {float: left;list-style: outside none none;padding-left: 21px;font-size: 18px;margin-top: 10px;}
	#new-top-menu ul li a{color: #ffffff;}
	#new-top-menu ul li a:hover{color: #0961a5; text-decoration: underline;}
	
		/* Часы END */
		
	/* Правый блок в шапке END */

/* Шапка END */