body,html
{
	width	: 100%;
	height	: 100%;
	margin	: 0;
	padding	: 0;	
}

body
{

	font-family	: tahoma, arial;
	font-size	: 12px;
	background	: url('../media/images/bg.png') repeat-x;
}

h1,p,ul,li
{
	margin		: 0;
	padding		: 0;
	font-weight	: normal;
	font-size	: 12px;
}

a
{
	
}

a:hover
{
	text-decoration	: none;
}

#bg
{
	background	: url('../media/images/header_bg.jpg') top center no-repeat;
}	

#wrapper
{
	width	: 919px;
	margin	: 0 auto;
}

#header
{
	height		: 156px;
	position	: relative;
}

#header a#logo
{
	position	: absolute;
	top			: 28px;
	left		: 25px;
	width		: 78px;
	height		: 93px;
	background	: url('../media/images/logo.gif') no-repeat;
}

#header #languages
{
	position	: absolute;
	right		: 23px;
	top			: 43px;
}
	
#header #languages a
{
	font-family	: arial;
	color		: #217499;
	font-size	: 11px;
	margin-left	: 14px;
}

#header #languages a.active
{
	margin	: 0;
	color	: #7f7f7f;
	text-decoration	: none;
	background		: url('../media/images/lang_ico.gif') 2px center no-repeat;
	padding-left	: 14px;
}

#header #topmenu
{
	position	: absolute;
	top			: 85px;
	right		: 8px;
}

#header #topmenu a
{
	font-family	: arial;
	color		: #217499;
	font-size	: 12px;
	padding		: 0 15px;
	line-height	: 19px;
	height		: 19px;
}

#header #topmenu a:hover
{
	color	: #fff;
	background	: #217499;
}


#content .links
{
	margin	: 12px 13px 0 13px;
	border-top	: 1px solid #DDDDDD;
	line-height	: 39px;
	padding-left	: 12px;
}

#content .links a
{
	color			: #2e69ab;
	font-family		: arial;
	margin-right	: 23px;
}

#footer
{
	margin	: 0 auto;
	border-top	: 1px solid #DDDDDD;
	width	: 872px;
	padding	: 16px 11px;


}

#footer a
{
	color	: #454545;
}

#footer p
{
	display		: block;
	float		: left;
	font-size	: 11px;
	color		: #454545;
	line-height	: 14px;	
}

#footer p.copyright
{
	width	: 235px;
}

#footer p.contacts
{
	width	: 400px;
}

#footer p.solution
{
	float		: right;
	width		: 220px;
	text-align	: right;
}

.clear
{
	clear	: both;
}

