@charset "utf-8";
/* Common styles */
body {
	background: #fff url('../images/kowary/background.jpg') repeat-x top left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

/* headings, paragraphs */
h1 {font-size:20px; margin: 15px 0 14px}
h2 {font-size:18px; margin: 15px 0 14px}
h3 {font-size:16px; margin: 15px 0 14px}
h4 {font-size:16px; margin: 15px 0 14px}

p, ul, li, ol, div, hr input textarea span, form{
  padding: 0;
  margin: 0;
}

li{
  list-style: none;
}

#header{position: relative; width: 970px; margin: 0 auto; height: 185px;}

#header h1 span, #header h2 span{
  display: none;
}

#header h1#logo{
  background: url('../images/kowary/logo.jpg') no-repeat left top;
  display:block;
  float: left; 
  width: 98px;
  height: 120px;
  margin: 2px 5px 0 4px;
  padding: 0;
}
 
#header h1#logo a{
  width: 100%;
  height: 100%;
  display: block;
}

#header h2#company_name{
  background: url('../images/kowary/company_name_new.jpg') no-repeat left top;
  display:block;
  float: left; 
  width: 331px;
  height: 46px;
  margin: 62px 4px 0 18px;
  padding: 0;
}

#header form{
  position: absolute;
  right: 0px; 
  top: 75px;
  display: block;
  width: 294px;
  height: 28px;
}

form.search input.search{
  float: left;
  background: url('../images/kowary/search_field.jpg') top left;
  border: none;
  width: 195px;
  height: 18px;
  padding: 5px 8px;
  color: #c3c1c1;
}

form.search input.submit{
  float: right;
  background: url('../images/kowary/search_button.jpg') top left;
  border: none;
  width: 74px;
  height: 28px;
  padding-bottom: 4px;
  padding-left: 8px;
  color: #c3c1c1;
  text-align: left;
}

#header ul#languages{
  position: absolute;
  right: 0px; 
  top: 5px;
  height: 36px;
}

#header ul#languages li{
  float: left;
  margin-left: 7px;
}

#header ul#languages li a{
  width: 24px;
  display: block;
  background-image: url('../images/kowary/languages_bw.jpg');
  height: 36px;
}

#header ul#languages li a span{
  display: none;
}

#header ul#languages li.selected a.pl,
#header ul#languages li a.pl:hover{background-position:   0px 0px;}
#header ul#languages li.selected a.de,
#header ul#languages li a.de:hover{background-position: -30px 0px;}
#header ul#languages li.selected a.en,
#header ul#languages li a.en:hover{background-position: -61px 0px;}
#header ul#languages li.selected a.fr,
#header ul#languages li a.ru:hover{background-position: -90px 0px;}

#header ul#languages li.pl a{background-position: -119px 0px;}
#header ul#languages li.de a{background-position: -149px 0px;}
#header ul#languages li.en a{background-position: -180px 0px;}
#header ul#languages li.ru a{background-position: -209px 0px;}

#core{position: relative; width: 970px; margin: 0 auto;}

#core ul.main_menu{
  height: 40px;
}

#core ul.main_menu li{
  font-size: 13px;
  float: left;
  padding: 0 10px;
  background: url('../images/kowary/menu_braker.jpg') right top no-repeat;
}

#core ul.main_menu li.lastone{background: none;}

#core ul.main_menu li a{
  cursor: pointer;
  text-decoration: none;
  color: #6a6969;
  text-align: center;
  display:block;
  height: 34px;
  width: 100%;
}

#core ul.main_menu li a span{
  height: 26px;
  padding: 4px 9px 4px 9px;
  text-decoration: none;
  display:block;
}

#core ul.main_menu li.selected a{
  background: url('../images/kowary/mainmenu_open_door.gif') left top no-repeat;
  color: #fff;
}

#core ul.main_menu li.selected a span{
  background: url('../images/kowary/mainmenu_close_door.jpg') right top no-repeat;
}

#core ul.main_menu li.unselected a:hover{
  background: url('../images/kowary/mainmenu_open_door_hover.gif') left top no-repeat;
}

#core ul.main_menu li.unselected a:hover span{
  background: url('../images/kowary/mainmenu_close_door_hover.jpg') right top no-repeat;
}

#carousel{
  display:block;
  width: 968px;
  height: 300px;
  margin: 18px 0px;
  overflow: hidden;
  position: relative;
}

#small_carousel a,
#carousel .content a{
  color: #fff;
}

#small_carousel .content,
#carousel .content{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 5;
  padding: 10px;
  width: 948px;
  color: #fff;
  background: url('../images/kowary/transparent_bcg.png');
}

.div_switcher{
  display:block;
  width: 968px;
  height: 300px;
  overflow: hidden;
}

.div_switcher img{
  width: 968px;
  height: 300px;
}

.page_main .div_switcher{
  display:block;
  width: 270px;
  height: 308px;
  overflow: hidden;
}

.page_main .div_switcher img{
  width: 270px;
  height: 308px;
}

.small_div_switcher{
  display:block;
  width: 968px;
  height: 145px;
  overflow: hidden;
}

.small_div_switcher img{
  width: 968px;
  height: 145px;
}

#small_carousel{
  display:block;
  width: 968px;
  height: 145px;
  margin: 18px 0px;
  overflow: hidden;
  position: relative;
}

#footer {
  margin:20px 0;
}

#footer ul.main_menu_footer{
  height: 18px;
  border: 1px #e2e2e2;
  border-style: solid none;
  padding: 8px 8px;
  display: block;
}

#footer ul.main_menu_footer li{
  float: left;
  margin-right: 5px;
}
#footer ul.main_menu_footer li a,
#footer ul.main_menu_footer li{
  color: #888787;
  text-decoration: none;
}

#footer ul.main_menu_footer li.selected a{
  font-weight: bold;
}

#footer .certyficates{
  
  float: left;
  display: block;
  width: 96px;
  height: 80px;
  margin: 15px 6px 0 0;
}

#footer .agency_info{
  float: right;
  margin-top: 30px;
  color: #9e9c9c;
}
#footer .agency_info a{position: relative; top: 4px;}
#footer .agency_info img{border: none;}

.with_sidebar #page_container{
  float: right;
  width: 740px;
}

.with_sidebar #sidebar{
  float: left;
  background: url('../images/kowary/sidebar.jpg') repeat-y;
  width: 221px;
  position: relative;
  left: -4px;
  margin-top: 20px;
}

.page_main .content{
  float: left;
  width: 618px;
}

.with_sidebar #sidebar ul.main{
  background: url('../images/kowary/sidebar_bottom.jpg') no-repeat bottom;
  padding: 0px 15px 30px 15px;
}

.with_sidebar #sidebar ul.main li{
  margin-bottom: 8px;
}

.with_sidebar #sidebar ul.main li a{
  display:block;
  background: #fff url('../images/kowary/submenu_arrow.jpg') no-repeat 7px 50%;
  border: 1px solid #fff; 
  padding: 7px 7px 7px 17px;;
  color: #504f4f;
  text-decoration: none;
  width: 163px;
}

.with_sidebar #sidebar ul.main li a.selected,
.with_sidebar #sidebar ul.main li a:hover{
  background: url('../images/kowary/submenu_arrow_selected.jpg') no-repeat 7px 50%;
  background-color: #f1f0ef;
  border: 1px solid #e2e1df;
  color: #827e7e;
}

.with_sidebar #sidebar ul.main li ul{
  margin: 10px 0 0 20px;
}

.with_sidebar #sidebar ul.main li ul li{
  padding: 0 0 5px 0;
}

.with_sidebar #sidebar ul.main li ul li a.selected,
.with_sidebar #sidebar ul.main li ul li a:hover,
.with_sidebar #sidebar ul.main li ul li a{
  padding: 5px 10px;
  background-image: none;
  display: inline;
  border: none;
}

.with_sidebar #sidebar ul.main li ul li a{
  color: #908e8e;
}

.with_sidebar #sidebar ul.main li ul li a.selected,
.with_sidebar #sidebar ul.main li ul li a:hover{
  color: #504f4f;
  font-weight: bold;
}

.page_main .news{
  float: right;
  width: 316px;
}

.page_main .news h3.rss{
  background: url('../images/kowary/news.jpg') left top no-repeat;
  display: block;
  height: 27px;
  margin: 0px 0 0px 0;
  padding: 14px 0px 15px 10px;
  position: relative;
}
.page_main .news h3.rss a img{border: none;}
.page_main .news h3.rss a{
  position: absolute;
  right: 30px;
  top: 15px;
}

.page_main .news .main_piece_of_news h4{
  float: left; 
  width: 180px;
}

.page_main .news .main_piece_of_news img{
  float: left;
  margin: 0 10px 10px 0;
}

.page_main .news .main_piece_of_news p.date{
  float: right; 
  width: 120px;
  margin: 15px 5px 0 0;
  font-weight: bold;
  color: #9E9C9C;
  text-align: right;
}

.page_main .news li.main_piece_of_news.nr_0 {
  border-bottom: #E2E2E2 solid 1px;
  padding-bottom: 20px;
}

.page_main .news .main_piece_of_news a{
  color: #fc9e31;
  text-decoration: none;
}

.page_main .news ul{
  margin: 0px;
}

.page_main .news li{
  padding-left: 0px;
  background: none;
}

.page_main ul.blocks{
  float: left;
  padding-top: 34px;
  margin-top: 45px;
  border-top:1px solid #E2E2E2;
}

.page_main ul.blocks li{
  float: left;
  margin-right: 12px;
}

.page_main ul.blocks li a img{
  border: 1px solid #e7e7e7;
}

.page_main ul.blocks li.lastone{
  margin-right: 0;
}

.page_main .content h3{
  color: #9E9C9C;
  font-size: 14px;
  margin-top: 15px;
}

.page_main .content h4{
  color: #9e9c9c;
  font-size: 12px;
}

.page_news div.news{
  margin: 30px 0;
}

.pagination{
  text-align: right;
  margin-top: 20px;
}

.pagination a{
  color: #504F4F;
  border:1px solid #fff;
  padding: 2px;
}

.pagination a:hover,
.pagination .current{
  background:#F1F0EF;
  border:1px solid #E2E1DF;
  padding: 2px;
  color:#827E7E;
}

.page_news div.news .news_listing .date{
  color: #ec9e40;
  position: relative;
  top: -14px;
}

.page_news div.news .news_listing li.middle{
  border-bottom: 1px solid #E2E2E2;
  padding-bottom:20px;
}

.page_news div.news .news_listing a img{
  float: left;
  margin: 0 10px 10px 0;
  border: none;
}

.page_certificates .content a.fancy{
	margin: 20px;
}

.page_certificates .content a.fancy img{
	padding: 5px;
	margin: 10px;
}

.page_certificates .all_certificates{
  margin: 30px 0 0 0;
}

.page_certificates .all_certificates .image{
  float: left;
  width: 110px;
  margin: 20px 30px 20px 30px;
}

.page_certificates .all_certificates .image img{
  border: none;
}

.page_certificates .all_certificates .content{
  float: right;
  width: 540px;
}

.page_certificates .all_certificates .content h4,
.page_certificates .all_certificates .content h3{
  color: #7b7a7a;
}

.page_products .products{
  padding-bottom: 15px;
  border-bottom: 1px solid #E2E2E2;
}

/*single_product_0 = standard collection*/

.page_products .single_product_0{
  float: left;
  width: 200px;
  margin-left: 10px;
}

.page_products .single_product_0 img{
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 5px;
  border: 3px solid #fff;
}

.page_products .single_product_0{
  color: #908e8e;
  font-size: 12px;
}

.page_products .single_product_0 p{
  margin-top: 4px;
}

.page_products .single_product_0 h4{
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
}

.page_products .single_product_0 a:hover img,
.page_products .single_product_0 a.selected img{
  border: 3px solid #d86700;
}






/*single_product_1 = fast track*/

.page_products .single_product_1{
  float: left;
  width: 90px;
  margin: 0 10px;
  text-align: center;
  height: 125px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 100;
}

.scroll_to_all:hover{
  text-decoration: underline;
}

.scroll_to_all{
  position: absolute;
  right: 0px;
  top:0px;
  color: #545252;
  padding: 6px 10px 6px 20px;
  background: #efefef url('../images/kowary/back_arrow.jpg') 5px 50% no-repeat;
  text-decoration:none;
}

.page_products .single_product_1 img{
  width: 80px;
  height: 80px;
  border: 3px solid #fff;
}

.page_products .single_product_1{
  color: #908e8e;
  font-size: 12px;
}

.page_products .single_product_1 p{
  margin-top: 4px;
  display: none;
}

.page_products .single_product_1 h4{
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
}

.page_products .single_product_1 a:hover img,
.page_products .single_product_1 a.selected img{
  border: 3px solid #d86700;
}








.page_products .current_product .title{
  font-size: 14px;
  color: #908e8e;
  position: absolute;
  top: 0px;
  left: 15px;
}

.page_products .current_product .title strong{
  color: #545252;
}

.page_products .current_product{
  background: url('../images/kowary/product_gradient.jpg') repeat-x;
  border: 1px solid #e7e7e7;
  padding: 40px 240px 15px 240px;
  position: relative;
  height: 400px;
}

.page_products .product_chosen{
  color: #605f5f;
  margin: 20px 0 25px 0;
  position: relative;
}

.page_products .current_product #spinner{
  position: absolute;
  right: 15px; 
  top: 5px;
}

.page_products .current_product #current_image{
  position: absolute;
  left: 15px; 
  top: 50px;
}

.page_products .current_product #current_image a img{
  border: none;
}

.page_products .current_product #current_image span{
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: #FFF;
  padding:5px 10px;
  font-size: 18px;
}

.page_products .current_product .thumbnails{
  width: 360px;
  position: absolute;
  top: 50px;
  left: 400px;
}







.page_products .current_product .color_thumbnail{
  float: left;
  margin: 0 10px 0px 0;
  text-align: center;
  width: 160px;
}

.page_products .current_product .color_thumbnail a img{
  width: 150px;
  height: 50px;
  border: none;
}

.page_products .current_product .selected a img{
  width: 140px;
  height: 40px;
  border: #707070 5px solid;
}

.page_products .current_product .color_thumbnail p{
  color: #929090;
  background-color: #fff;
  margin: 0 60px;
  position: relative;
  top: -34px;
}










.page_products .current_product .thumbnail{
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
  width: 100px;
}

.page_products .current_product .thumbnail a img{
  width: 90px;
  height: 90px;
  border: none;
}
.page_products .current_product .thumbnail p{
  color: #929090;
}

.page_products .current_product p.info{
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #929090;
}

.page_content_with_blocks .blocks div h4,
.page_content_with_blocks .blocks div h3{
  font-size: 14px;
  color: #504f4f;
  margin: 2px;
  text-align: center;
}

.page_content_with_blocks .blocks div p{
  position: absolute;
  bottom: 5px;
  left: 2px;
  width: 205px;
  text-align: center;
}

.page_content_with_blocks .blocks div p a{
  padding-left: 17px;
  color: #504f4f;
  text-decoration: none;
  background: url('../images/kowary/arrow.jpg') 0% 60% no-repeat;
}

.page_content_with_blocks .blocks div p a:hover{
  text-decoration: underline;
}

.page_content_with_blocks .blocks div{
  float: left;
  display: block;
  width: 209px;
  height: 153px;
  padding: 10px;
  margin: 60px 11px 20px 0; 
  position: relative;
  border: 1px solid #e7e7e7;
}
.page_contact ul.contact_blocks,
.page_contact ul.contact_for_countries{
  clear:both;
  margin: 20px 0;
  display:block;
 
}

.page_contact ul.contact_for_countries li{
  clear: both;
  border-bottom: 1px solid #A5A2A2;
  margin-bottom: 20px;
}

.page_contact ul.contact_for_countries li ul.contact_blocks li,
.page_contact ul.contact_blocks li{
  background: none;
  float: left;
  width: 29%;
  padding: 0 1% 0px 0;
  margin: 10px 3% 10px 0 ;
  height: 160px;
  border-right: 1px solid #a5a2a2;
  clear: none;
  border-bottom-style: none;
}

.page_contact ul.contact_for_countries li ul.contact_blocks li{
  width: 23%;
  border-right: none;
  margin-right: 1%;
  height: auto;
}

.page_contact ul.contact_for_countries li{
  background: none;
  padding: 0;
}

.page_contact ul.contact_for_countries li ul.contact_blocks li.lastone,
.page_contact ul.contact_blocks li.lastone{
  border: none;
}

.page_contact ul.contact_blocks li h4{
  font-size: 12px;
  margin-top: 5px;
}

.page_contact ul.contact_for_countries img{
  float: left;
  margin-right: 10px;
}

.page_contact ul.contact_for_countries h4{
  clear: none;
  background: none;
  font-size: 14px;
  float: left;
  position: relative;
  top: -5px;
}

.page_contact ul.contact_for_countries li ul li h4{
  padding: 0px;
  float: none;
  top: 0px;
}

.page_contact ul.contact_blocks li p{
  padding-bottom: 5px;
}

.page_references a.next,
.page_references a.back{
  color: #888787;
  text-decoration: none;
}

.page_references a.back{
  background: url('../images/kowary/arrow_galery_left.jpg') left no-repeat;
  padding-left: 15px;
}

.page_references a.next{
  background: url('../images/kowary/arrow_galery_right.jpg') right no-repeat;
  padding-right: 15px;
}

.page_references a.next:hover,
.page_references a.back:hover{
  text-decoration: underline;
}

.page_references p.nav{
  text-align: right;
  margin: 10px 0;
}

.page_references p.nav a{
  margin-left: 10px;
}


.blocks_on_main_page,
.blocks_inside{
  text-align: center;
}

.blocks_on_main_page a,
.blocks_inside a{
  overflow:hidden;
  width: 209px;
  height: 153px;
  display: block;
  background: url('../images/kowary/block_bkg.jpg') repeat-x;
  text-align: center;
  border:1px solid #E7E7E7;
  text-decoration: none;
  margin: 30px 11px 20px 0; 
  padding: 10px;
  color:#504F4F;
  float: left;
  position: relative;
}

.page_main .blocks_on_main_page a{
  position: relative;
  width: 200px;
  padding-left: 0px;
  padding-right: 0px;
}

.page_main .blocks_on_main_page a span{
  position: relative;
  padding: 0px;
  background: none;
}

.page_main .blocks_on_main_page a img{
  margin-top: 10px;
}

.blocks_on_main_page a strong,
.blocks_inside a strong{
  color:#504F4F;
  font-size:14px;
  text-align:center;
  position: relative;
  display: block;
}

.page_main .blocks_on_main_page a strong{
  padding: 0px;
  margin: 0px;
}

.blocks_on_main_page a:hover,  
.blocks_inside a:hover{
  border-color: #d0d0d0;
}

.blocks_on_main_page a span,
.blocks_inside a span{
  background:transparent url(../images/kowary/arrow.jpg) no-repeat scroll 0 60%;
  padding-left:17px;
  clear: both;
}

.page_products .blocks_inside a span{
  position: absolute;
  bottom: 15px;
  left: 60px;
}

.blocks_on_main_page a img,
.blocks_inside a img{
  border: none;
}

.blocks_on_main_page a img.main,
.blocks_inside a img.main{
  width: 80px;
  height: 80px;
  padding-right: 5px;
  float: left;
  margin-left: 20px;
  margin-bottom: 10px;
}

.blocks_on_main_page a img{
  position: relative;
}

.blocks_on_main_page a img.main_img,
.blocks_inside a img.main_img{
  max-height: 90px;
}
.blocks_inside a img.animated{
  margin: 0 0 10px 0;
}

.blocks_inside a img.icon{
  padding: 2px;
  float: left;
  width: 25px;
  height: 25px;
}

.references h4{
  clear: both;
  color: #504f4f;
  font-size: 12px;
}

.references .blocks_inside a{
  margin-top: 10px;
  width: 150px;
  background: #ebe9e9;
  border: 1px #a4a3a2 solid;
}

.references .blocks_inside a img{ 
  border: 4px #a4a3a2 solid;
}

.references .blocks_inside span{
  padding: 0px;
  background: none;
}

div.search form.search{
  background: url('../images/kowary/logo_search.jpg') left no-repeat;
  padding: 16px 480px 14px 80px;
  margin-left: 20px;
  height: 33px;
}

div.search form.search input.search{
  background-image: url('../images/kowary/search_field_big.jpg');
  width: 292px;
}

div.search h3{
  color: #999696;
  margin-top: 25px;
}
div.search h3 span{
  font-size: 14px;
  color: #646262;
}

div.search h4{
  font-size: 14px;
  color: #595553;
}

div.search ul.list_3 li{
  padding-bottom: 18px;
}

div.search ul.list_3 li p{
  margin-bottom: 10px;
}

div.search ul.list_3 li a{
  padding: 3px;
  color: #de7c08;
}

div.configurator{
  text-align: center;
}

p.configurator{
  float: right;
  color: #6A6969;
  text-decoration: none;
}

.page_configurator .blocks_inside{
  float: right;
  width: 155px;
}

.page_configurator .blocks_inside a{
  margin: 0px 0 10px 0;
  width: 162px;
}

.page_configurator .blocks_inside a.selected{
  border-color: #A4A3A2;
}

.page_configurator .configurator{
  float: left;
}

.content ol,
.content ul{
  margin: 10px;
}

.content ul li{
  background: url('../images/kowary/li_box.jpg') 0% 55% no-repeat;
  padding-left: 15px;
}

.content hr{
  margin: 20px 0;
  border-color:#E2E2E2;
  color: #E2E2E2;
  background-color: #E2E2E2;
}

.content h3{
  margin: 30px 0 24px 0;
  clear: both;
  color: #504f4f;
  font-size: 18px;
  padding-left: 20px;
  background: url('../images/kowary/arrow.jpg') 0% 60% no-repeat;
}

.content h4{
  clear: both;
  color: #504f4f;
  font-size: 12px;
}

.content p{
  margin: 5px 0;
}
.content ul.attachments li{margin: 3px 0;}
.content ul.attachments li a{
  color: #888787;
}

.content{
  color: #504f4f;
  line-height: 17px;
}

.content img{margin: 10px;}

.content img.left{
  float: left;
  margin:0 10px 10px 0;
}

.content img.right{
  float: right;
  margin:0px 10px 0px 10px;
}

.content a{
  color: #504f4f;
  text-decoration: none;
  font-weight: bold;
}

.content a:hover{
  text-decoration: underline;
}

.content table.sell_points{
  margin-top: 40px;
}

.content table.sell_points th{
  color: #6a6969;
  padding: 10px;
}

.content table.sell_points td{
  color: #504f4f;
  padding: 10px;
}

.content table.sell_points tr.even{
  background-color: #e9e6e6;
}

.content table tr.selected{
  background-color: #f7a302;
  color: #fff;
}

.content table{
  width: 100%;
  border-collapse:collapse;
  color: #060606;
  margin: 20px 0;
}

.content table caption{
  text-align: left;
  font-weight: bold;
  padding: 4px;
}

.content table tr th{
  background: #f4f1f1;
  padding: 4px;
  border: 1px solid #b3b2b2;
}

.content table tr td.highlight{
  background: #e9e6e6;
}

.content table tr td.hiden{
  border: none;
}

.content table tr td{
  border: 1px solid #b3b2b2;
  padding: 4px;
}

.content table.sell_points tr.selected{
  background-color: #f7a302; 
}

.content table.sell_points tr.selected td a,
.content table.sell_points tr.selected td{
  color: #fff;
}

.page_products table{
  text-align: center;
  font-size: 11px;
  width: 70%;
}
