html,body,p,div,img,h1,h2,h3,h4,form,table,td,tr {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
}

html, body { height: 100%;}

body {
	min-width: 888px; /*** Content Minmum Width, not used by IE5/6, or early versions of Safari ***/
	font: normal 11px Arial, Tahoma, Verdana;
}

input, select, textarea {
  margin: 0;
  padding: 0;
  font-family: Arial, Tahoma, Verdana;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

#fullheightcontainer {
  position: relative; /*** Let's be nice to IE ***/
  width: 100%; /*** Content Width ***/
  display: table; /*** For non-IE browsers ***/
  height: 100%;
  margin-bottom: -52px; /*** NEGATIVE TOTAL Height of Footer Rows ***/
  background: #fff; /*** Background colour of navigation column now ***/
}

#wrapper {
  display: table-cell; /*** For non-IE browsers ***/
  position: relative; /*** Let's be nice to IE ***/
}

#outer {
  position: relative;
  margin-left: 10px; /*** Left Column Width ***/
  margin-right: 10px; /*** Right Column Width ***/
  background: #fff; /*** Background colour of content column ***/
  height: 100%;
}

#float-wrap {
  width: 100%;
  float: left;
  display: inline;
}

#clearheadercenter {
  height: 178px; /*** TOTAL Height of Header Rows ***/
  overflow: hidden;
}

#clearheaderleft {
  height: 178px; /*** TOTAL Height of Header Rows ***/
  overflow: hidden;
}

#clearheaderright {
  height: 178px; /*** TOTAL Height of Header Rows ***/
  overflow: hidden;
}

#clearfootercenter {
  height: 52px; /*** TOTAL Height of Footer Rows ***/
  overflow: hidden;
}

#clearfooterleft {
  height: 52px; /*** TOTAL Height of Footer Rows ***/
 overflow: hidden;
}

#clearfooterright {
  height: 52px; /*** TOTAL Height of Footer Rows ***/
  overflow: hidden;
}

#center {
  position: relative; /* fix for IE */
  width: 100%;
  float: right;
  height: 100%;
  display: table;
}

#left {
  float: left;
  display: inline;
  width: 10px; /*** Left Column Width ***/
  margin-left: -10px; /*** NEGATIVE Left Column Width ***/
  position: relative;
}

#right {
  float: left;
  display: inline;
  width: 10px; /*** Right Column Width ***/
  margin-right: -10px; /*** NEGATIVE Right Column Width ***/
  position: relative;
}

#footer {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 0;
}

#subfooter1 {
  margin: 0;
  text-align: center;
  height: 52px;
  overflow: hidden;
  background-image: url(../images/web/bg_footer.gif);
  background-repeat:repeat-x;
}

#header {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

#header-inner {
  min-width: 888px; /*** Minimum Content Width ***/
  height: 0;
}

#subheader1 {
  margin: 0;
  background: #fff;
  background-image: url(../images/web/bg_header.gif);
  background-repeat:repeat-x;
  text-align: center;
  height: 71px;
  overflow: hidden;
}

#subheader2 {
  margin: 0;
  background: #fff;
  text-align: center;
  height: 107px;
  overflow: hidden;
}

#centerfill, #leftfill {display: none;}


#headerData {
	width:868px;
	text-align:left;
}

#headerData #headerSearch {
	float:left;
	padding:55px 0px 0px 186px;
	font-size:10px;
}

#headerData #headerSearch img {
	vertical-align:top;
}

#headerData #headerSearch a {
	text-decoration:none;
}

#headerData #headerSearch a:hover {
	text-decoration:underline;
}

#headerData #headerLangsBlock {
	margin-top:6px;
	width:21px;
	height:15px;
	background-color: #003f8d;
	float:left;
	text-align: center;
}

#headerData #headerLangsBlock div {
	padding-top:0px;
}

#headerData #headerLangsBlock img {
	vertical-align:top;
}

#headerData #headerLangsBlock a {
	text-decoration:none;
	color:#fff;
	text-transform: uppercase;
}

#headerData #headerLangsBlock a:hover {
	text-decoration:none;
	color:#fff;
	text-transform: uppercase;
}

#headerData2 {
	width:868px;
	text-align:left;
}

#headerData2 #headerLogo {
	float:left;
	width:195px;
	height:107px;
	background-color:#fff;
	background-image: url(../images/web/bg_header_logo.gif);
   background-repeat:no-repeat;
   background-position: bottom left;
}

#headerData2 #headerText {
	float:right;
	width:673px;
	height:107px;
	background-color:#fff;
	background-image: url(../images/web/bg_header_text.gif);
   background-repeat:repeat-x;
   background-position: bottom left;
}

#headerData2 #headerImgBlock {
	float:left;
	width:673px;
	height:99px;
}

#headerData2 #headerImgBlock img {
	width:  673px; 
   height: 99px; 
   top:  0; 
   left: 0 
}

#menuLeft {
	float:left;
	width:192px;
	background-color:#00408e;
	text-align:left;
	margin-right:3px;
}

#menuLeft #menuLeftContainer {
	padding:6px 12px 12px 16px;
}

.mBlock {
	height:26px;
	background-image:url(../images/web/bg_menu_left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.mBlockLast {
	height:26px;
}

.mBlock div, .mBlockLast div {
	padding-top:8px;
	color:#fff;
	font-size:11px;
}

.mBlock a, .mBlockLast a {
	color:#fff;
	text-decoration:none;
}

.mBlock a:hover, .mBlockLast a:hover {
	color:#90a8c6;
	text-decoration:none;
}

.mBlockOn {
	background-image:url(../images/web/bg_menu_left_on.gif);
	background-repeat: no-repeat;
	background-position: 149px 11px;
}

#menuRight {
	float:right;
	width:214px;
	text-align:left;
}

#menuRight div {
	margin-bottom:6px;
}

#footerData {
	width:868px;
	text-align:left;
}

#footerData #solution {
	float:right;
}

#footerData #solution div {
	padding-top:26px;
	color:#fff;
}

#footerData #solution div a {
	color:#fff;
	text-decoration:none;
}

#footerData #solution div a:hover {
	color:#fff;
	text-decoration:underline;
}

#footerData #footerMenu {
	float:left;
	width:700px;
}

#menuItems{
	height:18px;
	line-height:18px;
	color:#b3b3b3;
}

#menuItems a {
	color: #373737;
	text-decoration: none;
}

#menuItems a:hover {
	text-decoration: underline;
}

#menuItems span {
	padding:0px 7px 0px 7px;
}

#copyr {
	padding-top: 8px;
	color:#fff;
}

#bodyBlock {
	float:left;
	width:455px;
	border:1px solid #e6e6e6;
	text-align:left;
	margin:0px 2px 20px 0px;
	background-image:url(../images/web/bg_body_block.jpg);
	background-repeat: no-repeat;
}

#bodyBlockImg {
	height:40px;
	margin:15px 0px 0px 15px;
}

#bodyBlockData {
	padding:0px 20px 15px 15px;
	font-size:12px;
	line-height: 18px;
	color: #7c7c7c;
}

.rightSubMenu {
	background-color:#f7f7f7;
	padding:13px 17px 13px 17px;
}

#pageTitle {
	margin-bottom: 10px;
	font-size:14px;
	font-weight:bold;
}

.submenu {
	margin-top:10px;
}

.submenu img {
	
}

.submenu a {
	color: #00408e;
	padding-left:10px;
}

.newsTitle {
	color: #00408e;
	font-weight:bold;
	font-size:12px;
}

.newsTitle a {
	color: #00408e;
	font-weight: bold;
	text-decoration: none;
}

.newsTitle a:hover {
	color: #00408e;
	font-weight: bold;
	text-decoration: underline;
}

.newsBody {
	color: #7c7c7c;
	font-weight: normal;
	font-size:11px;
	line-height:18px;
}

.newsBody a {
	color: #00408e;
	text-decoration: underline;
}

.newsBody a:hover {
	color: #00408e;
	text-decoration: none;
}

.supItem {
	padding:15px 0px 15px 0px;
	font-size:12px;
	color:#00408e;
	font-weight: bold;
	border-bottom:1px solid #e5e5e5;
}

.supItem a {
	font-size:12px;
	color:#00408e;
	font-weight: bold;
	text-decoration:none;
}

.supItem a:hover {
	text-decoration:underline;
}

.iTitle {
	color:#00408e;
	font-weight:bold;
	margin-bottom:25px;
}

.iInfo {
	font-size:11px;
	color:#626262;
}

.iInfo div {
	line-height:14px;
}

.iInfo a {
	color:#00408e;
}

.iText {
	margin-top:20px;
}

.projectItem {
	padding:15px 0px 15px 0px;
	font-size:11px;
	color:#626262;
	font-weight: normal;
	border-bottom:1px solid #e5e5e5;
}

.iHeader a {
	font-size:12px;
	color:#00408e;
	font-weight: bold;
	text-decoration:none;
}

.iHeader a:hover {
	text-decoration:underline;
}

.lettersList {
	font-size:15px;
	color:#c5c5c5;
	font-weight: bold;
}

.lettersList span {
	padding-left:1px;
}

.lettersList a {
	font-size:15px;
	color:#00408e;
	font-weight: bold;
	text-decoration:none;
}

.lettersList a:hover {
	color:#00408e;
	font-weight: bold;
	text-decoration:underline;
}

.clientItem {
	font-size:11px;
	color:#626262;
	font-weight: normal;
}

.clientItem a {
	color:#00408e;
	font-weight: normal;
	text-decoration:underline;
}

.clientItem a:hover {
	text-decoration:none;
}

.printBlock {
	float:right;
}

.printBlock a {
	color:#626262;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
}

.printBlock a:hover {
	text-decoration:underline;
}

.backBlock {
	float:left;
}

.backBlock a {
	color:#626262;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
}

.backBlock a:hover {
	text-decoration:underline;
}

.searchInput {
	width:370px;
	height:20px;
	background-color:#fbfbfb;
	border:1px solid #d9d9d9;
	color:#606060;
	font-size:11px;
	padding:5px 5px 0px 3px;
}

.formInput {
	height:16px;
	background-color:#fbfbfb;
	border:1px solid #d9d9d9;
	color:#606060;
	font-size:11px;
	padding:4px 5px 0px 3px;
}

.rootMenu {
	margin-top:5px;
}

.rootMenu a {
	color:#00408e;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

.rootMenu a:hover {
	text-decoration:underline;
}

.subTree {
	padding-left:10px;
}
.subTree a {
	color:#606060;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
}

.subTree a:hover {
	text-decoration:underline;
}

.searchSub a {
	color:#606060;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
}

.searchSub a:hover {
	text-decoration:underline;
}

.searchDescription {
	color:#606060;
	font-size: 12px;
	font-weight: normal;
}

.searchQueryHighlight {
	background-color:#00408e;
	color:#fff;
}

.linkSearch {
	font-weight:bold;
}

.pagerBlock {
	margin-top:5px;
}

.pagerBlock a {
	color:#00408e;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
}

.pagerBlock a:hover {
	text-decoration:underline;
}