﻿/* Module - Header */

/* -- Structure -- */
#header-wrapper 
{
	background:				#141414;
	overflow:				hidden;
	padding-left:			3px;
}
#header {
	width:					980px;
	height:					71px;
	background:				url(../images/header-bg.png) no-repeat;
	margin:					0 auto;
	position:				relative;
	z-index:				10;
}
#logotype {
	top:					7px;
	left:					20px;
	position:				absolute;
}
#mainmenu {
	position:				absolute;
	top:					31px;
	left:					207px;
}
#commonmenu {
	position:				absolute;
	top:					3px;
	left:					342px;
}
#header form {
	position:				absolute;
	top:					4px;
	right:					139px;
}
#currentlanguage 
{
	position:				absolute;
	top:					5px;
	left:					663px;
}
#languageselector {
	position:				absolute;
	left:					461px;
	display:				none;
	background:				url(../images/lang-menu-bg.png) no-repeat;
	width:					217px;
	height:					28px;
	padding-top:			5px;
	padding-left:			14px;
}
#languageselector a 
{
	margin-right:			3px;
}
#my-housefolder 
{
	position:				absolute;
	right:					16px;
	top:					5px;
	background:				url(../images/my-housemap.jpg) no-repeat;
	width:					100px;
	height:					46px;
}
#my-housefolder-items 
{
	position:				absolute;
	top:					5px;
	right:					10px;
	color:					#fff;
	font-size:				12px;
}
/* -- Content -- */
#mainmenu li {
	display:				inline;
	float:					left;
	margin-right:			10px;
}
#mainmenu a:link,
#mainmenu a:visited,
#mainmenu a:active {
	color:					#dbdbdb;
	font-family:			Georgia;
	font-size:				12px;
	padding:				2px;
}
#mainmenu li.selected a:link,
#mainmenu li.selected a:visited,
#mainmenu li.selected a:active 
{
	background:				#414141;
	color:					#fff;
}
#commonmenu li {
	display:				inline;
	float:					left;
	margin-right:			15px;
}
#commonmenu a:link,
#commonmenu a:visited,
#commonmenu a:active {
	font-size:				10px;
	font-family:			Arial;
	color:					#bbb;
}
#searchstring {
	background:				url(../images/sprite-backgrounds.png) no-repeat;
	background-position: 	-483px 0;
	border:					0;
	padding:				4px 20px 0 25px;
	width:					67px;
	height:					15px;
	font-size:				10px;
	float:					left;
}
#header form .submit {
	color:					#fff;
	background:				url(../images/header-submit-bg.png) no-repeat top right;
	border:					0;
	float:					left;
	font-size:				10px;
	height:					19px;
	font-weight:			bold;
	padding:				0 1px 2px 1px;
}
#my-housefolder a:link,
#my-housefolder a:active,
#my-housefolder a:visited 
{
	font-size:				12px;
	font-family:			Georgia;
	display:				block;
	margin-top:				30px;
	text-align:				center;
}
