* {
	margin: 0;
	padding: 0;
	outline: none;
}
.clr {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

a img {
	border: none;
}
body {
	background: #f7f7f7 url(images/bg.jpg) no-repeat 50% 0;
	color: #74777e;
	font: normal 12px Helvetica, Arial, sans-serif;
	text-align: center;
	padding-top: 18px;
}
#wraper {
	text-align: left;
	width: 990px;
	margin: 0 auto;
}

/*---Header---*/
#header {
	background: #fff url(images/top-block-bg.png) no-repeat 0 0;
	width: 962px;
	padding: 15px 12px 15px 14px;
	border: 1px solid #d6d6d6;
}
.logo {
	cursor: pointer;
	float: left;
}
.info-block {
	float: right;
	padding-left: 17px;
	font-size: 14px;
	line-height: 23px;
}
.info-block a {
	color: #74777E;
	text-decoration: none;
}
.info-block a:hover {
	text-decoration: underline;
}
.lang-block {
	width: 150px;
	height: 41px;
	float: right;
	position: relative;
	padding-top: 0px;
}

.lang-block a img {
	position: relative;
	float: left;
	padding: 6px;
}

.lang-but {
	background: url(images/lng-select.png) no-repeat 0 0;
	width: 71px;
	height: 41px;
	cursor: pointer;
}
.lang-block .flag {
	position: absolute;
	right: 13px;
	top: 17px;
}
.lang-block.show-langs .langs {
	display: block;
	z-index: 1010;
}
.langs {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
}
.langs ul {
	background: url(images/lng-menu-bg.png) repeat-y 0 0;
	width: 190px;
	border: 1px solid #d6d6d6;
	list-style: none;
	float: left;
}
.langs ul li {
	background: none no-repeat 8px 5px;
	border-bottom: 1px solid #d6d6d6;
	line-height: 23px;
	padding: 0 5px 0 38px;
}
.langs ul li.last {
	border-bottom: none;
}
.langs ul li a {
	color: #74777E;
	text-decoration: none;
}
.langs ul li a:hover {
	color: #3d3d3d;
}
li.en {
	background-image: url(images/en.gif) !important;
}
li.de {
	background-image: url(images/de.gif) !important;
}
li.da {
	background-image: url(images/da.gif) !important;
}
li.fi {
	background-image: url(images/fi.gif) !important;
}
li.es {
	background-image: url(images/es.gif) !important;
}

li.is {
	background-image: url(images/is.gif) !important;
}
li.zh {
	background-image: url(images/zh-hant.gif) !important;
}

li.fr {
	background-image: url(images/fr.gif) !important;
}

li.it {
	background-image: url(images/it.gif) !important;
}

li.ja {
	background-image: url(images/ja.gif) !important;
}

li.ru {
	background-image: url(images/ru.gif) !important;
}

li.nb {
	background-image: url(images/nb.gif) !important;
}

li.pl {
	background-image: url(images/pl.gif) !important;
}

li.sv {
	background-image: url(images/sv.gif) !important;
}

li.uk {
	background-image: url(images/uk.gif) !important;
}


#navigation {
	padding-top: 13px;
	width: 960px;
}
#navigation-inner {
	background: url(images/m1-bg.png) repeat-x 0 0;
	height: 36px;
	border: 1px solid #d1d1d1;
}
#navigation-inner ul {
	list-style: none;
}
#navigation-inner ul li {
	float: left;
	line-height: 36px !important;
	border-right: 1px solid #d1d1d1;
}
#navigation-inner ul li a {
	color: #74777E;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 0 30px !important;
}
#navigation-inner ul li.selected_page {
	background: url(images/m1-a-bg.png) repeat-x 0 0;
}
#navigation-inner ul li.selected_page a {
	font-weight: bold;
	color: #3D3D3D;
}
#navigation-inner #menu-wrap ul li a:hover, #navigation-inner #menu-wrap ul li.selected_page a, 
#navigation-inner #menu-wrap ul li:hover a, #navigation-inner #menu-wrap ul a:focus, #navigation-inner #menu-wrap ul a:active, #navigation-inner ul li a:hover
{
	background: url(images/m1-a-bg.png) repeat-x 0 0;
	color: #3D3D3D !important;
	border: solid #fff;
	border-width: 0 1px;
	padding: 0 37px;
}

#menu-wrap ul a, #menu-wrap ul a:visited {
	line-height: 36px !important;
}

.search-block {
	background: url(images/search_2.png) no-repeat 0 0;
	width: 111px;
	height: 20px;
	float: right;
	margin: 8px 12px 0 0;
}
.search-block input {
	width: 86px;
	border: none;
	background: transparent;
	padding: 3px 0 0 3px;
	color: #727272;
	font-family: Helvetica, Arial, sans-serif;
}
.search-block input.submit {
	width: 22px;
	cursor: pointer;
	padding: 0;
}
.home-img {
	font-size: 0;
	padding-top: 13px;
}

#menu-wrap, #menu-wrap ul {
	background: none !important;
}
#menu-wrap ul a, #menu-wrap ul a:visited  {
	line-height:0;
	padding-left:0;
	padding-right:0;
}

#menu-wrap {
	height:36px !important;
	width: 87% !important;
	float: left;
}

#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active {
	background-color: none;
	color: #74777E;
}

#menu-wrap ul a, #menu-wrap ul a:visited {
	border-right:1px solid #FFFFFF;
	color: #74777E !important;
	text-decoration:none;
}

/*---End Header---*/
/*---Home---*/
#main {
	margin-top: 10px;
}
.home-top,
.home-bot,
.second-block {
	background-color: #fff;
	width: 962px;
	padding: 15px 12px 15px 14px;
	border: 1px solid #d6d6d6;
}
.home-left {
	width: 470px;
	float: left;
}
.g-block {
	border: 1px solid #d6d6d6;
}
.g-title {
	background: url(images/title-bg.png) repeat-x 0 0;
	line-height: 39px;
	padding: 0 16px;
	font-size: 14px;
	font-weight: bold;
	color: #3d3d3d;
}
.g-center {
	padding: 13px;
	line-height: 22px;
}
.home-img-center {
	font-size: 0;
	padding-top: 20px;
}
.home-right {
	width: 470px;
	float: right;
}




.g-ul {
	list-style: none;
}
.g-ul li {
	font-weight: bold;
	padding: 0 0 7px 3px;
}
.g-ul li a {
	text-decoration: none;
	color: #74777E;
}
.g-ul li a:hover {
	color: #74777E;
	text-decoration: underline;
}
.g-ul li.last {
	padding-bottom: 0;
}



.home-bot {
	margin-top: 10px;
}
.home-bot-menu {
	background: url(images/home/map.gif) no-repeat 100% 100%;
	padding: 15px 12px 35px 35px;
	border: 1px solid #d6d6d6;
}
.home-bot-menu ul {
	float: left;
	list-style: none;
	padding-right: 67px;
}
.home-bot-menu li {
	color: #3d3d3d;
	font-size: 13px;
	line-height: 22px;
}
.home-bot-menu li a {
	color: #3d3d3d;
	text-decoration: none;
}
.home-bot-menu li a:hover {
	text-decoration: underline;
}
/*---End Home---*/
/*---Footer---*/
#footer {
	padding: 18px 0;
	color: #8f8f8f;
	line-height: 20px;
}
#footer a {
	text-decoration: none;
	color: #8f8f8f;
}
#footer a:hover {
	text-decoration: underline;
}
#footer-logo {
	float: right;
}

/*---End Footer---*/

.psearch a {
	color: #3D3D3D;	
}

.narrowcolumn h3 a {
	color: #74777E;
}
#navigation-inner2 ul {
	list-style: none;
	padding-left: 20px;
}
#navigation-inner2 ul li {
	float: left;
	padding: 12px 10px 0 0 ;
	font-size: 14px;
}
#navigation-inner2 ul li span {
	padding-left: 10px;
}
#navigation-inner2 ul li a {
	color: #3D3D3D ;
	text-decoration: none;
}
#navigation-inner2 ul li a:hover {
	color: #74777E;
}
#navigation-inner2 ul li.current_page_ancestor a, #navigation-inner2 ul li.current_page_item a {
	font-weight: bold;
}

/*---Second---*/
.second-left {
	width: 230px;
	float: left;
}
.second-menu ul {
	list-style: none;
	border: solid #dbdbdb;
	border-width: 1px 1px 0;
}
.second-menu ul.level2 {
	border: none;
}
.second-menu ul li a:hover{
	color: #74777E;
}
.second-menu ul.level1 li a, .second-menu ul.level1 li span {
	background: url(images/m2-a-bg.png) repeat-x 0 0;
}
.second-menu ul li a, .second-menu ul li span{
	padding-left: 12px;
	display: block;
	/*height: 37px;*/
	line-height: 37px;
	text-decoration: none;
	font-size: 13px;
	color: #3D3D3D;
}
.second-menu ul li.last {
	border: none;
}
.second-menu ul.level1 li.active a, .second-menu ul.level1 li.active span {
	/*height: 36px;*/
	line-height: 36px;
	border-bottom: 1px solid #a4a4a4;
}
.second-menu ul.level2 li a,.second-menu ul.level2 li span {
	background: #fff;
	/*height: 36px;*/
	line-height: 36px;
	border-bottom: 1px solid #dbdbdb;
}
.second-right {
	float: right;
	border: 1px solid #D6D6D6;
	padding: 15px 12px;
	width: 690px;
}
.second-title {
	font-weight: bold;
	font-size: 13px;
	color: #3D3D3D;
	padding-bottom: 25px;
}
.second-block p {
	font-size: 13px;
	line-height: 22px;
	color: #3D3D3D;
}

.second-menu ul.level2_2 li a, .second-menu ul.level2_2 li span {
	background: none;
}

.second-menu ul.level2_2 li.active a, .second-menu ul.level2_2 li.active span {
	font-weight: bold;
}
.second-menu ul.level2_3 li a, .second-menu ul.level2_3 li span {
	color: #A4A4A4; 
}

/*---End Second---*/
#navigation br.cms-nav-clearit {
  display: none !important;
}
