@charset "windows-1251";
/* CSS Document */

*{margin: 0; padding: 0;}

body{
	background: #fff url(../img/body-repeat.jpg) 0 0 repeat-x;
	font: 14px/16px Tahoma, Arial, sans-serif;
	color: #646464;  
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%;
}
html{height: 100%;}

/* Typography 
-------------------------------------*/
a{color: #00aeef; text-decoration: underline;}
a:hover{text-decoration: none;}
h2{font: 24px/1.1em Arial, sans-serif; color: #464444;}
h3{font: 24px/1.1em Arial, sans-serif;}

/* Hover Repeat */
.aside-prod li a,.prod-list li h2 a{text-decoration: none;}
.aside-prod li a:hover,.pagination li a:hover,.aside-prod li.active a,.prod-list li h2 a:hover{text-decoration: underline;}

/* Gradient for ie-9 */
.menu li,.menu li.active,.btn{filter: none;}

/* Style Form 
-------------------------------------*/
input[type="text"], textarea{
	width: 276px; 
	height: 22px; 
	padding: 0 10px;  
	color: #444; 
	position: relative;
	border: 1px solid #808084; 
} 
textarea{
	height: 65px; 
	width: 276px; 
	padding: 5px 10px; 
	resize: none;
}
label{cursor: default;}

/* Search Form 
-------------------------------------*/
.search{
	z-index: 1000;
	position: relative; 
	padding: 0; 
	overflow: hidden;
	margin-top: 30px;
	width: 245px;
	height: 30px;
	float: right;
	background: url(../img/search.png) 0 0 no-repeat;
}
.search input[type="text"]{
	width: 185px; 
	background: none;
	height: 28px;
	color: #1c75bc;
	border: none; 
	padding-left:  15px; 
	margin-left: 5px; 
	font: bold 12px Tahoma, Arial, sans-serif; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	border-radius: 15px;
	outline: none;
}
.search input[type="button"]{
	position: absolute; 
	right: 0px; top: 0px; 
	width: 30px; 
	height: 30px; 
	border: none; 
	background: none; 
	border: none;
}

::-webkit-input-placeholder{color: #1c75bc;}
:-moz-placeholder{color: #1c75bc;}
.placeholder{color: #1c75bc;}
*:focus::-moz-placeholder{color: transparent !important;} 
*[autofocus]::-moz-placeholder:focus{color: graytext !important;} 
*:focus:-moz-placeholder{color: transparent !important;} 
*[autofocus]:-moz-placeholder:focus{color: graytext !important;}
*:focus::-webkit-input-placeholder{color: transparent !important;} 
*[autofocus]::-webkit-input-placeholder{color: graytext !important;}

/* Button */
.btn{
	-moz-box-shadow:0px 0px 1px #4a6c00; 
	-webkit-box-shadow:0px 0px 1px #4a6c00;
	box-shadow:0px 0px 1px #4a6c00;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	border: 1px solid #004e67;
	display: inline-block;
	font-size: 13px; 
	color: #fff; 
	font-weight: bold; 
	padding: 0px 12px;  
	height: 29px; 
	line-height: 29px;
	position: relative;
	text-decoration: none;
	background: #1d70b7; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkNzBiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iIzFjNjVhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iIzE5NGU4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk2JSIgc3RvcC1jb2xvcj0iIzEzMTE0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTFkNGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1d70b7 0%, #1c65a9 17%, #194e8f 42%, #131148 96%, #0e1d4c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d70b7), color-stop(17%,#1c65a9), color-stop(42%,#194e8f), color-stop(96%,#131148), color-stop(100%,#0e1d4c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1d70b7 0%,#1c65a9 17%,#194e8f 42%,#131148 96%,#0e1d4c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1d70b7 0%,#1c65a9 17%,#194e8f 42%,#131148 96%,#0e1d4c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1d70b7 0%,#1c65a9 17%,#194e8f 42%,#131148 96%,#0e1d4c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1d70b7 0%,#1c65a9 17%,#194e8f 42%,#131148 96%,#0e1d4c 100%); /* W3C */
}
input.btn::-moz-focus-inner, button.btn::-moz-focus-inner{padding: 0; border: 0}
input.btn{line-height: 1em;}

/* Page 
-------------------------------------*/
.clear{clear: both;}
.clearfix:after{content: " "; clear: both; display: table;}
header, nav, section, article, aside, footer{display: block;}

#wrapper{
	background: url(../img/body.jpg) 100% 0 no-repeat;
}
.centered-bl,.header{
	width: 1000px; 
	margin: 0 auto; 
}

#middle{width: 100%; height: 1%; position: relative;}
#middle:after{content: '.'; display: block; clear: both; visibility: hidden; height: 0;}
#container{
	width: 1000px; 
	margin: 0 auto;
	margin-top: 5px;
	padding-bottom: 12px;
	background: #fff;
	position: relative;
}

/* Header 
-------------------------------------*/
.header{
	position: relative;
	overflow: hidden;
}
.aside-header{
	float: left;
	width: 300px;
	padding: 43px 0 0;
}
.logo{
	
}

.nav-icon{
	padding: 0 0 62px 4px;
	text-align: center;
}
.nav-icon li{
	display: inline-block; 
	margin: 0 5px 0 6px;
	padding: 0;
}
.nav-icon li a{
	display: block; 
	width: 17px; 
	height: 17px; 
	background-image: url(../img/sprite.png); 
	background-repeat: no-repeat;
}
.nav-icon1 a{background-position: 0 0;}
.nav-icon2 a{background-position: -33px 0;}
.nav-icon3 a{background-position: -66px 0;}

.top-contacts{
	background: url(../img/dott.png) 300px 5px repeat-y;
	padding: 20px 0 4px 360px;
	margin: 5px 0 8px;
}
.top-contacts li{
	color: #2e3192;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 12px;
	position: relative;
}
.top-contacts li span{
	position: absolute;
	width: 23px;
	height: 23px;
	background-image: url(../img/sprite.png); 
	background-repeat: no-repeat;
	left: -38px;
	top: -3px;
}
.numb-top span{background-position: -120px 0px;}
.mail-top span{background-position: -120px -29px;}


/* Menu */
.menu{
	overflow: hidden;
	border: 1px solid #7ac9fe;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 2px;
}
.menu li{
	border: 1px solid #d6effb;
	padding: 0; 
	float: left; 
	position: relative;
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	width: 137px;
	border-left: none;
	border-right: none;
	background: #5bbdee; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYmRlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzlkZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #5bbdee 0%, #339de4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bbdee), color-stop(100%,#339de4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5bbdee 0%,#339de4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5bbdee 0%,#339de4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5bbdee 0%,#339de4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5bbdee 0%,#339de4 100%); /* W3C */
}
.menu li.active{
	position: relative;
	background: #1e6eb5; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNmViNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTZkYjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1e6eb5 0%, #1e6db5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e6eb5), color-stop(100%,#1e6db5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e6eb5 0%,#1e6db5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e6eb5 0%,#1e6db5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e6eb5 0%,#1e6db5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e6eb5 0%,#1e6db5 100%); /* W3C */
}
.menu li:first-child{
	border-left: 1px solid #d6effb;
}
.menu li.last-item{
	border-right: 1px solid #d6effb;
	width: 142px;
	padding-left: 6px;
}
.menu li span{
	position: absolute;
	right: -10px;
	top: -2px;
	width: 12px;
	height: 30px;
	z-index: 1;
	background: url(../img/sprite.png) -38px -25px no-repeat;
}
.menu li.active span{background-position: 0 -25px;}

.menu li a{
	color: #fff; 
	text-decoration: none;
}


/* Content 
-------------------------------------*/
.content{
	float: right;
	width: 667px;
	padding: 25px 10px 0 25px;
	position: relative;
	background: url(../img/dott.png) 0 0 repeat-y;
	-webkit-box-shadow: 0 24px 40px -18px #dfe1df inset; 
	-moz-box-shadow: 0 24px 40px -18px #dfe1df inset;
	box-shadow: 0 24px 40px -18px #dfe1df inset;
}
.product h1{
	color: #00aeef;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding-top: 12px;
	line-height: 12px;
}
.product h1 img{
	vertical-align: middle;
	margin: -10px 38px 0 0;
}
.prod-list{
	padding: 0 50px 0 90px;
}
.prod-list li h2{
	font-size: 18px;
	padding: 0 0 20px;
	color: #2e3192;
}
.prod-list li h2 a{color: #2e3192;}
.prod-list li{
	padding: 10px 0 25px;
	overflow: hidden;
}
.prod-list li p{
	padding: 18px 0 0;
	font-weight: bold;
}
.aside-prod-cont{
	float: right;
	margin-left: 80px;
}
.aside-prod-cont img{
	display: block;
	margin: 0 0 10px;
}
.aside-prod-cont a{
	margin-left: 20px;
}
.show-page{
	text-align: right;
	padding: 2px 58px 0 0;
	font-size: 13px;
}
.show-page select{margin-left: 5px;}

.pagination{
	padding: 20px 0 20px 36px;
	text-align: center;
}
.pagination li{
	display: inline-block;
	font-size: 13px;
	margin-left: 1px;
}
.pagination li a{
	color: #646464;
	text-decoration: none;
}
.pagination li.active a{
	text-decoration: underline;
	color: #00aeef;
}
.brands-p{
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	color: #be1e2d;
	line-height: 20px;
}
.brands-p p{padding-top: 8px; text-align: left;}

.contacts-page{
	padding: 2px;
}
.contacts-page p{
	color: #2b3990;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0 14px 52px;
}
.contacts-page p.title-norm-s,.price-list p.title-norm-s,.order-f p.title-norm-s{
	padding: 0 0 0 52px;
	font-size: 11px;
	font-weight: bold;
	height: 49px;
	width: 128px;
	line-height: 49px;
	color: #fff;
	background: url(../img/contact-title.png) 0 0 no-repeat;
}
.price-list p.title-norm-s{
	background: url(../img/title-price.png) 0 0 no-repeat;
	width: 151px;
	height: 50px;
}
.order-f p.title-norm-s{
	background: url(../img/order-f.png) 0 0 no-repeat;
}
.map{padding: 10px 6px 14px;}
.titul-page{
	overflow: hidden;
}
.titul-page img{
	float: left;
}
.titul-page p{
	font-size: 16px;
	color: #231f20;
	line-height: 21px;
	padding: 16px 40px 5px 70px;
}
.titul-page p img{
	float: right;
	margin-top: -20px;
}
.price-list table{
	margin: 15px 0 25px;
	width: 100%;
	color: #000000;
	font-size: 12px;
}
.price-list table td{
	border: 1px solid #5a5758;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}
.price-list table td:first-child{
	text-align: left;
	padding: 5px 10px;
	line-height: 22px;
}
.price-list table th{
	border: 1px solid #5a5758;
	background: #8ed8f8;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 5px 10px 10px 5px;
	font-size: 10px;
	line-height: 12px;
	width: 60px;
}
.price-list table th.item-last{
	width: 40px;
}
.price-list table th:first-child{
	padding-left: 10px;
	font-size: 12px;
	width: 340px;
}
.price-list table .title-sec-bg td{
	background: #1c75bc;
	color: #fff;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.order-f form{
	padding: 12px 0 70px 42px;
}
.order-f form p{
	padding-bottom: 12px;
}
.order-f form span{
	width: 175px;
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	color: #2b3990;
	vertical-align: top;
}
.order-f form span span{
	display: block;
	font-size: 9px;
	color: #808080;
	line-height: 12px;
	font-weight: normal;
	padding-top: 5px;
}
.order-f form .btn-wrap{
	padding-left: 178px;
}
.order-f form .btn-wrap span{
	color: #006381;
	font-size: 10px;
	line-height: 12px;
	padding-top: 3px;
	display: block;
	width: 260px;
}
.order-f form .btn-wrap span a{
	color: #006381;
}
.order-f form .check-wrap{
	padding: 0 180px 0 209px;
	font: 14px 'Myriad Pro', Tahoma, sans-serif;
	color: #231f20;
	position: relative;
}
.order-f form .check-wrap span{
	width: 19px;
	margin-right: 10px;
	position: absolute;
	left: 178px;
	top: -2px;
}
.niceCheck {
	width: 18px;
	padding: 0;
	height: 18px;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
	background: url(../img/check.png) 0 -23px no-repeat;	
}
.niceChecked {
	background-position: 0 -1px;
}
.niceCheck input {
	margin-left: -30px;/* Смещаем чекбокс в лево, чтобы его не было видно */
}

#wrapper .wrap-file-txt{
	margin:1px 5px 0 0;
	display:inline-block;
	width: 276px; 
	height: 22px; 
	padding: 0 10px;  
	color: #444; 
	position: relative;
	border: 1px solid #808084;  
	float:left;
}
#MyInputs{
	overflow:hidden;
	float: right;
	width: 400px;
	margin-right: 46px;
}
#MyInputs .float-sp{position:relative;top:4px;}

.customFile{
    width: 219px;
	margin-left: -225px;
    cursor: default;
    height: 21px;
	z-index: 2;
	filter: alpha(opacity: 0);
    position: relative;
    opacity: 0;
    float: left;
}
.fakeButton{
    z-index: 1;
    position: relative;
    width: 83px;
    height: 26px;
    background: url(../img/file.png) no-repeat left top;
    float: left;	
	margin-right:5px;
}
.blocker{
    position: relative;
    z-index: 3;
    width: 150px;
    height: 21px;
    background: url(images/transparent.gif);
    float: left;
    margin-left: -240px;
}
.FileName{
    position:absolute;
	left:230px;
	z-index:10;
    height: 15px;
    font-family: Verdana;
    font-size: 8pt;
    color:#111;
    margin-left: 5px;
    margin-top: 4px;
    padding-top: 1px;
    padding-left: 22px;
    padding-right: 7px;   
	width:265px;
	overflow:hidden;
}


/* Aside 
-------------------------------------*/
.aside{
	float: left;
	width: 295px; 
	padding: 0;
	position: relative;
	-webkit-box-shadow: 0 24px 40px -18px #dfe1df inset; 
	-moz-box-shadow: 0 24px 40px -18px #dfe1df inset;
	box-shadow: 0 24px 40px -18px #dfe1df inset;
}

.aside-prod{
	padding: 30px 0 0 20px;
}
.aside-prod li{
	font-weight: bold;
	font-size: 12px;
	position: relative;
	height: 60px;
	padding: 32px 30px 0 105px;
	text-transform: uppercase;
}
.aside-prod li img{
	position: absolute;
	left: 0;
	top: 0;
}
.aside-prod li.sec-img img{top: 20px;}
.aside-prod li a{color: #2b3990;}
.aside-prod li.active a{color: #00aeef;}

.aside-prod-table{
	width:100%;
	margin-top: 30px;
}

.aside-prod-table td{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
.aside-prod-table td a{color: #2b3990;}

/* Footer 
-------------------------------------*/
.footer{
	width: 100%; 
}
.footer .centered-bl{
	position: relative;
	width: 1001px;
	background: url(../img/footer.jpg) 0 0 no-repeat;
	height: 45px;
}
.copy{
	font-size: 12px; 
	padding-right: 60px;
	line-height: 45px;
	color: #fff; 
	text-align: right;
}
