@import url("fonts.css");

/*==============================
1 Reset
===============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
        font-family: arial;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
    outline: none;
    font-family: arial;
}

/* Clearfix */
.clearfix { display: inline-block; }

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}


.clearfix { display:block; }

/*===================================
1.1. Defaults,  h1, h2, h3, h4, h5, a
===================================*/
h1 {
	font-size: 24px;
	line-height: 30px;
	color: #0898d2;
	text-decoration: none;
}

h2 {
	font-size: 19px;
	line-height: 24px;
	color: #0898d2;
	text-decoration: none;
}

h3 {
	color: #0898d2;
}

h4, h5, h6 {

}

a, a:link, a:visited {
	color: #545454;
	font-size: 12px;
}

ul, ol {
	padding: 0px 0px 15px 15px;
	margin: 0px;
}

ol {
	padding-left: 25px;
}
p{
	padding: 0px 0px 18px 0px;
}

a:hover, a:visited:hover { text-decoration: none; }

.floatLeft { float: left; }

.floatRight { float: right; }

.alignCenter { text-align: center; display: block; }

.bg-none {
	background: none !important;
}

.overflow-none{
    overflow: inherit !important;
}

.italic{
    font-style: italic;
}

/*==============================
1 Wrapper
===============================*/

html{
    min-height: 100%;
}

body {
    background-color: #fff;
    background-image: url("../img/bg-body.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 0 0 50px 0;
    height: 100%;
}

#wrapper{
    width: 970px;
    margin: 0 auto;
}

/*==============================
2 Header
===============================*/

#header{
    background-color: #fff;
    padding: 0 0 5px 0;
}

.header-top{
    overflow: hidden;
    padding: 0 0 20px 0;
}

.logo{
    width: 576px;
    height: 52px;
    float: left;
    padding: 35px 0 0 20px;
}

.logo a{
    width: 576px;
    height: 0;
    padding-top: 52px;
    display: block;
    overflow: hidden;
    background-image: url("../img/logo.png");
    background-position: left top;
    background-repeat: no-repeat;
}

.rigth-block{
    float: right;
    width: 335px;
    padding: 8px 0 0 0;
    text-align: right;
}

.languages{
    overflow: hidden;
    margin: 0 0 15px 0;
}

.languages p{
    font-family: Tahoma;
    font-size: 11px;
    line-height: 11px;
    color: #b74703;
    float: left;
    background-image: url("../img/bg-p.png");
    background-position: right 10px;
    background-repeat: no-repeat;
    padding: 6px 23px 0 0;
    margin: 0 5px 0 0;
}

.languages ul{
    padding: 0;
}

.languages li{
    float: left;
    border-right: 1px solid #666;
    padding: 0 7px 0 0;
}

.languages li.last{
    border: none;
    margin-right: 0;
    padding-right: 0;
}

.languages a{
    font-family: Tahoma;
    font-size: 11px;
    line-height: 11px;
    color: #666;
    display: block;
    padding: 7px 9px 8px 47px;
    background-position: 13px 4px;
    background-repeat: no-repeat;
    
}

.languages a:hover{
    background-color: #ebf5fe;
    border: 1px solid #b0d4f1;
    padding: 6px 8px 7px 46px;
    background-position: 12px 3px;
}

.languages a.rus{
    background-image: url("../img/rus.png");
}

.languages a.eng{
    background-image: url("../img/eng.png");
}

.telephone{
    float: right;
    margin: 0 7px 0 0;
}

.telephone p{
    font-family: 'Trebuchet MS';
    font-size: 24px;
    line-height: 24px;
    color: #444;
    padding: 0 0 4px 40px;
    background-image: url("../img/bg-tel.png");
    background-position: left 5px;
    background-repeat: no-repeat;
}

.telephone p span{
    font-family: 'Trebuchet MS';
    font-size: 24px;
    line-height: 24px;
    color: #b74703;  
}

.main-nav{
    background-image: url("../img/bg-nav.png");
    background-position: left top;
    background-repeat: repeat-x;
    height: 43px;
}

.main-nav ul{
    padding: 0;
}

.main-nav li{
    float: left;
    background-image: url("../img/bg-li.png");
    background-position: right top;
    background-repeat: no-repeat;
    position: relative;
}

.main-nav li:hover .submenu{
    display: block;
}

.main-nav ul li.last{
    background-image: none;
}

.main-nav li.last a{
    padding: 11px 39px 18px 19px;
}

.main-nav li.first a{
    padding: 11px 22px 18px 34px;
}

.main-nav a{
    font-family: 'Trebuchet MS';
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-style: italic;
    text-decoration: none;
    display: block;
    padding: 11px 22px 18px 19px;
    position: relative;
    z-index: 5;
}

li img.arrow{
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 43px;
    display: none;
    z-index: 20;
}

.main-nav li:hover img.arrow{
    display: block;
}

.main-nav li:hover > a{
    background-color: #b74703;
}

.submenu{
    background-color: #fff;
    border: 5px solid #b74703;
    width: 890px;
    padding: 25px 35px;
    position: absolute;
    left: -234px;
    top: 39px;
    display: none;
    z-index: 10;
}

.submenu li{
    background-image: none;
    text-align: center;
    width: 92px;
    margin: 0 40px 0 0;
}

.submenu li a{
    font-family: Tahoma;
    font-size: 11px;
    line-height: 12px;
    color: #444;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
    padding: 0;
    display: block;
    text-align: center;
    padding: 1px;
}

.submenu li.last{
    margin-right: 0;
}

.submenu li.last a{
    font-family: Tahoma;
    font-size: 11px;
    line-height: 12px;
    color: #444;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
    padding: 0;
    display: block;
    text-align: center;
    padding: 1px;
}

.submenu li.last a:hover{
    padding: 0 0 1px 0;
}

.submenu li a img{
    margin: 0 0 5px 0;
}

.submenu li a:hover{
    background-color: transparent;
    padding: 0;
}

.submenu li a:hover img{
    border: 1px solid #dcd7d7;
    -webkit-box-shadow: -1px 3px 6px rgba(0, 0, 0, 0.12);
    -moz-box-shadow:    -1px 3px 6px rgba(0, 0, 0, 0.12);
    box-shadow:         -1px 3px 6px rgba(0, 0, 0, 0.12);
    margin-bottom: 4px;
}

/*==============================
3 Content
===============================*/

#container{
    background-color: #fff;
    padding: 0 0 60px 0;
    margin: 0 0 5px 0;
}

.img-box{
    width: 970px;
    height: 303px;
}

.news{
    float: left;
    width: 340px;
    margin: 0 35px 0 25px;
}

#content h1{
    font-family: 'Trebuchet MS';
    font-size: 18px;
    line-height: 18px;
    color: #666;
    text-transform: uppercase;
    background-image: url("../img/bg-h2.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 0 0 7px 0;
    margin: 0 0 20px 0;
}

#content h2 {
    background-image: url("../img/bg-h2.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #666666;
    font-family: 'Trebuchet MS';
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 20px;
    padding: 0 0 7px;
    text-transform: uppercase;
}

.other-new{
    overflow: hidden;
    border-bottom: 1px dashed #cdc7c7;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.other-new.last{
    border: none;
    margin-bottom: 0;
}

.global-pix{
    float: left;
    margin: 0 10px 0 0;
}

.pix-box{
    width: 131px;
    height: 100px;
    padding: 1px;
    /*border: 1px solid #dcd7d7;*/
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.pix-box img{
    max-height: 100px;
    max-width: 131px;
    float: left;
}

.text-box{
    float: left;
    width: 190px;
}

.other-new p.date{
    font-family: Tahoma!important;
    font-size: 11px!important;
    line-height: 11px!important;
    color: #b74703!important;
    padding: 0 0 3px 0!important;
}

.other-new a{
    font-family: Tahoma;
    font-size: 11px;
    line-height: 11px;
    color: #2c6b9f;
    font-weight: bold;
}

.other-new p.main{
    font-family: Tahoma!important;
    font-size: 11px!important;
    line-height: 13px!important;
    color: #444!important;
    padding: 4px 0 0 0!important;
}

.news a.read-all{
    font-family: Tahoma;
    font-size: 11px;
    line-height: 11px;
    color: #b74703;
}

.company-main{
    float: left;
    width: 530px;
}
#content .company h1 {
	margin-left: 0;
}
.company{
   /* width: 610px;
	/*padding:0 10px;*/
	float: left;
	/*margin: 0 35px 0 25px; */
	width: 530px;
	margin: 0 10px 0 25px;
}


#company p{
    font-family: Tahoma;
    font-size: 11px;
    line-height: 15px;
    color: #444;
    text-align: justify;
}




#content p{
    font-family: Tahoma;
    font-size: 11px;
    line-height: 15px;
    color: #444;
    text-align: justify;
	padding:0 10px;
}

#content h1 {
	margin-left:20px;
}




/*==============================
4 Footer
===============================*/

#footer{
    background-image: url("../img/bg-footer.png");
    background-position: left top;
    background-repeat: repeat;
    position: relative;
    padding: 10px 0 15px 0;
}

.left-block{
    margin: 0 140px 0 25px;
    width: 320px;
    float: left;
}

.left-block p{
    font-family: Tahoma;
    font-size: 11px;
    line-height: 20px;
    color: #bfc5cf;
    padding: 0;
}

.left-block p span{
    font-family: Tahoma;
    font-size: 11px;
    line-height: 20px;
    color: #bfc5cf;
    text-transform: uppercase;
}

.right-block-footer{
    float: left;
    width: 340px;
}

.right-block-footer p{
    font-family: Tahoma;
    font-size: 11px;
    line-height: 11px;
    color: #bfc5cf;
    margin: 0 0 3px 0;
}

.right-block-footer p a{
    font-family: Tahoma;
    font-size: 11px;
    line-height: 11px;
    color: #73d1f4;
}

.right-block-footer p.address{
    padding: 2px 0 4px 20px;
    background-image: url("../img/bg-address.png");
    background-position: left top;
    background-repeat: no-repeat;
}

.right-block-footer p.email{
    padding: 0 20px 0 20px;
    background-image: url("../img/bg-email.png");
    background-position: left 2px;
    background-repeat: no-repeat;
    float: left;
}

.right-block-footer p.tel{
    padding: 0 20px 0 20px;
    background-image: url("../img/bg-tel-p.png");
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    font-weight: bold;
}

img.frog{
    position: absolute;
    right: 7px;
    top: -35px;
}

/*==============================
5 Style for Page text
===============================*/

.bread-crumbs{
    overflow: hidden;
    margin: 0 0 20px 25px;
    padding: 20px 0 0 0;
}

.bread-crumbs ul{
    padding: 0;
}

.bread-crumbs li{
    float: left;
    font-family: Tahoma;
    font-size: 11px;
    line-height: 11px;
    color: #999;
    font-weight: bold;
    background-image: url("../img/bg-li-a.png");
    background-position: right 3px;
    background-repeat: no-repeat;
    padding: 0 15px 0 0;
    margin: 0 8px 0 0;
}

.bread-crumbs li.last{
    background-image: none;
    padding-right: 0;
    margin-right: 0;
}

.bread-crumbs li a{
    font-family: Tahoma;
    font-size: 11px;
    line-height: 11px;
    color: #999;
    font-weight: normal;
    padding: 0 0 1px 0;
    display: block;
}

.company.text{
    margin: 0 35px 0 25px;
    width: 610px;
}

.news.text{
    width: 275px;
    margin: 0;
}

.news.text .text-box{
    width: 130px;
}

.news.text .top-box{
    margin: 0 0 7px 0;
}

/*==============================
6 Style for Page tovar
===============================*/

#sideRight{
    float: right;
    width: 195px;
    margin: 0 25px 0 0;
}

.right-nav ul{
    padding: 0;
}

.right-nav li{
    border-bottom: 1px solid #ededed;
    background-image: url("../img/bg-li-right.png");
    background-position: left top;
    background-repeat: repeat-x;
    height: 32px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0.08);
}

.right-nav li a{
    font-family: Tahoma;
    font-size: 11px;
    line-height: 11px;
    color: #444;
    font-weight: bold;
    display: block;
    text-decoration: none;
    padding: 10px 0 12px 17px;
    background-image: url("../img/bg-li-a.png");
    background-position: 7px 13px;
    background-repeat: no-repeat;
}

.right-nav li a:hover{
    background-image: none;
    color: #3072a5;
}

.right-nav li:hover{
    background-image: url("../img/li-right-hover.png");
    background-repeat: repeat-x;
}

.tovar-box{
    margin: 0 0 0 25px;
    float: left;
    width: 530px;
}

.tovar-box .global-pix{
    margin: 0 15px 0 0;
}

.pix-block{
    border: 1px solid #dcd7d7;
    width: 215px;
    height: 215px;
    background-color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.pix-block img{
    max-width: 215px;
    max-height: 215px;
}

.text-about{
    float: left;
    width: 290px;
}

.text-about h4{
    font-family: 'Trebuchet MS';
    font-size: 18px;
    line-height: 18px;
    color: #666;
    font-weight: bold;
    padding: 0 0 8px 0;
}

#content .text-about p{
    font-family: Tahoma;
    font-size: 11px;
    line-height: 11px;
    color: #444;
    padding: 0 0 50px 0;
}

.text-about p.price span{
    background-color: #b74703;
    font-family: Tahoma;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: bold;
    padding: 2px 15px 3px 15px;
    margin: 0 0 0 7px;
}

/*==============================
7 Style for Page catalog
===============================*/

.catalog{
    width: 685px;
    float: left;
    margin: 0 0 0 25px;
}

.top-text p{
    font-family: Tahoma;
    font-size: 11px;
    line-height: 15px;
    color: #444;
}

.tovar-row{
    overflow: hidden;
    margin: 0 0 40px 0;
}

.other-tovar{
    float: left;
    width: 217px;
    text-align: center;
    margin: 0 15px 0 0;
}

.other-tovar.last{
    margin-right: 0;
}

.other-tovar a{
    font-family: Tahoma;
    font-size: 12px;
    line-height: 13px;
    color: #2f70a3;
    display: inline-block;
    margin: 8px 0 8px 0;
}

.other-tovar p.price{
    background-color: #b74703;
    font-family: Tahoma;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: bold;
    width: 80px;
    padding: 2px 0 4px 0;
    margin: 0 0 0 65px;
}

.bottom-nav{
    overflow: hidden;
    margin: 0 0 0 225px;
}

.bottom-nav ul{
    padding: 0;
}

.bottom-nav li{
    float: left;
    margin: 0 7px 0 0;
}

.bottom-nav li a{
    font-family: Tahoma;
    font-size: 12px;
    line-height: 12px;
    color: #222;
    text-decoration: none;
    width: 26px;
    text-align: center;
    border: 1px solid #dcd7d7;
    display: block;
    padding: 5px 0 6px 0;
    background-color: #fff;
}

.bottom-nav li a:hover{
    background-color: #dcd7d7;
    font-weight: bold;
}

.bottom-nav li.first a{
    background-image: url("../img/prev.png");
    background-position: left -1px;
    background-repeat: no-repeat;
    border: none;
    width: 14px;
    height: 27px;
}

.bottom-nav li.first{
    margin-right: 15px;
}

.bottom-nav li.last{
    margin-left: 8px;
}

.bottom-nav li.last a{
    background-image: url("../img/next.png");
    background-position: left -1px;
    background-repeat: no-repeat;
    border: none;
    width: 14px;
    height: 27px;
}

.bottom-nav li.first a:hover, 
.bottom-nav li.last a{
    background-color: transparent;
}

#traktor-catalog {
	padding:15px 0 0 0px;
}

#traktor-catalog ul li {
	width:200px;
	height:150px;
	float:left;
	margin:10px;
	text-align:center;
    border: 1px solid #FFF;
}

#traktor-catalog ul li:hover {
    border: 1px solid #dcd7d7;
    -webkit-box-shadow: -1px 3px 6px rgba(0, 0, 0, 0.12);
    -moz-box-shadow:    -1px 3px 6px rgba(0, 0, 0, 0.12);
    box-shadow:         -1px 3px 6px rgba(0, 0, 0, 0.12);
}

#traktor-catalog ul li a {
    color: #444444;
    display: block;
    font-family: Tahoma;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    line-height: 12px;
    padding: 1px;
    text-align: center;
    text-decoration: underline;
}

#traktor-catalog ul li a:hover {
	text-decoration:none;
}

.clearboth {
	clear:both;
}

.right-menu-section {
	width:195px;
	float:right;
	margin:0 0 0 10px;
}

.catalog-section-table {
	border:0px;
	width:700px;
	float:left;
	padding:0px;
	margin:0 0 0 25px;
}

.catalog-table-item .product-img {
	padding:2px;
	border:1px solid #DCD7D7;
	width:215px!important;
	height: 235px;
}

.catalog-top-table .product-img {
	padding:2px;
	border:1px solid #DCD7D7;
	width:215px!important;
}

.catalog-table-item .product-img img {
	max-width:215px;
	height: 215px;
	width: 215px;
}

.catalog-top-table .product-img img {
	max-width:215px;
}

.catalog-table-item a{
    color: #2F70A3;
    display: inline-block;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 13px;
    margin: 8px 0;
}

.catalog-table-item a:hover {
	text-decoration:none;
}

.catalog-table-item  .product-link {
	vertical-align:top;
	text-align:center;

}

.catalog-table-item  .product-link a {
    color: #2F70A3;
    display: inline-block;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 13px;
    margin: 8px 0;
}

.catalog-top-table  .product-link {
	vertical-align:top;
	text-align:center;

}

.catalog-top-table  .product-link a {
    color: #2F70A3;
    display: inline-block;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 13px;
    margin: 8px 0;
}

.catalog-element-table {
	border:0px;
	width:700px;
	float:left;
	padding:0px;
	margin:0px;
}
#content .catalog-element-table h4 {
	font-family: 'Trebuchet MS';
	font-size: 18px;
	line-height: 18px;
	color: #666;
	font-weight: bold;
	padding: 0 0 8px 0;
}
#content .catalog-element-table p {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 11px;
	color: #444;
	padding: 0 0 10px 0;
}
#content .catalog-element-table p.price {
	margin-top: 30px;
}
#content .catalog-element-table p.price span {
background-color: #b74703;
font-family: Tahoma;
font-size: 14px;
line-height: 14px;
color: #fff;
font-weight: bold;
padding: 2px 15px 3px 15px;
margin: 0 0 0 7px;
}
.catalog-top {
	border-top:1px solid #DCD7D7;
	margin:15px 0 0 0px;
	padding:15px 0 0 0px;
}


.catalog-top table {
	margin:0 auto;
}

div.news-list img.preview_picture {
	margin:0px!important;
}
.news div.news-list {
	width:  340px;
	margin-left: 0;
}
div.news-list {
	float: left;
	width: 275px;     
	margin-left: 40px;  
}
    div.news-list_main {
    float: left;
    width: 775px;       
}

#feedback {
border:1px solid #EFEFEF;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
width:390px;
padding:10px;
float:left;
}

#feedback label {
    color: #464646;
    display: block;
    font-size: 13px;
    padding-top: 8px;
    text-align: left;
}

#feedback input[type="text"] {
    background: none repeat scroll 0 0 #F7F7F7;
    border-color: #CCCCCC #E7E6E6 #E7E6E6 #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    color: #464646;
    font-family: "Helvetica Neue";
    font-size: 14px;
    outline: medium none;
    padding: 5px;
    width: 244px;
}

#feedback input.good_input { 
	background: #DEF5E1 url(../img/good.png) 236px center no-repeat; 
}

#feedback textarea {
    background: none repeat scroll 0 0 #F7F7F7;
    border-color: #CCCCCC #E7E6E6 #E7E6E6 #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    color: #464646;
    font-family: "Helvetica Neue";
    font-size: 14px;
    outline: medium none;
    padding: 8px;
    width: 350px;
	height:100px;
}

#feedback-send {
	display: inline-block;
	width:150px;
    margin: 8px 10px 10px 0px;
    padding: 8px 15px;
    background:#3173A6;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    transition: all 0.3s ease-out;
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.5), 
        0 2px 2px rgba(0,0,0,0.3), 
        0 0 4px 1px rgba(0,0,0,0.2); 
    /* Font styles */
    text-decoration: none;
    text-shadow: 0 1px rgba(255,255,255,0.7);
	color:#FFF;
}

#feedback-send:hover {
	background: #57B1DD;
	cursor:pointer;
}
             

#formresult {
	border:1px solid #EFEFEF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width:380px;
	padding:10px 10px 8px 10px;
	margin:0 0 0 5px;
	float:left;
	font-size:13px;
	font-weight:bold;
	line-height:30px;
	color:#BABABA;
	
	
}

#formresult {
	text-align:center;
}

#formresult span {
	color:#B74703;
}

#formresult .good {
	color:#4F81A2!important;
}

#feedback span {
	color:#B74703;
	padding:0 10px;
}

.letter {
	width:200px;
	height:101px;
	display:block;
	background:url("../img/letter.jpg") no-repeat;
	margin:0 auto;
	padding:0 0 30px 0px;
}

/*----------------*/

.tovar-wrap {
	width: 940px;
}
.tovar-wrap table tr td {
	vertical-align: top;
}
div.catalog-section table td {
	vertical-align: top;
}
