/* 27.05.2010 */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
a:link,
a:visited,
a:hover,
a:active {
	color: #08D;
	text-decoration: none;
	padding: 0 1px;
}
a:hover {
	background: #08D;
	color: #FFF;
}
h1,h2,h3,h4,h5,h6 {
	color: #333;
}
h1, h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 52px;
}
h3 {
	font-size: 26px;
}

#wrap {
	width: 655px;
	margin: 0 auto 50px;
}
#hd {
	width: 100%;
	height: 145px;
	border-bottom: 1px solid #e2e2e2;
}
.logo {
	float:left;
	height:60px;
	margin:72px 0 0 2px;
	overflow:hidden;
	text-indent:-9999px;
	width:60px;
}
.logo.et {
	background: #FFF url(../img/logo_ux_60x60.png) no-repeat;
}
.logo.en {
	background: #FFF url(../img/logo_ux_60x60.png) no-repeat;
}
.lang {
	float: right;
	margin: 118px 2px 0 0;
}
.lang a.en,
.lang a.et {
	padding: 0 2px 0 22px;
	background-position: 2px 2px;
	background-repeat: no-repeat;
}
.lang a.en {
	background-image: url(../img/gb.png);
}
.lang a.et {
	background-image: url(../img/ee.png);
}
.lang a:hover {
	background-repeat: no-repeat;
}
.slogan {
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 96%;
	margin: 78px 0 35px 2px;
	background: none; /* IE6 */
}
.slogan.en {
	padding-right: 95px;
}
.email {
	margin: 0 0 45px 2px;
}
.email a {
	padding: 0 3px 2px;
}
.contacts {
	padding: 14px 0 0;
	margin: 0;
	border-top: 1px solid #e2e2e2;
}
.contacts li:first-child {
	padding-left: 4px;
}
.contacts li {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	border-right: 1px solid #dcdcdc;
	padding: 0 10px;
}
.contacts li.last {
	border-right: none;
}
