/*
 * Style for PROGWAY site
 *
 * Design: LTD PROGWAY, http://www.progway.ru/
 * Author: LTD PROGWAY, http://www.progway.ru/
 * Copyright (c): 2007-2008
 *
 */

html {
  background-color: white;
  height: 100%;
}
body, div, ul, ol, li, img, form, p {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
body, div {
  font-family: Tahoma, sans-serif;
  color: #4d4948;
}
body, div, p, td, input, textarea{
  font-size: 12px;
}
a, input, textarea {
  color: #494948;
}
a.animation {
  text-decoration: none;
  border-bottom: 1px dashed #494948;
}
h6 {
  font-size: 14px;
}
.bold {
  font-weight: bold;
}
.big {
  font-size: 14px;
}
.big2 {
  font-size: 16px;
}
.small {
  font-size: 11px;
}
.right, .signature {
  float: right;
}
.text_header{
  float: right;
  width: 250px;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.indent {
  padding-bottom: 15px;
}
.indent2 {
  padding-bottom: 30px;
}
.zipped {
  width: 70%;
}
.error {
  color: #cd0000;
  font-size: 0.85em;
  margin-left: 15px;
}
.black {
  color: black;
}
.left {
  float:left;
}
.green {
	color:#84c225!important;
}
.lt {
  text-decoration: line-through;
}
.date {
  font-weight: bold;
}
.notimplemented {
  text-decoration: line-through;
  visibility: hidden;
}
.hidden {
  display: none;
}

body#enter {
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #828282;
  width: 999px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  min-height: 500px;
}
body#enter a {
  color: #828282;
  text-decoration: none;
}

body#enter #footer { 
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding:0 0 20px;
}
body#enter #logo {
  cursor: default;
}
body#enter #logo img{
  margin: /*155px*/0 auto 110px;
  padding-top: 95px;
  display: block;
  border: 0;
}
body#enter #logo {
  cursor: default;
}
body#enter .welcome {
  float:left;
  padding: 80px 4px 4px 4px;
  border: 1px solid white;
  display: block;
}
body#enter a.welcome:hover {
  border: 1px solid #CBC9C9;
}

body#enter #software {
  margin: 0 10%;
  width: 180px;
  background: url("../images/software.png") no-repeat 50% 4px;
}
body#enter #software:hover {
  color: #5f3a74;
}
body#enter #publicity{
  width: 180px;
  background: url("../images/publicity.png") no-repeat 50% 4px;
}
body#enter #publicity:hover {
  color: #79a924;
}
body#enter #support {
  width: 182px;
  background: url("../images/support.png") no-repeat 50% 4px;
  margin: 0 10%;
}
body#enter #support:hover {
  color: #e15815; 
}
body#enter #develop {
  color: red;
  clear: both;
  display: none;
}
body#enter #develop p {
  text-align: center;
  color: red;
} 

h3 {
  font-size: 150%;
  color: #797979;
  margin: 0;
  padding: 0.5em 0;
}
h4 {
  font-size: 150%;
  color: #8f8f8f;
  margin: 0;
  padding: 0;
  clear:both;
}
	#main h4 a {
	  color: #8f8f8f;
	}
	#main h4 a:hover {
		text-decoration:none;
	}

.menu {
  width: 996px;
  margin: 0 auto;
}
.menu li {
  float:left;
  padding: 0 5px;
}                          
#header {
  padding: 30px 0;
  border-bottom: 30px solid #dedede;
  /*position: fixed;*/
  background-color: white;
  z-index: 2;
  height: 35px;
}
#header input{
  border: 2px solid #bebebe;
  height: 15px;
  width: 10em;
  background-color: white;
}
#header input[type="image"] {
  width: auto;
  border: 0;
}
#header form, #header p{
  display: inline;
}
.search form {
  margin-left: 25px;
  position: relative;
}
.search form span {
  position: absolute;
  top: -20px;
  left: 15px;
}

.login form{
  position: relative;
}
.login span {
  position: absolute;
  top: -20px;
  left: 0;
}
.login #register {
  position: absolute;
  bottom: -20px;
  left: 0;
}
.login #forgot_pass {
  position: absolute;
  bottom: -20px;
  left: 100px;
}

#header2 {
  height: 80px;
  min-width: 999px;
  margin: 40px 0 40px 0;
}
#header2 #logo {
  float: left;
  margin-left: 60px;
}
#header2 #logo #contacts {
  margin-left: 100px;
  margin-top: 15px;
}
#departments {
  margin-right: 20px;
  float: right;
  margin-top:-20px;
  width:390px;
}

#departments li{
  float: left;
  margin-right: 10px;
  width:120px;
}
#departments li p {
	text-align:center;
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#818181;
	line-height:10px;
	padding:0 0 3px 0;
}
#departments li.active {
  text-decoration: none;
}
#departments li.active a {
	border: 1px solid #cbc9c9;
	font-weight: bold;
}
#departments li a {
  color: #666666;
  display: block;
  text-align: center;
  width: 90px;
  font-size: 120%;
  margin:0 auto;
  padding: 20px 15px;
}
#departments li.soft a:hover {
  color: #5f3a74;
}
#departments li.pub a:hover {
  color: #79a924;
}
#departments li.sup a:hover {
  color: #e15815;
}
#departments li.active a {
  text-decoration: none;
}
#departments img {
  border: 0;
  display: block;
  margin: 0 auto;
  padding-bottom: 1em;
}

.vmenu {
  position: fixed;
  left: 0;
  top: 125px;
  height: 200px;
  width: 40px;
  background-color: #dedede;
  border-right: 2px solid #959392;
}
.vmenu ul {
  position: absolute;
  padding-top: 50px;
  border-left: 2px solid #959392;
  top: 200px;
  left: 40px;
}
.vmenu ul li{
  margin-top: 10px;
  padding: 5px 30px;
  width: 105px;
  background-color: #dedede;
}
.vmenu img {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 15px;
  padding-left: 15px;
  border: 0;
}
.vmenu li.pub {
  background-color: #84c225;
}
.vmenu li.soft {
  background-color: #5f3a74;
}
.vmenu li.sup {
  background-color: #e15815;
}
.vmenu li.pub a, .vmenu li.sup a, .vmenu li.soft a{
  color: white;
}

#main {
  position: relative;
  min-height: 400px;
  margin-left: 375px;
  margin-right: 60px;
  padding-bottom: 50px;
  clear:both;
}
#main h2 {
  color: #5f3a74;
  border-left: 5px solid #dedede;
  font-size: 18px;
  padding-left: 10px;
  margin-left: -15px;
}
#main h2 a {
  color: #5f3a74;
}
#main h1 {
  font-size: 36px;
  color: #5f3a74;
  font-weight: normal;
  clear: both;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 25px;
}
#main h6 {
  margin: 0;
  color: #5f3a74;
  padding: 10px 0;
}
#main.pub h6, #main .pub h6, #main.pub h2, #main.pub h1,
#main h1.pub, #main.pub h2 a{
  color: #84c225;
}
#main.pub a, #main .pub a {
  color: #79a924;
}
#main.sup h6, #main .sup h6, #main.sup h2, #main.sup h1,
#main h2.sup, #main.sup h2 a{
  color: #e15815;
}
#main.sup a,#main .sup a {
  color: #e15815;
}

#main a{
  color: #906f9d;
}
#main p {
  padding-bottom: 15px;
}
#main strong {
  color: black;
}
#main ul {
  list-style-type: disc;
}
#main ul[class] {
  list-style: none;
}
#main ul li {
  margin-left: 25px;
}
#cost {
  cursor: pointer;
  text-decoration: underline;
}
ul#services {
  width: 640px;
  list-style: none;
}
ul#services li{
  float:left;
  padding-right: 50px;
  width: 265px;
  height: 220px;
  margin-left: 0;
}

#copyright {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 80%;
}
.vacancy {
  list-style: none;
}
.vacancy li {
  padding-bottom: 30px;
}
.news {
}
.news li {
  padding-bottom: 30px;
}
.news li h6 {
  padding-bottom: 10px;
}
#main ul.clients {
  margin: 0;
  padding: 0;
}
#main ul.clients li{
  padding: 40px 0 0;
  float:left;
  width:33%;
  text-align: center;
  margin:0;
  height:110px;
}
#main .dep_service_menu {
  list-style: none;
}
#main .dep_service_menu li {
  border-left: 5px solid #dedede;
  padding-left: 10px;
  margin: 15px 0 15px -15px;
  float: left;
  width: 45%;
}
#main .dep_service_menu li a {
  font-size: 18px;
  color: #c1c1c1;
  font-weight: bold;
  text-decoration: none;
}
#main .dep_service_menu li a:hover {
  color: #dedede;
}
#main ul.archive {
  float: right;
  color: #4d4d4d;
  text-align: right;
}
#main ul.archive a {
  color: #4d4d4d;
}
#main ul.archive li.active a{
  font-weight: bold;
  text-decoration: none;
}

ul.portfolio {
  margin-top: 10px;
  float:left;
  width:100%;
  max-width:800px;
}
ul.portfolio li{
  width: 180px;
  float: left;
  margin:0 20px 20px 0;
}
	ul.portfolio li div.text {
		height:50px;
		overflow:hidden;
	}
ul.portfolio a {
  color:#494948;
}
ul.portfolio p {
	height:1.3em;
	overflow:hidden;
	padding:0;
}
ul.portfolio.i-list p {
	height:2.6em;
}
#main .c-date {
	color:#999;
	font-weight:normal;
	height:1.3em;
	padding:2px 0 0 0;
}
#main ul.portfolio.i-list li {
	border-right:2px solid #959394;
	margin: 0 40px 70px 0;
	padding-right:30px;
}
#main ul.portfolio.i-list li:nth-child(3n) {
	border-right:none;
}
ul.portfolio a:hover {
	text-decoration:none;
}
ul.portfolio .thumb {
	background:url(../images/portfolio_thumb_bg.png) 0 0 no-repeat;
	padding:0 10px 10px 0;
	margin:5px 0 0 0;
}

ul.portfolio img{
  width: 170px;
  height: 130px;
  border:none;
}

.price {
  border: 1px solid #a6a4a3;
  width: 100%;
  border-collapse: collapse;
}
.price tr:nth-child(even){
  background: #dedede;
}
.price tr.even{
  background: #dedede;
}
.price th {
  text-align: left;
  letter-spacing: 10px;
  padding-left: 10px;
  color: white;
  font-weight: normal;
  font-size: 120%;
}
.price.soft th {
  background-color: #5f3a74;
}
.price.pub th {
  background-color: #84c225;
}
.price.sup th {
  background-color: #e15815;
}
.price td {
  border-left: 1px solid #a6a4a3;
  padding-left: 10px;
  line-height: 150%;
}
.price td:first-child {
  border-left: none;
  width: 75%;
}

#main .paging {
  margin-left: 25px;
  clear: left;
}
#main .paging a{
  color: #4d4d4d;
}
#main .paging li{
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
#main .paging span, #main .paging a{
  margin-left: 0;
  margin-right: 10px;
}
#main .paging .current a, .ditto_currentpage{
  font-weight: bolder;
  text-decoration: none;
  font-size: 110%;
}

#main a.return {
  float: right;
}
#main .easy2 img{
  border: 0;
}
#seo-request li {
  margin-bottom: 15px;
  display: none;
}
#seo-request li.visible {
  display: block;
}
#seo-request label {
  display: block;
  padding-bottom: 3px;
}
#seo-request label.seo, #seo-request label.adi {
  display: none;
}
#seo-request.seo label.seo, #seo-request.adi label.adi {
  display: block;
}


#seo-request select {
  color:#4D4948;
  font-size: 12px;
}
#seo-request p.label {
  padding-bottom: 3px;
  margin-bottom: 0;
}
#seo-request .checkbox label {
  display: inline;
  padding-bottom: 0;
  font-style: italic;
  padding-right: 3px;
  padding-left: 15px;
  position: relative;
  top: -3px;
}
#seo-request label.required, #seo-request p.label.required {
  font-weight: bold;
}

#seo-request .checkbox label.first {
  padding-left: 0;
}

#seo-request input[type="text"] {
  width: 400px;
}
#seo-request input[type="submit"] {
  padding: 10px 15px;
  margin: 0;
}

#seo-request textarea {
  width: 100%;
}
#seo-request .comment {
  font-size: 80%;
}
#main ol {
  padding-left: 30px;
}
#main pre.wiki {
  background-color: #f7f7f7;
  border: 1px solid #d7d7d7;
  margin: 1em 1.75em;
  padding: .25em;
  overflow: auto;
}
.rss_top {
  border: 0;
  height:12px;
  width: 12px;
  padding-left: 0.2em;
  position: relative;
  top: 0.2em;
}
table.portfolio {
  border-collapse: collapse;
  border: 1px solid #dddddd;
  color: #797979;
  margin-bottom: 1em;
}
table.portfolio td{
  border: 1px solid #dddddd;
  padding: 0.2em 0.5em;
  text-align: center;
}
table.portfolio td .plus{
  color: black;
}
table.portfolio td .minus{
  color: #aaa;
}


table.portfolio td[rowspan]{
  text-align: left;
  width: 200px;
}

table.portfolio thead td {
  background-color: #84c225;
  font-size: 120%;
  font-weight: bold;
  color: white;
  border: 0;
}
table.portfolio thead td:first-child{
  text-align: left;
}

table.portfolio tr:nth-child(even){
  background: #dedede;
}
table.portfolio tr.even{
  background: #dedede;
}
.tolegend {
  padding: 0.2em 0;
  display: block;
}
#legend dt{
  float: left;
  padding: 0.2em 0;
  clear: left;
}
#legend dd{
  padding: 0.2em 0;
}

dl.company_preview {
  font-size: 120%;
  margin: 0;
  padding-bottom: 1em;
}
#main dl.company_preview a {
  color: #797979;
}
dl.company_preview dt {
  float: left;
  color: #84c225;
  font-weight: bold;
  padding-right: 1em;
}
dl.company_preview dt:after {
  content: ':';
}
#map {
  height: 400px;
}
#main a.back_to_list {
	float:right;
	color:#5F3A74;
	margin:-30px 0 0 0;
}
#main  .portfolio-i {
}
	#main  .portfolio-i h4 {
		font-weight: normal;
		color:#494948;
	}
	#main  .portfolio-i p {
		padding:5px 0 15px;
		max-width:800px;
	}
	#main  .portfolio-i a {
		color:#818181;
	}
	#main  .portfolio-i a:hover {
		text-decoration:none;
	}
.tooltip {
	font-size:11px;
	color:#161616;
	padding:10px;
	width:100px;
	background:#c6c6c6;
}
.no-border {
	border:none!important;
}
/************************************/
.s-building p, .s-sup p {
	font-size:14px;
}
.s-building a:hover, .s-seo a:hover, .s-sup a:hover {
	text-decoration:none;
}
	#main .s-building h4, #main .s-building h4 a {
		color:#5F3A74;
		font-size:18px;
		padding-bottom:18px;
	}
	#main .s-sup h6 {
		font-size:18px;
	}
	#main .s-seo h4, #main .s-seo h4 a {
		color:#84c225;
		font-size:18px;
		padding-bottom:18px;
	}
	#main .s-sup h4, #main .s-sup h4 a {
		color:#e15815;
		font-size:18px;
		padding-bottom:18px;
	}	
.s-box {
	font-size:14px;
	line-height:18px;
	padding:20px 0 25px;
}
	#main .s-box ul, #main .s-box ol {
		padding-bottom:15px;
	}
	#main .s-box ul li {
		margin-left:32px;
	}
	#main .s-box ol li {
		margin-left:20px;
	}
	#main .s-box li ol {
		padding-left:0;
	}
	#main .s-box li ol li {
		margin-left:22px;
	}
.s-form {
	font-size:14px;
	padding-bottom:30px;
}
	.s-form div {
		font-size:14px;
	}
	#main .s-form h4 {
		float:left;
		margin-right:30px;
		padding-bottom:10px;
	}	
	.s-form input[type=text] {
		text-indent:5px;
		width:560px;
		height:20px;
		font-size:14px;
	}
	.s-building .s-form input[type=text] {
		border:2px solid #5f3a74;
	}
	.s-seo .s-form input[type=text] {
		border:2px solid #84c225;
	}
	.s-sup .s-form input[type=text] {
		border:2px solid #e15815;
	}
	.s-form input[type=checkbox] {
		margin-right:10px;
	}
	.s-form textarea {
		width:685px;
		padding:5px 10px;
		height:235px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
	}
	.s-building .s-form textarea {
		border:2px solid #5f3a74;
	}
	.s-seo .s-form textarea {
		border:2px solid #84c225;
	}
	.s-sup .s-form textarea {
		border:2px solid #e15815;
	}
	.s-form .row {
		font-size:14px;
		float:left;
		width:100%;
		padding:3px 0;
	}
	.s-form label {
		float:left;
		width:130px;
		margin-right:15px;
		padding:3px 0 0 0;
	}
.s-form input[type=submit] {
	color:#FFF;
	font-weight:bold;
	background:url(../images/send-bg.png) 0 0 no-repeat;
	width:215px;
	height:66px;
	border:none;
	float:left;
	text-align:center;
	line-height:66px;
	font-size:15px;
	text-decoration:underline;
	cursor:pointer;
	margin:0 25px 0 140px;
}
.s-building .s-form input[type=submit] {
	background-color:#5F3A74;
}
.s-seo .s-form input[type=submit] {
	background-color:#84c225;
}
.s-sup .s-form input[type=submit] {
	background-color:#e15815;
}
.s-form input[type=submit]:hover {
	text-decoration:none;
}
.mt10 {
	margin-top:10px!important;
}
.mt25 {
	margin-top:25px!important;
}
.pt15 {
	padding-top:15px!important;
}
.pb25 {
	padding-bottom:25px!important;
}

.highslide img {
	border:2px solid gray;
}

/* input, label positioning */
.custom-checkbox {
	position:relative;
	overflow:hidden;
	height:24px;
	line-height: 22px;
}
.custom-checkbox input {
	position: absolute;
	left: 2px;
	top: 3px;
	margin: 0;
	z-index: 0;
}

.custom-checkbox label {
	position: relative;
	z-index: 1;
	line-height: 22px;
	padding: 0 0 0 32px;
	margin: 0;
	cursor: pointer;
	width:auto;
	font-size:14px;
	font-weight:normal;
	text-decoration:underline;
	background: url(../images//custom-check.png) no-repeat; 
}
.s-building .custom-checkbox label {
	color:#906F9D;
}
.s-seo .custom-checkbox label {
	color:#79A924;
}
.s-sup .custom-checkbox label {
	color:#E15815;
}

.s-building .custom-checkbox label {
	background-position: 0 0;
}
.s-seo .custom-checkbox label {
	background-position: 0 -128px;
}
.s-sup .custom-checkbox label {
	background-position: 0 -64px;
}

.custom-checkbox label.hover,
.custom-checkbox label.focus {
	/*background-position: -10px -114px;*/
}

.s-building .custom-checkbox label.checked {
	background-position: 0 -32px;
}
.s-seo .custom-checkbox label.checked {
	background-position: 0 -160px;
}
.s-sup .custom-checkbox label.checked {
	background-position: 0 -96px;
}


.custom-checkbox label.checkedHover {
	/*background-position: -10px -314px;*/
}
.main-news-box {
	float:left;
	width:250px;
	margin:70px 40px 50px 50px;
}
	.main-news-box h6 {
		margin:0;
		padding:0;
		line-height:16px;
	}
	.news-main li {
		margin:15px 0 0 0;
	}
	.news-main p {
		color:#818181;
		font-size:12px;
	}
	.news-main .date {
		font-size:10px;
		font-weight:normal;
	}
.main-last-projects {
	float:left;
	width:600px;
	margin:70px 0 50px 0;
}
	.main-last-projects h6 {
		color:#89609c;
		margin:0;
		padding:0;
	}