/*tags*/

a
{
	text-decoration: none;
}

/*classes*/

.header
{
	padding: 17px 0 17px 77px;
}

.header h1
{
	letter-spacing: 2px;
	display: inline;
	font-family: Antropos, BPGTech, BPGArial;
	line-height: 100px;
	padding-left: 20px;
	margin: 0;
	color: #701a30;
}

.navigation
{
	clear: both;
	list-style: none;
	padding: 0;
}

.navigation li
{
	float: left;
	width: 160px;
	height: 32px;
	background: white;
	border-radius: 5px;
	color: #646666;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Lucida, BPGArial;
	font-size: 14px;
	line-height: 32px;
	margin-right: 10px;
	margin-bottom: 10px;
	box-shadow: 0 3px 10px #aaa;
}

.navigation li.active
{
	box-shadow: 0 3px 3px #aaa;
	color: #701a30;
}

.lang
{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 14px;
}

.lang a
{
	color: #701a30;
}

/*ids*/

#logo
{
	float: left;
}