html,
body {
  height: 100%;
}

.wrap {
  min-height: 100%;
}
.wrap [rel="main"] {
  padding-bottom: 55px;
}
#footer {
  height: 55px;
  margin-top: -55px;
}

body {
	margin: 0;
	padding: 0;
}

.container {
	width: 986px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

header {
}

.sidebar1 {
	float: left;
	width: 215px;
	padding-bottom: 10px;
	padding-right: 30px;
}
.content {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	width: 738px;
	float: right;
}

ul.nav {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 15px;
}
ul.nav li {

}
ul.nav a, ul.nav a:visited {
	padding: 0px 0 10px 0px;
	font-size:14px;
	display: block;
	width: 200px;
	text-decoration: none;

}
ul.nav a.act {
	text-decoration: underline;
}
ul.nav ul  {
	list-style:none;
	margin:1px 0 10px 0;
	padding-left: 0;
}
ul.nav ul li a {
	font-size:13px;
	color:#595858;
	display: block;
	padding: 0 0 5px 30px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus, ul.nav a.act { /

	color: #396A9C;
}
ul.nav a:hover {
	text-decoration:underline;
}

/* ~~ Нижний колонтитул ~~ */
footer {
	padding: 20px;
	position: relative;
	clear: both;
	background-color: #2D80B6;
	color: #FAFAFA;
	font-family: Arial;
	font-size: 12px;
}
.clear {
	clear: both;
}

.tdmenu a {
	text-decoration:none;
	font-size:19px;
	color:#333;
	font-family:"Helvetica Neue Thin", "Helvetica Light", "Helvetica Regular", Arial, sans-serif;
}
.tdmenu a.act, .tdmenu a:hover {
	color:#336699;
}

.topitem {
	width:32%;
	height:160px;
	float:left;
	box-shadow:         3px 3px 6px 0px rgba(50, 50, 50, 0.2);
	cursor:pointer;
	margin-right:6px;
}
.topitem img {
	width: 100%;
    display: inline-block;
    height: auto;
}
.topitem1 {
	width: 322px;
	height: 243px;
	float: left;
	box-shadow: 3px 3px 6px 0px rgba(50, 50, 50, 0.2);
	cursor: pointer;
	margin-right: 10px;
}
.topitem2 {
	width: 322px;
	height: 180px;
	float: left;
	box-shadow: 3px 3px 6px 0px rgba(50, 50, 50, 0.2);
	cursor: pointer;
	margin-right: 10px;
}
.topitem.last, .topitem1.last , .topitem2.last {
	margin-right:0px;
}
.topitem .title,.topitem1 .title,.topitem2 .title  {
	font-size:11px;
	font-family:Arial;
	text-align:center;
	text-transform:uppercase;
	padding-top:7px;
}
.topitem1 .title,.topitem2 .title {
	font-size:15px;
	padding:15px 0;
	font-weight: bold;
}
.topitem .img,.topitem1 .img ,.topitem2 .img  {
	overflow:hidden;
}
.topitem img, .topitem1 img, .topitem2 img {
 	transition: ,all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.topitem:hover img, .topitem1:hover img , .topitem2:hover img {
	 transform: scale(1.2) rotate(2deg);
	 -webkit-transform: scale(1.2) rotate(2deg);
}
.topitem:hover .title, .topitem1:hover .title , .topitem2:hover .title {
	color:#1d79a9;
}
.navline a {
	color:#999;
	text-decoration:none;
}
.navline a:hover {
	color:#336699;
	text-decoration:underline;
}
.navline {
	color:#999;
	font-size:11px;
	margin-bottom:25px;
}
.navline span {
	color:#336699;
}

.nopad {
	padding:0 !important;
}

.cont {
	width:152px;
	height:152px;
	/*transition: all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;*/
}
.cont:hover {
	 /*transform:rotate(1deg);
	 -webkit-transform:  rotate(1deg);*/
}

header, section, footer, aside, article, figure {
	display: block;
}

.form1 {
	color: #fff;
	background-color: #1d79a9;
	padding: 15px;
	width: 420px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.form1 td {
	padding:3px;
}
.form1 input[type=text], .form1 textarea {
	padding:3px 5px;
	width:265px;
	height:19px;
	border:#fff 1px solid;
	background:#fff;
}
.form1 textarea {
	height:75px;
	resize:none;
}
.form1 button {
	background:#fff;
	border:#fff 1px solid;
	color:#1d79a9;
	padding:5px 10px;
	cursor:pointer;
	text-transform:uppercase;
	font-weight:bold;
	-webkit-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}
.form1 button:hover {
	background:#145A7A;
	border:#145A7A 1px solid;
	color:#fff;
}

.form2 {
	color:#333 !important;
	width: 430px !important;
	background: #fff !important;
}
.form2 input[type=text], .form1 textarea,.form2 button  {
	border: #ccc 1px solid;
}
.partners  { text-align:center;}
.partners a {
	display:inline-block;
	margin-right:45px;
	transition: all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;}
.partners a:last-of-type { margin-right:0px;}

.partners a:hover {
	 transform:rotate(2deg);
	 -webkit-transform:  rotate(2deg);
}

.zakazat {
	position: fixed;
	top:100px;
	right: 0px;
	z-index: 100;
}

.star {
	color:#fb0000;
}


#bg132 {
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 150;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    opacity: 0.5;
}

.dlg { position:absolute; z-index:200; background:#fff; display:none; font-size: 14px;}
.dlg_content {padding:15px;}
.dlg input {width: 250px; padding: 5px; border: #0b91c9 1px solid; font-family: 'OpenSansRegular', 'Tahoma';font-size: 12px;}
.dlg textarea {width: 250px; height: 100px; padding: 5px; border: #0b91c9 1px solid; font-family: 'OpenSansRegular', 'Tahoma'; font-size: 12px; resize:none;}
.dlg td {padding: 5px 0;}
.dlg p {padding: 0; margin: 0;}
.dlg button {
	border:none;
	background:none;
	padding:0;
	margin:10px 0 0 0;
}
#dialog-login {
	width: 450px;
	padding: 0 20px 10px 20px;
	background: none !important;
	position: relative;
}
#dialog-call {
	width: 450px;
	padding: 0 20px 10px 20px;
	background: none !important;
	position: relative;
}
#dialog-success {
	width: 450px;
	padding: 0 20px 10px 20px;
	background: none !important;
	position: relative;
}
.close_feedback{
	position: absolute;
	top: 1px;
	left: 460px;
}
.ugol_feedback {
	text-align: center;
	position: relative;
	top: 6px;
}

#dialog-login .formcontent {
	/*padding-top: 20px;*/
	background: #fff;
	border: #94ccda 1px solid;
	padding: 10px;
}

#dialog-success .formcontent {
	/*padding-top: 20px;*/
	background: #fff;
	border: #94ccda 1px solid;
	padding: 24px;
}

#dialog-call .formcontent {
	/*padding-top: 20px;*/
	background: #fff;
	border: #94ccda 1px solid;
	padding: 10px;
}

#dialog-zakaz {
	border: 1px solid #0B91C9;
	padding: 0 10px 10px 10px;
}
#dialog-zakaz input:hover,#dialog-zakaz input:focus {
	border: 1px solid #0B91C9;
}
#dialog-zakaz input {
	border: 1px solid #ccc;
}
.zakazZagol {
	text-align: center;
	text-transform: uppercase;

}
.closedlg a {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	z-index: 100000;
	left:20px;
	top:-10px;
	text-align: center;
}
.asd {display: none;}
.pagera,.pageracur {
	display: inline-block;
	margin-right: 10px;
}
.pageracur {
	font-weight: bold;
}

.newsblock {
	background: #efefef;
	padding:10px;
	border-bottom: #fab500 1px solid;
}
.yellowline{
	height: 1px;
	background: #fab500;
	margin: 2px 0 20px 0;
}
.newsdate {
	font-weight: bold;
	color: #336699;;
}
.newsblock a {
	color:#000;
	text-decoration: none;
}
.newsblock a:hover {
	text-decoration: underline;
}
#footer a {
	color:#fff ;
}

#formNew {
	background: url(/images/autotrans-new-03-feed_03.jpg) 0 0 no-repeat;
	width: 953px;
	height: 343px;
	padding-top: 20px;
	padding-left: 45px;
}
#formNew td {
	padding: 3px 5px 3px 0;

}
#formNew input[type="text"] {
	height: 29px;
	width: 225px;
	border:#c6ccd2 2px solid;
	outline: none;
}
#formNew textarea {
	height: 151px;
	width: 363px;
	border:#c6ccd2 2px solid;
	resize: none;
	outline: none;
	position: relative;
	top:2px;
}
.star {
	color:#fb0000;
}