/********IGOR ISTOCHNICK CSS TEMPLATE*********/
/*******************ABSTRACT******************/

/*
 	THIS FILE IS JOINED WITH main.css
*/

/**
 * list of all xhtml tags
 * simply comment unnecessary
 */
html, head, body, div, span,
p, h1, h2, h3, h4, h5, h6, strong, em, abbr, acronym, address, bdo, blockquote, cite, q, code, ins, del, dfn, kbd, pre, samp, var, br,
a, base,
img, area, map, object, param,
ul, ol, li, dl, dt, dd,
table, tr, td, th, tbody, thead, tfoot, col, colgroup, caption,
form, label, fieldset, legend,
b, i, tt, sub, sup, big, small, hr
{
	margin: 0;
	padding: 0;
}
input, textarea, select, option, optgroup, button {
	margin: 0;
}
html {
	border: none;
}
body {
	font: 12px Helvetica, Arial, sans-serif;
	background: url(/pic/brackground_tile.jpg);
	color: #000;
}

/**
 * :hover for any element in IE 
 */
* html body {
	behavior: url(/css/csshover.htc);
}

img {
	vertical-align: middle;
	border: none;
	//margin: -1px 0 0 0;
}
input,
select,
textarea {
	vertical-align: middle;
    font: 100% Helvetica, Arial, sans-serif;
    color: #000;
}
input.empty,
select.empty,
textarea.empty {
	color: #333;
}
table {
	border-collapse: collapse;
	empty-cells: show;
}
table td {
	vertical-align: top;
}
a:link, a:visited, a:hover, a:active  {
    color: #FF8200;
}
a:hover {
	text-decoration: none;
}

/**
 * .png in IE 
 */

* html .png {
	behavior: url(/css/png.htc);
}

/**
 * @usage <div class="clear"><!-- --></div>
 */
.clear {
	clear: both;
	height: 0;
}
.full {
	width: 100%;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.hidden {
	display: none;
}
h1 {
	margin: 10px 0 12px 0;
	font-size: 219%;
	font-weight: normal;
	color: #333;
}
h2 {
	margin: 10px 0 30px 15px;
	position: relative;
	font-size: 175%;
	font-weight: normal;
	color: #333;
}
.content h2 {
	margin: 10px 0 12px 0;
}
h3 {
	font-size: 117%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 92%;
}
h6 {
	font-size: 84%;
}
/**
 * blocks for styling corners
 */
.lt, .rt, .rb, .lb {
	background-repeat: no-repeat;
}
.lt {
	background-position: left top;
}
.rt {
	background-position: right top;
}
.rb {
	background-position: right bottom;
}
.lb {
	background-position: left bottom;
}
.background {
	background: url(/pic/background.jpg) left top repeat-x;
	width: 100%;
}
.wrapper_left {
	padding-left: 20px;
	margin-left: 3%;
}
.wrapper_right {
	padding-right: 20px;
	margin-right: 3%;
}
.left {
	float: left;
	width: 54%;
	margin: 0;
	padding: 0;
}
.right {
	float: right;
	width: 45%;
	//width: 44%;
	text-align: left;
	margin: 0;
	padding: 0;
}

.hr {
	background: url(/pic/hr_center.gif) left top repeat-x;
}
.hr .left_side {
	background: url(/pic/hr_left.gif) left top no-repeat;
}
.hr .right_side, .hr2 .right_side {
	background: url(/pic/hr_right.gif) right top no-repeat;
	height: 2px;
}
.hr2 {
	background: url(/pic/hr2_center.gif) left top repeat-x;
}
.hr2 .left_side {
	background: url(/pic/hr2_left.gif) left top no-repeat;
}
.hr2 .right_side {
	background: url(/pic/hr2_right.gif) right top no-repeat;
}

.black {
	color: #000 !important;
}
.bigger {
	font-size: 134%;
}
/******************** MENU ***********************/

.menu {
	list-style: none;
	padding-bottom: 180px;
}
.menu li {
	padding: 9px 0 7px 30px;
	margin: 12px 0 12px;
}
.menu li.empty {
	margin: 0;
	padding: 0;
	height: 1px;
}
.menu li a img {
	position: relative;
	z-index: 3;
}
.menu li.active {
	padding: 0;
	margin-left: 15px;
	background: url(/pic/menu_pattern.gif) left top repeat-x;
	color: #666;
}
.menu li.active div {
	padding: 9px 0 8px 30px;
	margin-left: -15px;
	background: url(/pic/menu_side.gif) left top no-repeat;
}
.menu li ul {
	position: relative;
	z-index: 3;
	list-style: none;
}
.menu li li {
	padding: 4px 0 2px 31px;
}
.menu_overlay {
	position: absolute;
	float: right;
	z-index: 2;
	margin-top: 70px;
	right: 0;
}

/********************* PROMO ************************/

.promo {
	margin-top: 0px;
	padding: 45px 0px 0 0px;
	font-size: 117%;
}
.promo a {
	border-bottom: 1px dashed #FF8200;
	text-decoration: none;
}
.promo a:hover {
	border-bottom: 0;
}
.promo  p {
	color: #666; 
}
.promo h2 {
	margin: 0;
	margin-left: 28px;
	padding: 0;
	padding-bottom: 12px;
}
* html .promo h2 {
	padding-bottom: 22px;
}
.promo .item {
	padding: 0;
	margin: 37px 0 45px 28px;
	//margin: 25px 0 35px 28px;
}
* html .promo .item {
	margin-top: 15px;
}
.promo .item img {
	position: absolute;
	margin-top: -3px;
	//margin-top: 9px;
}
.promo .hr2 {
	width: 350px;
}
.promo .item .txt {
	margin: 0;
	margin-left: 85px;
	width: 200px;
}

/******************* HEADER **********************/

.logo {
	padding: 30px 0 30px 0;
}
.languages {
	list-style: none;
	padding: 42px 0 80px 16px;
}
* html .languages {
	padding-left: 0;
}
.languages li {
	display: -moz-inline-box;
	display: inline-block;
	padding: 7px 4px 7px 6px;
	margin-left: 15px;
	float: left;
	font-size: 92%;
	text-transform: uppercase;
	
}
.languages li.selected {
	background: #425C5C url(/pic/language_decor.gif) right top no-repeat;
	color: #fff;
	font-weight: bold;
}
.languages li a {
	color: #fff !important;
	text-transform: uppercase;
}
.languages li.selected a {
	font-weight: bold;
	text-decoration: none;
}
.breadcrumbs {
	margin-top: 5px;
	font-size: 92%;
	color: #fff;
}
.content .breadcrumbs a {
	color: #fff !important;
}

/********************* CONTENT ************************/

.content {
	padding: 0 15px 40px 15px;
	margin-right: 7%;
}
.content.cont_homepage {
	padding: 0 15px 0 15px !important;
}
.content .homepageDecor {
	padding-top: 0px;
	font-size: 129%;
}
.content .homepageDecor table {
	margin-top: 23px !important;
}
.content .homepageDecor td {
	font-size: 78%;
	width: 50%;
}
.content .homepageDecor td b {
	font-size: 115%;
}
* html .content.cont_homepage {
	margin-top: 0;
}
.content table {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	border: 0;
	width: 100%;
	//width: 107% !important;
}
* html .content table {
	width: 100% !important;
}
p {
	margin: 12px 0 12px 0;
}
.content .links {
	margin-top: 40px;
	color: #999;
}
.content .links a {
	color: #000;
}
.content .links td:first-child {
	padding-right: 75px;
}
* html .content .links td {
	padding-right: expression(!previousSibling ? '75px' : '0');
}
.content li {
	padding-left: 32px;
	padding-bottom: 10px; 
}
.content ol {
	margin-top: 15px;
	margin-bottom: 10px;
}
.content ol li {
	padding-left: 0;
	margin-left: 38px;
}
.content ul li {
	list-style: none;
	background: url(/pic/bullet.gif) 21px 6px no-repeat;
}
.content h3 {
	font-size: 100%;
	margin: 45px 0 0 0;
	font-weight: bold;
}

/* ---------------- BLOCKS ----------------- */

.blocks {
	padding-top: 35px;
}
.blocks .block {
	margin-top: 10px;
	margin-right: 10px;	
	float: left;
}
.blocks .block.gray {
	background: url(/pic/form_background.png) left top repeat;
	padding: 36px 5px 5px 5px;
	width: 110px;
	height: 79px;
	text-align: center;
}
.blocks .block.gray.contact {
	font-weight: bold;
} 
* html .blocks .block.gray {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/pic/form_background.png, sizingMethod=scale);	
}
.blocks .block.gray.big {
	width: auto;
	height: auto;
	margin-left: 130px;
	margin-right: 0;
	padding: 36px 30px 5px 37px;
	//margin-top: -20px;
}
* html .blocks .block.gray.big {
	margin-left: 65px;
	margin-right: 55px;
}
.blocks .block.empty {
	width: 120px;
	height: 120px;
}
.blocks .block.holder {
	width: auto;
	height: auto;
	margin: 0;
}
.blocks .block.border, .blocks .block.small {
	border: 1px solid #B0C6CF;
	width: 118px;
	height: 118px;
}

.blocks .block.gray_img {
	background: #9AB3BD;
	position: relative;
	padding: 5px;
	width: 110px;
	height: 110px;
	z-index: 2;
}
.blocks .block.gray_img .image_wrapper {
	position: absolute;
	overflow: hidden;
	background: #B1C6CF;
	width: 110px;
	height: 110px;
}
.blocks .block.gray_img .image_wrapper img {
	position: relative;
	cursor: pointer;
	//margin: -1px 0 0 0;
	height: 111px;
}

.blocks .block.small {
	width: 68px;
	height: 68px;
}
.blocks .block.small.lb {
	margin-top: 60px;
	margin-right: 60px;
}
.blocks .block.small.rt {
	margin-bottom: 60px;
	margin-left: 50px;
}
* html .blocks .block.small.rt {
	margin-left: 25px;
}

/* ---------------- LIGHTBOX ----------------- */

#lightbox, #lightbox_image {
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	display: none;
	position: absolute;
}
#lightbox {
	z-index: 10;
	background: #000;
	width: 100%;
	height: 400px;
}
#lightbox_image {
	z-index: 11;
	padding: 11px 10px 3px 10px;
	//padding-bottom: 5px;
	//margin: 0 !important;
	background: white url(/pic/lightbox_loading.gif) center center no-repeat;
}
#lightbox_image div {
	background: white;
}
#lightbox_close {
	cursor: pointer;
	margin-top: 5px;
	//margin-top: 6px;
}
#popup_container {
	height: 0;
}
#lightbox_prev, #lightbox_next {
	position: absolute;
	display: block;
	z-index: 15;
	cursor: pointer;
	margin-bottom: -50px;
	padding-top: 8px;
	visibility: hidden;
}
* html #lightbox_prev, * html #lightbox_next {
	filter:alpha(opacity=100);
} 
#lightbox_next {
	float: right;
	padding-top: 8px;
}

/* ----------- OVERLAYS ------------- */

.blocks .popup_overlay {
	position: absolute;
	display: none;
	z-index: 5;
	width: 110px;
	height: 61px;
	cursor: pointer;
	background: none;
}
.blocks .gray_img .hovered .popup_overlay {
	background: url(/pic/popup_overlay.png) left top no-repeat;
	height: 110px;
}
* html .blocks .gray_img .hovered .popup_overlay {
	background: none;	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/pic/popup_overlay.png, sizingMethod=scale);
} 

/* ---------------------- GALLERY ---------------------- */

#gallery {
	position: absolute;
}

.gallery_wrapper {
	margin-bottom: 480px; 
}

.nav {
	margin-top: 18px;
}
.nav a img {
	cursor: pointer;
}
.nav a img.inactive {
	cursor: default;
}

/* ---------------------- FORM ---------------------- */

.form .input {
	border: 2px solid #556E72;
	padding: 3px 2px 3px 2px;
	width: 90%;
}
.form label {
	margin: 0;
	padding: 3px 0 0 0;
	display: block;
}
.form input, .form textarea {
	margin-bottom: 25px;
}
.form table {
	color: #000;
	width: 100%;
	margin: 0;
}
.form table td {
	text-align: left;
}
.form table td:first-child {
	width: 25%;
}
* html .form table td {
	width: expression(!previousSibling ? '25%' : 'auto');
}
.form .submit {
	padding: 2px 10px 2px 10px;
}
.form .error .input {
	border: 2px solid #A00;
}
.form .error label {
	color: #A00;
}
.form .error_message {
	text-align: left;
	color: #A00;
	font-weight: bold;
	padding-bottom: 20px;
	padding-left: 4px;
}
.form .captcha input {
	width: 169px;
}
.form .captcha img {
	margin-bottom: 5px;
}

.form_confirm table {
	width: 100%;
	margin: 0;
}
.form_confirm {
	padding: 5px 30px 5px 37px !important;
}

/* ---------------------- ELEMENT TABLE ---------------------- */

#elementTable {
	width: 100%;
	empty-cells: show;
}
.elementTable_wrapper {
	padding-left: 15px;
}
#elementTable th img {
	margin-bottom: 7px;
	margin-left: 5px;
}
/* --- HEADING --- */
#elementTable th {
	font-weight: normal;
	padding-bottom: 50px;
	text-align: left;
}
#elementTable th.right_aligned {
	text-align: center;
}
#elementTable th img {
	filter:alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}
#elementTable th.active img, #elementTable td.active, #elementTable td.active .line {
	filter:alpha(opacity=99);
	-moz-opacity: 0.99;
	opacity: 0.99;
}
#elementTable a.jsActive {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#elementTable th a, #elementTable th img, #elementTable td img {
	text-decoration: underline;
	cursor: pointer;
	color: #E45601;
}
#elementTable th a:hover {
	text-decoration: none;
}
#elementTable th div {
	width: 60px;
	text-align: center;
	position: relative;
	margin-top: 5px;
	z-index: 3;
}
#elementTable th.right_aligned div {
	float: right;
	margin-right: 90px;
	margin-top: 0px;
}
* html #elementTable th.right_aligned div {
	margin-right: 28px;
} 
#elementTable th div div {
	margin-left: -28px;
	width: 120px;
	text-align: center;
	position: relative;
}
#elementTable th.right_aligned div div {
	position: absolute;
	margin-left: -70px;
	//margin-left: -100px;
	width: 200px;
}
/* --- ELEMENTS --- */

#elementTable td {
	padding-bottom: 15px;
	filter:alpha(opacity=20);
	-moz-opacity: 0.20;
	opacity: 0.20;
}
#elementTable td.right_aligned {
	text-align: right;
	padding-right: 90px;
}
#elementTable td.pre_last {
	padding-right: 90px;
}
#elementTable td img {
	float: left;
}
#elementTable td.right_aligned img {
	float: right;
	margin-left: 5px;
}
#elementTable td div {
	margin-left: 65px;
}
#elementTable td.right_aligned div {
	margin-left: 0;
	margin-right: 64px;
}

/* --- LINES --- */

#elementTable td .line {
	position: relative;
	width: 1px !important;
	border-left: 1px solid #9CB2B7;
	margin-left: 30px;
	//left: -30px;
	
	height: 40px;
	margin-top: -40px;	
	
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#elementTable td.right_aligned .line {
	float: right;
	margin-right: -35px;
	//margin-right: 0;
	//left: 35px;
}
#elementTable h3 {
	font-size: 14pt;
	color: #333;
}
#elementTable p {
	font-size: 92%;
	color: #666;
}

/************************** PRODUCTION ******************************/

/* ----------- BOX ------------- */
.production {
	margin-left: 10px;
	margin-right: 10px;
}
.production hr {
	margin: 20px 0 0 0;
	//margin: 17px 0 0 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #A6BDC5;
	border-bottom: 1px solid #F8FBFB;
	//text-align: left;
	//width: 107%;
}
* html .production hr {
	width: 100%;
	position: static;
}
.production h3 {
	margin: 15px 0 3px 0;
}
.production h3 a {
	color: #FFA120;
	border-bottom: 1px dashed #FFA120;
	cursor: pointer;
	font-size: 150%;
}
.production h3 a:hover, .production h3 a.active {
	color: #434343;
	border-bottom: 1px dashed #434343;
}
.production h3 a.active {
	cursor: default;
}
.production .box {
	margin: 0;
	padding: 0;
	overflow-y: hidden !important;
	position: relative;
	//padding-right: 35px;
}
* html .production .box {
	padding-right: 0;
}
.production .inner1 {
	border: 1px solid #B7C1BE;
	background: #DDEBEB;
	margin-top: 15px;
}
.production .inner1 .inner2 {
	position: relative;
	border-top: 1px solid #F9FCFC;
	border-left: 1px solid #F9FCFC;
	padding: 12px 20px 10px 20px;
}
.production .triangle {
	background: url(/pic/output_box_triangle.gif) left top no-repeat;
	position: absolute;
	margin: -25px 0 0 -6px;
	height: 13px;
	width: 11px;
}
.production .infoList {
	margin-top: 23px;
}
.production .box p {
	margin-bottom: 0;
	margin-top: 15px;
}

/* ------------------ Images ----------------- */

.production table {
	width: 100%;
	margin: 0;
	padding: 0;
}

.production .img {
	background: url(/pic/output_img.gif) center top no-repeat;
	padding: 5px 5px 7px 7px;
	//padding-left: 6px;
	text-align: center;
	color: #484848;
	width: 25% !important;
}
* html .production .img {
	padding-left: 7px;
}
.production .img.inactive {
	background: none;
}
.production .img p {
	padding-right: 1px;
	width: 90px;
	margin: 0 auto 0 auto;
	padding-top: 13px;
	text-align: center;
}
.production .img.align_left p {
	margin-left: 0;
}
.production .img.align_right p {
	margin-right: 0;
}
.production .arrow {
	padding: 0 35px 0 35px;
	background: url(/pic/output_arrow.gif) center 32px no-repeat; 
}

/********************** BOTTOM ILLUSTRATIONS ************************/

.bottom {
	padding: 140px 0 50px 0;
	float: left;
	clear: left;
}
* html .bottom {
	padding-top: 140px;
}
.bottom.homepage {
	padding: 0;
	margin: 85px 0 50px 0;
	float: none;
	width: auto;
}
* html .bottom.homepage {
	margin-top: -55px;
}
.bottom .right_image {
	float: right;
	margin-right: 200px;
}
.bottom .left_image {
	margin-left: 210px;
	margin-top: 114px;
}
.bottom.homepage .left_image {
	float: left;
	margin-top: 0;
	margin-left: 210px;
}
* html .bottom.homepage .left_image {
	margin-left: 195px;	
}
.bottom .right_illustration {
	background: url(/pic/illustrations/footer_right.jpg) right top no-repeat;
	height: 99px;
}
.bottom .left_illustration {
	position: absolute;
	background: url(/pic/illustrations/bottom_left.gif) left top no-repeat;
	width: 233px;
	height: 373px;
	margin-top: -145px;
}
.bottom.homepage .left_illustration {
	margin-top: -160px;
}
* html .bottom.homepage .left_illustration {
	left: 0;
}

/********************** FOOTER ************************/

#footer {
	margin: 0;
	padding: 0 0 30px 0;
	overflow: hidden;
}
#footer .hr {
	margin: 0 5% 40px 5%;
}
#footer .content_wrapper {
	padding-left: 50px;
	margin-left: 5%;
	font-size: 92%;
}
#footer .content_wrapper div {
	width: 27%;
	float: left;
	margin: 0;
	padding: 0;
}
#footer .content_wrapper div.contact {
	width: 45%;
}
#footer .content_wrapper div.contact img {
	margin-left: 20px;
}
#footer .content_wrapper div.clear {
	width: 100%;
	float: none;
}