html,body,img,h1,h2,h3,h4,form,table,td,tr,input {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
}

p {
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

html {
	height: 100%;
}

body {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	font: normal 12px Arial, Verdana, Tahoma;
	color:#000;
	background-color: #fff;
}

#rootWrapper {
	width:100%;
	height:100%;
}

#mainWrapper {
	text-align: center;
	width: 100%;
	min-height: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
}

* html #mainWrapper {
height: 100%;
}

#mainWrapper #headWrapper {
	height: 150px;
}


#mainWrapper #bodyWrap {
	padding-bottom: 90px;
}

#footer {
	height: 67px;
	clear: both;
	margin-top: -67px;
	position: relative;
	color: #000;
	text-align: center;
}

.dvClear {
	height: 1px;
	clear: both; 
	display: block; 
	font-size: 1px; 
	margin-bottom: -1px;
	line-height: 1px; 

}

/* Custom css */

a {
	outline: none;
	color:#7c8791;
	text-decoration: underline;
}

a:hover {
	color:#7c8791;
	text-decoration: none;
}

#headerBlock {
	width:810px;
	height:150px;
	text-align: left;
	position:relative;
}

#logo {
	position:absolute;
	left:-88px;
	top:24px;
	width:239px;
	height:75px;
}

#langs {
	position:absolute;
	right: 80px;
	top:50px;
	width:80px;
}

#langs span {
	padding: 0px 10px 0px 10px;
}

#langs a {
	color:#7c8791;
	font: normal 12px Arial, Verdana, Tahoma;
	text-decoration: none;
}

#langs a:hover {
	color:#26576a;
	font: normal 12px Arial, Verdana, Tahoma;
	text-decoration: underline;
}

#topMenu {
	position:absolute;
	top:128px;
	left:0px;
}

#topMenu a {
	color:#7c8791;
	font: normal 14px Arial, Verdana, Tahoma;
	text-decoration: none;
}

#topMenu a:hover {
	color:#26576a;
	font: normal 14px Arial, Verdana, Tahoma;
	text-decoration: underline;
}

#topMenu span {
	padding:0px 25px 0px 25px;
	color:#7c8791;
}

#bodyBlock {
	width:1010px;
	text-align: left;
	position:relative;
}

#startBottomMenu {
	margin-top: 7px;
}

#startBottomMenu a {
	color:#7c8791;
	font: normal 14px Arial, Verdana, Tahoma;
	text-decoration: none;
}

#startBottomMenu a:hover {
	color:#26576a;
	font: normal 14px Arial, Verdana, Tahoma;
	text-decoration: underline;
}

#startBottomMenu span {
	padding:0px 23px 0px 23px;
	color:#7c8791;
}

#footerBlock {
	width:810px;
	height:67px;
	text-align: center;
	position:relative;
	font: normal 11px Arial, Verdana, Tahoma;
	color: #7c8791;
	background-image: url(../images/web/footer_line.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#footerText {
	padding-top:8px;
}

.vSpace20 {
	height: 20px;
}

.vSpace55 {
	height: 55px;
}

#contentLeftBlock {
	float:left;
	width:205px;
}

#leftSidebarMenuBlock {
	margin-left: 0px;
	width: 170px;
}

.leftSidebarMenu {
	padding-top:6px;
	padding-bottom: 6px;
}

.leftSidebarMenu a {
	color:#7c8791;
	font: normal 13px Arial, Verdana, Tahoma;
	text-decoration: none;
}

.leftSidebarMenu a:hover {
	color:#26576a;
	font: normal 13px Arial, Verdana, Tahoma;
	text-decoration: underline;
}

.pageText {
	color:#7c8791;
	font: normal 12px Arial, Verdana, Tahoma;
	line-height: 16px;
}

#pageSubMenu {
	margin-bottom: 50px;
}

#pageSubMenu span {
	padding:0px 15px 0px 15px;
	color:#7c8791;
}

#contentRightBlock, #longText {
	margin-right: 100px;
	float:right;
	width:700px;
}

.slidingContent {
	margin-right: 100px;
	float:right;
	width:470px;
}
.profContent {
	float:left;
	width: 630px;
}
.profImage {
	float:left;
	width:60px;
	margin-right:10px;
}
.bottomNews {
	padding-top:20px;
	padding-left:205px;
	
}

h2.news_h2 {
	padding:10px 0px;
	color:#7C8791;
}
