/* common settings */
html,body {
	margin:0;
	padding:0;
	width:100%;
}
html {height: 100%;}
* html body {height: 100%;}

body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	background: white;
	font-size:0.8em;
	position:relative;
}
table {padding:0; border-collapse:collapse;}
table td {padding:0;border:0; vertical-align:top;}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;}
ul,ol,li,ul li,ol li,h1,h2,h3,h4,h5,h6,
pre,form,div,
body,html,
p,a,blockquote,fieldset,input{margin:0;padding:0;}
ul,ol{list-style:none;}
li,dd,blockquote{margin-left:1em;}
a img,:link img,:visited img{border:none;}
fieldset{border:solid 0 transparent;}
input,select,textarea{font-size:100%;}
textarea{font-family: Verdana, Arial, Helvetica, sans-serif;}

.cleaner {clear:both; font-size:0; line-height:0; height:0px;}
.no{display:none;}

*:focus {outline:none;}

a {text-decoration:underline; color:#333;}
a:hover {text-decoration:none;}

img {border:0;}

/* ------ min-width -------- */
#min-width {
	min-width:630px;
	width:100%;
}
/* для IE */
* html .minwidth {
	border-left:630px solid #fff;
	position:relative;
	float:left;
	z-index:1;
}
* html .container {
	margin-left:-630px; /*-min-width*/
	position:relative;
	float:left;
	z-index:2;
}

/* container */
#cont1 {
	width:100%;
	float:right;
	margin-left:-37%;
}
#cont2 {
	margin-left:37%;
}
#leftbar {
	width:37%;
	padding-top:60px;
}
* html #cont1 {margin-left:expression(document.body.clientWidth*(-0.37)+"px");}
* html #cont2 {margin-left:expression(document.body.clientWidth*(0.37)+"px");}
* html #leftbar {width:expression(document.body.clientWidth*(0.365)+"px");}

/* --- header --- */
#header {
	position:relative;
	overflow:hidden;
	padding:52px 50px 15px 33px;
	height:52px;
}
h1 {
	float:left;
	width:102px;
	height:52px;
	overflow:hidden;
	display:block;
	position:relative;
	color:#666;
	font:3.3em normal;
}
h1 a {
	width:102px;
	height:52px;
	overflow:hidden;
	display:block;
	position:relative;
	color:#666;
	text-decoration:none;
}
h1 a:hover {
	text-decoration:none;
}
h1 span {
	position:absolute;
	width:102px;
	height:52px;
	top:0;
	left:0;
	background:transparent url(/common/images/logo.png) no-repeat 0 0;
}
.description {
	display:none;
}
a#mail, .phone {
	float:right;
	position:relative;
	top:10px;
	font:1.4em normal Tahoma, Arial;
	color:#999;
	display:block;
	background:url(/common/images/mail.png) 0 0 no-repeat;
	padding:5px 0 0 50px;
	height:27px;
}
.phone {
	padding-right:35px;
	background:url(/common/images/phone.png) 5px 0 no-repeat;
}


/* --------- leftbar ---------- */

/* news block */
.news-block {
	line-height:1.2;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	margin-left:36px;
	padding-right:3em;
}
.news-block li {
	margin-bottom:3.7em;
	color:#333;
}
.news-block li strong {
	font-size:1.5em;
	font-weight:normal;
	display:block;
	color:#585858;
}
.news-block li a {
	color:#666;
}

/* left menu */
.left-menu {
	padding-top:3.25em;
	line-height:1.4;
	margin-left:36px;
	margin-bottom:3em;
	padding-right:3em;
	font-size:1.3em;
}
html:first-child .left-menu {padding-top:3.3em;}
.left-menu li {color:#333;}
.left-menu li a {color:#666;}
.left-menu li li {margin-left:10px; font-size:0.9em; line-height:1; margin-bottom: 0.4em}
.left-menu li ul {margin-bottom:0.5em;}

/* counter */
.counter {
	padding:10px 0 10px 36px;
}

/* banner */
.banner {
	padding:10px 0 20px 36px;
}

/* search */
.search {
	padding:10px 0 20px 36px;
}
.search div.text {
	background:url(/common/images/search-bg.png) 0 0 no-repeat;
	padding:0 10px;
	height:23px;
	width:219px;
}
.search input.text, .search input.text-sel {
	background:none;
	color:#bcbec0;
	font-family: Tahoma, Arial, sans-serif;
	font-size:0.9em;
	padding:3px 0 0 0;
	height:18px;
	width:219px;
	border:none;
	margin:0;
}
.search input.text-sel {
	color:#333;
}
html:first-child .search input.text, html:first-child .search input.text-sel {
	padding:0;
	height:23px;
}
.search .submit {
	display:none;
}

/* -------- main ----------- */

/* top-menu */
.top-menu {
	display:block;
}
.top-menu li {
	color:#333;
	font:1.8em normal Tahoma, Arial;
	display:inline;
	float:left;
	line-height:1.2;
	margin-right:30px;
	white-space:nowrap;
}
.top-menu li a {color:#666;}
.top-menu li.active a {color:#333;}

/* content */
.content {
	padding:2.5em 40px 28px 13px;
}
.content h2, .content h3, .content h4,  .content h5 {margin-bottom:1em; color:#39b449; font-weight:normal;}
.content h2 {font-size:2.3em;}
.content h3 {font-size:1.8em;}
.content h4 {font-size:1.4em;}
.content h5 {font-size:1.2em;}
.content p, .content ul, .content ol {margin-bottom:1em;}
.content ul li, .content ol li {margin-bottom:1em;}


.content a:link {color:#333;}
.content a:hover {color:#999; text-decoration:underline;}
.content a:visited {color: #999;}

.content hr {
	height:1px;
	color:#333;
	border:none;
}
/* Gecko & Opera */
html>body .content hr {
	height:1px; 
	background-color:#333;
	border:none;
	border:0px solid #333;
}

.content table {margin-bottom:1em;}

.content table td {
	border-bottom:1px solid #999;
	padding:0.5em 1em;
}
.content ul {
	line-height:1.2;
	margin-left:3em;
	list-style:disc;
}
.content ol {
	line-height:1.2;
	margin-left:3em;
	list-style:decimal;
}

.content ol ul {
	margin-left:2em;
}

.content table.noborder td {border:none;}
.content table.nopadding td {padding:0;}
.content table.noall td {border:0; padding:0;}

.content strong.date {
	font-size:1.5em;
	font-weight:normal;
	display:block;
	color:#585858;
}

/* news */
.content ul.news {
	margin-left:0;
	list-style:none;
}
.content ul.news li {
	margin-bottom:3em;
	color:#333;
}
.content ul.news li strong {
	font-size:1.5em;
	font-weight:normal;
	display:block;
	color:#585858;
	line-height:1;
}

.content ul.news li a:link {color:#333;}
.content ul.news li a:hover {color:#999; text-decoration:underline;}
.content ul.news li a:visited {color: #999;}

.content ul.news table {
	width:100%;
	_width:98%;
}
.content ul.news table td {
	padding:0;
	border:none;
}
.content ul.news img {
	margin:0 1.75em 0.5em 0;
	float:left;
}

.content p.pager {
	color:#333;
}
.content p.pager strong {font-size:1.5em; font-weight:normal;}

/* last project in main page */
.content .last-project h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
}
.content .last-project {
	margin: 2em 0 0 0;
	font-size:1em;
	color:#333;
}
.content .last-project td {
	border:none;
	padding:0;
}
.content .last-project img {
	margin:0 1.75em 0.5em 0;
}
.content .last-project strong {
	font-size:1.3em;
	font-weight:normal;
	display:block;
	color:#585858;
	line-height:1;
}

.comment {
	color: #666;}

/* other */
.content ol.search li {
	margin-bottom:1em;
}

/* sitemap */
.content ul.sitemap {
	list-style:none;
	margin: 0;
}
.content ul.sitemap h3, .content ul.sitemap h4, .content ul.sitemap h5 {
	padding: 0;
	margin: 0;
}
.content ul.sitemap ul {
	list-style:none;
	margin: 0 0 0.5em 3em;
}
.start_date {
	color: #666;
	white-space: nowrap;
}

/* send */
#send-mail {
	padding-top:0.5em;
}
#send-mail-title a {
	border-bottom:1px dashed #39b449;
	text-decoration:none;
	color:#39b449;
}
#send-mail-title a:hover {
	border-bottom-color:#999;
	color:#999;
}

/* form */
#form {
	display:none;
}
.form {
	width:350px;
}
.form label {
	display:block;
	color:#666;
	float:left;
	padding:2px 8px 0 10px;
}
.form .txt-field input, .form .txt-area textarea, .form select {
	font-family:Tahoma, Arial, sans-serif;
	color:#333;
	background:none;
	border:none;
	margin:0;
	font-size:13px;
}
.form .txt-field input.inactive, .form .txt-area textarea.inactive {
	color:#666;
}
.form select {
	border:1px solid #bbbdbf;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:1em;
	width:350px;

	height:23px;
	padding:1px 5px 0 6px;
	display:block;
}
.form select option {
	background:white;
}
.form .txt-file {
	margin-bottom:1em;
}
.form input.txt-input {
	display:block;
	float:left;
}
.form .txt-field {
	background:url(/common/images/txt-bg.png) 0 0 no-repeat;
	padding:0 10px;
	height:23px;
	width:330px;
	margin-bottom:1em;
}
.form .txt-field input {
	padding:3px 0 0 0;
	height:18px;
	width:330px;
}
html:first-child .form input {
	padding:0;
	height:23px;
}
.form .txt-area {
	background:url(/common/images/txtarea-bg.png) 0 0 no-repeat;
	padding:7px 10px;
	height:136px;
	width:330px;
	margin-bottom:1em;
}
.form .txt-area textarea {
	height:134px;
	width:330px;
}
.form input.bt-submit {
	overflow:visible;
	padding:3px 10px;
	width:100px;
	font-size:14px;
	display:block;
	margin-bottom:1em;
}

/* message */
.message {
	border:1px solid #39b449;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:8px 10px;
	margin-bottom:1em;
	background:white;
	color:#39b449;
}
.error {
	border-color:red;
	color:red;
}


/* ------ footer ------ */
#footer {
	padding:0 0 0 37%;
	color:#bcbec0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:40px;

}
* html #footer {padding-left:expression(document.body.clientWidth*(0.37)+"px");}
#footer span {
	color:#666;
	border-bottom:1px solid #39b449;
	padding-bottom:2px;
}
#footer a {
	color:#bcbec0;
}