/* CSS Document */

html, body,  #container-page  {
	height: 100%; /* Required */
}

body {
	margin:0; padding:0;
	background-color:#FFFFFF;
	font-family:Arial;
    font-size:13px;
	color:#666666;
}

#nav {
  padding: 12px 0 0 12px;
}

#nav li {
  margin:12px 0px 14px -8px; 
  padding-left:44px;
  width:120px;
}

#nav li a,  #left-menu li span {
	font:bold 14px Arial;
}

#nav ul li ul li a {
	font:11px Arial;
	margin:12px 0 14px -40px;
	list-style-type:disc;
	color:#0066CC;
}

#nav .active ul li ul li a {
	color:#0066CC;
}

#nav ul li ul {
	z-index:100;
}

#nav ul li ul li {
	width:220px;
	margin-top:10px;
	margin-bottom:12px;
	list-style-type:disc;
	margin-left:25px;
	color:#0066CC;
	z-index:101;
}

#nav .active {
	background-image:url(../images/menu-pic.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	padding-top:3px; 
	height:36px;
}

#nav .active a {
	color:#FF0000;
}

#nav .active .menu li a {
	color:#0066CC;
}

#nav a:hover, #nav .active .menu li a:hover {
	color:#999999;
}

#content li {
	margin-left:30px;
	padding-top:10px;
	list-style-type:disc;
}

strong {
	font-weight:bold;
}

p {
	text-align:justify;
}

.italic {
	text-align:justify;
	font-style:italic;
}

a {
	text-decoration:none; 
	font:13px Arial;
	color:#0167CC;
}

a:hover {
	text-decoration:underline;
}


#slogan {
	font:18px Arial;
	margin-left:50px;
	padding-top:6px;
	text-transform:uppercase;
	color:#FFFFFF;
}

h1 {
	font:24px Arial;
	text-transform:uppercase;
	color:#FF0000;
	text-align:left;
}

h2 {
   font:21px Arial;
   color:#ff0000;
}

h3 {
	font:21px Arial;
	color:#ff0000;
	text-align:left;
}

big {
	font-size:18px;
	color:#0167CC;
	text-align:left;
}

a big {
	text-decoration:underline;
}

.clear {
    clear:both;
	height:0px;
	FONT-SIZE: 0px;
	LINE-HEIGHT: 0;
}

#container-page {
	width:1000px;
	/* centered */
	margin: 0 auto;
	text-align: left;
	/* fluid 100% height */
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}

#container {
    padding-bottom:30px;
}

#container:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

#footer {
	clear:both;
	height: 100px;
	position: relative;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	padding:10px 40px 10px 60px;

}

/*header*/
#head-page {
	padding:5px 44px 0 46px;
}

#head-page #left-part {
	float:left;
	width:120px;
}

#head-page #right-part {
	float:left;
	padding-left:30px;
	padding-top:3px;
	width:760px;
}

#right-part #lang {
	float:right;
	margin-top:8px;
}

#lang a, #lang span {
	font:10px Arial;
	display:block;
	float:left;
}

#lang img {
	margin:3px 7px 0 5px;
	zoom:1;
	float:left;
	display:block;
}


#right-part #menu {
	clear:both;
	padding-top:7px;
}

#right-part #menu ul {
	margin-left:30px;
} 
 
#right-part #menu li {
	float:left;
	margin-right:38px;
}

#right-part #menu li a {
	font:bold 14px Arial;
	color:#0066CC;
}

#right-part #menu li li a {
	font:bold 12px Arial;
	color:#0066CC;
}


#right-part #menu li a:hover  {
	color:#999999;
	text-decoration:underline;
}

#right-part #menu li .clicked a  {
	font:bold 14px Arial;
	color:#FF0000;
}  

#right-part #head-image {
	clear:both;
	margin-top:16px;
	margin-left:3px;
	height:100px;
	width:760px;
	background-repeat:no-repeat;
}

#right-part #head-image h1 {
	display:block;
	position:absolute;
	top:40px; left:50px;
	line-height:24px;

}

#right-part .breadcrump {
	/*margin:12px 0 0 30px;*/
	position:absolute;
	left:226px; top:177px;
}

.breadcrump  a, #right-part .breadcrump  span {
   font:11px Arial;
}


.breadcrump  span {
  color:#999999;
}

.breadcrump  a, .breadcrump a span, .breadcrump  .separator  {
   color:#0066CC;
}

.breadcrump  .separator  {
  margin:0 2px;
}

#up-links a {
  display:block;
  float:left;
  margin:0 10px 0 12px;
  overflow:hidden;
  width:0px;
  zoom:1;
}

#up-links .home-active {
  	background:transparent url(../images/home-active.gif) no-repeat scroll 0px 0px;
	height:32px;
	padding:0pt 0pt 0pt 32px;
}

#up-links .map {
  	background:transparent url(../images/map.gif) no-repeat scroll 0px 0px;
	height:12px;
	padding:0pt 0pt 0pt 10px;
	margin-top:10px;
}

#up-links .contacts {
  	background:transparent url(../images/letter.gif) no-repeat scroll 0px 0px;
	height:12px;
	padding:0pt 0pt 0pt 12px;
	margin-top:10px;
}

#left-part #logo {
  clear:both;
  padding-top:31px;
}

#logo .logo-image {
  margin-left:12px;
}

#logo .logo-text {
  margin-top:4px;
  margin-left:2px;
}

/**end of header*/


/*main*/

#main-page {
   /*clear:both;*/
  padding-top:5px;
	margin-top:0px;
}

#menu-part {
  float:left;
  width:200px;
}

#main-content {
  float:left;
  width:530px;
}

#main-content-wide {
  float:left;
  width:760px;
}


#news-part  {
  float:left;
  width:230px;
  margin-right:40px;
}

.content-wrapper {
  margin:0 15px 0 11px;
}

#search-block {
  margin-top:20px;
  margin-left:18px;
  position:relative;
}

.search-but {
	position:absolute;
	left:18px; top:4px;

}

.textfield {
  width:112px;
  padding:1px 0 1px 19px;
  background-color:#CCCCCC;
  color:#333333;
  border:1px solid #CCCCCC;
}

textarea {
  width:252px;
  padding:1px 0 1px 19px;
  background-color:#CCCCCC;
  color:#333333;
  border:1px solid #CCCCCC;
}


.search {
  width:152px;
  padding:0 11px;
  height:20px;
}

.search .textfield {
	margin:0 11px;
	height:16px;
}

.search  .left-pl {
	background-image:url(../images/search-left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:20px;
	
}

.search  .right-pl {
	background-image:url(../images/search-right.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:20px;
	
}

.banner {
  margin:33px 0 20px 60px;
}

#content {
  padding:19px 10px 14px 16px;
  background-color:#ffffff;
  background-repeat:no-repeat;
  background-position:left top;
}

#about-block {
  padding:19px 10px 14px 16px;
  background-color:#e7e7e7;
  background-image:url(../images/block-leftpl.gif);
  background-repeat:no-repeat;
  background-position:left top;
	height:330px;
}


.block .photo  {
  float:left;
  margin-top:4px;
  
}

.block .photo img {
  margin-right:30px;
  
}

.block .text p {
  margin-top:20px;
}

#about-block .text h2 {
  margin-bottom:4px;
} 

#about-block .caption {
  margin-top:6px;
}

#about-block .caption span {
  display:block;
  font:11px Arial;
  color:#666666;
}

#about-block .caption .prof {
  font:9px Arial;
  
}

#about-block .text .indent {
	text-indent:34px;

}

#last-news {
  padding:19px 7px 8px 7px;
  background-color:#e7e7e7;
  background-image:url(../images/block-rightpl.gif);
  background-repeat:no-repeat;
  background-position:top right;
	height:336px;
}

#last-news li {
  margin-top:18px;
}

#last-news .date {
  color:#FF0000;
  font:11px Arial;
  display:block;
}

#last-news .archiv {
  margin-top:18px;
}

#effort-block {
  clear:both;
  padding:28px 10px 0 16px;
}

#list {
 padding:24px 0 0 40px; 

}

#list li {
   margin:4px 0 12px 0px;
}

#list li a {
 
  padding-left:16px;
  background:url(../images/bullet.gif) no-repeat 2px 7px;
}

#list li a:hover {
  
  background:url(../images/bullet-hover.gif) no-repeat 2px 7px;
  color:#FF9900;
}


#client-block {
  margin-top:10px;
  background-color:#FFFFFF;
  padding:8px 16px 14px 14px; 
}

.client-table  {
	clear:both;
	margin-top:20px;
}

.client-table td {
   width:100px;
   height:100px;
}

#client-block .more {
  margin-top:20px !important;
}

#client-block .photo img {
 margin-right:10px !important;
 
  
}

#client-block p {
 margin-top:0px;
  
}

#client-block h2 {
 margin-top:6px !important;
  
}



/**enf of main*/


/*footer*/
.leftb {
	background-image:url(../images/nizpl-left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:49px;
}

.rightb {
   background-image:url(../images/nizpl-right.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:50px;
}

.footer-inner {
	background-image:url(../images/niz-inner.gif);
	background-repeat:repeat-x;
	height:100px;
	width:801px;
	
}

.footer-inner a, .footer-inner {
  color:#FFFFFF;
} 

.left-foot {
  float:left;
}

.right-foot {
  float:left;
  padding-left:10px;
  padding-top:13px;
}

body:first-of-type .right-foot {
   padding-left:16px;
  
}

.foot-menu {
  padding-top:13px;
}

.foot-menu li {
  float:left;
  margin-right:12px;
}

.copy {
  clear:both;
  padding-top:12px;
}
.copy p {
  font:11px Arial;
  color:#B3D2F0;
}


.right-foot span {
  color:#B3D2F0;
}

.right-foot .phone {
  float:left;
}

.right-foot .adress {
  float:left;
  padding-left:25px;
}

/**footer*/


#send-response {
	width: 200px; 
	margin: 0 auto; 
	padding:10px; 
	font-family:Tahoma; 
	font-size:12px; 
	text-align:center; 
	background:black; 
	color:white;
}

.menu {
	position:absolute;
	left:0;
	top:0;
	border:1px solid #cccccc;
	background:#FAFAFA;
	display:none;
}
.menu li {
	margin:12px 0px 14px -8px;
	padding-left:25px;
	width:120px;
}

#poll {
	margin-left:44px;
	margin-top:20px;
	padding-bottom:20px;
}
