/*********************************************** General site styles  ****************************************/

* {
margin:0;
}

body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	line-height: 1;
	vertical-align: baseline;
	font-family: Arial;
	font-size: 12px;
	color: #3a3a3a;
}

a {
	color: #BA9A00; /* #e7d688;*/
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

table td {
	vertical-align: top;
}

.fleft {
	float: left;
}

.fright {
 	float: right;
}

.wrapper {
	min-height:100%;
	height:auto  !important;
	height:100%;
	margin: 0 auto;
	width: 100%;
	position: relative;
	max-width: 1400px;
	width:expression(document.body.clientWidth > 1400? "1400px": "auto");
	min-width: 999px;
	width:expression(document.body.clientWidth < 999? "999px": "auto");
	text-align: left;
}

.body {
	line-height: 1.2;
}

.footer {
	height: 143px;
	
	position: relative;
}

.overlay {
	background: transparent url(img/botLeftPic.jpg) bottom left no-repeat; 
}

/*************************************************** Header *************************************/

.header {
	background: url(img/headerBgrRight.jpg) top right no-repeat;
	text-align: center;
}

.header .container {
	background: url(img/headerBgrTel.gif) 30% 56px no-repeat;
	/*margin-bottom: -90px;
	position: relative;
	bottom: -80px;*/
}

.header .logo { 
	display: block;
	width: 171px;
	height: 80px;
	margin: 40px 0;
	float: left;
}

.menuTop {
	background: url(img/menuTopBgr.gif) repeat-x;
	height: 48px;
}

.menuTop table {
	margin: 15px auto;
}

.menuTop td {
  font: 12px Arial;
  border-right: 1px solid  #00683c;
  height: 15px;
}
.menuTop a {
  padding: 0  8px;
  text-decoration:none;
  color:#00683c;
}
.menuTop a:hover {
  color: #ba9a00;
}
.menuTop a#current {
	color: #ba9a00;
	/*font-weight: bold;*/
}

.langSwitch a {
	display: block;
	height: 11px;
	float: right;
	margin: 5px 15px 0 0;
}

.langSwitch a img {
	margin-top: 4px;
}

/*************************************************** Body *************************************/

.body {
	height: 100%;
	position: relative;
}

.body .container {
	position: relative;
	bottom: -10px;
	height: 100%;
}

.leftCol {
	width: 25%;
}

.leftCol .menuLeft {
	margin-bottom: 30px;
}

.rightCol {
	width: 74%;
	/*height: 100%;*/
	position: relative;
	padding-bottom: 150px;
}

.rightCol .allBanners {
	vertical-align: bottom;
}

.menuLeft ul {
	position: relative;
	font: 12px Arial;
	margin: 0 25px 0 55px;
	z-index: 5;
}

.menuLeft ul li {
	background: url(img/menuLeftBul.gif) no-repeat 0px 3px;
  list-style:none;
  margin: 0 0 0 0;
  padding: 0 0 5px 25px;
  font-weight: bold;
}

*html .menuLeft ul li {
	background: url(img/menuLeftBul.gif) no-repeat 0px 6px;
}

.menuLeft ul li a {
  height: 12px;
  padding: 0;
  margin: 0;
  color:#00683c;
  font-weight: bold;
}

.menuLeft ul li a:hover {
  color: #ba9a00;
}

.menuLeft ul li a#current {
	color: #ba9a00;
	font-weight: bold;
}

.menuLeft ul li ul {
  border-left: 2px solid #e8c830 /*#ba9a00*/;
  font: 11px Arial;
  margin: 5px 0 0 -22px;
  padding: 0 0 0 23px;
}

.menuLeft ul li ul li {
  background: none;
  list-style:none;
  margin: 0;
  padding: 2px 0;
  font-weight: bold;
}

.menuLeft ul li ul li a {
  color:#ba9a00;
  font-weight: normal;
}

.menuLeft ul li ul li a:hover {
  color: #00683c;
}

.menuLeft ul li ul li a#current {
	color: #ba9a00;
	font-weight: bold;
}

.yearLine {
	margin: 10px 0 20px 0;
}

.yearLine a {
	font-size: 14px;
}

.faqKeywords {
	margin: 10px 0 0 0;
}

/*************************************************** Footer *************************************/

.footer {
	text-align: left;
}

.footer .container {
	position: relative;
}

.botLeftPic {
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 1;
}

.line {
		background: url(img/line.gif) top right no-repeat;
		float: right;
		width: 74%;
		padding: 30px 0 0 0;
}

.preLine {
	float: left;
	width: 25%;
}

.footer .left {
	border-top: 1px solid #767676;
	width: 15px;
	height: 1px;
	top: 0;
	float: left;
	position: absolute;
}

.nored {
	float: left;
}

.nored a {
	color: #00683C;
}

.counter {
	float: right;
	padding-right: 30px;
	text-align: right; 
}

/*************************************************** Special site styles *************************************/

.color0 {
background: #FFF;
}

.color1 {
background: #EEE;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 16px;
	color: #00683c;
	margin: 0 0 25px 0;
	text-transform: uppercase;
}

h2 {
   font-size: 14px;
	margin: 0 0 5px 0;
}

h3 {
     
}

h2.noline a:link, h2.noline a:visited, h2.noline a:hover {
	color: #006397;
	text-decoration: none;
}
/******************************************* Standart styles (please don't edit it!) *************************/

body {
/* overflow: auto */
}

a {
	border: none;
}

img {
	border: 0px;
}

form {
	margin: 0 0 20px 0;
	padding: 0px;
}

ul, ol, li {
	padding: 0px;
	margin: 0px;
}

ul ul {
	padding-top: 3px;
}

ol li {
	list-style-type: decimal;
	margin-left: 30px;
	margin-bottom: 3px;
}

ul li {
	list-style-type: none;	
	background: url(img/bullet.gif) 0px 5px no-repeat;
	padding-left:16px;
	margin-left: 17px;
	margin-bottom: 3px;
}

.rightColContent {
	position: relative;
	padding-left: 55px;
	padding-bottom: 20px; 
}


p {
	padding: 0px;	
}

p.contacts {
	margin: 10px 0px;
	text-indent: 0px;
	text-decoration: none;
}

p.news {
	margin: 0px 0px 0px 135px;
	text-indent: 0px;
}

p.news_full {
	margin: 20px 0px 0px 280px;
	text-indent: 15px;
}

input, label {/*vertical-align: middle*/}

.inline {
	display: inline;
}

.red, .red a {
	color: red;
}

.darkred, .darkred a {
	color: #800000;
}

.green, .green a {
	color: #008000;
}

.blue, .blue a {
	color: blue;
}

.black, .black a {
	color: black;
}

.small, .small a {
	font-size: 10px;
}

.bold, .bold a {
	font-weight: bold;
}

.star {
	color: #981010;
}

.error {
	color: red;
}

.leftalign, .left {
	text-align: left;
}

.rightalign, .right {
	text-align: right;
}

.centeralign, .center {
	text-align: center;
}

.topvalign, .top {
	vertical-align: top;
}

.middlevalign, .middle {
	vertical-align: middle;
}

.bottomvalign, .bottom {
	vertical-align: bottom;
}

.comment {
	font-size: 10px; font-weight: normal; color: #777777;
}

/****************************************** Admin Links (please don't edit it!) ******************************/

.divEdit {
margin: 0 0 15px 0;
}

.adminDivCreate {
margin-bottom: 10px;
}

.adminEditDelText {
margin: 0;
padding: 0;
margin-bottom: 10px;
}

.spanEditDel {
padding: 0px 10px 0px;
}

.spanEditDel img, #mainContent .spanEditDel img {
vertical-align: middle;
margin: 0px 3px 0px;
border: 0;
}

.divMoveForm {
margin: 15px 0 25px;
}

.divMoveForm form {
padding: 0;
margin: 0;
}

/********************************************* Forms (please don't edit it!) *********************************/

.divFormSubmited { /* Заявка отправлена успешно */

}

.divForm { /* Вся форма */
	font-family: Tahoma;
   font-size: 12px;
}

.divForm .divFormButton { /* Submit button */
	margin-top: 0pt;
}

.srchBtn {
	margin: 2px 0 0 0;
}

*html .srchBtn {
	margin: 0;
}

.divForm .divFormButton input {
	background-color: #00683C;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 5px;
	border: 1px solid #00683C;
}

.divForm .divFormStar { /* "* - обязательные поля" */
	margin: 10pt 0;
}

.divListErrors { /* Error list */
	margin: 10pt 0;
}

.divListErrorsHead {
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-bottom: 10pt;
}

.divListErrors .divError {
	color: #981010;
	margin: 3pt 0;
	padding-left: 10pt;
}

.divListErrors .desc {
	font-size: 90%;
	color: #000000;
}

.formField { /* Form element */
	margin-bottom: 6pt;
	width: 305px;
}

.formField select, .formField input, .formField textarea { /* Form elements */
	color: #00683C;
	font-family: Tahoma;
	font-size: 12px;
	margin-top: 1pt;
	background: #FFF5C5;
	border: 1px solid #00683C;
	width: 300px;
	padding: 3px;
}

.formField textarea {
	width: 300px;
}

input.checkbox {
	width: 15px;
}
.formField label {
	margin-left: 4pt;
}

.formField  textarea.mono {
	font-size: 11pt;
	font-family: "Courier New", Courier, monospace;
}

/******************************************************* ModuleRights ****************************************/
div.divModuleRights {
	position:absolute; 
	top: 5px; 
	right: 30px; 
	border:1px solid black;
	width: 360px;
	padding: 2px;
	background-color: white;
}

div.divModuleRights div.title {
	width:100%;
	text-align:center;
	font-weight:bold;
}

div.divModuleRights div.title a{
	cursor: pointer;
}

div.divModuleRights div.module {
	padding: 4px;
	margin:5px 2px;
	border:1px solid black;
}

div.module div.role {
	clear: both;
	padding: 3px 0 3px 0;
}

/********************************************************** Paging *******************************************/

.disabledArrow {color: #AAA}

/* Search */

.searchResultsHead {
	margin-top: 6pt;
	font-size: 14px;
}

.searchResultsCount {
	margin: 10pt 0;
}

.searchPages {

}

/* Users */

.userTable td, .userTable th{
	padding: 3px 5px;
}

.userTable th {
	font-size: 10pt;
}

/* Articles */

.divArtList {

}

.tdArtListItem {
	padding: 0px 0px 15px 0px;
}

.divArtListTitle {
	font-weight: bold;
	text-align: left; 
}

.divArtListDate, .divArtDate {
	color: #848484; 
	font-size: 8pt;
}

.divArtListPreview {
	text-align: left;
}

.divArtPages {

}

.divArt {

}

.divArtTitle {
	font-weight: bold;
	font-size: 14px;
}

.divArtText {

}

.divArtBack {
	text-align: right;
	padding-top: 10px;
}

/************************************************************ News *******************************************/

.divNewsMainList {
	margin-top: 20px;
}

.divNewsListItem, .divNewsMainListItem {
	padding: 0px 0px 20px 0px;
}

.divNewsListTitle, .divNewsMainListTitle {
	font-size: 14px;
	font-weight: bold;
	text-align: left; 
}

.divNewsListDate, .divNewsMainListDate, .divNewsDate {
	color: green; 
	font-size: 10px;
	margin-top: 5px;
}

.divNewsListPreview, .divNewsMainListPreview {
	padding: 5px 0;
	text-align: left;
}

.divNewsPages {
	clear: both;
}

.divNews {

}

.divNewsTitle {
	font-weight: bold;
	font-size: 14px;
	color: #363636;
}

.divNewsText {

}
.divNewsBack {
	text-align: right;
	clear: both;
	margin-top: 25px;
	padding-right: 5px;
}

/********************************************************** Contacts *****************************************/

.divContactsList, .divContactsMainList {

}

.divContactsListItem, .divContactsMainListItem {
	padding: 0px 0px 15px 0px;
}

.divContactsListTitle, .divContactsMainListTitle {
	font-weight: bold;
	text-align: left; 
}

.divContactsListDate, .divContactsMainListDate, .divContactsDate {
	color: #444444; 
	font-size: 10pt;
	font-weight: bold;
}

.divContactsListPreview, .divContactsMainListPreview {
	text-align: justify;
}

.divContactsPages {

}

.divContacts {
	width: 100%;
}

.tableContacts {
	border-top: 1px solid #f1dd7f;
	border-right: 1px solid #f1dd7f;
}

.tableContacts td {
	border-left: 1px solid #f1dd7f;
	border-bottom: 1px solid #f1dd7f;
	text-align: left;
	padding: 3px 5px;
}

.tableContacts th {
	border-left: 1px solid #f1dd7f;
	border-bottom: 1px solid #f1dd7f;
	text-align: center;
	padding: 3px 5px;
	background:#ffefa5;
	font-weight:bold;
}

.divContactsBack {
	text-align: right;
}

/****************************************************** Print version ****************************************/

td.printVersion {
	padding: 20px;
}

div.printContacts {
	margin: 0 0 10px 0;
	height: 68px;
}

.printContacts img {
	margin: 0 15px 0 0;
}

h1.printVersion {
	padding: 0;
	margin: 0 0 10px 0;
	color: #585753;
	font: bold 14px Arial;
}

td.printTopTable {
	padding: 20px 20px 0;
	vertical-align: middle;
	font: 12px Tahoma;
}

@media print {
.printurl {
	display: none;
	}
}

.printurl {
	padding-bottom: 5px;
}

/***************************************************** Projects **********************************************/

.divProjectItem {
	clear: both;
	margin-bottom: 20px;
}

.projectImg {
	float: left;
	margin: 0px 10px 10px 0px;
}

div.projectTitle {
	font-size: 22px;
	margin-top: 15px;
}
.projectYear {
	color: #285B86;
	font-size: 14px;
	margin: 7px 0;
}
table.projectInner  {
	width: 717px;
}

.projectInner td {
	vertical-align: top;
}

.projectImgInner {
	margin: 0px 30px 20px 0px;

}

div.image{
	text-align: left;
	
}

.image img, .projectImg img, .projectImgInner img {
	border: 1px solid #285B86;
}

.width210{
	width: 210px;
}

table.projectsCommon{
	margin-top: 30px;
}

.projectsCommon td {
	width: 50%;
	vertical-align: top;
}

div.projectText {
	border:  1px solid #285B86;
	width: 475px;
	text-align: justify;
}

/************************************************************** clients **************************************/
.clientsTitle {
	font-weight: bold;
	color: #285B86;
}

.mainDivPopMenu {
	position: absolute; 
    visibility: hidden;
    z-index: 500;
	margin: 5px 0px 0px 0px;
}

div.divPopMenu {
    background: #FFEFA5;
    border: 1px solid #c0bebe;	
	margin: 3px 0px 0px 0px;
	padding:3px 6px 4px 6px;
	z-index: 500;
	position: relative;
}

 div.divPopMenu a:link, div.divPopMenu a:visited {
    font-size: 12px;
	/*font-weight: bold;*/
    text-decoration: none; 
	color:#00683C;
	z-index: 500;
}  

div.divPopMenu a:hover {
	font-size: 12px;
	/*font-weight: bold;*/
	font: "Arial";
	color: #BA9A00;
	text-decoration: none; 
	z-index: 500;
	
} 

.bannerItem {
	width: 30%;
	margin-right: 1%;	
}
	
.allBanners {
	margin-bottom: 5px;
}

.divBanners {
	width: 74%; 
	float: right; 
	position: absolute; 
	bottom: 150px;
	left: 26%;
}

.h1titleEdit {
margin: 0 0 7px 0;
}