@import url(resset.css);
@import url(grid.1024.css);

body{
	background: url(../i/body.gif);
	padding: 20px 0 0 0;
	color: #000;
}

.container{
    margin: 0 auto;
    max-width: 1200px;
    min-width: 1000px;
	position: relative;
}
.header{
	position: relative;
	height: 328px;
	background: url(../i/city.png) no-repeat center 98px;
	margin: 0 auto;
}
.logo{
	background: url(../i/logo.png) no-repeat;
	height: 100px;
    left: 83px;
    position: absolute;
    top: 4px;
    width: 239px;
}
.icons{
	left: 330px;
    position: absolute;
    top: 11px;
    z-index: 10;
}
body.home{
	padding: 0;
}
body.home .icons{
	left: 330px;
    top: 30px;
}
.icons a{
    background-position: left center;
    background-repeat: no-repeat;
    color: #636363;
    display: inline-block;
    margin: 0 15px;
    padding: 0 0 0 20px;
}
.icons a.home{
	background-image: url(../i/home.gif);
}
.icons a.map{
	background-image: url(../i/map.gif);
}
.icons a.mail{
	background-image: url(../i/mail.gif);
}
#field_4{
    color: #BD0000;
    font-size: 300%;
    position: absolute;
    right: 125px;
    top: 11px;
}
.header .menu{
    bottom: 12px;
    left: 106px;
    position: absolute;
    text-align: center;
}
.header .menu li{
    display: inline-block;
    padding: 0 5px;
    white-space: nowrap;
	 margin: 0 13px 0 12px;
}
a.current,
.menu li a:hover,
.menu li a.active,
.menu li a.active{
	color: #c40a00 !important;
}
@-webkit-keyframes position {
	0% {
	background-position: center 0px;
}
25% {
	background-position: center 5px;
}
50% {
	background-position: center 0px;
}
75% {
	background-position: center 5px;
}
100% {
	background-position: center 0px;
}
}
@keyframes position {
	0% {
	background-position: center 0px;
}
25% {
	background-position: center 5px;
}
50% {
	background-position: center 0px;
}
75% {
	background-position: center 5px;
}
100% {
	background-position: center 0px;
}
}
@-moz-keyframes position {
	0% {
	background-position: center 0px;
}
25% {
	background-position: center 5px;
}
50% {
	background-position: center 0px;
}
75% {
	background-position: center 5px;
}
100% {
	background-position: center 0px;
}
}
.header .menu li a{
	text-decoration: none;
	color: #000000;
	font-size: 130%;
	background-position: center 5px;
	padding: 40px 0 0 0;
	background-repeat: no-repeat;
	display: block;
	-webkit-transition: color 0.2s linear, background-position 0.2s linear;
	-moz-transition: color 0.2s linear, background-position 0.2s linear;
	transition: color 0.2s linear, background-position 0.2s linear;
}
.header .menu li a:hover{
	-webkit-animation: position 0.3s linear;
	/*-moz-animation: position 0.3s linear;
	animation: position 0.3s linear;*/
	background-position: center 0px;
}
.content{
	padding: 40px 40px 0;
}
.footer .left,
.content .left{
	float: left;
	width: 180px;
}
.footer .center,
.content .center{
	margin: 0 0 0 205px;
}
.center a{
	color: inherit;
}
.center {
	font-size: 130%;
}

.left .menu li{
	background: url("../i/l-m.png") no-repeat left top;
    line-height: 41px;
    width: 180px;
	margin: 5px 0;
	white-space: nowrap;
}
.left .menu li a{
	background-position: left top;
    background-repeat: no-repeat;
    display: block;
    line-height: 41px;
    padding: 0 0 0 40px;
	color: #000000;
	text-decoration: none;
}
.left .menu li a:hover,
.left .menu li a.current{
	text-decoration: underline;
	background-position: left -40px;
}
.left .menu.uslugi{
	margin: 25px 0 0;
}
.left .menu.uslugi li{
	margin: 10px 0;
	background: #fff;
	background:-moz-linear-gradient(0deg, #FFFFFF, #E0E0DF);
	background:-o-linear-gradient(0deg, #FFFFFF, #E0E0DF);
	background:-webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#E0E0DF));
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #B0AFAE;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
}
.left .menu.uslugi li a{
	padding: 0 0 0 50px;
	text-decoration: underline;
	background-position: 5px center;
}
.left .menu.uslugi li a:hover{
	text-decoration: none;
}
.footer{
	clear: both;
	background: #D3D3D6;
	background:-moz-linear-gradient(0deg, rgba(211,211,211,1), rgba(211,211,211,0));
	background:-o-linear-gradient(0deg, rgba(211,211,211,1), rgba(211,211,211,0));
	background:-webkit-gradient(linear, left top, right top, from(rgba(211,211,211,1)), to(rgba(211,211,211,0)));
	padding: 10px 0;
	margin: 25px 0 0;
}
.footer .container{
	/*width: 830px;*/
}
.footer .tel{
	color: #898989;
	font-size: 200%;
}
#field_8{
	float: left;
}
#field_6{
	float: right;
}
.footer .menu li{
	display: inline-block;
}
.footer .menu a{
	background-image: none !important;
    border-right: 1px solid #000000;
    color: #000000;
    line-height: 26px;
    padding: 0 5px 0 0;
    text-decoration: none;
}
.footer .menu li:last-child a{
	border-right: none;
}
.footer .menu a:hover{
	text-decoration: underline;
}
p {
	margin: 10px 0;
}
h1, h2, h3, h4{
	color: #C40A00;
}
h1{
	font-size: 170%;
	margin: 25px 0;
}
h2{
	font-size: 150%;
	margin: 15px 0;
}
h3{
	font-size: 120%;
	margin: 15px 0;
}
h4{
	font-size: 100%;
}
.news_img a{
	display: inline-block;
    height: 69px;
    margin: 10px 0;
    width: 143px;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.news_cont{
	float: left;
    width: 100%;
}
.news_cont .news{
	float: left;
    margin: 0 5% 0 0;
    width: 28%;
}
.news_cont .news .date{
	color: #686868;
}
.news_cont .news a.news_title{
	font-size: 15px;
	color: #EA0303;
}
.news_more{

}

/* forms */
input[type="text"],
input[type="password"],
textarea{
	width: 223px;
	border: 1px solid #A7B2B1;
	background: #FFF;
	height: 18px;
}
textarea{
	height: 148px;
}
.forms td{
	vertical-align: top;
}
tr.row td:first-child{
	width: 150px;
}
.forms sup, .element_required{
	color: #F60101;
    font-size: 100%;
    vertical-align: baseline;
}
#captcha{
	height: 28px;
    width: 110px;
}
.captcha_image{
	vertical-align: bottom;
}
.grey{
	color: #666666;
    display: block;
    font-size: smaller;
    margin: 10px -230px 0 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d1d1d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d1d1d1 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d1d1d1 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#D1D1D1',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#d1d1d1 100%); /* W3C */

	border: 1px solid #707070;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 2px 9px;
}
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active{
	background: #d1d1d1; /* Old browsers */
	background: -moz-linear-gradient(top, #d1d1d1 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1d1d1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d1d1d1 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d1d1d1 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #d1d1d1 0%,#ffffff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1D1D1', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #d1d1d1 0%,#ffffff 100%); /* W3C */
	padding: 3px 7px 1px 11px;
}
.path{
	color: #C40A00;
}

#pricing_main_table{background:#fff}
#pricing_main_table td{padding:9px 6px}
#pricing_main_table .limitation_row_name_cell{border-bottom:1px solid #B7CFFF;text-align:left}
#pricing_main_table .header_plan_price{border-bottom:2px solid #789FD2;text-align:center;white-space:nowrap;padding:2px}
#pricing_main_table .header_plan_name{background:#789FD2;font-weight:900;color:#fff;text-align:center;padding:0;line-height:11px;letter-spacing:-1px;border:solid 4px white;border-top:none}
#pricing_main_table .default_cell{background:#fff;border-bottom:1px solid #B7CFFF;text-align:center}
#pricing_main_table .highlighted_cell{background:#EAF2FF;border-bottom:1px solid #B7CFFF;text-align:center}

.gallery.categories{
	
}
.gallery.categories .gallery-category,
.gallery .gallery-image{
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid gray;
    float: left;
    height: 200px;
    margin: 0 10px 10px 0;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 200px;
}
.gallery.categories .gallery-category a,
.gallery .gallery-image a{
	color: #FFFFFF;
    display: block;
    font-size: 22px;
    font-weight: bold;
    height: 55%;
    left: 0;
    padding: 45% 0 0;
    position: relative;
    text-decoration: none;
    text-shadow: 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000;
    top: 0;
    z-index: 3;
}
.gallery.categories .gallery-category img, 
.gallery .gallery-image img{
    display: block;
    max-width: 200px;
    position: absolute;
    top: 0;
    z-index: -1;
}





/*
 * SimpleModal Contact Form
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: contact.css 254 2010-07-23 05:14:44Z emartin24 $
 */

/* Overlay */
#contact-overlay {background-color:#000; cursor:wait;}

/* Container */
#contact-container {font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; width:450px;}
#contact-container .contact-content {background-color:#333; color:#ddd; height:40px;}
#contact-container h1 {color:#d76300; font-size:20px; line-height:20px; margin:0; padding:0 0 6px 12px; text-align:left;}
#contact-container .contact-loading {background:url(../contacts/img/loading.gif) no-repeat; height:55px; margin:-14px 0 0 190px; padding:0; position:absolute; width:54px; z-index:8000;}
#contact-container .contact-message {text-align:center;}
#contact-container .contact-error {background:#000; border:2px solid #ccc; font-size:14px; font-weight:bold; line-height:18px; margin:0 auto; padding:2px; width:92%;}
#contact-container br {clear:both;}
#contact-container form {margin:0; padding:0;}
#contact-container label {clear:left; display:block; float:left; font-weight:bold; padding-right:4px; text-align:right; width:100px;}
#contact-container .contact-input {background:#eee; border:1px solid #fff; font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; width:300px;}
#contact-container textarea {height:114px;}
#contact-container .contact-cc {cursor:default; font-size:14px; vertical-align:top;}
#contact-container .contact-top {background-color:#333; height:13px; margin:0; padding:0; -webkit-border-top-left-radius:8px; -webkit-border-top-right-radius:8px; -moz-border-radius-topleft:8px; -moz-border-radius-topright:8px; border-radius:8px 8px 0 0;}
#contact-container .contact-bottom {background-color:#333; font-size:12px; height:13px; line-height:12px; text-align:center; -webkit-border-bottom-right-radius:8px; -webkit-border-bottom-left-radius:8px; -moz-border-radius-bottomright:8px; -moz-border-radius-bottomleft:8px; border-radius:0 0 8px 8px;}
#contact-container .contact-bottom a,
#contact-container .contact-bottom a:link,
#contact-container .contact-bottom a:active,
#contact-container .contact-bottom a:visited {color:#666; position:relative; top:-4px; text-decoration:none;}
#contact-container .contact-bottom a:hover {color:#888;}
#contact-container .contact-button {background:#d76300; border:0; color:#fff; cursor:pointer; font-size:16px; font-weight:bold; height:26px; margin:4px 0 0 4px; text-align:center; vertical-align:middle; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;}
#contact-container .contact-button:hover {background:#f49000;}
#contact-container a.modal-close,
#contact-container a.modal-close:link,
#contact-container a.modal-close:active,
#contact-container a.modal-close:visited {color:#999; font-size:18px; font-weight:bold; position:absolute; text-decoration:none; right:8px; top:0px;}
#contact-container a.modal-close:hover {color:#ccc;}