@charset "utf-8";
/* CSS Document */

/* MAIN -------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-size: 76%;
	color: #5f6466;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 128%;
	background-image: url(../images/intro-body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	background-attachment: fixed;
}
img {
	border:none;
}
a, a:visited {
	color: #474B4E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}


#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#container {
	width: 960px;
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat;
	background-image: url(../images/white-bg.png);
	background-color: #FFF;
}


/* TOP -------------------------------------------------------------*/
#top {
	padding: 0px;
	position: relative;
	height: 35px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#moto {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00aeef;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 30px;
}

/* LANG MENU -------------------------------------------------------------*/
#lang_menu {
	position: absolute;
	top: 4px;
	padding: 0px;
	right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#lang_menu .txt_link {
	overflow: hidden;
	text-align: right;
	float: left;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#lang_menu ul {
	list-style:none;
	padding: 0px;
	position: relative;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#lang_menu ul li {
	padding: 0px;
	position: relative;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	
}


/* MAIN MENU -------------------------------------------------------------*/
#main_menu {
	position: absolute;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
	top: 5px;
	left: -3px;
	font-size: 11px;
}
#main_menu ul {
	list-style:none;
	position: relative;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#main_menu ul li {
	position: relative;
	float: left;
	height: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #888;
}
#main_menu ul li.first {
	padding: 0px;
	border: none;
}
#main_menu ul li a {
	text-decoration: none;
	color: #0F5789;
	padding-right: 10px;
	padding-left: 5px;
	height: 19px;
	padding-bottom: 2px;
	padding-top: 2px;
	position: relative;
}
#main_menu ul li a:hover {
	color: #F00;
}
#main_menu ul li ul {
	display: none;
	position: absolute;
	margin: 0px;
	z-index: 500;
	background-color: #677983;
	left: 0px;
	top: 26px;
	width: 150px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#main_menu ul li ul li {
	float:none;
	position: relative;
	width: 130px;
	height: auto;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin: 0px;
}
#main_menu ul li ul li a {
	color: #FDFEFE;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	height: auto;
	line-height: 8px;
}
#main_menu ul li:hover {
	position: relative;
}
#main_menu ul li:hover a {
	position: relative;
}
#main_menu ul li:hover ul {
	display: block;
}
#main_menu ul li:hover ul li {
	background-image: none;
}
#main_menu ul li:hover ul li a {
	background:none;
}
#main_menu ul li:hover ul li:hover a {
	color: #A5A9AB;
}
#main_menu ul li:hover ul li:hover ul li a {
	color: #FDFEFE;
}
#main_menu ul li:hover ul li:hover ul li:hover a {
	color: #3C464D;
}
#main_menu ul li:hover ul li:hover ul li:hover ul li a {
	color: #FDFEFE;
}
#main_menu ul li:hover ul li:hover ul li:hover ul li:hover a {
	color: #505E67;
}
#main_menu ul li ul li ul {
	display: block;
	position: absolute;
	z-index: 501;
	background-color: #899AA3;
	left: 150px;
	top: 0px;
	width: 150px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#main_menu ul li:hover ul li ul {
	display:none;
}
#main_menu ul li ul li ul {
	display:none;
}
#main_menu ul li:hover ul li:hover ul {
	display:block;
}

#main_menu ul li:hover ul li:hover ul li ul {
	display:none;
}
#main_menu ul li:hover ul li:hover ul li:hover ul {
	display:block;
}
#main_menu ul li ul li ul li ul{
	display: block;
	position: absolute;
	z-index: 501;
	background-color: #A5B1B8;
	left: -150px;
	top: 0px;
	width: 150px;
	padding-top: 4px;
	padding-bottom: 4px;
}



#main_menu ul li.selected {
	text-decoration: none;
	color: #5f6466;
	background-image: url(../images/bg-menu-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	position: relative;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#main_menu ul li.selected a {
	text-decoration: none;
	color: #5f6466;
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-right: 10px;
	padding-left: 5px;
	height: 20px;
	padding-bottom: 7px;
	padding-top: 5px;
	position: relative;
	background-image: url(../images/bg-menu-right.png);
}
#main_menu ul li.selected a:hover {
	color: #A5A9AB;
}
#main_menu ul li.selected ul {
	display: none;
	position: absolute;
	margin: 0px;
	z-index: 500;
	background-color: #E1E7EA;
	left: 0px;
	top: 23px;
	width: 150px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#main_menu ul li.selected ul li {
	float:none;
	position: relative;
	width: 130px;
	height: auto;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin: 0px;
}
#main_menu ul li.selected ul li a {
	color: #5f6466;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	height: auto;
	line-height: 8px;
}

#main_menu ul li.selected:hover ul {
	display: block;
}
#main_menu ul li.selected:hover ul li {
	background-image: none;
}
#main_menu ul li.selected ul li a {
	background:none;
}
#main_menu ul li.selected ul li a:hover {
	color: #A5A9AB;
}
#main_menu ul li.selected ul li ul {
	display: block;
	position: absolute;
	z-index: 501;
	background-color: #B0BEC4;
	left: 150px;
	top: 0px;
	width: 150px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#main_menu ul li.selected:hover ul li ul {
	display:none;
}
#main_menu ul li.selected ul li ul {
	display:none;
}
#main_menu ul li.selected:hover ul li:hover ul {
	display:block;
}

#main_menu ul li.selected:hover ul li:hover ul li ul {
	display:none;
}
#main_menu ul li.selected:hover ul li:hover ul li:hover ul {
	display:block;
}
#main_menu ul li.selected ul li ul li ul{
	display: block;
	position: absolute;
	z-index: 501;
	background-color: #9FB1B9;
	left: -152px;
	top: 0px;
	width: 150px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}






/* HEADER -------------------------------------------------------------*/
#header {
	padding: 0px;
	position: relative;
	height: 250px;
	width: 100%;
	margin: 0px;
}
#solar_animations {
	position: absolute;
	height: 246px;
	width: 196px;
	top: 0px;
	right: 7px;
	border: 2px solid #00aeef;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#solar_animations1:hover {
	border: 2px solid #ed1c24;
}
#solar_animations1:hover h2 {
	background-color: #ed1c24;
}
#solar_animations h2 a, #solar_animations h2 a:visited {
	color: #FFF;
}
#solar_animations h2 a:hover {
	color: #FFF;
	text-decoration: none;
}
#solar_animations p a, #solar_animations p a:visited {
	color: #5f6466;
}
#solar_animations p a:hover {
	color: #5f6466;
	text-decoration: underline;
}

#solar_animations .sol_img {
	border: 1px solid #FFF;
	height: 135px;
	width: 184px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: absolute;
	left: 5px;
	bottom: 5px;
}
#solar_animations ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;

}
#solar_animations ul li{
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 132px;
	width: 196px;
	border: 1px solid #FFF;
	left: 0px;
	top: 0px;
}

#solar_animations h2 {
	font-size: 13px;
	color: #FFF;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #00aeef;
	margin: 0px;
	font-weight: normal;
}

#solar_animations p {
	font-size: 12px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

#euro_term_logo {
	position: absolute;
	top: 0px;
	padding: 0px;
	left: 7px;
	margin: 0px;
	background-color: #33C;
}
#euroterm_news {
	position: absolute;
	height: 155px;
	width: 190px;
	top: 85px;
	left: 7px;
	background-color: #00aeef;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#euroterm_news_border {
	width: 190px;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 155px;
	border: 1px solid #FFF;
	left: 4px;
	top: 4px;
	z-index: 2;
}
#euroterm_news img {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#euroterm_news h3 {
	color: #FC3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#euroterm_news p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #FFF;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
#euroterm_news_inner {
	height: 130px;
	width: 190px;
	position: absolute;
	left: 5px;
	top: 30px;
	overflow: hidden;
	padding-right: 0px;
	padding-left: 0px;
}
#euroterm_news_scroll {
	position: relative;
	margin-top: 0px;
}
#euroterm_news h3 {
	
	
}
#euroterm_news a, #euroterm_news a:visited {
	color: #FC3;
	text-decoration: none;
}
#euroterm_news a:hover {
	color:#FFF;
	text-decoration: underline;
}
#euroterm_news p a, #euroterm_news p a:visited {
	color: #FFF;
	text-decoration: none;
}
#euroterm_news p a:hover {
	color:#FFF;
}




#banner1 {
	height: 350px;
	width: 940px;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
}
#banner {
	height: 248px;
	width: 532px;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 214px;
}
#content_banner_frame_ul {
}
#banner ul {
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
	height: 250px;
	width: 532px;
}
#banner ul li img{
	width: 532px;
	height: 250px;
}
#banner_border {
	width: 522px;
	height: 240px;
	border: 1px solid #FFF;
	position: absolute;
	left: 4px;
	top: 4px;
	z-index: 2000;
}
#banner_slides {
	padding: 0px;
	height: 232px;
	width: 463px;
	margin: 6px;
	position: relative;
	overflow: hidden;
}


/* CONTENT -------------------------------------------------------------*/
#content {
	padding: 0px;
	position: relative;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content_left {
	padding: 0px;
	position: relative;
	width: 200px;
	float: left;
	border: 0px solid #00aeef;
	min-height: 470px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}
#content_middle {
	padding: 0px;
	position: relative;
	width: 532px;
	float: left;
	min-height: 471px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}

#content_right {
	position: relative;
	width: 200px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	float: right;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.production_icons {
	position: relative;
	width: 186px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 7px;
}
.production_icons img {
	width: 184px;
	height: 82px;
	border: 1px solid #577a9f;
}
.production_icons p {
	position: absolute;
	left: 0px;
	top: 64px;
	color: #FFF;
	margin: 0px;
	background-color: #013364;
	display: block;
	width: 176px;
	height: 18px;
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}



#firmi {
	padding: 8px;
	
}
#firmi .firma86 {
	height: 86px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}

#firmi .firma86 a img, #firmi .firma86 a:visited img {
	margin-top: 0px;
	
}
#firmi .firma86 a:hover img {
	margin-top: -86px;
	
}



#content_body {
}
.content_frontpage_main .more_link {
	text-align: left;
}
.more_link {
	text-align: right;
}
.more_link a, .more_link a:visited {
	color: #5f6466;
	text-decoration: none;
	font-weight: bold;
}
.more_link a:hover {
	text-decoration: underline;	
}
.content_article {
	padding: 7px;
}
.content_article h2 {
	font-size: 16px;
	line-height: 24px;
	color: #F00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.content_article p {
	text-align: justify;	
}
.content_article ul {
	list-style: none;
}
.content_article ul li {
	background-image: url(../images/content-bullets-li.png);
	background-position: left 4px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-repeat: no-repeat;
}
.content_article .sales_product {
	border: 1px solid #888;
	padding: 2px;
}
.content_article .breadcrumbs {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.content_article .breadcrumbs a, .content_article .breadcrumbs a:visited {
	text-decoration: underline;
}
.content_article .breadcrumbs a:hover {
	text-decoration: none;
}
.content_frontpage_main {
	position: relative;
	padding-bottom: 4px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.content_frontpage_main h2 {
	font-size: 20px;
	line-height: 26px;
}
.content_frontpage_main h2 a, .content_frontpage_main h2 a:visited {
	color: #5f6466;
	text-decoration: none;
}
.content_frontpage_main h2 a:hover {
	text-decoration: underline;	
}

.content_frontpage_main p {
	
}
.content_frontpage_main img {
	max-width: 220px;
	max-height: 300px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
	float: right;
	padding: 2px;
	border: 1px solid #5f6466;
}


.content_frontpage_news {
	position: relative;
	padding-bottom: 4px;
	width: 100%;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bec7cc;
}
.content_frontpage_news h2 {
	font-size: 15px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	line-height: 22px;
}
.content_frontpage_news h2 a, .content_frontpage_news h2 a:visited {
	color: #5f6466;
	text-decoration: none;
}
.content_frontpage_news h2 a:hover {
	text-decoration: underline;	
}
.content_frontpage_news p {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.content_frontpage_news img {
	max-width: 150px;
	max-height: 300px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
	float: right;
	display: block;
}

#content_frontpage_column_news {
	background-image: url(../images/bg-frontpage-column-news.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	width: 100%;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content_frontpage_column_news_left {
	width: 295px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#content_frontpage_column_news_right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 295px;
	position: relative;
}
#content_frontpage_column_news .content_frontpage_news img {
	max-width: 150px;
	max-height: 300px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
	float: right;
	display: block;
}
#referenci_front {
	padding: 0px;
	width: 610px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 108px;
	background-image: url(../images/referneci-front-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	
}
#referenci_front_arrow_left {
	height: 59px;
	margin: 0px;
	padding: 0px;
	width: 25px;
	overflow: hidden;
	position: absolute;
	left: 8px;
	top: 23px;
}
#referenci_front_arrow_left a img {
	margin-top:0px;
}
#referenci_front_arrow_left a:hover  img {
	margin-top:-59px;
}
#referenci_front_arrow_right {
	margin: 0px;
	padding: 0px;
	height: 59px;
	width: 25px;
	overflow: hidden;
	position: absolute;
	top: 23px;
	right: 8px;
}
#referenci_front_arrow_right a img {
	margin-top:0px;
}
#referenci_front_arrow_right a:hover  img {
	margin-top:-59px;
}
#referenci_front_thumbs {
	position: absolute;
	height: 70px;
	width: 526px;
	left: 48px;
	top: 18px;
	overflow: hidden;
	
}
#referenci_front_thumbs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}
#referenci_front_thumbs ul li {
	float: left;
}
#referenci_front_thumbs ul li:hover img {
	filter:alpha(opacity=80);-moz-opacity:.8;opacity: 0.80;
}


#referenci {
	width: 940px;
	position: relative;
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/blue-content-bg.png);
	background-repeat: repeat;
	background-position: left top;
	
}
#referenci_galerija {
	height: 609px;
	width: 934px;
	position: relative;
	padding: 0px;
	background-image: url(../images/referenci-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
#referenci_title {
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	position: absolute;
	left: 41px;
	top: 24px;
	
}
#referenci_title h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;

}
#referenci_pic {
	position: absolute;
	left: 41px;
	top: 52px;
	
}
#referenci_thumbs {
	height: 418px;
	width: 120px;
	position: absolute;
	right: 26px;
	top: 52px;
	overflow: hidden;
}
#referenci_thumbs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}
#referenci_thumbs ul li:hover img {
	filter:alpha(opacity=80);-moz-opacity:.8;opacity: 0.80;

}
#referenci_text {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 725px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	left: 40px;
	top: 510px;	
}
#referenci_text p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#referenci_arrow_left {
	height: 28px;
	margin: 0px;
	padding: 0px;
	width: 28px;
	overflow: hidden;
	position: absolute;
	left: 788px;
	top: 480px;
}
#referenci_arrow_left a img {
	margin-top:0px;
}
#referenci_arrow_left a:hover  img {
	margin-top:-28px;
}
#referenci_arrow_right {
	margin: 0px;
	padding: 0px;
	height: 28px;
	width: 28px;
	overflow: hidden;
	position: absolute;
	top: 480px;
	right: 28px;
}
#referenci_arrow_right a img {
	margin-top:0px;
}
#referenci_arrow_right a:hover  img {
	margin-top:-28px;
}


.referenci_thumb {
	margin-bottom: 30px;
	
}

#referenci_kategorii {
	position: relative;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#referenci_kategorii img {
}
#referenci_kategorii h2 {
	float: left;
	margin-top: 40px;
	
}
#referenci_kategorii ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
#referenci_kategorii ul li {
	width: 210px;
	float: left;
	margin-left: 25px;
	height: 170px;
}
#referenci_kategorii ul li a, #referenci_kategorii ul li a:visited {
	color: #5F6466;
	text-decoration: none;
	font-size: 10px;
	line-height: 10px;	
}
#referenci_kategorii ul li a:hover {
	text-decoration: underline;
	color: #000;
	
}
#referenci_kategorii ul li a img, #referenci_kategorii ul li a:visited img {
	padding: 2px;
	border: 1px solid #5F6466;

	
}
#referenci_kategorii ul li a:hover img {
	border: 1px dashed #000;

	
}

#frontpage {
	position: relative;
	width: 937px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.big_buttons h2 {
	position: absolute;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	top: 16px;
	left: 14px;
	margin: 0px;
	padding: 0px;
	
}
.big_buttons p {
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	left: 14px;
	top: 34px;
	margin: 0px;
	padding: 0px;
	
}
.big_buttons {
	margin: 0px;
	padding: 0px;
	height: 266px;
	width: 311px;
	position: relative;
	overflow: hidden;
	float: left;
}
.big_buttons a img, .big_buttons a:visited img {
	margin-top: 0px;
}
.big_buttons a:hover img {
	margin-top: -266px;
}
.big_buttons h2 a:hover img {
	margin-top: 0px;
}

/* BOTTOM -------------------------------------------------------------*/
#bottom {
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 100%;
}
.bottom_toplink {
	font-size: 90%;
	width: 45%;
}



/* PRODUCTION SPECIFICS -------------------------------------------------------------*/
#video_player_over {
	position: fixed;
	top: 40px;
	height: 490px;
	width: 608px;
	z-index: 2000;
	display: none;
}
#video_player_curtain {
	position: fixed;
	z-index: 1999;
	left: 0px;
	top: 0px;
	background-color: #000;
	display: none;
	height: 2000px;
	width: 3000px;
	filter:alpha(opacity=40);-moz-opacity:.4;opacity: 0.40;
}
#video_player_over_k15 {
	position: fixed;
	top: 40px;
	height: 490px;
	width: 608px;
	z-index: 2000;
	display: none;
}
#video_player_curtain_k15 {
	position: fixed;
	z-index: 1999;
	left: 0px;
	top: 0px;
	background-color: #000;
	display: none;
	height: 2000px;
	width: 3000px;
	filter:alpha(opacity=50);-moz-opacity:.5;opacity: 0.50;
}
.sales_button {
	height: 225px;
	width: 198px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.sales_button a img {
}
.sales_button a:hover img {
	filter:alpha(opacity=70);-moz-opacity:.7;opacity: 0.70;
}
.sales_icons_bottom {
	position: relative;
	width: 240px;
	margin-right: 10px;
	margin-left: 10px;
	display: inline;
	height: 90px;
}
.sales_icons_bottom p {
	position: absolute;
	left: 10px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	bottom: 4px;
	text-align: left;
}
.taxonomy_listing {
	margin-left: 80px;
	position: relative;
	width: 525px;
	margin-bottom: 4px;
}
.taxonomy_listing img {
	float: left;
	margin-right: 15px;
	position: relative;
	max-width: 90px;
	border: 1px solid #888;
	padding: 2px;
}
.taxonomy_listing h3 {
	float: left;
	margin: 0px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 390px;
}
.taxonomy_listing p {
	float: left;
	margin: 0px;
	position: relative;
	width: 390px;
	font-size: 12px;
	line-height: 15px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.taxonomy_listing .read_more {
	float: right;
	margin-right: 26px;
}
.taxonomy_listing  a.read_more, .taxonomy_listing  a.read_more:visited {
	text-decoration: underline;	
}
.taxonomy_listing a.read_more:hover {
	text-decoration: none;	
}
.taxonomy_divider {
	height: 1px;
	width: 500px;
	background-color: #aaa;
	margin-top: 8px;
	margin-bottom: 20px;
	margin-left: 80px;
}




/* PRODUCTION -------------------------------------------------------*/

#production_content {
	position: relative;
}

#production_content_left {
	width: 517px;
	float: right;
	position: relative;
}
#production_content_right {
	width: 200px;
	position: relative;
	text-align: left;
}
#production_content_body {
	margin: 0px;
	width: 532px;
	position: relative;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.production_content_right_box1:hover h2{
	background-color: #ed1c24;
}
.production_content_right_box1:hover {
	border: 2px solid #ed1c24;
}
.production_content_right_box h2 a, .production_content_right_box h2 a:visited {
	color: #FFF;
}
.production_content_right_box h2 a:hover {
	color: #FFF;
	text-decoration: none;
}
.production_content_right_box p a, .production_content_right_box p a:visited {
	color: #5f6466;
}
.production_content_right_box p a:hover {
	color: #5f6466;
	text-decoration: underline;
}

.production_content_right_box {
	border: 2px solid #00aeef;
	margin-bottom: 0px;
	padding-bottom: 5px;
	position: relative;
}
.production_content_right_box h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	margin: 0px;
	font-weight: normal;
	line-height: 16px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-color: #00aeef;
}
.production_content_right_box ul {
	position:relative;
	margin: 0px;
	list-style: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.production_content_right_box ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 9px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
	background-image: url(../images/production-faq-li.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	cursor: pointer;
}
.production_content_right_box ul li:hover {
	color: #ed1c24;
}
.production_content_right_box ol {
	position:relative;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
.production_content_right_box ol li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
	cursor: pointer;
}
.production_content_right_box ol li:hover {
	color: #ed1c24;
}
.production_content_right_box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-align: right;
}
.production_content_right_box p:hover {
	text-decoration: none;
	color: #ed1c24;
}

#production_content_tabs {
}
#production_content_tabs ul {
	position: relative;
	padding: 0px;
	list-style: none;
	height: 52px;
	margin: 0px;
}
#production_content_tabs ul li {
	float: left;
	position: relative;
	padding: 3px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 2px solid #00aeef;
	height: 43px;
	cursor: pointer;
}

#production_content_tabs1 ul li:hover {
	border: 2px solid #ed1c24;
}
#production_content_tabs ul li.selected {
	border: 2px solid #ed1c24;
}
#production_content_tabs ul li a, #production_content_tabs ul li a:visited {

}
#production_content_tabs ul li a:hover {

}
.production_content_right_box p 
{
	cursor: pointer;
}
.production_content_right_box h2 
{
	cursor: pointer;
}
.production_content_right_box p:hover
{
	text-decoration: underline;	
}
#production_content_tabs_shadow {
	position: absolute;
	left: 0px;
	top: 31px;
	background-image: url(../images/production-tabs-shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 10px;
	width: 450px;
	z-index: 10;	
}
#production_animation_zoom {
	position: absolute;
	z-index: 10;
	top: 310px;
	right: 10px;
	cursor: pointer;
}
#production_animation_zoomout {
	position: fixed;
	z-index: 20010;
	cursor: pointer;
	display: none;
	left: 0px;
	top: 0px;
}
#FlashAnim1Container {
	height: 360px;
	width: 528px;
	padding: 2px;
	display: block;
	background-color: #00aeef;
}
#FlashAnim2Container {
	height: 360px;
	width: 528px;
	padding: 2px;
	display: none;
	background-color: #00aeef;
}
#FlashAnim3Container {
	height: 360px;
	width: 528px;
	padding: 2px;
	display: none;
	background-color: #00aeef;
}
#FlashAnim4Container {
	height: 360px;
	width: 532px;
	padding: 0px;
	display: none;
}
.schemes {
	width: 258px;
	float: left;
	height: 169px;
	position: relative;
	border: 1px solid #72a6db;
	padding: 1px;
}
.schemes img {
	background-color: #FFF;
	padding: 0px;
	position: absolute;
	top: 3px;
	right: 3px;
}
#FlashAnim1Legenda {
	display: block;
}
#FlashAnim2Legenda {
	display: none;
}
#FlashAnim3Legenda {
	display: none;
}
#FlashAnim4Legenda {
	display: none;
	margin-top: 0px;
	height: 46px;
	padding-top: 11px;
}
.production_legenda {
	color: #FFF;
	width: 512px;
	font-size: 12px;
	height: 39px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #00aeef;
}
#content_middle h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 14px;
	background-color: #00aeef;
	color: #FFF;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 9px;
}
.production_text_noframe {
	height: 474px;
	width: 532px;
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.production_text_noframe h2 {
	margin-top: 0px;
	margin-bottom: 12px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 14px;
	background-color: #00aeef;
	color: #FFF;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 9px;
}
.production_text_noframe p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.production_text {
	height: 446px;
	width: 510px;
	overflow: scroll;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #7fa9c5;
	position: relative;
	margin: 0px;
}
.production_text h2 {
	margin-top: 8px;
	margin-bottom: 12px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 14px;
	background-color: #00aeef;
	color: #FFF;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 9px;
}
.production_text h3 {
	font-size: 14px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.production_text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.production_text ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.production_text ul li{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}


#faq {
	height: 441px;
	width: 510px;
	overflow: scroll;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #7fa9c5;
	display: block;
	margin: 0px;
}
#faq h2 {
	margin-top: 6px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 14px;
	background-color: #00aeef;
	color: #FFF;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 9px;
}
.faq {
	
}
.faq h4 {
	color: #20549D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	cursor: pointer;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../images/production-faq-zoomin.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.faq h4:hover {
	text-decoration: underline;
}
.faq h4.clicked {
	background-image: url(../images/production-faq-zoomout.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.faq p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	display: none;
}
#tech_support {
	height: 441px;
	width: 510px;
	overflow: scroll;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #7fa9c5;
	margin: 0px;
	display: block;
}
#tech_support h2 {
	margin-top: 6px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 14px;
	background-color: #00aeef;
	color: #FFF;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 9px;
}
.tech_support {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	
}
.tech_support h4 {
	color: #20549D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	cursor: pointer;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../images/production-faq-zoomin.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.tech_support h4:hover {
	color: #ed1c24;
}
.tech_support h4.clicked {
	background-image: url(../images/production-faq-zoomout.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	color: #F00;
}
.tech_support .solution {
	display: none;
}

.tech_support .question{
	background-color: #DDE9F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #20549D;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 14px;
}
.tech_support .answer {

}
.tech_support .answer p {
	background-color: #FED6D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	margin: 0px;
	padding: 5px;
}
.tech_support ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	list-style-type: square;
}
.tech_support ul li{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.arrow_right {
	height: 40px;
	width: 27px;
	background-image: url(../images/production-arrow-right.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 1px;
	padding-left: 14px;
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 4px;
	margin-left: 4px;
	float: right;
	font-weight: normal;
}
.arrow_down {
	background-image: url(../images/production-arrow-down.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 33px;
	padding-top: 0px;
	padding-left: 0px;
	text-align: center;
	padding-bottom: 20px;
}
.arrow_down span {
	background-image: url(../images/production-arrow-down-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: 28px;
	width: 33px;
	padding-top: 10px;
	padding-left: 0px;
	text-align: center;
	display: block;
}


#calc {
	height: 441px;
	width: 510px;
	overflow: scroll;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #7fa9c5;
	display: block;
	margin: 0px;
}
#calc h2 {
	margin-top: 6px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 14px;
	background-color: #00aeef;
	color: #FFF;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 9px;
}

#calc h4 {
	color: #20549D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
#calc .dropdown_box {
	border: none;
	background: none;
	border: 1px solid #03C;
	float: left;
	width: 150px;
	font-size: 11px;
	color: #039;
}
.calc_dropdown {
	height: 24px;
	width: 100%;
	padding-top: 8px;
}
.calc_box {
	float: left;
}

.icon {
	height: 30px;
	width: 30px;
	top: 3px;
	right: 1px;
	position: absolute;
}
#solar_front {
	font-size: 12px;
	width: 275px;
	padding: 0px;
	float: right;
	list-style: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#solar_front li {
	padding-left: 15px;
	background-image: url(../images/solar-bullets.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-align: justify;
	margin-bottom: 4px;
}
.solar_buttons {
	padding-left: 12px;
	padding-bottom: 8px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 6px;
	position: relative;
	margin-bottom: 7px;
	height: 29px;
	background-repeat: repeat;
	border: 2px solid #00aeef;
	background-color: #FFF;
}
.solar_buttons1:hover {
	border: 2px solid #ed1c24;

}

.solar_buttons .link_over {
	display: block;
	z-index: 2;
	height: 49px;
	width: 196px;
	position: absolute;
	left: 0px;
	top: 0px;
}



.solar_buttons h3 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777;
	font-weight: bold;
	text-transform: uppercase;
}
.solar_buttons h3 a {
	color: #777;
} 
.solar_buttons h3 a:hover {
	text-decoration: none;
} 
.solar_buttons:hover h3 {
	color: #ed1c24;
}
.solar_buttons p {
	font-size: 11px;
	color: #aaa;
	margin: 0px;
	padding: 0px;
}
.solar_buttons .solar_icon {
	top: 12px;
	position: absolute;
	right: 15px;
	width: 20px;
}

.zoom_icon_front {
	background-image: url(../images/production-animation-zoom.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	bottom: 95px;
	z-index: 200;
	left: 180px;
	height: 40px;
	width: 40px;
	filter:alpha(opacity=0);
	-moz-opacity:.0;
	opacity: 0.00;
	cursor: pointer;
}

    #big_thumb_bg {
	background-color: #000;
	filter:alpha(opacity=0);
	-moz-opacity:.0;
	opacity: 0.0;
	position: fixed;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 20000;
    }
    #big_thumb img {
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 9;
    }
    #big_thumb_desc {
        position: fixed;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        color: #FFF;
        z-index: 10;
        overflow: hidden;
        display: none;
    }
    #big_thumb_desc p {
		background-color: #00aeef;
        filter:alpha(opacity=80);
        -moz-opacity:.8;
        opacity: 0.80;
        margin: 0px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        position: absolute;
    }
    #big_thumb_close {
        position: fixed;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        color: #FFF;
        z-index: 10;
        overflow: hidden;
        display: none;
    }
    #big_thumb_loading {
        position: fixed;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
		color: #ffe4a8;
        z-index: 10;
        display: none;
    }
    #big_thumb_close p {
        background-color: #00aeef;
        filter:alpha(opacity=80);
        -moz-opacity:.8;
        opacity: 0.80;
        margin: 0px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        position: absolute;
        cursor: pointer;
    }
	#big_thumb_close_icon {
	height: 22px;
	width: 22px;
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: fixed;
	cursor: pointer;
	left: -50px;
	top: 0px;
	}
	
	
    #big_thumb_zoom {
        position: absolute;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 10px;
        z-index: 10;
        display: none;
		color: #ffe4a8;
        filter:alpha(opacity=50);
        -moz-opacity:.5;
        opacity: 0.50;
		width: 100px;
		height:16px;
		background-color:#000;
		text-align:center;
		padding-top: 4px;
    }

#big_pic_loader {
	position: fixed;
	left: -5000px;
	top: 0px;
}
	
/* MISC -------------------------------------------------------------*/
.clearfixmy {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}

