body, html { padding: 0; margin: 0;}

body {
	font: 14px Tahoma, Verdana, Arial, sans-serif;
	color: #262D33;
	background: url(images/body_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-size: auto;	
}

p, ul, ol, ul li, ol li {margin: 7px 0;}

ol, ul {
	list-style-type: square;
	padding: 0 0 0 35px;
}

form input, form select, form textarea  {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    font-size: 14px;
    padding: 3px 7px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #bf1010;
	text-transform: uppercase;
}

h1 {font-size: 28px;margin: 10px 0 15px;}
h2 {font-size: 20px;margin: 10px 0;}
h3 {font-size: 18px;margin: 10px 0;}
h4 {font-size: 16px;margin: 10px 0;}
h5 {font-size: 15px;margin: 10px 0;}
h6 {font-size: 14px;margin: 10px 0;}

a {color: #a8202e;}

.wrapper {
	width: 1100px;
    margin: 0px auto 20px;
	padding: 0;
}

.wrapper > table {
	width: 100%;
}

.wrapper > table td {
	vertical-align: top;
}

.header {
	background: url(images/bot.png);
	background-repeat: no-repeat;
	background-position: center -2px;
	background-size: 100% auto;
	padding-top: 40px;
}
.inheader {
	height: 115px;
	width: 100%;
	background: url(images/header.jpg) #8E8E8;
	background-repeat: no-repeat;
	background-position: -135px 0;
	background-size: auto 100%;
	position: relative;
	z-index: 0;
}

.man_top {
	height: 250px;
    opacity: 0.2;
    position: absolute;
    right: -120px;
    top: -40px;
    z-index: -1;
}

.top_menu {
	padding: 0;
	background: url(images/top_menu_shadow.png);
	background-repeat: no-repeat;
	background-size: 100% 16px;
	background-position: center bottom;
	height: 57px;
	
}

.top_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	background:#f8c301;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}

.top_menu ul li {
	display: inline-block;
	margin: 0;
}

.top_menu ul li a {
	display: block;
	padding: 12px 30px;
	text-align: center;
    font: bold 14px Arial;
	text-transform: uppercase;
    color: #000;
	text-decoration: none;
	line-height: 17px;
}

.top_menu ul li a:hover, .top_menu ul li.current a {
	color: #ffffff;
	text-decoration: 0 0 1px #ffffff;
	background: url(images/lia1.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: left top;
}

.logo {
	float: left;
	margin: 5px;
	color: #3D5061;
}
.logo a {
	display: block;
	float: left;
	margin: 0 10px 0 0px;
}
.logo img {
	max-height: 100px;
}
.logo div {
	color: #231569;
	float: left;
	margin: 10px 0 0 0;
	font-size: 12px;
}
.logo div .span {
	height: 35px;
    margin: 0 0 -4px -5px;
}
.logo div span {
	font: bold 22px Calibri;
}

.telephones {
	float: right;
	margin: 5px;
	font-size: 13px;
	text-align: right;
}

.telephones span {
	font-size: 28px;
	color: #bf1010;
}

.telephones a {
	font-size:14px;
	font-weight:bold;
	line-height: 40px;
}

.left_column {
	width: 240px;
	padding: 10px 10px 0px 10px;
	background: url(images/left.png);
	background-repeat: repeat;
	background-size: auto;
	background-position: 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow:1px 2px 2px #000000;
    -webkit-box-shadow:1px 2px 2px #000000;
    -ms-box-shadow:1px 2px 2px #000000;
    -o-box-shadow:1px 2px 2px #000000;
    box-shadow:1px 2px 2px #000000;
}

.left_column h2 {
	margin-top: 5px;
	padding: 5px;
	background: url(images/body_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-size: auto;
    -moz-box-shadow: 0 0 2px #000000;
    -webkit-box-shadow: 0 0 2px #000000;
    -ms-box-shadow: 0 0 2px #000000;
    -o-box-shadow: 0 0 2px #000000;
    box-shadow: 0 0 2px #000000;
}

.left_column div {
	padding: 10px;
	margin: 10px 0;
	text-align: center;
	background: url(images/body_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-size: auto;
    -moz-box-shadow: 0 0 2px #000000;
    -webkit-box-shadow: 0 0 2px #000000;
    -ms-box-shadow: 0 0 2px #000000;
    -o-box-shadow: 0 0 2px #000000;
    box-shadow: 0 0 2px #000000;
}

.left_column ul {
	padding: 10px 15px 10px 22px;
	margin: 0 0 50px 0px;
	min-height: 220px;
	background: url(images/body_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-size: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 2px #000000;
    -webkit-box-shadow: 0 0 2px #000000;
    -ms-box-shadow: 0 0 2px #000000;
    -o-box-shadow: 0 0 2px #000000;
    box-shadow: 0 0 2px #000000;
}

.left_column li {
	color: #313F4A;
	margin: 0;
}

.left_column li a {
	color: #3D5061;
    display: block;
    font-size: 13px;
    padding: 4px 0px 5px 0;
	text-decoration: none;
}

.left_column li a:hover, .left_column li.current a { 
	border-bottom: 1px dashed #a8202e;
    padding: 3px 0px 5px 0;
	color: #a8202e;
	font-weight: bold;
}

.lictens {
	margin: 10px auto;
	width: 99%;
	text-align: center;
}

.right_column {
	padding: 0px;
}

.right_column  .contenttext {
    padding: 15px 5px 5px 15px;
	margin: 0px auto;
	font-size: 13px;
}

.right_column  .contenttext h1 {
	margin-top: 0px;
}

.right_column  .contenttext .textcat{
	margin: 0px auto;
	width: 100%;
	clear: both;
}

.right_column  .contenttext .price {
	margin: 0px auto;
	width: 100%;
	clear: both;
	font-size: 14px;
}

.right_column  .contenttext .price table {
	width: 100%;
	clear: both;
	margin: 25px 0 35px;
}

.right_column  .contenttext .price table th, .right_column  .contenttext .price table td {
	border: 1px solid #888888;
	padding: 10px;
}

.right_column  .contenttext .price table th {
	font: normal 16px Arial;
	color: #ffffff;
	background: url(images/lia1.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: left top;
}
.right_column  .contenttext .price table td img {
	display: block;
	margin: 10px auto;
	width: 150px;
}
.right_column  .contenttext .price table td span {
	display: block;
	margin: 0px auto 10px;
	padding: 10px 20px;
	font-size: 16px;
	background: #F8C301;
	color: #000000;
	text-align: center;
}

.razdel {
	height: 30px;
}

.zakaz_tovar {
	background: url(images/bgf.png);
	background-repeat: repeat;
	background-position: 0 0;
	background-size: auto;
}


.zakaz_tovar .topbg, .zakaz_tovar .botbg {
	width: 100%;
	clear: both;
	margin:0;
	padding:0;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-size: auto;
}

.zakaz_tovar .topbg {
	height: 17px;
	background: url(images/white_gray.png);
}

.zakaz_tovar .botbg {
	height: 19px;
	background: url(images/gray_dotted.png);
}

.zakaz_tovar form {
	width: 920px;
	margin: 0 auto;
}

.zakaz_tovar table {
	width: 100%;
}
.zakaz_tovar input, .zakaz_tovar textarea {
	border-color: #f8c301;
}
.zakaz_tovar table td {
	padding: 10px;
}

.zakaz_tovar h2{ 
	text-align: center;
}

.zakaz_tovar label {
	width: 80px;
	display:inline-block;
	color: #000000;
	float: left;
}

.zakaz_tovar label span {
	color: #bf1010;
}

.zakaz_tovar input {
	width: 200px;
	font-size: 14px;
	display: inline-block;
	float: left;
}

.zakaz_tovar textarea {
	margin-top: 5px;
	width: 540px; height: 185px;
}

.zakaz_tovar #first {
	padding-top: 10px;
	width: 340px;
}
.zakaz_tovar #first p {
	margin: 0 0 5px 0;
}
.zakaz_tovar #first span {
	color: #bf1010;
}

.zakaz_tovar .file {
	padding-top: 0;
}

.zakaz_tovar .file input {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 8px;
	width: 309px;
	background: #ffffff;
} 

.zakaz_tovar .sbmt {
	text-align: center;
}

.zakaz_tovar .button {
	background: #F8C301;
	border: 2px solid #000000;
	color: #000000;
	padding: 3px 40px 6px;
	font-size: 22px;
	float: none;
}

.zakaz_tovar .button:hover {
	background: #BF1010;
	cursor:pointer;
	color:#ffffff;
}

.counter {
	float: left;
	width: 30px;
}

.footer {
	padding-top: 40px;
}

.footer_tel {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	color: #0b0b0b;
	background: url(images/bot.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

.footer_tel td {
	border: 0;
	border-collapse: collapse;
	vertical-align: top;
	padding: 25px 10px; 
}

.footer_tel td p {
	font-size: 13px;
}

.footer_td_1 {
	width: 265px;
}

.footer_td_2 {
	text-align: center;
}

.footer_td_3 {
	text-align: right;
	width: 265px;
}

#popup_telbutton {
	float: left;
	display: block;
	margin: 35px 0 5px 115px;
	padding: 6px 10px 7px;
	color: #ffffff;
	font-size: 16px;
	width: 215px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 1px #000000;
	background: url(images/lia.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: left top;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
	box-shadow: 0 0px 1px #aaaaaa;
}

#popup_telbutton:hover {
	font-size: 15px;
	padding: 6px 10px 6px;
	width: 213px;
	margin-bottom: 0px;
	margin-top: 34px;
	background: url(images/lia1.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: left top;
}

#popup_window {
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 400;
    background: rgba(0,0,0,0.4);
}

#modal_content {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.4);
    margin: 10% auto 0;
    width: 500px;
    z-index: 401;
	background: url(images/bgf.png);
	background-repeat: repeat;
	background-position: 0 0;
	background-size: auto;
	border: 3px solid #a8202e;
	padding-bottom: 15px;
}

#modal_content #popup_close img {width: 30px;}
#modal_content #popup_close {
	clear: both;
    float: right;
    margin: 10px 15px;
	cursor: pointer;
}

#modal_h2 {
	font-size: 24px;
    padding: 15px 20px 10px;
    color: #BF1010;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #ffffff;
}

#callp_form {
    margin: 0;
    padding: 19px 20px 10px;
    overflow: hidden;
	clear: both;
    min-height: 140px;
	z-index: 12;
}

#popup_window form p, #popup_window form .p {
	padding: 7px 15px;
}

#popup_window form label {
	display: inline-block;
    width: 150px;
	color: #000000;
	text-shadow: 0 0 1px #ffffff;
    font-size: 16px;
}
#popup_window form input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #f8c301;
    font-size: 16px;
    padding: 5px 10px;
	min-width: 250px;
	color: #000000;
	
}

#popup_window form input.submit {
	background: #f8c301;
    border: 2px solid #000000;
    color: #000000;
    font-size: 18px;
    padding: 7px 15px;
	min-width: 100px!important;
	cursor:pointer;
}
#popup_window form input.submit:hover {
	background: #BF1010;
    font-size: 17px;
    padding: 7px 14px;
	margin-bottom: 1px;
	margin-left: 1px;
	color:#ffffff;
}