body, html {
padding:0;
margin:0;
background:#b5b6b5;
width:100%;
height:100%;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#666;
}
#main {
padding:0;
margin:0 auto;
width:1020px;
border:2px solid #666;
}
#main, #left, #right {background:#fff;}
#top {
position: relative;
padding:0;
margin:0;
width:1020px;
height:190px;
background:url(img/top.jpg) top left no-repeat;
}
#top img {    
border:0;
padding:30px 0 0 18px; 
}
#slogan {
padding:0;
margin:0 0 0 10px;
width:1020px;
height:47px;
background:url(img/slogan.gif) top left no-repeat;
}
#slogan2 {padding:0 40px; color:#ff6633;}
#menu {
/*padding:20px 0 10px 15px ;*/
	position: relative;
	margin:24px auto 17px auto;
	width:966px;
	height:73px;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ededed;
}
#menu .menu-shadow {
	position: absolute;
	left: 9px;
	bottom: -12px;
	width: 949px;
	height: 12px;
	background:url(img/menu-shadow.png) center no-repeat;
}
#menu ul {
padding:0;
margin:0;
list-style:none;
}
#menu ul li {
padding:0;
margin:0;
width: 161px;
display:inline;
float:left;
}
#menu ul li a {
display:block; 
height:73px; 
text-decoration: none;
color: #525252;text-shadow: 0px 2px 0px rgba(255, 255, 255, 1);
width:161px;}
#menu ul li a:hover, #menu ul li a.active{
	background:url(img/serv-back.png) center no-repeat;
	color: #fff;text-shadow: 0px 2px 0px rgba(200, 77, 33, 1);
	width:159px;
	border-left:  1px solid #cb4c1e;
	border-right: 1px solid #cb4c1e;
}
#menu ul li a span {font-size: 14px; font-family: Arial; text-transform: uppercase;}
#menu ul li.item2, #menu ul li.item3, #menu ul li.item4, #menu ul li.item5, #menu ul li.item6, #menu ul li.item7 {
padding:0;
text-align: center;
line-height: 73px;
/*margin:0 5px 0 10px;*/
height:73px;
}
/*
#menu ul li{
background:url(img/service.jpg) top left no-repeat;
width:133px;
}

#menu ul li.item2 {
background:url(img/service.jpg) top left no-repeat;
width:133px;
}
*/
#menu ul li.item3, #menu ul li.item4{
	position: relative;
}
#menu ul li.item3 ul , #menu ul li.item4 ul{
	position: relative;
	display: none;
	padding: 13px 28px 0px 28px;
	left: -37px;
	width: 177px;
	min-height: 100px;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	z-index: 999;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.55);
	-moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.55);
	box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.55);	
}
#menu ul li.item3 ul li, #menu ul li.item4 ul li {
	display: block;
	height: 45px;
	line-height: 45px;
	float: none;
	width: 177px;
	background:url(img/underline.gif) bottom center no-repeat;
}
	#menu ul li.item3 ul li:last-child, #menu ul li.item4 ul li:last-child  {
		background: none;
	}
	#menu ul li.item3 ul li a, #menu ul li.item4 ul li a{
		height: 45px;
		width: 177px;
		line-height: 45px;
		text-transform: none;
	}
		#menu ul li.item3 ul li a:hover, #menu ul li.item4 ul li a:hover{
			background: none;
			border: none;
			width: 177px;
			color: #f0602d;
			text-shadow: none;
			text-decoration: underline;
		}

#menu ul li.item3:hover ul, #menu ul li.item4:hover ul {
	display: block;
}
.arr {
	position: absolute;
	width: 23px;
	height: 10px;
	bottom: 0px;
	left: 43%;
	background:url(img/arr.png) bottom center no-repeat;
}
/*
#menu ul li.item4 {
background:url(img/rashodnie.jpg) top left no-repeat;
width:158px;
}*/
#menu ul li.item5 a, #menu ul li.item4 a{
	line-height: 16px;
}
#menu ul li.item5 a span{
	position: relative;
	top: 20px;
}	
#menu ul li.item4 > a span{
		position: relative;
		top: 21px;
}
/*
#menu ul li.item6 {
background:url(img/kont.jpg) top left no-repeat;
width:150px;
}
#menu ul li.item7 {
background:url(img/novosti.jpg) top left no-repeat;
width:142px;
}
*/
#menu #current, #menu ul li.item2:hover, #menu ul li.item3:hover, #menu ul li.item4:hover, #menu ul li.item5:hover, #menu ul li.item6:hover, #menu ul li.item7:hover  {
background-position:0 -61px;
}
#cont {
padding:20px 0;
margin:0 auto ;
width:960px;
/*height:100%;*/
border-top:2px solid #666;
}
#left {
width:670px;
padding:0 10px;
margin:0 0 20px 0;
float:left;
border:2px #ff9966 dotted;
}
#left, #left p {text-align:justify;}
/*.cont1 {background:url(img/fon1.jpg) bottom left no-repeat;}*/
#right {
width:220px;
padding:0;
margin:0 0 20px 20px;
float:left;
font-size:14px;
}
#rnews, #dopmenu{
width:220px;
padding:0 10px ;
margin:0;
border:2px #666 dotted;
}
#dopmenu p {padding:15px 0; margin:0;}
a.allns {text-decoration:underline !important;}
#parts {
position: relative;
left: -5px;
top: -5px;
width:260px;
padding:20px 0px;
margin:0;
text-align:center;
}
#right img {border:0;}
#footer {
padding:20px 0;
margin:0 auto;
width:960px;
height:50px;
border-top:2px solid #666;
clear:both;
}
#footer .f1, #footer .f2, #footer .f3 {float:left; width:317px;}
.f3 a {text-decoration: none !important;}
#footer .f2 {text-align:center;}
#footer .f3 {text-align:right;}
h1, h2, h3, h4, h5, h6 {padding:0; margin:10px 0; text-align:left;}
h1 {font-size:24px;}
h2 {font-size:20px;}
h3, .componentheading {font-size:18px;}
h4 {font-size:16px; font-family: Arial; text-align: center; text-transform: uppercase; font-weight: 500 !important;}
h5 {font-size:14px;}
h6 {font-size:12px;}
h2 a  { text-decoration:none; color:#666; }

h2.h2news {font-size:18px; }
h2.h2news a:hover {color:#ff6633;}

ul.latestnews {
padding:0 0 10px 0;
margin:0;
list-style:none;
}
ul.latestnews li {
padding:5px 0;
margin:0;
}
a {color:#ff6633;}
#right .ndate  {color:#ff6633; font-size:16px;}
#right a  {color:#333; font-size:14px; text-decoration:none;}
#right #dopmenu a { text-decoration:underline; }
#right #dopmenu a:hover { color:#ff6633; text-decoration:none; }

#left ul {padding:0 0 0 10px; margin:0;}
#left ul li{padding:0; margin:5px ; text-align:left;}

img.flt {float:left; padding:0 10px 0 0;}
.proizvodt td { font-size:12px; }

p.nopm {padding:0; margin:0; }

h1 a { text-decoration:none; }
h1 a:hover { text-decoration:underline; }

table.border {border-top:1px solid #ccc; border-left:1px solid #ccc;}
table.border td, table.border th {border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding:5px;}

.visible {visibility:visible;} 
#chnameres, #chnamesubmit {cursor:pointer; border:1px solid #ff9966; color:#666; background:#fff;} 
#chname {border:1px solid #ccc;}
.clr{clear:both;} 
#preloader {position:fixed; top:48%; left:50%; /*background:url(http://service-sdm.ru/images/preloader.gif) 0 0 no-repeat; width:50px; height:50px; display:none;*/}
	/*#preloader {display:none;} */ 

.send-form {
 background: #f48862;
 width:  243px;
 height: 384px;
 margin: 0px 0px 2px 0px;
}
.send-form label{
	display: block;
	width: 194px;
	margin: 0 auto;
	color: #fff;
	font-family: Arial;
	font-size: 13px;
	padding-bottom: 8px;
}
.send-form textarea{
	display: block;
	width: 174px;
	margin: 0 auto 16px auto;
	padding: 10px;
	color: #7e7e7e;
	border: none;
	resize: none;
	height: 128px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
}
.send-form input {
	display: block;
	border: none;
	width: 177px;
	height: 39px;
	padding: 0 10px 0 10px;
	font-family: Arial;
	font-size: 12px;
	color: #7e7e7e;
	font-style: italic;	
	margin: 0 auto;
}
.f-h4{
	font-size: 16px;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 22px;
	color: #fff;text-shadow: 0px 1px 0px rgba(200, 77, 33, 1);
}
#parts a {
	display: block;
	float: left;
	width:  74px;
	height: 74px;
	margin: 4px;
	line-height: 74px;
	border: 1px solid #fce1d8;
}
#parts a img {
	/*max-width: 68px;
	height: auto;
	*/
}
.sb {
	display: block;
	width: 204px;
	height: 47px;
	margin: 14px auto 10px auto;
	background: url(img/bs.png) no-repeat center;
}
.phones {
	top:   0px;
	right: 0px;
	position: absolute;
	width: 412px;
	height: 46px;
	background: rgba(0,0,0, 0.3) url(img/phone-icon.png) no-repeat;
	background-position: 18px 5px;
}
	.phones span {
		position: relative;
		top: 9px;
		left: 64px;
		color: #fff;
		font-size: 21px;
		font-family: Arial;
	}
.call-back {
	position: absolute;
	right: 0px;
	width: 154px;
	height: 46px;
	background: url(img/call-back.png) no-repeat center;
}
.callbock{
	position: relative;
	top:0;
	left: 0;
	width: 343px;
	height:433px;
	background: #f48862;
}
	.callbock h4{
		color: #fff;
		font-size: 16px;
		font-family: Arial;
		text-shadow: 0px 2px 0px rgba(200, 77, 33, 1);
		padding: 30px 0 20px 0;
	}
	.callbock label {
		display: block;
		margin: 0 auto 8px auto;
		width: 256px;
		color: #fff;
		font-size: 13px;
		font-family: Arial;
	}
	.callbock input {
		display: block;
		margin: 0 auto 20px auto;
		width: 248px;
		height: 31px;
		border: none;
		padding: 4px;
		color: #7e7e7e;
		font-size: 13px;
		font-family: Arial;
	}	
	.callbock textarea {
		display: block;
		margin: 0 auto 20px auto;
		width: 248px;
		height: 81px;
		border: none;
		resize: none;
		padding: 4px;
		color: #7e7e7e;
		font-size: 13px;
		font-family: Arial;
	}		
.popup {
	display: none;
	position: fixed;
	z-index: 9999;
	width: 0px;
	height: 0px;
	background: url(img/fback.png);
}
.close{
	position: absolute;
	top: -14px;
	right: -14px;
	width: 34px;
	height:36px;
	background: url(img/cross.png);
}
.b-comp {
	position: relative;
	top: -8px;
}

.action-deutz {   border-collapse: collapse; width: 100%; }
.action-deutz tr {}
.action-deutz tr td {border: 1px solid #000000; padding-left: 20px;}