

@media screen
{
/*
	General
*/
*
	{
	padding: 0;
	margin: 0;
	}

img
	{
	border: none;
	}


a /* for Firefox*/
	{
	outline: none;
	}

a:visited
	{
	}

form /* for Opera */
	{
	margin: 0;
	padding: 0;
	}


/*
	Special fix for SEO
*/

span.invis
	{
	display: none;
	}

/*
	Layout
*/
html
	{
	height: 100%;
	margin: 0;
	padding: 0;
	}

body
	{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 62.5%; /* 1em = 10pt */
	text-align:center; /* for IE */
	background: url('../images/background.png') 0px 110px repeat-x;
	background-color: #d2d2d2;
	height: 100%;
	padding: 0;
	margin: 0;
	}

	#body_wrapper
		{
		width: 962px;
		margin: 10px auto;
		padding-bottom: 35px;
		}

		#body_header_wrapper
			{
			width: 962px;
			height: 162px;
			background-color: #d2d2d2;
			}

			#body_header
				{
				width: 929px;
				height: 107px;
				margin: 0px auto;
				padding: 55px 0px 0px 25px;
				text-align: left;
				background: url('../images/header.jpg') 0px 0px no-repeat;
				background-color: #d2d2d2;
				}

		#body_middle
			{
			width: 954px;
			min-height: 400px;
			padding: 0px 4px 0px 4px;
			background: url('../images/bg_wrapper24.png') 0px 0px repeat-y;
			}

			#main_menu_wrapper
				{
				width: 954px;
				height: 42px;
				}

				table.main_menu
					{
					width: 954px;
					height: 42px;
					}

					table.main_menu td.left_part
						{
						width: 14px;
						height: 42px;
						background: url('../images/menu_wrapper_left.png') 0px 0px no-repeat;
						}

					table.main_menu td.middle_part
						{
						width: 926px;
						height: 42px;
						background: url('../images/menu_wrapper_middle.png') 0px 0px repeat-x;
						}

					ul.main_menu_items
						{
						list-style: none;
						width: 926px;
						height: 42px;
						}

						ul.main_menu_items li
							{
							float: left;
							padding: 0px 19px 0px 14px;
							height: 36px;
							background: url('../images/separator.png') right center no-repeat;
							}

						ul.main_menu_items li.main_menu_last
							{
							padding: 0px 13px 0px 8px;
							background: none;
							}

							a.menu_item_link
								{
								display: block;
								height: 40px;
								padding: 0px 5px 0px 5px;
								background-repeat: no-repeat;
								background-position: 7px center;
								}

								a.menu_item_link:hover
									{
									background-position: right center;
									}

								a.menu_item_link_current
									{
									background-position: right center;
									cursor: default;
									}

								#mil1
									{
									width: 33px;
									background-image: url('../images/menu/home.png');
									}

								#mil2
									{
									width: 85px;
									background-image: url('../images/menu/what_is.png');
									}

								#mil3
									{
									width: 57px;
									background-image: url('../images/menu/tool.png');
									}

								#mil4
									{
									width: 83px;
									background-image: url('../images/menu/control.png');
									}

								#mil5
									{
									width: 86px;
									background-image: url('../images/menu/applications.png');
									}

								#mil6
									{
									width: 50px;
									background-image: url('../images/menu/history.png');
									}

								#mil7
									{
									width: 95px;
									background-image: url('../images/menu/package.png');
									}

								#mil8
									{
									width: 82px;
									background-image: url('../images/menu/contacts.png');
									}

					table.main_menu td.right_part
						{
						width: 14px;
						height: 42px;
						background: url('../images/menu_wrapper_right.png') 0px 0px no-repeat;
						}

			#content_wrapper
				{
				width: 930px;
				padding: 15px 13px 20px 11px;
				text-align: left;
				}

				#content_header
					{
					width: 913px;
					height: 23px;
					padding: 7px 0px 0px 17px;
					}

				#content_text
					{
					width: 930px;
					padding: 15px 0px 0px 0px;
					font-size: 1.8em;
					line-height: 1.3em;
					color: #1c0030;
					}

					#content_text h1
						{
						font-size: 1.2em;
						color: #ed1b23;
						padding: 3px 0px 20px 0px;
						}

						#content_title_applications
							{
							display: block;
							width: 163px;
							height: 17px;
							background: url('../images/phrases/applications.png') 0px 0px no-repeat;
							}

						#content_title_contacts
							{
							display: block;
							width: 153px;
							height: 17px;
							background: url('../images/phrases/contacts.png') 0px 0px no-repeat;
							}

						#content_title_control
							{
							display: block;
							width: 155px;
							height: 17px;
							background: url('../images/phrases/control.png') 0px 0px no-repeat;
							}

						#content_title_history
							{
							display: block;
							width: 94px;
							height: 17px;
							background: url('../images/phrases/history.png') 0px 0px no-repeat;
							}

						#content_title_package
							{
							display: block;
							width: 178px;
							height: 17px;
							background: url('../images/phrases/package.png') 0px 0px no-repeat;
							}

						#content_title_thanks
							{
							display: block;
							width: 93px;
							height: 17px;
							background: url('../images/phrases/thanks.png') 0px 0px no-repeat;
							}

						#content_title_tool
							{
							display: block;
							width: 107px;
							height: 17px;
							background: url('../images/phrases/tool.png') 0px 0px no-repeat;
							}

						#content_title_what
							{
							display: block;
							width: 148px;
							height: 17px;
							background: url('../images/phrases/what.png') 0px 0px no-repeat;
							}

					#content_text a
						{
						color: #32393a;
						}

						#content_text a:hover
							{
							color: #ed1b23;
							}

					#content_text ul
						{
						padding: 5px 0px 5px 25px;
						}

						#content_text li
							{
							padding: 3px 0px 5px 0px;
							}

					#content_text p.content_page_title
						{
						padding-bottom: 15px;
						}

					#content_text p
						{
						padding: 2px 0px 24px 0px;
						}

					#info_block_wrapper
						{
						float: left;
						width: 630px;
						padding-top: 1px;
						}

						#info_block_header
							{
							width: 608px;
							height: 17px;
							background: url('../images/info_block_header.png') 0px bottom no-repeat;
							}

						#info_block
							{
							width: 548px;
							min-height: 330px;
							padding: 15px 30px 5px 30px;
							background: url('../images/info_block_middle.png') 0px 0px repeat-y;
							}

						#info_block_footer
							{
							width: 608px;
							height: 17px;
							background: url('../images/info_block_footer.png') 0px 0px no-repeat;
							}

					#image_block
						{
						float: right;
						width: 300px;
						}

						#image_block table.image_block_inner
							{
							width: 300px;
							height: 390px;
							background: url('../images/image_bg.png') center 0px no-repeat;
							}

							#image_block table.image_block_inner tr td, table.image_block_inner_m tr td
								{
								text-align: center;
								vertical-align: middle;
								}

						#image_block table.image_block_inner_m
							{
							width: 300px;
							height: 580px;
							background: url('../images/image_bg_m.png') center 0px no-repeat;
							}

					#right-block
						{
						float: right;
						width: 300px;
						}

						#right-block.images-1 .body
							{
							width: 300px;
							height: 390px;
							background: url('../images/image_bg.png') center 0px no-repeat;
							}

						#right-block .body,
						#right-block.images-2 .body
							{
							width: 300px;
							height: auto;
							background: url('../images/image_bg_m.png') center top no-repeat;
							}

						.body_special
							{
							width: 300px;
							background: url('../images/image_bg_m.png') center 0px no-repeat;
							}

						#right-block.images-3 .body
							{
							width: 300px;
							height: auto;
							background: url('../images/image_bg_size3.png') center top no-repeat;
							}

							#right-block .body
								{
								padding: 17px 0px;
								text-align: center;
								}

								.icon
									{
									float: left;
									width: 145px;
									height: 100px;
									text-align: center;
									font-size: 0.6em;
									}

								.spec_icon
									{
									width: 270px;
									height: 120px;
									padding: 40px 0px 0px 0px;
									text-align: center;
									font-size: 0.6em;
									}

								.icon.aligned
									{
									margin: 25px 0 -25px 5px;
									}

								.pdf_link
									{
									clear: both;
									height: 40px;
									padding: 0px 0px 0px 130px;
									}

								#right-block .body div.icon a
									{
									display: block;
									}

						#right-block.images img
							{
							display: block;
							padding: 33px 0;
							margin: auto;
							}

						#right-block.single-image img
							{
							display: block;
							padding: 70px 0!important;
							margin: auto;
							}

						.label-wrap
							{
							display: block;
							position: relative;
							margin: -10px 0 0 0;
							}

							.label-wrap span
								{
								position: absolute;
								top: 9px;
								left: 30px;
								font-size: 1.2em;
								}

						#right-block .b-link-pdf
							{
							padding: 10px 0 0 0;
							}

							#right-block .b-link-pdf a
								{
								display: block;
								width: 90px;
								margin: 0 auto;
								font-size: 0.7em;
								text-align: center;
								}

							#right-block .b-link-pdf img
								{
								padding: 0;
								}

						#right-block.images p
							{
							text-align: center
							}

						#right-block .footer,
						#right-block.images-2 .footer
							{
							width: 300px;
							height: 20px;
							background: url('../images/image_bg_m.png') center bottom no-repeat;
							}

						#right-block.images-3 .footer
							{
							width: 300px;
							height: 20px;
							background: url('../images/image_bg_size3.png') center bottom no-repeat;
							}

						table.package_images_container
							{
							width: 270px;
							height: 580px;
							margin-left: 12px;
							text-align: center;
							}

							table.package_images_container th
								{
								width: 270px;
								height: 330px;
								vertical-align: middle;
								}

								table.package_images_container th img
									{
									padding: 0px !important;
									}

							table.package_images_container td
								{
								vertical-align: top;
								}

							.package_images_container .col-shifted
								{
								padding: 0 0 0 7px;
								}

								table.package_images_container td img
									{
									padding:0 !important;
									border: 1px solid #C0C0C0;
									}

						.two-cols
							{
							margin: 100px 18px 0;
							text-align: center;
							}

							.two-cols td
								{
								vertical-align: top
								}

							.two-cols a
								{
								display: block;
								float: left;
								padding: 3px;
								}

							a.img img,
							.two-cols img
								{
								padding:0 !important;
								border: 1px solid #C0C0C0
								}

					#right-block .wrap
						{
						height: auto;
						padding-top: 20px;
						}


					#content_footer
						{
						clear: both;
						width: 930px;
						height: 150px;
						}

						#contacts_block
							{
							float: left;
							width: 575px;
							height: 120px;
							padding: 10px 30px 0px 25px;
							}

							#contacts_block_header
								{
								height: 20px;
								}

							#contacts_block_body
								{
								padding: 10px 20px 8px 0px;
								}

								table.contacts_block_body_inner
									{
									width: 400px;
									}

									table.contacts_block_body_inner th
										{
										width: 75px;
										font-weight: lighter;
										}

									table.contacts_block_body_inner td
										{
										padding: 2px 0px 2px 0px;
										}

							#contacts_block_footer
								{
								font-size: 0.7em;
								line-height: 0.9em;
								}

								#contacts_block_footer p
									{
									padding: 3px 0px 3px 0px!important;
									}

								#contacts_block_footer a
									{
									color: #1c0030;
									font-weight: bold;
									}

									#contacts_block_footer a:hover
										{
										color: #32393a;
										}

						#phone_block
							{
							float: right;
							width: 265px;
							height: 130px;
							padding: 10px 10px 10px 25px;
							}

							#phone_block_header
								{
								padding-bottom: 20px;
								}

							#phone_block_body
								{
								font-size: 1.4em;
								}

			#body_footer
				{
				width: 954px;
				height: 84px;
				background: url('../images/footer.png') -4px 0px no-repeat;
				background-color: #000000;
				padding: 32px 0px 0px 0px;
				color: #7f7f7f;
				font-size: 1em;
				}

				#body_footer_wrapper
					{
					width: 953px;
					height: 70px;
					text-align: left;
					}

					.copyright_wrapper
						{
						float: left;
						width: 190px;
						height: 50px;
						padding: 27px 0px 0px 40px;
						}

					.footer_link
						{
						float: left;
						height: 14px;
						font-size: 0.8em;
						padding: 2px 10px 0px 10px;
						margin-bottom: 4px;
						}


						.footer_link a, .footer_link_last a
							{
							color: #7f7f7f;
							text-decoration: none;
							}

							.footer_link a:hover, .footer_link_last a:hover
								{
								text-decoration: underline;
								}

/*
	Application Page
*/
#applications
	{
	height: 710px;
	}

	#applications .item
		{
		float: left;
		width: 274px;
		height: 240px;
		text-align: center;
		}

		#applications .item img
			{
			border:1px solid #C0C0C0;
			}

		#applications .item a
			{
			display: block;
			float: left;
			padding:2px 15px;
			}

		#applications .item h3
			{
			clear: both;
			padding-top: 6px;
			text-align: center;
			color: #32393A;
			}

	#applications .items
		{
		width: 548px;
		}




/*
	Feedback form
*/

ul.feedback_errors
	{
	color: #da3838;
	padding-left: 13px !important;
	}


	table.frontend_form
		{
		margin-top: 20px;
		width: 480px;
		}

		table.frontend_form th
			{
			width: 180px;
			font-weight: lighter;
			}

		table.frontend_form input.input_field
			{
			position: relative;
			width: 270px;
			height: 19px;
			margin: 6px 0px 4px 0px;
			padding: 2px 5px 0px 5px;
			border: 1px solid #cacaca;
			background-color: transparent;
			color: #1c0030;
			}

			table.frontend_form input.input_field:focus
				{
				border: 1px solid #1c0030;
				}

		table.frontend_form .input_area
			{
			width: 270px;
			height: 220px;
			margin: 6px 0px 4px 0px;
			padding: 5px;
			border: 1px solid #cacaca;
			font-family: Tahoma, Arial, sans-serif;
			background-color: transparent;
			font-size: 0.7em;
			color: #1c0030;
			overflow: auto;
			}

			table.frontend_form .input_area:focus
				{
				border: 1px solid #1c0030;
				}

		table.frontend_form img
			{
			border: 1px solid #cacaca;
			margin: 14px 0px 8px 0px !important;
			}

		table.frontend_form input.input_kcaptcha
			{
			width: 110px;
			height: 19px;
			margin: 2px 0px 9px 0px;
			padding: 2px 5px 0px 5px;
			border: 1px solid #cacaca;
			background-color: transparent;
			color: #1c0030;
			}

			table.frontend_form input.input_kcaptcha:focus
				{
				border: 1px solid #1c0030;
				}

		table.frontend_form input.button
			{
			display: block;
			width: 122px;
			height: 30px;
			margin: 4px 0px 0px 0px;
			padding: 0px 0px 3px 0px;
			cursor: pointer;
			border: 1px solid #3d3d3d;
			background-color: #202221;
			color: #f3f3f3;
			font-size: 1.1em;
			text-align: center;
			}

		.rs
			{
			color: #da3838;
			}
}

@media print
{

*
	{
	background-image: none;
	}

body
	{
	color: black;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12pt;
	line-height: 20pt;
	}

img
	{
	border: none;
	}

a, a:visited
	{
	color: black;
	}

p
	{
	padding: 2px 0px 2px 0px!important;
	}

h1,h2,h3
	{
	font-family: Tahoma, Arial, sans-serif;
	border: none;
	font-weight: bold;
	font-size: 1.3em;
	}

#main_menu_wrapper, #image_block, #content_footer, .footer_link, .footer_link_last, #feedback_form
	{
	display: none;
	}

#body_header
	{
	padding-bottom: 40px;
	}

	#content_header
		{
		padding-bottom: 10px;
		}

#body_footer
	{
	width: 100%;
	padding-top:40px;
	font-size: 0.8em;
	}

#footer a
	{
	text-decoration: none;
	}
}

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../images/fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../images/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../images/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../images/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../images/fancybox/fancy_title_right.png) repeat-x;
}
