﻿body {
	background-color: #f5f5f5;
	font-family: Tahoma;
	margin: 0;
	padding: 0;
}

#header {
	margin-bottom: 10px;
	background: url('../../Images/menu-bg.gif') repeat-x;
}

#header-wrapper {
	margin: 0 auto;
	width: 1242px;
	height: 75px;
	position: relative;
}

#header-logo {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 165px;
	height: 65px;
	background: url('../../Images/menu-logo.gif') no-repeat;
}

#header-menu {
	position: absolute;
	top: 27px;
	left: 200px;
	overflow: hidden;
}

.header-separator {
	background: url('../../Images/head-separator.gif') no-repeat;
	width: 2px;
	height: 38px;
	float: left;
}

.header-item {
	width: 155px;
	height: 38px;
	float: left;
	text-align: center;
}

.header-item:hover {
	background-color: #fafafa;
}

.header-item a {
	font-size: 16px;
	font-family: Verdana;
	text-decoration: none;
	line-height: 38px;
	color: #500665;
}

.header-item a:hover {
	text-decoration: underline;
	color: #9900cc;
}

#header-motto {
	position: absolute;
	top: 4px;
	left: 65px;
	font-family: Verdana;
	font-size: 11px;
	color: #858585;
}

#header-lang {
	position: absolute;
	top: 4px;
	right: 0;
	font-family: Verdana;
	font-size: 11px;
}

#header-lang a {
	color: #858585;
	text-decoration: none;
}

#header-lang a:hover {
	text-decoration: underline;
}

#footer {
	margin: 20px 0 70px;
	background: #f4f4f4 url('../../Images/footer-bg.gif') repeat-x;
}

#footer-wrapper {
	margin: 0 auto;
	width: 1242px;
	height: 50px;
	position: relative;
	text-align: center;
}

#footer-social {
	padding: 27px 0 4px;
}

#footer-social img {
	border: 0;
}

#footer-copy {
	font-family: Verdana;
	font-size: 10px;
	color: #858585;
}

#footer-copy a {
	color: #858585;
	text-decoration: none;
}

#footer-copy a:hover {
	text-decoration: underline;
}

#popclose {
	color: #500665;
	text-decoration: none;
	font-size: 14px;
}