.obrazcy4_tabs ul {
	margin: 0 0 20px 0;
	padding: 0;
}
.obrazcy4_tabs ul.tabs {
	height: 28px;
	line-height: 25px;
	list-style: none;
	border:none!important;
	z-index: 100;
}
.obrazcy4_tabs .tabs li {
	float: left;
	display: inline;
	margin: 0 10px 2px 0;
	padding: 5px 20px;
	
	color:#444;
	font-size:16px;
	text-shadow:0 0 1px #046EA1;
	
	cursor: pointer;
	border:3px solid #046EA1!important;
	background:#FFFFFF;
	position: relative;
}
.obrazcy4_tabs .tabs li:hover {
	color: #046EA1;
	padding: 5px 20px;
}
.obrazcy4_tabs .tabs li.current {
	color: #444;
	background: #FFFFFF;
	padding: 5px 20px;
	border: 1px solid #D4D4D4;
	border-bottom: 1px solid #FFF;
}
.obrazcy4_tabs .box {
	display: none;
	border: none;
 	border-width: 0 1px 1px;
	background: none;
	padding: 0;
	overflow: hidden;
}
.obrazcy4_tabs .box.visible {
	display: block;
}

/* Reset styles
-----------------------------------------------------------------------------*/
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, img, ins, kbd, q, s, samp, small, strike, 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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, summary {
	display: block;
}

body { 
    line-height: 1;
}

:focus { 
    outline: 0;
}

ins { 
    text-decoration: none;
}

del { 
    text-decoration: line-through;
}

input, textarea {
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global styles
-----------------------------------------------------------------------------*/
html {
	height: 100%;
	background: #e5e5e5 url(/img/body-bg.png) repeat-x center top;
}

body {
	background: url(/img/header-bg.png) no-repeat center top;
	color: #444444;
	font: 12px Tahoma, Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	min-width: 1208px;
}

a {
	color: #8b0000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 15px 0;
}

h1, h1 a {
	font: 24px Arial, Tahoma, Verdana, sans-serif;
	color: #000000;
	margin: 10px 0 20px 0;
}

h2, h2 a {
	font: bold 16px Tahoma, Arial, Verdana, sans-serif;
	color: #000000;
	margin: 10px 0 20px 0;
}

h3, h3 a {
	font: bold 14px Tahoma, Arial, Verdana, sans-serif;
	color: #000000;
	margin: 10px 0 10px 0;
}

h4, h4 a {
	font: bold 13px Tahoma, Arial, Verdana, sans-serif;
	color: #000000;
	margin: 10px 0 10px 0;
}

h5, h5 a {
	font: bold 12px Tahoma, Arial, Verdana, sans-serif;
	color: #000000;
	margin: 10px 0 10px 0;
}

h6, h6 a {
	font: bold 11px Tahoma, Arial, Verdana, sans-serif;
	color: #000000;
	margin: 10px 0 10px 0;
}

ul {
	list-style: disc;
	margin: 5px 0 5px 15px;
}

ol {
	list-style: decimal;
	margin: 5px 0 5px 15px;
}

li {margin: 0;}

input {
	vertical-align: middle;
}

hr {
	background: #ccc; 
	color: #ccc;
	border: 0;
	height: 1px;
	margin: 7px auto;
	text-align: center;
	width: 100%;
}

* html hr {
	margin: 0 auto;
}

*+html hr {
	margin: 0 auto;
}

/* for clear floats */
.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

/* Text Align */
.tLeft {text-align: left;}
.tCenter {text-align: center;}
.tRight {text-align: right;}
.tJustify {text-align: justify;}

/* Floats */
.fLeft {float: left;}
.fRight {float: right;}
.fNone {float: none;}


/* Wrapper
-----------------------------------------------------------------------------*/
.wrapper {
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(/img/footer-bg.png) no-repeat center bottom, url(/img/wrapper-repeat.png) repeat-y center top, url(/img/footer-repeat.png) repeat-x center bottom;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	width: 1208px;
	margin: 0 auto;
	height: 344px;
	padding-top: 1px;
	position: relative;
	background: url(/img/header-bg.png) no-repeat center top;
}

.logo {
	cursor: pointer;
	position: absolute;
	left: 16px;
	top: 27px;
	text-decoration: none;
}


/* Top Menu */
.topmenu {
	margin: 0;
	width: 668px;
	height: 40px;
	padding: 1px 0;
	padding-right: 40px;
	padding-left: 70px;
	background: url(/img/topmenu-bg.png) no-repeat;
	position: absolute;
	left: 226px;
	top: 55px;
	display: table;
}

.topmenu li {
	list-style: none;
	display: table-cell;
	vertical-align: middle;
	background: url(/img/topmenu-border.png) no-repeat left center;
}

.topmenu li:first-child {
	background: none;
}

.topmenu li a {
	font: bold 16px/40px Arial, sans-serif;
	color: #525252;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 40px;
}

.topmenu li a:hover, .topmenu li.active a {
	background: #034b6e url(/img/topmenu-active.png) repeat-x;
	color: #fff;
}

/* Header Contacts */
.h-contacts {
	position: absolute;
	right: 10px;
	top: 28px;
	padding-left: 17px;
	background: url(/img/h-contacts-border.png) no-repeat left bottom;
	text-align: right;
}

.h-contacts-title {
	font: 12px Arial, sans-serif;
	color: #949494;
}

.h-contacts p {
	margin: 0;
	font: bold 24px/1.2 Arial, sans-serif;
	color: #df8700;
}

.h-contacts span {
	font: 18px Arial, sans-serif;
	color: #949494;
	padding-right: 2px;
}



.h-image {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.h-image img {
	border-radius: 3px;
}

/* Slider */
#slider {
	position: absolute;
	left: 6px;
	bottom: 0;
	margin: 0;
	overflow: hidden;
	width: 1196px;
	height: 235px;
}
*+html #slider {display: inline;}

#slider-slides {position: relative; height: 235px; overflow: hidden;}
#slider-slides .slide {position:relative; background: none !important}

#slider .slide img {
	height: 235px;
	width: 1196px;
}

#slider-pager {
	z-index: 500;
	height: 21px;
	position: absolute;
	left: 0px;
	bottom: 2px;
	width: 100%;
	text-align: center;
}

#slider-pager p {
	display: inline-block;
	vertical-align: middle;
	height: 14px;
	width: 14px;
	background: #fff;
	cursor: pointer;
	margin: 0px 2px;
	position: relative;
	top: -1px;
	border-radius: 50%;
}
#slider-pager p.activeSlide {background: #ff9500;}
*+html #slider-pager p {display: inline;}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 1208px;
	margin: 0 auto;
	padding: 30px 0 183px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 1px 280px 0 260px;
	min-height: 300px;
}



.breadcrumbs img {
	vertical-align: middle;
}

.content p {
	text-indent: 15px;
	line-height: 1.5;
}


.c-gallery {

}

.c-links {
	display: inline-block;
	vertical-align: top;
	width: 260px;
	padding-left: 16px;
	padding-top: 10px;
}

.c-links a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #ff9500;
	margin: 20px 0;
}

.c-photos {
	display: inline-block;
	vertical-align: top;
	width: 370px;
	margin-top: -28px;
	margin-bottom: -20px;
}

.c-photos img {
	margin-right: 21px;
	margin-bottom: 25px;
}




/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 236px;
	margin-left: -100%;
	position: relative;
	padding-top: 1px;
}

.moduletable h3 {
	background: #045a84 url(/img/moduletable-h.png) repeat-x 0 0;
	padding-left: 33px;
	color: #fff;
	font: bold 13px/29px Arial, sans-serif;
	height: 29px;

	border-radius: 4px;
	margin: 0 0 10px;
}

.sidemenu {
	margin: 0;
	margin-left: 50px;
}

.sidemenu li {
	list-style: none;
	margin: 9px 0;
	position:relative;
}

.sidemenu li a {
	font: 12px Arial, sans-serif;
	color: #777777;
	text-decoration: none;
}

.sidemenu li a:hover, .sidemenu li.active a {
	text-decoration: underline;
	color: #8b0000;
}

.sidemenu div {
	display:none;	
}
.sidemenu:hover div {
	display:block;
	position:absolute;
	border:1px solid red;
	left:140px;
	top:0;
	margin:-5px 0 0 0;
	background:#FFFFFF;
	padding:3px 5px;
	width:190px;
}

.s-button-box {
	margin-top: 30px;
	margin-left: 5px;
}

.s-button-title {
	position: relative;
	font: 30px Tahoma, sans-serif;
	color: #e5e5e5;
	white-space: nowrap;
}

.s-button-title span {
	font: 23px Tahoma, sans-serif;
	color: #034c6f;
	position: absolute;
	left: 0;
	bottom: 0;
}

.s-button {
	display: block;
	background: url(/img/s-button.png) no-repeat;
	width: 214px;
	height: 406px;
	padding: 8px 8px;
	font: 14px Arial, sans-serif;
	color: #fff;
	margin-top: -3px;
}

.s-button p {
	margin: 0;
}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 250px;
	padding-right: 10px;
	margin-left: -260px;
	position: relative;
	padding-top: 1px;
}

.right-sidebar h3 {
	font: 20px Arial, sans-serif;
	color: #282828;
	text-indent: 10px;
	margin-bottom: 9px;
}

.news-item {
	display: block;
	margin: 0 0 27px;
	padding-right: 15px;
}

.news-date {
	display: block;
	width: 80px;
	height: 20px;
	background: url(/img/news-date.png) no-repeat;
	text-align: center;
	font: 12px/20px Arial, sans-serif;
	line-height: 20px;
	color: #fff;
	margin-bottom: 7px;
}

.news-title {
	display: block;
	font: bold 13px Arial, sans-serif;
	color: #919191;
	padding-left: 3px;
}

.news-item p {
	color: #333333;
	font: 11px/1.2 Arial, sans-serif;
	margin: 10px 0 10px;
	text-indent: 10px;
}

.news-more {
	background: url(/img/news-more.png) no-repeat left center;
	display: block;
	padding-left: 16px;
	font: bold 11px Arial, sans-serif;
	color: #ff9500;
	margin-left: 3px;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -154px auto 0;
	height: 153px;
	padding-top: 1px;
	position: relative;
	overflow: hidden;
}

.footer-inner {
	width: 1208px;
	margin: 0 auto 0;
	height: 152px;
	padding-top: 1px;
	position: relative;
}

.f-logo {
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 10px;
	text-decoration: none;
	z-index: 20;
}

.counters {
	position: absolute;
	left: 32px;
	top: 103px
}

.counters a {
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
}

.f-menu {
	margin: 0;
	position: absolute;
	left: 292px;
	top: 25px;
	text-align: center;
}

.f-menu li {
	list-style: none;
	display: inline;
}

.f-menu li a {
	text-decoration: none;
	font: bold 14px Arial, sans-serif;
	color: #d0d0d0;
	display: inline-block;
	vertical-align: top;
	padding: 0 25px;
}

.f-menu li a:hover, .f-menu li.active a {
	text-decoration: underline;
	color: #fff;
}

.copyright {
	font: 11px Tahoma, sans-serif;
	color: #cacaca;
	position: absolute;
	left: 460px;
	top: 88px;
}

.copyright p {
	margin: 2px 0;
}

.footer .h-contacts {
	top: 10px;
	right: 0;
	padding-left: 10px;
	background-image: url(/img/f-contacts-border.png);
}

.footer .h-contacts-title, .footer .h-contacts span {
	color: #fff;
}
.kizel, .perl {
	display:none;	
}
#order_name, #order_email, #order_phone,  #order_comment {
	padding:0 15px 25px 0;
	vertical-align:top;	
}
#btns {
	padding-top:15px;	
}
#btns input {
	padding:3px 5px;	
}