#header
{
  width: 960px;
	height: 150px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

/* IE6 fix start */
#header_logo
{
  position: absolute;
}

#header_logo div
{
  margin: 28px auto auto 10px;
	width: 254px;
	height: 75px;
  background: url(../images/header/logo.png) no-repeat;
}

#header_logo a
{
	display: block;
	width: 254px;
	height: 75px;
	position: relative;
}
/* IE6 fix end */

#header_city
{
  position: absolute;
	margin-top: 50px;
	margin-left: 370px;
	color: #9abc28;
}

#header_city p
{
	margin-left: 20px;
}

#header_city_dropdown
{
	margin-top: 7px;
	width: 146px;
	height: 31px;
	background: url(../images/header/dropdown_cities.png) no-repeat;
}

#header_city_dropdown, #header_cities a
{
	line-height: 30px;
	text-decoration: none;
	display: block;
	color: #626262;
	padding-left: 20px;
}

#header_cities
{
	position: absolute;
	background: #f4f4f4;
	border: 1px solid #707070;
	border-top: none;
	z-index: 100;
  display: none;
}

#header_cities a
{
	width: 144px;
}

#header_cities a:hover
{
	color: #fff;
	background: #707070;
}

#header_user
{
  position: absolute;
  margin-left: 660px;
	height: 150px;
	width: 300px;
}

#header_login, #header_regin
{
	margin-top: 50px;
}


#header_login
{
	float: right;
	display: block;
	width: 82px;
	height: 63px;
	background: url(../images/header/login.png) no-repeat;
}

a#header_login:hover
{
	background-image: url(../images/header/login_hover.png);
}

#header_regin
{
	float: right;
	display: block;
	width: 180px;
	height: 63px;
	background: url(../images/header/regin.png) no-repeat;
}

a#header_regin:hover
{
	background-image: url(../images/header/regin_hover.png);
}

#header_loggedas
{ 
	font-size: 13px;
	margin-top: 40px;
	margin-bottom: 20px;
	float: right;
	color: #ffffff;
	text-align: center;
	width: 202px;
	color: #829E25;
}

#header_loggedas a
{
	color: #ffffff;
	text-decoration: none;
}

#header_loggedas a:hover
{
	text-decoration: underline;
}

#header_panel
{
	float: right;
	display: block;
	width: 98px;
	height: 38px;
	background: url(../images/header/panel.png) no-repeat;
}

a#header_panel:hover
{
	background-image: url(../images/header/panel_hover.png)
}

#header_logout
{
	float: right;
	display: block;
	width: 104px;
	height: 38px;
	background: url(../images/header/logout.png) no-repeat;
}

a#header_logout:hover
{
	background-image: url(../images/header/logout_hover.png)
}
