/******************/
/* CSS -> ГЛАВНЫЙ */
/******************/

/****************/
/* Базовые теги */
* {
	margin: 0;
	padding: 0;
}
HTML {
	height: 100%;
}
BODY {
	height: 100%;
	text-align: center;
	color: #000;
	background-color: #fff;
	font: 62.5%/1.4 Arial, sans-serif;
}
A {
	text-decoration: underline;
	color: #000;
}
A:hover {
	text-decoration: underline;
	color: #000;
}
IMG {
	vertical-align: top;
	border: 0;
}
P {
	padding: 10px 0;
}
UL {
	padding: 15px 0 0 50px;
}
	UL LI {
		padding: 0 22px;
		list-style: none;
		background: url('/img/marker.gif') no-repeat 0 9px;
	}
OL {
	padding: 15px 70px 0;
}
	OL LI {
		
	}
/* Базовые теги */
/****************/

/*********/
/* Формы */
FORM {
	
}
	FORM FIELDSET {
		border: 0;
	}
		FORM INPUT,
		FORM TEXTAREA {
			font: normal 1em Arial, sans-serif;
		}
		FORM .box {
			padding: 8px 0;
		}
			FORM .box INPUT,
			FORM .box TEXTAREA {
				padding: 5px 0;
				border: 1px solid #1c5080;
			}
		FORM .box-pimp {
			
		}
			FORM .box-pimp INPUT {
				padding: 0 5px;
			}
/* Формы */
/*********/

/*************
/* Заголовки */
H1 {
	color: #275275;
	font: bold 3.2em Arial, sans-serif;
}
H2 {
	padding-top: 20px;
	color: #4e6783;
	font: bold 2.45em Arial, sans-serif;
}
H3 {
	padding-left: 50px;
	font: bold 1.7em Arial, sans-serif;
}
H4 {
	font: bold 1.3em Arial, sans-serif;
	font-style: italic;
}
H5 {
	font: bold 1.2em Arial, sans-serif;
}
H6 {
}
/* Заголовки *
/*************/

/***********/
/* Таблицы */
TABLE {
	margin: 20px 0;
	margin-left: 50px;
	text-align left;
	border: 0px;
	border-top: 1px solid #000;
	border-collapse: collapse;
	line-height: 1.25em;
}
	TABLE TR {
		
	}
		TABLE TH {
			padding: 8px 10px 13px;
			vertical-align: bottom;
			border-bottom: 1px solid #b4b4b4;
			background-color: #f2f2f2;
			font-weight: normal;
		}
		TABLE TD {
			padding: 13px 10px;
			border-top: 1px solid #b4b4b4;
		}
		TABLE TFOOT TD {
			padding: 5px 10px;
			border-color: #000;
			font-style: italic;
			color: #5c5c5c;
		}
			TABLE A {
				color: #960000
			}
			TABLE SPAN {
				color: #5c5c5c;
			}
/* Таблицы */
/***********/

/*************/
/* ФУНДАМЕНТ */

/* Главный контейнер */
#container {
	height: 100%;
	padding: 0 80px;
	text-align: left;
	font-size: 1.3em;
}
#page {
	position: relative;
	min-height: 100%;
}
	.header {
		width: 100%;
		height: 185px;
	}
		.header .wrap {
			padding-top: 35px;
		}
			.header .tools {
				height: 31px;
			}
				.header .tools .home {
					padding-top: 5px;
					float: left;
				}
				.header .tools .lang {
					float: right;
				}
			/* Лого */
			.logo {
				width: 250px;
				float: left;
				padding-top: 17px;
			}
				.logo .logo-wrap {
					width: 250px;
					height: 33px;
					float: left;
					overflow: hidden;
					display: block;
					position: relative;
				}
				/*
					.logo H1 A {
						color: #fff;
					}
						.logo H1 A SPAN {
							position: absolute;
							width: 250px;
							height: 33px;
							top: 0;
							left: 0;
							background: url('/img/logo.gif') no-repeat 0 0;
						}
					Зря отказались от такого лого...
				*/
				.logo .title {
					width: 250px;
					clear: both;
				}
					.logo .title SPAN {
						display: block;
						padding: 5px 0 0 2px;
						font-weight: bold;
						font-size: 1.1em;
					}
			/* Навигация */
			.nav {
				position: relative;
				padding: 0 0 0 73px;
				float: left;
			}
				.nav .tel {
					position: absolute;
					top: 0;
					left: 305px;
					color: #4475a0;
					font-weight: bold;
					font-size: 1.9em;
				}
					.nav .tel SPAN {
						font-weight: normal;
						font-size: 0.6em;
					}
				.nav UL {
					padding: 0;
				}
					.nav UL LI {
						padding: 31px 50px 0 0;
						float: left;
						background: none;
					}
						.nav UL LI A {
							text-decoration: none;
							color: #275275;
							border-bottom: 1px solid #275275;
							font-weight: bold;
							font-size: 1.1em;
						}
						.nav UL LI A:hover {
							text-decoration: none;
							color: #000;
							border-color: #000;
						}
						.nav UL LI A.active {
							text-decoration: none;
							border: 0;
							color: #5c5c5c;
						}
						.nav UL LI A.fancybox {
							border-bottom: 1px dashed #275275;
						}
	.body {
		padding-bottom: 150px;
	}
	.body-full {
		padding: 35px 0 0 0;
	}
	.footer {
		position: relative;
		height: 150px;
		margin-top: -150px;
		padding: 0;
		color: #444;
	}
	#footer {
		width: 100%;
		clear: both;
		text-align: left;
		font-size: 1.3em;
	}
		.footer .wrap {
			padding: 50px 0;
		}
		#footer .wrap {
			padding: 50px 80px;
		}
			.footer .copyright {
				float: left;
			}
			.footer .counters {
				float: left;
				clear: both;
			}
			.footer .powered {
				float: right;
			}
				.footer .powered P {
					padding: 0;
				}

/* Контакты */
#contacts {
	padding: 22px 30px;
	text-align: left;
	font-size: 1.3em;
}
/* ФУНДАМЕНТ */
/*************/

/***********/
/* КОНТЕНТ */

/* Основной текст */
P {
	padding: 15px 260px 0 50px;
	line-height: 1.25em;
}

/* Схема */
.box-scheme {
	margin: 0 -80px;
	padding: 50px 0 0 0;
}
	.box-scheme .wrap {
		position: relative;
		width: 890px;
		height: 720px;
		margin: 0 auto;
		background: url('/img/scheme.gif') no-repeat 50% 122px;
		color: #275275;
	}
		.box-scheme .item {
			position: absolute;
			padding-left: 33px;
		}
			.box-scheme .item H1 {
				position: absolute;
				top: 0;
				left: 0;
				color: #4475a0;
				line-height: 1.1em;
			}
			.box-scheme .item .cover,
			.box-scheme .item .cover-empty {
				width: 200px;
				height: 200px;
			}
			.box-scheme .item .cover-empty {
				background-color: #275275;
			}
			.box-scheme .item H4 {
				padding-top: 7px;
			}
			.box-scheme .item UL {
				width: 360px;
				padding: 0;
				padding-top: 5px;
				line-height: 1.2em;
			}
				.box-scheme .item LI {
					background-image: url('/img/marker_scheme.gif');
				}
		.box-scheme .item-1 {
			top: 0;
			left: 18px;
		}
			.box-scheme .item-1 .cover {
				width: 223px;
				height: 215px;
			}
			.box-scheme .item-1 H4 {
				padding-bottom: 10px;
			}
			.box-scheme .item-1 H4,
			.box-scheme .item-1 UL {
				margin-left: 15px;
			}
		.box-scheme .item-2 {
			top: 24px;
			left: 404px;
		}
			.box-scheme .item-2 .cover {
				width: 453px;
				height: 255px;
			}
			.box-scheme .item-2 H4 {
				width: 300px;
			}
			.box-scheme .item-2 H4,
			.box-scheme .item-2 UL {
				margin-left: 90px;
			}
		.box-scheme .item-3 {
			top: 328px;
			left: 138px;
		}
			.box-scheme .item-3 .cover {
				width: 247px;
				height: 215px;
			}
			.box-scheme .item-3 H4,
			.box-scheme .item-3 UL {
				width: 320px;
				margin-left: 35px;
			}
	.box-scheme UL {
		padding-left: 0;
	}

/* Документы */
.box-documents {
	padding: 20px 360px 0 50px;
}
	.box-documents .item {
		padding-bottom: 30px;
	}
		.box-documents .icon-ppt {
			width: 56px;
			height: 51px;
			float: left;
			background: url('/img/icon_ppt.gif') no-repeat 0 0;
		}
		.box-documents .icon-pdf {
			width: 56px;
			height: 51px;
			float: left;
			background: url('/img/icon_file_pdf.gif') no-repeat 0 0;
		}


		.box-documents .desc {
			margin-left: 70px;
			line-height: 1.2em;
		}
			.box-documents .desc A.title {
				color: #275275;
			}
			.box-documents .desc A {
				color: #888;
			}
			.box-documents .desc A.title:hover,
			.box-documents .desc A:hover {
				color: #000;
			}
			.box-documents .desc P {
				padding: 3px 0;
			}

/* Клиенты */
.box-clients {
	padding: 20px 0;
}
	.box-clients .item {
		width: 130px;
		height: 200px;
		margin-right: 50px;
		float: left;
	}
		.box-clients .item .cover {
			width: 130px;
			height: 130px;
			background-color: #4e6783;
		}
		.box-clients .item .title {
			padding-top: 6px;
			line-height: 1.2em;
			font-size: 1.0em;
			color: #AAAAAA;
		}

/* Цена */
.box-price {
	padding: 25px 0 20px;
}
	.box-price .wrap {
		width: 313px;
		height: 122px;
		margin: 0 auto;
		background: url('/img/price.gif') no-repeat 0 0;
	}
		.box-price P {
			padding: 26px 0 0 0;
			text-align: center;
			font-size: 4.6em;
		}

/* Обратная связь */
.feedback {
	padding: 20px 128px 30px 0;
}
	.feedback FIELDSET {
		padding: 30px 53px 20px;
		background-color: #efedea;
	}
		.feedback .box {
			clear: both;
		}
			.feedback .wrap {
				width: 100%;
				margin-left: -184px;
				float: right;
			}
				.feedback .box-input,
				.feedback .box-textarea {
					margin-left: 184px;
				}
					.feedback .box INPUT {
						width: 70%;
					}
					.feedback .box TEXTAREA {
						width: 98%;
					}
			.feedback .box-label {
				width: 184px;
				float: left;
			}
				.feedback LABEL {
					display: block;
					padding-top: 5px;
				}
			.feedback .box INPUT,
			.feedback .box TEXTAREA {
				padding: 5px 0;
				border: 1px solid #7f9db9;
				background-color: transparent;
			}
			.feedback .box INPUT.num {
				width: 25px;
				padding: 5px;
			}
			.feedback .box .desc {
				padding-top: 4px;
				line-height: 1.3em;
				font-size: 0.85em;
				color: #969696;
				font-style: italic;
			}
		.feedback .box-pimp {
			padding-left: 184px;
			padding-top: 3px;
			clear: both;
		}
			.feedback .box-pimp INPUT {
				padding: 0 5px;
			}
		.feedback .sum {
			padding-left: 184px;
			font-weight: bold;
		}

/* Колонки */
.box-columns {
	padding-top: 10px;
	padding-left: 50px;
}
	.box-columns .item {
		width: 49%;
		float: left;
	}
		.box-columns .item H5 {
			padding: 20px 0 0 0;
		}
		.box-columns .item P {
			padding: 10px 0 0 0;
		}
		.box-columns .item P.nopad {
			padding: 0;
		}
		.box-columns .item .tel {
			font-size: 3.5em;
			font-weight: bold;
		}
			.box-columns .item .tel SPAN {
				color: #356791;
				font-size: 0.55em;
			}
		.box-columns .item .email {
			color: #356791;
			font-size: 2.1em;
			font-weight: bold;
		}

/* Разработки */
.box-preview {
	padding: 10px 0 20px 50px;
	margin-right: -80px;
}
	.box-preview .item {
		width: 33%;
		float: left;
	}
		.box-preview .item A {
			display: block;
			padding: 0 0 20px 10px;
			outline: 0;
			font-size: 1.2em;
		}
			.box-preview .item IMG {
				display: block;
				padding: 0 0 3px;
			}
		.box-preview .item A:hover {
			color: #275275;
		}

/* КОНТЕНТ */
/***********/

/************/
/* FancyBox */
html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/img/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/img/fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	width: 100%;
	height: 100%;
	text-align: left;
	z-index: 100;
	background-color: #fff;
	color: #000;
	font-size: 1.3em;
}
	div#fancy_content #container {
		padding: 22px 30px;
	}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 10px;
	width: 10px;
	background: url('/img/icon_close.gif') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/img/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/img/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/img/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/img/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/img/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/img/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/img/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/img/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/img/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/img/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('/img/fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('/img/fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('/img/fancybox/fancy_title_right.png') repeat-x;
}
/* FancyBox */
/************/

/**********
/* Прочее */
.empty {
	clear: both;
}
.none {
	display: none;
}
.m {
	color: #999;
}
/* Дебаг */
.debug {
	margin: 20px;
	padding: 20px;
	text-align: left;
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
	font-size: 1.3em;
}
/* Прочее *
/**********/
