/* HTML5 ? Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 14px; line-height: 1.231; }
body, button, input, select, textarea { font-family: 'Calibri','Trebuchet MS',sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

body {
background: url('../img/page_bg.png') no-repeat  top center #F2F0E7;
}
#container {
width:975px;
margin:0 auto;
}
#logo {
background: url('../img/logo.png') no-repeat top center transparent;
width:256px;
height:46px;
/*margin-left:60px;*/
margin-left:40px;
margin-top:30px;
/*margin-right:100px;*/
margin-right:70px;
float:left;
}
header #sub_info {
    display: block;
    /*margin-left: 123px;*/
    margin-left: 103px;
    margin-top: 70px;
    position: absolute;
    width: 200px;
}

header #tel {
background: url('../img/tel.png') no-repeat top left transparent;
width: 170px;
height:60px;
float:left;
padding-left:20px;
margin-top:40px;
}
header #tel span#kod {
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    top: -7px;
}
header #tel span#num {
    color: #FE4214;
    font-size: 30px;
    font-weight: bold;
    line-height: 18px;
}
header #sandvik {
	float: left;
	width: 124px;
	height: 46px;
	background: url('../img/sandvik.png') no-repeat top left transparent;
	margin-top: 37px;
	margin-left: 54px;
}
header #service {
    float: right;
    height: 100px;
    width: 220px;
}
header ul#service_menu {
display:block;
width:auto;
float:right;
margin-right:60px;
margin-top:40px;
}
header ul#service_menu li {
    float: left;
    height: 18px;
    width: 18px;
	margin:0px 10px;
}
header ul#service_menu li a {
display:block;
width:100%;
height:100%;
}
header ul#service_menu li#main_page {
background: url('../img/service_menu.png') no-repeat top left transparent;
}
header ul#service_menu li#main_page:hover {
background: url("../img/service_menu.png") no-repeat scroll 0 -17px transparent;
}

header ul#service_menu li#message {
background: url('../img/service_menu.png') no-repeat center top  transparent;
}
header ul#service_menu li#message:hover {
background: url("../img/service_menu.png") no-repeat scroll center -17px transparent;
}

header ul#service_menu li#map {
background: url('../img/service_menu.png') no-repeat -74px top  transparent;
}
header ul#service_menu li#map:hover {
background: url("../img/service_menu.png") no-repeat scroll -74px -17px transparent;
}
nav {
    clear: both;
}
#top_nav {
width:959px;
height:51px;
display:block;
background: url('../img/menu_bg.png') repeat-x center top  transparent;
margin-left:8px;
}
#top_nav:before,#top_nav:after {
content:"";
display:block;
width:8px;
height:51px;
position:relative;
}
#top_nav:before {
background: url('../img/menu_bg_left.png') no-repeat center top  transparent;
left:-8px;
float:left;
}
#top_nav:after {
background: url('../img/menu_bg_right.png') no-repeat center top  transparent;
right:-8px;
float:right;
}
#top_nav li {
    float: left;
    height: 51px;
    width: auto;
	#    padding: 16px 17px;
	    padding: 16px 14px;

}
#top_nav li a {
color:#fff;
font-weight:bold;
font-size:12px;
text-transform:uppercase;
 /*padding: 16px 17px;*/
 padding: 16px 14px;

}


#top_nav li:hover,#top_nav li.active  {
padding: 16px 0px;
background: url('../img/menu_hover_bg.png') repeat-x center top  transparent;
}
#top_nav li:hover:before,#top_nav li:hover:after , #top_nav li.active:before, #top_nav li.active:after {
content:"";
display:block;
width:14px;
height:51px;
position:relative;
top: -16px;
}
#top_nav li:hover:before, #top_nav li.active:before  {
background: url('../img/menu_hover_bg_left.png') no-repeat center top  transparent;
left:0px;
float:left;
}
#top_nav li:hover:after, #top_nav li.active:after {
background: url('../img/menu_hover_bg_right.png') no-repeat center top  transparent;
right:0px;
float:right;
}
#main h1 {
color:#d15900;
font-size:26px;
font-weight:normal;
}
#content {
width:680px;
float:left;
}
#section_description {
}
#sidebar {
    float: right;
    padding-left: 30px;
    width: 250px;
}
#sidebar .entry {
	width:250px;

}
#sidebar .entry.zayavka_bl .content {
padding:15px 10px;
}
#sidebar .entry .content, #main .feedback {
	padding:15px;
    background: url("../img/blue_bg_alpha.png") repeat scroll center top transparent;
	border-radius:10px;
    box-shadow:
	inset 0 1px 0 rgba(203,223,232,0.5),
		inset 0 2px 0 rgba(255,255,255,0.5),
        0 1px 0px rgba(0,0,0,.2);
	behavior: url(PIE.htc);
}
#sidebar .opros label {
    color: #272D46;
    display: block;
    margin-bottom: 10px;
}
#sidebar .opros div.likeTitl {
    background: url("../img/opros_icon.png") no-repeat scroll left top transparent;
    left: -19px;
    margin: 0;
    padding-bottom: 50px;
    padding-left: 98px;
    padding-top: 40px;
    position: relative;
    z-index: 1;
	font-size: 26px;
	font-weight: normal;
	color: #fe4214;
}

#sidebar .opros .content {
    position: relative;
    top: -30px;
}
#sidebar .opros a {
   width: 110px;
}
#sidebar .vopros div.likeTitl {
    background: url("../img/vopros_icon.png") no-repeat scroll left top transparent;
    left: -19px;
    margin: 0;
    padding-bottom: 50px;
    padding-left: 98px;
    padding-top: 40px;
    position: relative;
    z-index: 1;
	font-size: 26px;
	font-weight: normal;
	color: #fe4214;
}
#sidebar .vopros .content {
    position: relative;
    top: -30px;
}
#sidebar .answer {
    background: url("../img/answer_cloud.png") no-repeat scroll left top transparent;
    margin: 0;
    padding: 28px 20px 5px;
    position: relative;
    top: -24px;
}
.button {
    line-height: 33px;
    padding: 0 10px;
	display: block;
    height: 37px;
    position: relative;
    text-decoration: none;
}
.button:before, .button:after {
content:"";
display:block;
width:9px;
height:37px;
position:absolute;
top:0px;
}


 #main a.black:visited, #main a.black:hover,#main a.black ,#main .feedback a.button, #sidebar a.black:hover,#sidebar a.black ,#sidebar a.orange, #sidebar a.black:visited, #sidebar a.orange:visited{
    color: #FFFFFF;
}
#sidebar a.active{
    color: #222;
}
.button.black {
    background: url("../img/black_button_bg.png") repeat-x scroll left top transparent;
}
.button.black:before {
background: url('../img/black_button_bg_left.png') no-repeat center top  transparent;
left:-9px;
}
.button.black:after {
background: url('../img/black_button_bg_right.png') no-repeat center top  transparent;
right:-9px;
}

.button.black:hover, .button.orange {

	top:-1px;
    background: url("../img/orange_button_bg.png") repeat-x scroll left top transparent;
}
.button.black:hover:before,.button.orange:before {
background: url('../img/orange_button_bg_left.png') no-repeat center top  transparent;
left:-9px;
}
.button.black:hover:after,.button.orange:after {
background: url('../img/orange_button_bg_right.png') no-repeat center top transparent;
right:-9px;
}
#main a.button.orange{
	color:#fff;
}
.button.active {
    background: url("../img/active_button_bg.png") repeat-x scroll left top transparent;
}
.button.active:before {
background: url('../img/active_button_bg_left.png') no-repeat center top  transparent;
left:-7px;
}
.button.active:after {
background: url('../img/active_button_bg_right.png') no-repeat center top transparent;
right:-7px;
}

#main h1{
font-size:26px;
font-weight:normal;
color:#fe4214;
}
#main h2 {
font-size:20px;
font-weight:normal;
color:#481C09;
}
#main a {
font-size:16px;
font-weight:normal;
color:#fe4214;
}
#main a:hover {
color:#000101;
}
#main a:visited {
color:#6a6a6a;
}
#main p {
font-size:15px;
font-weight:normal;
color:#262626;
}
#main p.hentry {
font-size:15px;
font-weight:normal;
font-style:italic;
color:#0275C5;
font-family:'Trebuchet MS','Calibri',sans;
   background: url("../img/white_bg_alpha.png") repeat scroll center top transparent;
   border-radius:10px;
   padding: 10px 10px 10px 50px;
    behavior: url(PIE.htc);
}
#main th {
height:30px;
text-align:left;
padding-left:30px;
color:#fff;
font-weight:bold;
font-size:15px;
}
#main thead th {

background: url("../img/table_head_grad.png") repeat-x scroll center top transparent;
box-shadow:
	inset 0 1px 0 rgba(100,74,58,0.5),
	inset 0 2px 0 rgba(255,255,255,0.5);
 behavior: url(PIE.htc);
 padding: 0 10px;
    border-right: 1px solid #DCDCDC;
	}
#main thead {
position:relative;
}

#main thead th:nth-child(1){
    border-right: 1px solid #DCDCDC;
	   line-height: 27px;
 behavior: url(PIE.htc);
border-radius: 15px 0 0 0;
-webkit-border-radius: 15px 0 0 0;
-moz-border-radius: 15px 0 0 0;
	   }
/*#main thead th:nth-child(2){
   line-height: 27px;
    behavior: url(PIE.htc);
border-radius: 0 15px 0 0;
-webkit-border-radius: 0 15px 0 0;
-moz-border-radius: 0 15px 0 0;
}
#main #tree_level thead th:nth-child(2){
   line-height: 27px;
    behavior: url(none);
	border-radius: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
}*/
#main thead th:last-child {
    border-right: none;
   line-height: 27px;
    behavior: url(PIE.htc);
	border-radius: 0 15px 0 0;
	-webkit-border-radius: 0 15px 0 0;
	-moz-border-radius: 0 15px 0 0;
}

#main tbody tr td {
line-height:28px;
padding-left:20px;
}
#main ul {
 list-style-image: url(../img/list_style_point.png);
}
#main tbody tr td:nth-child(1){
		border-right: 1px solid #DCDCDC;
	    border-left: 1px solid #DCDCDC;
}
/*#main tbody tr td:nth-child(2){
   border-right: 1px solid #DCDCDC;
}*/

#main tbody tr td{
   border-right: 1px solid #DCDCDC;
}

#main tbody tr:last-child {
   border-bottom: 1px solid #DCDCDC;
}
#main tbody tr.odd {
    background: url("../img/table_odd_bg.png") repeat scroll center top transparent;
}
#main tbody tr.even {
background-color: #f5ecd4;
}
#main img {
border: 10px solid #e4dcd5;
margin: 0px 20px 20px 0px;
}
#main img.left,
#main p img.left {
margin-right:15px;
margin-bottom:15px;
}
#main img.right ,
#main p img.right {
margin-left:15px;
margin-bottom:15px;
}
#main ul.news {
list-style:none;
padding:0;
margin:0;
}
#main ul.news li.on_right {width: 221px !important;}
#main ul.news li {
width:660px;
padding:15px;
background-color:#e8dfd8;
margin:10px 0px 15px 0px;
border-radius:10px;
 behavior: url(PIE.htc);
}
#main ul.news li h2 {
margin-top:0px;
font-size:18px;
color: #56432C;
}
#main ul.news li div.news_title {
margin-top:0px;
font-size:18px;
color: #56432C;
}
#main ul.news li p {
margin-bottom:5px;
}
#main ul.news li span.news_date {
background-color:#644a3a;
color:#fff;
font-size:14px;
padding:0px 5px;
margin-right:10px;
}
#main ul.news li a.more {
position:relative;
right:0px;
display:block;
}
#main ul.news li a.more:after {
content:"»" ;
position:relative;
top:0px;
float:right;
}
#main .feedback {
width:450px;
padding:20px;
}
#main .feedback label, #main .zayavka label  {
    clear: both;
    display: block;
    float: left;
    height: 30px;
    line-height: 31px;
}
 #main .zayavka span {
 width:60px;
 display:table-cell;
 vertical-align:middle;
 line-height:17px;
 }
  #main .zayavka_bl .button {
  margin-left:85px;
  }
#main .feedback label.required:after,#main .feedback .form_description span,i.required {
content:"*";
color:#FE4214;
font-weight:bold;
}
#main .feedback .field{
background: transparent;
width:375px;
height:30px;
border:1px solid #fff;
float:right;
box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5) inset,
			572px 1px 2px 0 rgba(255, 255, 255, 1) inset;

    margin-bottom: 15px;
	 behavior: url(PIE.htc);
}

.searchField {
	border: 1px solid white;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5) inset,
			572px 1px 2px 0 rgba(255, 255, 255, 1) inset;
}

.searchButton {
	color: #FFF !important;
	margin-left: 10px;
}

.inputtext {
background: transparent;
width:150px;
height:30px;
border:1px solid #fff;
box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5) inset,
			572px 1px 2px 0 rgba(255, 255, 255, 1) inset;

    margin-bottom: 15px;
	 behavior: url(PIE.htc);
}

#main .zayavka .field {
background: transparent;
width:150px;
height:30px;
border:1px solid #fff;
float:right;
box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5) inset,
			572px 1px 2px 0 rgba(255, 255, 255, 1) inset;

    margin-bottom: 15px;
	 behavior: url(PIE.htc);
}
#main .zayavka span {
    display: table-cell;
    height: 30px;
    line-height: 16px;
    vertical-align: middle;
    width: 50px;
	}
#main .feedback textarea.field {
height:150px;
}
#main .feedback .form_description, #main .zayavka .form_description  {
    color: #606060;
    margin-top: 0;
    padding: 0 0 0 75px;
    position: relative;
    top: -10px;
	font-style:italic;
	font-size:14px;
}
#main .feedback a {
width:75px;
    margin: 0 0 0 75px;
}
#main .paging {
list-style:none;
}
#main .paging li {
    display: block;
    float: left;
    margin-right: 11px;
    width: 31px;
}
#main .paging li.first,#main .paging li.last {
    width: 110px;
}
/*#slider {
width:975px;
height:445px;
    background: url("../img/head_img.jpg") no-repeat scroll center top transparent;
	margin:15px 0px
} 
#slider nav {
    background: url("../img/slider_alpha_nav.png") repeat scroll center top transparent;
    bottom: 0;
    height: 95px;
    left: 0;
    position: relative;
    top: 332px;
    width: 975px;
}
#slider nav ul {
list-style:none;
}
#slider nav ul li {*/
/*    background: url("../img/cars_bar_alpha.png") no-repeat scroll -1px 5px transparent;  
    float: left;
    height: 95px;
    margin: 0 10px;
    width: 130px;
*/
/*}*/
/*
#slider nav ul li:nth-child(2) {
    background-position: -143px 5px;
}
#slider nav ul li:nth-child(3) {
    background-position: -289px 5px;
}
#slider nav ul li:nth-child(4) {
   background-position: -445px 5px;
    width: 140px; 
}
#slider nav ul li:nth-child(5) {
    background-position: -603px 5px;
    width: 170px;
}
#slider nav ul li:nth-child(6) {
     background-position: -820px 5px; 
}
#slider nav ul li:nth-child(7) {
    background-position: -635px 5px;
}
#slider nav ul li:nth-child(8) {
    background-position: -747px 5px;
} 
*/

/*#slider nav ul li a {
display:block; 
width:100%;
height:100%;
}*/
.product_item  .product_spec_tble{
    width: 635px;
float: right;
	    box-shadow: 0 4px 4px -4px #000000;
 behavior: url(PIE.htc);
		}
.product_spec_tble th {
padding-left:15px !important;
}
  

.product_details {
} 
.single_column #content {
width:975px;
}
.gallery .images_nav  {
list-style:none !important;
margin:10px 0px;
padding: 0px;
}
	.images_nav li {
		float:left;
    margin: 0 4px;		
	}
	.images_nav .next, .images_nav .prev {
    margin-top: 50px;
	}
	.images_nav .prev {
	margin-right:5px;
	}
	.images_nav .next {
	margin-left:5px;
	}
	.controls {
    margin-top: 10px;
	}
	.images_nav .active {
	border: 3px solid #9f8a77 !important;
	width:182px;
	height:135px;
	}
.noborder	 {
border:none !important;
}
.dwnl_presentation {
padding: 10px 0px 10px 30px;
    background: url("../img/hoftec_pdf_icon.png") no-repeat scroll center left transparent;
}
.teh {
margin:0px 30px 0px 0px;
}
#main .models img {
border:none;

}
#main  ul.models  {
margin:0px;
padding:0px;
list-style:none ;
list-style-image:none ;
}
#main .models li {
    float: left;
    margin-right: 15px;
    text-align: center;
    width: 180px;
	    min-height: 175px;
}

footer {
    background: url("../img/footer_bg_alpha.png") repeat scroll center top transparent;
    height: 113px;
    margin-top: 43px;
    padding: 10px 0px;
    position: relative;
	    margin-bottom: 20px;
}
/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.left {float:left;}
.right {float:right;}
.ie7_anon {display:none;}
/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

.clearfix {
	width: 100% !important;
}

.CatTitle
{
  text-align: right;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

.CatTitle h2
{
  text-align: left;
  margin: 0;
  float: left;
  width: 750px;
}

.CatTitleLinks
{
  float: right;
  width: 170px;
}

.CatTitleLinks a
{
  margin: 0 10px 0 10px;
}
#main .nivoSlider img {
	border: none;
}

.address span{
	text-decoration:underline;
}
.address{
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	width: 270px;
}
.left-footer-block{
    width: 900px;
}
.copy{
	position: relative;
	top: 15px;
	float: right;
	margin-right: 30px;
	width: 210px;
}
.likeTitle{
font-size: 26px;
font-weight: normal;
color: #fe4214;
display: block;
-webkit-margin-before: 0.67em;
-webkit-margin-after: 0.67em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
.counter{
position: relative;
top: 55px;
}