div#mainmenu { margin: 20px; height: 42px; }

div#mainmenu .item {
	float: right;
	position: relative;
	font-size: 14px;
	height: 40px;
	line-height: 270%;
	padding: 0 25px;
	border-right: #2b2b2b 1px solid;
	border-left: #b0b0b0 1px solid;
}

div#mainmenu .logo {
	float: left;
	padding-top: 9px;
	padding-left: 20px;
}

div#mainmenu .spacer {
	float: right;
	height: 40px;
	border-left: #b0b0b0 1px solid;
	margin-right: 20px;
}

div#mainmenu .item a {
	color: #000000;
}

div#mainmenu .item a.prev {
  padding-right: 10px;
  text-decoration: none;
  position: absolute;
  left: 5px; top: 0px;
}

div#mainmenu .item a.next {
  padding-left: 10px;
  text-decoration: none;
  position: absolute;
  right: 5px; top: 0px;
}

div#mainmenu .current {
	background-color: #3d516b;
}

div#mainmenu .current a {
	color: #FFFFFF;
}

div#mainmenu .current_compact {
	background-color: #3d516b;
	padding: 0 10px;
}

div#content_container {
	margin: 45px 40px 0 40px;
}

h1 {
	font-size: 18px;
	margin: 0;
	font-weight: normal;
}

div#content_container div.item {
	float: left;
	width: 50%; height: 135px;
	overflow: hidden;
	margin-bottom: 35px;
	font-size: 10px;
}

div.item table {
	margin-right: 15px;
	margin-top: 20px;
}

div#content_container div.item p {
	font-size: 10px;
}

div.item table img {
	margin-right: 20px;
}

.other_knowledges {
	margin-top: 25px;
}

.other_knowledges td {
	vertical-align: middle;
	padding-bottom: 25px;
}

.other_knowledges td img {
	margin-right: 20px;
}

.knowledge_info td.description {
	padding-left: 85px;
}

#content_container h2.other {
	font-size: 16px;
	font-weight: normal;
	margin: 45px 0;
}

div.download {
	padding: 20px 0 20px 30px;
	background-image: url("/images/ico_pdf.png");
	background-position: left center;
	background-repeat: no-repeat;
}

.social td.item {
	padding-right: 20px;
}

