/* --------------- global styles -----------------*/

* { 	font-family:  Tahoma, Helvetica, sans-serif; }

html { margin: 0; padding: 0; font-size:0.7em; font-weight:normal; }

body {
  color: #333333;
  padding: 0;
  margin:0;
  background-color: #ffffff;
  text-align:center; /* center layout in ie5 and 5.5. */
  background-image:url(../PublishingImages/body_background.gif);
  background-repeat: repeat-x;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}



form{
	margin:0;
	padding:0;
}

						input {
						/*    width: 0;   IE table-cell margin fix */ 
							overflow: visible;
							background:transparent url(../images/input.gif) no-repeat scroll left top;
							border:medium none;
							height:15px;
							padding:4px 8px;
							width:auto;
						}

						input:focus {
						/*    width: 0;   IE table-cell margin fix */ 
							background:transparent url(../images/input.gif) no-repeat scroll left bottom;
						}

						textarea{
							background:transparent url(../images/textarea.gif) no-repeat scroll left top;
							border:medium none;
							padding:4px 8px;
							width:auto;
							height:auto;
						}

						textarea:focus{
							background:transparent url(../images/textarea.gif) no-repeat scroll left bottom;
						}




p,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}

img{
	border: 0;
	vertical-align: top;
}

sup{
	font-size:0.75em;
}

a:link	{
	text-decoration:none;
	color: #0094c2;
}


.box_br a:hover	{
	text-decoration:none;
	color: #FFA800;
}

a:hover	{
	text-decoration:none;
	color: #FFA800;
}

a:visited	{
	text-decoration:none;
	color: #0094c2;
}

a:active	{
	text-decoration:none;
	color: #0094c2;
}

.left{
	float:left;
}

.right{
	float:right;
}

.img_right{
	float:right;
	margin-left:20px;
	clear:both;
	margin-top:5px;
}

.img_left{
	float:left;
	margin-right:20px;
	clear:both;
	margin-top:5px;
}

.position_left{
	text-align:left;
}

.position_right{
	text-align:right;
}

.position_center{
	text-align:center;
}

/*Table styles*/


ul,ol{
	margin:0;
	padding:0;
}

#main_content ul li{
	margin-left:20px;
	margin-bottom:5px;
}

#main_content ul li ul{
	margin-bottom:20px;
}

ol{
	 margin-left:22px;
	 margin-bottom:15px;
}

ol li{
	margin-bottom:4px;
}

table{
	border:none;
}

table.table_01{
	border:1px solid #eaeaea;
	border-spacing: 0px;
	border-collapse: collapse;
	clear:both;
}



table.table_01 thead th{
	background:url(../PublishingImages/th_background.gif) repeat-x;
	border:1px solid #eaeaea;
	border-spacing: 1px;
	width:90px;
	color: #0083a2;
	padding:10px 5px 10px 5px;
	vertical-align:top;
	text-align:left;
}

table.table_01 tbody th{
	color:#b50d49;
	font-weight:bold;
	background:none;
	padding:10px 5px 10px 5px;
	width:90px;
	border:1px solid #eaeaea;
	border-spacing: 1px;
}

table.table_01 tbody td{
	border-spacing: 1px;
	vertical-align:top;
	padding:10px 5px 10px 5px;
	border:1px solid #eaeaea;
}

table.table_01 .normal{
	background:none;
	color: #333333;
}

table.table_01 tr.odd{
	background:#ffffff;
}


table.table_01 tr.even{
	background:#efefef;
}





				

/* /Table styles*/
div.hRule { /*hr with 100% width*/
	border-top: 1px solid #D8D8D8;
	margin: 5px 0 5px 0;
	height:1px;
	clear:both;
}

hr{
	height:1px;
	color:#d8d8d8;
	padding:0;
	border:0;
	background-color: #d8d8d8;
	clear:both;
	border-top:1px; 
	margin-top:10px;

}


/* --------------- global styles -----------------*/
h1{
	font-family: "Trebuchet MS";
	font-size:24px;
	color: #333333;
	font-weight:normal;
	border-bottom:1px solid #cccccc;

}

h2{
	font-family: "Trebuchet MS";
	font-size:24px;
	color: #333333;
	font-weight:normal;
	margin:0;
	margin-bottom:10px;

}
h3{
	font-family: "Trebuchet MS";
	font-size:14px;
	color: #666666;
	margin-bottom:10px;

}

h4{
	font-family: "Trebuchet MS";
	font-size:20px;
	color: #333333;
	font-weight:normal;
	margin:0;
	margin-bottom:10px;

}

h4 img{
	margin-right:5px;
}


p{
	margin-bottom:10px;
}



div#top{
	height:116px;
	position:relative;
	width:829px;
}

div#logo{
	margin-top:21px;
	width:139px;
	float:left;
}

div#menu{
	margin-top:42px;
	text-align:left;
	float:right;
	width:669px;
	height:65px;
}

img.obrazek{
	border:1px solid #9BE2F0;
	margin-bottom:15px;
}
div#menu_level1{
	height:35px;
	background:url(../images/menu_level1.gif) repeat-x;

}


div#menu_level1 ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-left:10px;
	margin-right:10px;
	height:35px;
	display:block;
}

div#menu_level1 ul li{
	float:left;
	display:block;
	height:23px;
	padding-top:11px;
	margin-top:1px;
	padding-left:5px;
	padding-right:5px;
	color:#666666;
	font-family: "Trebuchet MS";
}

div#menu_level1 ul li.selected{
	background:url(../images/menu_hover_bg.gif) repeat-x;
	font-size:14px;
	font-weight:bold;
}

.none{
	background:none;
	font-size:11px;
	font-weight:bold;
}


div#menu_level1 ul li a{
	font-size:14px;
	font-weight:bold;
	font-family: "Trebuchet MS";
}

div#menu_level1 ul li:hover{

	background:url(../images/menu_hover_bg.gif) repeat-x;
	font-size:14px;
	font-weight:bold;
}

div#menu_level2{
	height:26px;
	background:url(../images/menu_level2.gif) repeat-x;
}

div#menu_level2 ul{
	list-style:none;
	margin:0;
	padding:0;
}

div#menu_level2 ul li{
	float:left;
	margin-top:3px;
	font-family: "Trebuchet MS";
}

div#menu_level2 ul li a{
	margin-left:19px;
	font-size:12px;
	font-weight:normal;
	font-family: "Trebuchet MS";
}

div#languages{
	position:absolute;
	right:0;
	top:0;
	height:21px;
	border-left:1px solid #e4e4e4;
	padding-left:18px;
	padding-right:20px;
	padding-top:7px;
}

#recommendToFriendForm{

}




#contactForm{

}

#partnerForm{
}

#contactForm input, #registerForm input, #recommendToFriendForm input, #partnerForm input{
	width:220px;
	margin-bottom:4px;
}



#contactForm input.checkbox, #registerForm input.checkbox, #recommendToFriendForm input.checkbox,  #partnerForm input.checkbox{
	width:auto;
	margin-bottom:4px;
}

#contactForm textarea, #registerForm textarea, #recommendToFriendForm textarea,  #partnerForm textarea{
	margin-bottom:4px;
	font-size:1.0em;
	width:336px;
	height:235px;
}

#contactForm input.button, #registerForm input.button, #recommendToFriendForm input.button,  #partnerForm input.button{
	width:69px;
}

/*input.button{

	border: solid 1px #e2e2e2;
	height:20px;
	text-transform: uppercase;
	font-weight:bold;
	width:auto;
	background-color:#ffffff;
	background-image:url(../PublishingImages/button_background.gif);
	background-repeat: repeat-x;
	padding-left:2px;
	padding-right:2px;
	font-size:1.0em;
	color:#666666;
	cursor:pointer;
}*/

input.button{
	background:transparent url(../images/button.gif) no-repeat scroll left top;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	height:26px;
	padding:2px 5px;
	border:medium none;


}


input.button:hover{
	background:transparent url(../images/button.gif) no-repeat scroll left bottom;
}



#calcText{
	float:left; 
	width:89px;
}

#calcImg{
	float:left;
	width:63px;
	text-align:right;
}

#container {
	width: 829px;
	margin: 0 auto 0px auto;
	position: relative;
	text-align:left;
}

#content{
	margin:0;
	padding:0;
	width: 829px;
	float:left;
	margin-bottom:35px;
}

#main_content{
	float:left;
	width:620px;
	font-size:1.2em;
	text-align:justify;
}

#main_subcontent_left{
	float:left;
	width:310px;
	margin-right:20px;
}

#main_subcontent_right{
	float:left;
	width:280px;
}

.right_box{
	width:268px;
	border:1px solid #cccccc;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
}

.right_box img{
	margin-bottom:10px;
}

#main_content h1{
	margin-bottom:10px;
}

#main_content .Description{
	width:450px;
}

#main_content .Photo{
	width:150px;
	text-align:center;
}

.productBox{
	width:178px;
	height:160px;
	border:1px solid #cccccc;
	float:left;
	background:url(../images/box_background.gif) repeat-x bottom;
	padding:10px;
	text-align:center;
	margin-bottom:10px;
}

.productBox p{
	color: #0094c2;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	padding-top:10px;
}

a.more{
	background:url(../images/arrow.gif) no-repeat right top;
	font-size:11px;
	font-family:Tahoma;
	font-weight:bold;
	padding-right:25px;
	clear:both;
	text-align:right;
	padding-top:1px;
	padding-bottom:1px;
}


a.more:hover{
	color: #FFA800;
	background:url(../images/arrow.gif) no-repeat right -48px;
}

/*global boxes layout*/



.more_link{
	text-align:right;
	clear:both;
}

.box {
	border:1px solid #D8D8D8;
	position:relative;
	margin-bottom:15px;
	clear:both;
	background: url(../images/box_gray_bg.gif) repeat-x top;
}


.box_bottom_bg {
	position:relative;
	background: url(../images/box_gray_bottom_bg.gif) repeat-x bottom;
}


.box_tl {
	background: url(../images/tl_corner_gray.gif) no-repeat top left;
	margin:-1px 0 0 -1px;
}

.box_tr {
	background: url(../images/tr_corner_gray.gif) no-repeat top right;
	margin:-1px -1px 0 0;
}

.box_bl {
	background: url(../images/bl_corner_gray.gif) no-repeat bottom left;
	margin:0;
}


.box_br {
	background: url(../images/br_corner_gray.gif) no-repeat bottom right;
	margin:0 0 -1px 0;
	padding: 10px 10px 10px 10px;
	/*clear:both;*/
}





.box_gray_solid{
	position:relative;
	margin-bottom:15px;
	clear:both;
	background: #F0F0F0;
}

.box_tl_gray_solid {
	background: url(../images/tl_corner_gray_solid.gif) no-repeat top left;
	margin:0;
}

.box_tr_gray_solid {
	background: url(../images/tr_corner_gray_solid.gif) no-repeat top right;
	margin:0;
}

.box_bl_gray_solid {
	background: url(../images/bl_corner_gray_solid.gif) no-repeat bottom left;
	margin:0;
}


.box_br_gray_solid {
	background: url(../images/br_corner_gray_solid.gif) no-repeat bottom right;
	margin:0;
	padding: 10px 20px 10px 20px;
}















.box_aqua{
	position:relative;
	margin-bottom:15px;
	clear:both;
	background: url(../images/box_aqua_bg.gif) repeat-x top #E6F8FB;
}

.box_tl_aqua {
	background: url(../images/tl_corner_aqua.gif) no-repeat top left;
	margin:0;
}

.box_tr_aqua {
	background: url(../images/tr_corner_aqua.gif) no-repeat top right;
	margin:0;
}

.box_bl_aqua {
	background: url(../images/bl_corner_aqua.gif) no-repeat bottom left;
	margin:0;
}


.box_br_aqua {
	background: url(../images/br_corner_aqua.gif) no-repeat bottom right;
	margin:0;
	padding: 10px 10px 10px 10px;
}













.box_yellow{
	position:relative;
	margin-bottom:15px;
	clear:both;
	background: #FFF7D2;
}

.box_tl_yellow {
	background: url(../images/tl_corner_yellow.gif) no-repeat top left;
	margin:0;
}

.box_tr_yellow {
	background: url(../images/tr_corner_yellow.gif) no-repeat top right;
	margin:0;
}

.box_bl_yellow {
	background: url(../images/bl_corner_yellow.gif) no-repeat bottom left;
	margin:0;
}


.box_br_yellow {
	background: url(../images/br_corner_yellow.gif) no-repeat bottom right;
	margin:0;
	padding: 10px 20px 10px 20px;
}













.product{
	margin-top:10px;
	clear:both;
}
.productDesc{
	float:left;
	width:180px;
	margin-bottom:5px;
	line-height:16px;
}

.productPhoto{
	float:left;
	width:132px;
	text-align:right;
}
/*left side of the page*/

#left_content{
	width:318px;
	float:left;
	margin-right:14px;
	margin-top:4px;
}



#right_column{
	width:289px;
	float:left;
}

#left_menu{
	float:left;
	width:192px;
	/*margin-right:16px;*/
}

#left_menu ul{
	list-style: none;
}


#left_menu ul li a{
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background:url(../images/arrow.gif) no-repeat left top;
	padding-left:17px;
	margin-bottom:3px;
}


#left_menu ul li a:hover{
	background:url(../images/arrow.gif) no-repeat left -48px;
}



#left_menu ul li ul{
	padding-top:3px;
	padding-bottom:3px;
}

#left_menu ul li ul li a{
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	background:url(../images/arrow2.gif) no-repeat 0px 4px;
	padding-left:14px;
}

#left_menu ul li ul li a:hover{
	background:url(../images/arrow2.gif) no-repeat 0px 4px;
}


#left_menu ul li ul li ul li a{
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background:none;
}

#left_menu ul li ul li ul li a:hover{
	background:none;
}





#main_banner{
	width:526px;
	margin-right:14px;
	float:left;
	margin-bottom:10px;

}

#main_box{
	float:left;
	margin-top:34px;
	width:289px;
}

#contact_box{
	height:350px;
	background:url(../images/contact_box.jpg) no-repeat;
	margin-bottom:15px;
	padding:4px 15px 10px 15px;
}

#contact_box ul li{
	margin-bottom:5px;

}
#contact_box ul li a{
	
	background:url(../images/contact_box_li_bg.gif) no-repeat;
	width:151px;
	height:21px;
	display:block;
	padding-top:6px;
	padding-left:32px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color: #666666;
	
}


#contact_box ul li a:hover{
	background:url(../images/contact_box_li_bg.gif) no-repeat 0px -27px;
}

#contact_box ul{
	list-style:none;
}

#contact_box ul li a{
	color: #666666;
	font-family:Tahoma;
}

#contact_box select{
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size:11px;
	width:150px;

}

.text_large{
	font-size:12px;
}

a.text_large:hover{
	color: #FFA800;
}

.text_large2{
	font-size:14px;
}

.height_192{
	height:192px;
}

#DoYouKnow_box{
	padding:0px 15px 10px 15px;
}

.product .Description{
	float:left;
	width:165px;
	line-height:16px;

}

.product .Photo{
	width:80px;
	float:left;
	text-align:right;
}

.numbers{
	margin-bottom:10px;
}

/* --------------- elements styles -----------------*/

/*center side of the page*/

div#center_content{
	float:left;
	margin-right:16px;
}


/*.link{
	text-align:right;
	margin-bottom:10px;
	display:block;
	clear:both;
}*/


.margins_left_right{
	margin-left:10px;
	margin-right:10px;
}

.padding_left_right{
	padding-left:10px;
	padding-right:10px;
}

.margins_top_bottom{
	margin-top:10px;
	margin-bottom:10px;
}



.margin_left{
	margin-left:10px;
}

.margin_right{
	margin-right:10px;
}

.margin_bottom{
	margin-bottom:10px;
}

.margin_top{
	margin-top:10px;
}

.padding_top{
	padding-top:10px;
}

.padding_bottom{
	padding-bottom:10px;
}


/*center content tabs*/


.fileDownload{
	background:#f5f5f5;
	height:34px;
	margin-bottom:1px;
	margin-top:10px;
	padding:10px;
}

.fileDownload ul{
	list-style:none;
}


.fileDownload ul li a{
	background:url(../images/filedownload_ico.gif) no-repeat;
	display:block;
	padding-left:34px;
	height: auto;
}


ul.bullet_1{
	list-style-image:url(../images/bullet1.gif);
	padding:0;
	margin-left:20px;
	margin-bottom:15px;
	margin-top:15px;
}

ul.numbers{
	list-style:none;
}

ul li.number1{
	background:url(../images/1.gif) no-repeat left 3px;
	padding-left:35px;
	margin-bottom:15px;
	height:30px;
}

ul li.number2{
	background:url(../images/2.gif) no-repeat left 3px;
	padding-left:35px;
	margin-bottom:15px;
	height:30px;
}


ul li.number3{
	background:url(../images/3.gif) no-repeat left 3px;
	padding-left:35px;
	margin-bottom:15px;
	height:30px;
}


#footer{
	height:75px;
	text-align:left;
	clear:both;
	border-top:1px solid #cacaca;
	padding-top:12px;
	margin-top:15px;
	background: url(../images/footer_bg.gif) no-repeat right 5px;

}

#footer p{
	padding-left:5px;
	margin-top:10px;
	color: #666666;

}

#footer ul{
	list-style:none;
	padding:0;
	margin:0;
}


#footer ul li {
	float:left;
	text-align:left;

}

#footer ul li a{
	padding-left:5px;
	padding-right:5px;
}



#footer_links a{
	margin-left:5px;
	margin-right:5px;
}

/* --------------- footer styles -----------------*/



/* --------------- form styles -----------------*/

.radio, .checkbox{
	border: none;
	margin-right:5px;
	vertical-align:middle;
	width:auto;
	background:none;

}

label{
	vertical-align:middle;
	display:block;
}

/* --------------- /form styles -----------------*/




table.product_table{
	width:100%;
	border:1px solid #CCCCCC;
	border-collapse: collapse;
}


table.product_table tr td{
	vertical-align:top;
	border:1px solid #CCCCCC;
	padding:3px;
}


table.product_table tr:first-child{
	color:#666666;
	font-weight:bold;
	text-align:center;

}

table.product_table tr td{
	text-align:center;
}



#main_content #sitemap {
 overflow:hidden;
 margin:0;
 padding:0;
 text-align:left;
}


#main_content #sitemap ul {
 list-style:none;
 margin:0;
 padding:0;
}
#main_content #sitemap li {
 background-color:#9BE2F0;
 margin:0 0 -0.1em;
 min-height:1em;
 padding:.2em .4em;
 position:relative;
 width:9em;
}
#main_content #sitemap ul ul {
 font-size:90%;
 margin-top:-1.4em;
}
#main_content #sitemap ul ul li {
 background:#C1EDF6;
 border-top:0.5em solid #fff !important;
 border-left:0.5em solid #FED203;
 left:10.4em;
}
#main_content #sitemap ul ul ul li {
 background:#E0F6FA;
 border-color:#AAAAAA;
}
#main_content #sitemap ul ul ul ul li {
 background:#bbb;
 border-color:#c93;
}
#main_content #sitemap ul ul ul ul ul li {
 background:#999;
 border-color:#c33;
 color:#fff;
}



.partnerBoxLarge
{
	border:1px solid #CCCCCC;
	padding:10px;
	margin-bottom:10px;
}

.partnerBoxSmall{
	float:left;
	border:1px solid #CCCCCC;
	padding:10px;
	width:283px;
	margin-bottom:10px;
	height:180px; 
}
.partnerBoxSmall div
{
	display:block;
	width:260px;
}

.partnerBoxLarge div{
	display:block;
	float:left;
	width:260px;
}

.form_required {color:#e60505;}
