﻿@charset "utf-8";
body  {
	height: 100%;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	background: #ebedec;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: left;
}
h1, h2, h3, h4, h5 {
	font-family: Calibri, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	padding: 0px;
	margin: 0px;
	display: inline;
	
}

h2 {
	font-size: 20px;
	display: block;
	color:#7c7c7c;
	padding: 10px 0 0 10px;
}

h3 {
	font-size: 20px;
	display: block;
}
h4 {
	font-size: 24px;
	display: block;
}
h5 {
	font-size: 28px;
	display: block;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3e3e3e;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
a { 
    text-decoration: none;
}
img {
	border: none;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.standard-list, .standard-list li {
	list-style: disc inside;
}
.page-subcontent p {
	margin: 0 !important;
}
.page-subcontent ul {
	padding-left: 10px !important;
}

.clear {
	clear: both;
}
.float-left {
	float: left;
}

/* Шапка */
#header { 
	background-image:url("../img/top.jpg"); 
	background-repeat:repeat-x; 
	margin:0 auto;	padding:0; 
	text-align:left; 
	width:100%;	
	height:130px;
	position: relative;
}
#shadow {
	background-image:url("../img/shadow.png");
	background-repeat:repeat-x;
	position: absolute;
	width: 100%;
	height: 6px;
	bottom: -6px;
	z-index: 20;
}
#header-content {
	clear: both;
	height: 95px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 1025px;
}
.header-logo {
	float:left;
}
.header-nav {
	float:left;
	margin-top: 61px;
	right: 10px;
}
.header-nav li {
	display: block;
	float: left;
	width: 151px;
	height: 27px;
	background-image: url(../img/top_menu.png);
	text-align: center;
	padding-top: 5px;
}
.header-nav li:hover, .header-nav li.active {
	background-position: 0px -32px;
}
.header-nav li a {
	font-size: 14px;
	color: #D9DADA;
}
.header-nav li:hover a, .header-nav li.active a {
	color: #FEFEFE;
}

/* Полоса контактов */
#info-line {
	background-image:url("../img/info.jpg"); 
	background-repeat:repeat-x; 	
	margin: -2px auto 0 auto; 
	padding: 0; 
	text-align: left; 
	width: 100%; 
	height: 37px;
	padding-top: 3px;
}
#info-line div {
	margin: 2px auto;
	width: 1025px; 
	color:#fff;
}
#info-line p {
	color:#fff;
	font-family: Arial, sans-serif;
	font-size: 13px; 
	font-weight: bold;
	margin-top: 0px;
}
.phone {
	color:#fff !important;
	background-repeat: no-repeat;
	float: left;
	padding: 4px 0px 3px 0px !important;
	margin: 5px 30px 0px 15px !important;
}
#info-line span {
	font-size: 9px;
}

/* Контент */
#container { 
	min-height: 100%;
	height: 100%;
	width: 1030px;  /*Было 1025*/
	background: #fff;
/*	background-image:url("../img/shadow.jpg");background-position:center top;background-repeat:repeat-x;*/
	margin: 0px auto; 
	text-align: left; 
	padding: 0px; 
	border: 0px solid #BABFC2;
	border-width: 0px 0px;
} 
#container p {
	text-align: justify;
}

/* Левая колонка */
.left-column { 
	float: left; 
	width: 290px; 
	height: 100%;
	padding: 0px 0px;
/*	background-image: url(../img/menu_bg.png);*/
	background-position: 5px 0;
	background-repeat: no-repeat;
	margin-left:2px;
}
.left-column h3, .left-column p {
	margin-left: 10px; 
	margin-right: 10px;
}

/* Левая колонка  absolute*/
.left-column-abs {
	position:fixed;
	top:235px;
	float: left;
	width: 290px;
	height: 100%;
	padding: 0px 0px;
	/*	background-image: url(../img/menu_bg.png);*/
	background-position: 5px 0;
	background-repeat: no-repeat;
	margin-left: 2px;
}

	.left-column-abs h3, .left-column-abs p {
		margin-left: 10px;
		margin-right: 10px;
	}


/* Меню */
.menu {
	width: 290px;
	list-style:none;
	padding:0;
	margin: 20px 0px 50px 0px;
}
.menu li {
	padding:3px;
	text-align: right;
}
.menu li a {
	color:#000;
	font-size: 20px;
	padding-right: 20px;
	margin-right: 5px;
	text-decoration:none; 
	font-weight: bold;
}
.menu li a:hover, .menu li a.active {
	background-image: url(../img/red_box.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.menu li a.active.active-submenu {
	background-image: none;
}
.menu li a.active-submenu:hover {
	background-image: url(../img/red_box.gif);
}
.submenu {
	display: none;
}
.submenu.visible {
	display: block;
}
.submenu li a {
	color:#000;
	font-size: 18px; 
	text-decoration:none; 
	font-weight: normal;
}

/* Информационные блоки */
.title {
	background-image:url("../img/title.jpg"); 
	background-repeat: no-repeat;
	background-position: 20px 0px;
	width: 290px; 
	padding-top: 20px; 
	margin: 0 0 10px 0; 
}
.title p {
	font-size: 13px !important;
	font-weight: normal !important;
	color:#000;
}
.title h3, .title h3 * {
	margin: 0 !important;
	text-align: right;
	color: #000 !important;
	font-family: Calibri, Helvetica, sans-serif !important;
	font-size: 18px !important;
	font-weight: bold !important;
}
.title h3 {
	padding-right: 10px;
}
.more-link {
	text-align: right;
	padding-right: 5px;
}
.more-link a {
	font-size: 13px !important;
	color: #f00;
	text-decoration: underline;
}

/* Основная часть */
.content {
	height: 100%;
	width: 730px;
	margin-bottom: 0px;
	min-height:100%;
	float: left;
}

/* Слайдер */
.slider {
	width: 668px;
	height: 285px;
	overflow: hidden;
	margin-left: 65px;
	position: relative;
}
.slider-item {
	width: 668px;
	height: 285px;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* Меню цифровой печати */
.category-menu {
	width: 564px;
	margin: 10px auto;
}
.category-title {
	background-image: url(../img/category_title.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 41px;
	padding: 6px 20px 0px 0px;
	text-align: right;
	font-size: 22px;
}
.category {
	float: left;
	width: 141px;
	height: 145px;
	background-image: url(../img/category_bg.png);
	margin: 30px 0 0 0;
	padding-top: 5px;
	text-align: center;
}
.category.in-info-page {
	padding-top: 30px;
	height: 115px;
	margin: 0 20px 0 0;
}
.category-subtitle, .category-info {
	display: block;
	text-align: right;
	font-size: 18px;
	color: #000;
}
.category-subtitle {
	text-align: center;
	padding-left: 15px !important;
}
.category:hover .category-subtitle {
	color: red !important;
}
.category img {
	max-width: 145px;
}
.small-subtitle {
	font-size: 14px;
	padding: 5px 0 2px 0;
	text-align: right;
}
.category-info {
	font-size: 13px;
}

/* Содержание страницы */
.page-content {
	width: 564px;
	margin: 30px auto;
	font-size: 13px !important;
}
.page-right {
	width: 145px;
	float: right;
}
.page-content p {
	margin: 10px 0px 0px 0px;
	font-size: 13px;
	font-family: Calibri, sans-serif;
}
.align-center {
	text-align: center !important;
}

/* Информация */
.info {
	margin: 20px auto;
	width: 564px;
}
.info h2 {
	font-size: 20px;
	color: #5B5B5B;
}
.info p {
	font-size: 9px;
	color: #5B5B5B;
	margin: 0px;
}

/* Контакты */
.page-title {
	font-size: 13px;
}
.contacts {
	margin-top: 100px;
}
.contacts img {
	float: left;
}
.contacts a {
	color: #000;
}
.contacts p {
	height: 87px;
	float: left;
	width: 100px;
}
.contacts-large {
	width: 250px !important;
}

/* Клиенты */
.clients-img {
	float: left;
	width: 127px;
	margin: 15px 15px 0px 0px;
}
.clients-link {
	font-weight: bold;
	color: #E31E24;
}

/* Категории услуг */
.info-table td {
	padding: 5px 0px;
}
.table-main {
	width: 120px;
	vertical-align: top;
}

.services-table {
	border-collapse: collapse;
}
.services-table td {
	background-color: #EBECEC;
	border: 1px solid #000;
	padding: 0px 5px;
	font-size: 13px;
}
.services-table h5 {
	font-size: 18px;
	padding: 5px 0;
	margin: 0;
}
.services-first {
	width: 200px;
}
.services-second {
	width: 130px;
}

.prices-table {
	color: #000;
	font-size: 14px;
	border-collapse: collapse;
}
.prices-table td {
	background-color: #EBECEC;
	padding: 5px;
	width: 80px;
	border: 1px solid #000;
}
.prices-table .large-td {
	width: 700px;
}
.prices-table .medium-td {
	width: 105px;
}
.action {
	font-weight: bold;
	color: #E31E24;
	margin: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.left-padding {
	margin-left: 160px !important;
}
p.left-padding {
	margin-left: 150px !important;
}
.menus-image {
	margin-right: 50px !important;
	float: left;
}
.menus-image img {
	width: 180px;
}

/* Авторизация */
.auth {
	width: 220px;
	margin: 0 0 60px 42px;
}
.small-auth {
	margin: 15px 0 0 20px;
	float: left;
}
.auth-title {
	font-size: 13px !important;
	text-align: right !important;
	margin: 5px 0 !important;
	padding: 0;
}
.auth-labels {
	margin: 0 !important;
	padding: 0;
}
.auth-labels span {
	display: inline-block;
	width: 75px;
	padding-right: 5px;
	text-align: right;
	font-size: 12px !important;
}
.auth-field {
	width: 91px;
}
.auth-button {
	width: 16px;
	height: 19px;
	background-image: url(../img/arrow.png);
	background-color: transparent;
	border: none;
	cursor: pointer;
	background-repeat: no-repeat;
}
.auth-button:hover {
	background-position: 0 -19px;
}

/* Подбор цвета */
.selection-left {
	width: 405px;
	margin-right: 10px;
	float: left;
}
.selection-right {
	padding-top: 20px;
	width: 145px;
	float: left;
}

/* Передача файлов */
.upload-title {
	font-size: 16px !important;
	text-align: center !important;
	font-weight: bold;
	color: #E31E24;
}
.upload-form {
	background-color:#D9DADA;
}
.upload-left {
	width: 353px;
	float: left;
	background-color: #EBECEC;
	padding: 10px;
	min-height: 152px;
    height: 91px;
    margin-left: 20px;
    margin-top: 17px;
}
.upload-right {
	width: 170px;
	float: left;
	background-color:#D9DADA;
	padding: 10px;
}
.upload-right input {
	width: 130px;
}

.remove-file {
	color: #898989;
	margin-left: 10px;
}
.remove-file:hover {
	color: #000;
}

.new-file {
	width: 89px;
	height: 21px;
	text-align: center;
	background-color: transparent;
	border: none;
	background-image: url(../img/new_file.png);
	cursor: pointer;
	font-size: 12px;
}
.new-file:hover {
	background-position: 0 -21px;
	color: #fff;
}

.send {
	width: 127px;
	height: 21px;
	text-align: center;
	background-color: transparent;
	border: none;
	background-image: url(../img/send.png);
	cursor: pointer;
	font-size: 12px;
}
.send:hover {
	background-position: 0 -21px;
	color: #fff;
}

.add-file {
	padding-left: 212px;
	margin-top: 0px !important;
}
.order-description {
	text-align: center !important;
	padding: 0px 0px;
}
.order-description textarea {
	width: 100%;
	resize: none;
    height: 86px;
}
.send-files {
	padding-left: 203px;
}
.send-files input {
	padding: 1px 20px;
}

.upload-small {
	width: 245px !important;
}
.upload-large {
	width: 315px !important; 
}
.red {
	color: #E31E24;
}

/* Подвал */
#footer { 
	width: 100%;
	position: static;
	height:52px;
	background-image:url("../img/footer.jpg");
	background-repeat:repeat-x;
	text-align: left;
}
.footer-link {
	float: right;
	padding: 10px 20px 0 0;
}
.footer-link a {
	font-size: 13px;
	color: #fff;
	font-family: Arial, sans-serif;
}
.footer {
	width: 1025px; 
	margin: 0 auto; 
}
.footer p {
	margin: 0; 
	padding: 10px 0px; 
	color:#fff;
	font-size: 13px;
}

.half-page {
	width: 275px;
	float: left;
}
.half-page.margined {
	margin-right: 10px;
}
.full-width {
	width: 100% !important;
	height: auto !important;
	padding-top: 100px;
}

.sitemap-description {
	padding-left: 0;
}
.sitemap li {
	padding: 4px 0;
}
.sitemap li a {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.sitemap li p {
	padding: 0 !important;
	margin: 0 !important;
}
.sub-map {
	padding-left: 40px !important;
}

/* Книга жалоб и предложений */
.proposals-left {
	float: left;
	margin-right: 15px;
}
.proposals-right {
	width: 420px;
	float: left;
	background-color: #EBECEC;
}
.proposals-subleft {
	float: left;
	width: 250px;
	padding: 10px;
}
.proposals-subleft textarea {
	width: 250px;
	height: 130px;
	resize: none;
}
.proposals-subright {
	float: left;
	width: 140px;
	padding: 10px 0;
}
.proposals-subright p {
	padding: 0px;
	margin: 0px;
}
.proposals-subright input {
	width: 120px !important;
}
.send-proposal {
	padding-left: 130px;
	margin: 0 !important;
}
.proposals-text {
	padding-left: 150px;
}

.contact-image {
	position: relative;
    font-size:18px;
	top: 3px;
}

/* Калькулятор */
.calculator-page {
	width: 570px;
}
.tab-link {
	width: 190px;
	height: 22px;
	padding-top: 5px;
	color: #000;
	text-align: center;
	display: block;
	float: left;
	background-image: url(../img/tab.png);
}
.tab-link.active {
	background-image: url(../img/tab_active.png);
	color: #fff;
}
.calculator {
	padding-bottom: 15px;
	background-color: #eee;
	border: 1px solid #9d9e9e;
}
.calculator-info {
	padding: 10px 15px;
	text-align: right;
	background-color: #ccc;
}
.calculator-info input {
	width: 70px;
	background-color: #fff;
	border: 1px solid #999;
}
.calculator-info textarea {
	width: 305px;
	resize: none;
	background-color: #fff;
	border: 1px solid #999;
}
.calculator-message {
	float: left;
	margin-left: 140px;
}
.calculator-link {
	color: #000;
}
.calculator-tab {
	padding: 5px;
}
.tab-panel {
	text-align: right;
	padding: 7px 0;
}
.tab-panel-qty {
	width: 70px;
}

.file {
	margin-left: 3px;
}
.file * {
	margin: 2px;
}
.fake-input {
	width: 175px;
	margin-right: 5px;
}
.hidden {
	display: none;
}
.file-button {
	width: 67px;
	height: 21px;
	background-image: url(../img/choose.png);
	text-align: center;
	border: none;
	background-color: transparent;
	cursor: pointer;
	font-size: 12px;
}
.file-button:hover {
	background-position: 0 -21px;
	color: #fff;
}
/*Это моя правка. Я отключил "летающие цены", исправив класс  flying-price на flying-price0  Были проблемы с google Adwords */ 
.flying-price0 {
	width: 100px;
	height: 40px;
	background-image: url(../img/price.png);
	text-align: center;
	color: #fff;
	font-size: 28px;
	padding-top: 6px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	font-weight: bold;
}
.flying-price0 span {
	font-size: 20px;
}



.table_blur {
  background: #f5ffff;
  border-collapse: collapse;
  text-align: left;
}
.table_blur th {
  border-top: 1px solid #777777;	
  border-bottom: 1px solid #777777; 
  box-shadow: inset 0 1px 0 #999999, inset 0 -1px 0 #999999;
  background: linear-gradient(#9595b6, #5a567f);
  color: white;
  padding: 10px 15px;
  position: relative;
}
.table_blur th:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 25%;
  height: 25%;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255,255,255,.08));
}
.table_blur tr:nth-child(odd) {
  background: #ebf3f9;
}
.table_blur th:first-child {
  border-left: 1px solid #777777;	
  border-bottom:  1px solid #777777;
  box-shadow: inset 1px 1px 0 #999999, inset 0 -1px 0 #999999;
}
.table_blur th:last-child {
  border-right: 1px solid #777777;
  border-bottom:  1px solid #777777;
  box-shadow: inset -1px 1px 0 #999999, inset 0 -1px 0 #999999;
}
.table_blur td {
  border: 1px solid #e3eef7;
  padding: 10px 15px;
  position: relative;
  transition: all 0.5s ease;
}
.table_blur tbody:hover td {
  color: transparent;
  text-shadow: 0 0 3px #a09f9d;
}
.table_blur tbody:hover tr:hover td {
  color: #444444;
  text-shadow: none;
}