body
{	background: #447bc2 url('gfx/bg_grass.jpg');
	margin: 0;
	padding: 0;
	font-family: arial;
	color: #024a5f;
	font-size: 12px; }
	
a
{	text-decoration: none; }

#bg_hor
{	background: #447bc2 url('gfx/bg_hor.gif') repeat-x top;
	position: relative; }
	
#grass
{	background:  url('gfx/grass.jpg') no-repeat bottom center; }
	
#clouds
{	background: url('gfx/clouds.png') no-repeat top center; }
	
.main
{	width: 980px;
	margin: auto; 
	position: relative;
}
	
	
/* TOP */

#top
{	width: 980px;
	height: 138px;
	_overflow: hidden;
	position: relative; 
	z-index: 7;
}

#logo
{	display: block;
	position: absolute;
	z-index: 20;
	top: 10px;
	left: 0;
	height: 128px;
	width: 290px;
	background: url('gfx/logo.png') no-repeat 20px 0px; }
	
#selectors
{	position: absolute;
	z-index: 22;
	left: 290px;
	top: 10px;
  	width: 660px;
  	margin-left: 30px;
  	background: url('gfx/sep.png') no-repeat left bottom;
	height: 114px;
}

#search
{	
	float: left;
	margin-left: 30px;
	margin-top: 3px;
}

#searchName{
	color:#1C8FB0;
	font-size:20px;
	margin-bottom: 4px;
}

#searchBox input{
	background:#DFF3FF none repeat scroll 0 0;
	border:1px solid #63AEDC;
	font-size:11px;
	line-height:14px;
	margin:0 0 0 5px;
	text-align:center;
}

#searchBox input[type="button"]{
	cursor: pointer;
}

#languages
{	
	float: right;
	width: 250px;
	padding-top: 31px;
	padding-bottom: 31px;
	* padding-bottom: 0 !important;
}

#languages a
{	width: 27px;
    height: 15px;
    float: right;
    margin-left: 10px; }
    
#languages a:hover
{	opacity: 0.6;
	filter: alpha(opacity=60); }
	
	#l_pl {	background: url('gfx/l_pl.png') no-repeat; }
	#l_en {	background: url('gfx/l_en.png') no-repeat; }
	#l_de {	background: url('gfx/l_de.png') no-repeat; }
	#l_ru {	background: url('gfx/l_ru.png') no-repeat; }
	
.top_menu
{	
	position: absolute;
	top: 102px;
	left: 305px;
	height: 20px;
	z-index: 50;
	width: 670px;
}
	
#menu_pl .button, #menu_en .button, #menu_de .button, #menu_ru .button
{	float: right;
	padding-left: 33px;
	color: #457a9c;
	font-size: 18px;
	position: relative; }
	
	#menu_de .button
	{ padding-left: 32px; }
	
	#menu_ru .button
	{ padding-left: 29px; }
	
	
#menu_pl .button a.a_button, #menu_en .button a.a_button, #menu_de .button a.a_button, #menu_ru .button a.a_button
{	display: block;
	height: 20px;
	position: absolute;
	top: -1px;
	left: 32px;
	color: #fff;
	font-size: 18px;
	white-space: nowrap;	 }
	
	#menu_de .button a.a_button
	{ left: 31px; }
	
	#menu_ru .button a.a_button
	{ left: 28px; }
	
#menu_pl  .super_button, #menu_en  .super_button, #menu_de  .super_button, #menu_ru  .super_button
{	
	float: right;
	margin: 0 10px;
	padding: 0 19px;
}

#menu_pl  .super_button a.a_button, #menu_en  .super_button a.a_button, #menu_de  .super_button a.a_button, #menu_ru  .super_button a.a_button 
{ left: 18px; }


#menu_pl .button a.a_button:hover, #menu_en .button a.a_button:hover, #menu_de .button a.a_button:hover, #menu_ru .button a.a_button:hover
{	color: #dbdbdb; }

	
.button .submenu{
	display: none;
	position: absolute;
	overflow: visible;
	margin-left: -19px;
}
	
.button .submenu a.sub_button{
	display: block;
	background: url('gfx/menu_hover.jpg') repeat-x;
	position: relative;
	left: 0;
	color: #fff;
	font-size: 12px;
	white-space: nowrap;
	padding: 3px;
	margin-top: 1px;
	text-align: center;
}

#menu_pl .button .submenu a.sub_button{ width: 101px; }
#menu_en .button .submenu a.sub_button{ width: 101px; }
#menu_de .button .submenu a.sub_button{ width: 102px; }
#menu_ru .button .submenu a.sub_button{ width: 120px; }

.button .submenu a.sub_button:hover{
	color: #dbdbdb;
}


		
/* CONTENT */

#content
{	padding-top: 20px;
    position: relative;
    width: 980px;
    zoom: 1; 
	z-index: 1;
}
    
#rainbow
{ position: absolute;
  bottom: -92px !important;
  _bottom: -93px !important;
  left: 20px !important;
  background: url('gfx/rainbow.png') no-repeat;
  width: 465px;
  height: 390px;
  z-index: 2 !important; }

#mini_gallery
{	background: url('gfx/mini_gallery.png') no-repeat;
	width: 309px;
	height: 367px;
	padding: 12px 0 0 31px;
	float: left;
	position: absolute;
	top: 22px;
	left: 0;
	z-index: 10 !important;
	zoom: 1; }
	
#mini_gallery img
{	border: 3px solid #087b9c;
	margin: 4px 0 0 4px; }
	
	
	#photos_nag_bottom
	{ color: #457a9c;
    font-size: 22px;
    position: relative }
    
  #photos_nag_over
	{ color: #fff;
    font-size: 22px;
    position: absolute;
    top: -1px;
    left: -1px; }
    
.mini_gal
{	padding-top: 8px; }
	
	
#container
{	position: relative;
	width: 640px;
	padding-left: 337px; }
	
#header
{	
  	padding-left: 8px; }

#title
{	float: left;
  font-size: 20px;
  color: #1c8fb0; }

#font_size
{	
	float: right;
	line-height: 18px;
	zoom: 1;
	width: 550px;
}

#font_size #numer_strony 
{	margin: 0;
	padding: 0;
	line-height: 18px;
	display: inline-block; 
	float: right;
}
	
.pagination
{	display: inline-block;
	margin: 0;
	width: auto;
}
	
#font_size a
{	display: inline-block;
	width: 18px;
	line-height: 18px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-weight: bold;
	color: #fff;
	background: #087b9c;
	line-height: 18px;
	text-align: center;
	overflow-y: hidden;
	margin-left: 3px; }
	
#font_size a:hover
{	opacity: 1;
	filter: alpha(opacity=100); }
	
	#a_small {	font-size: 9px, }
	.a_medium {	font-size: 13px; }
	#a_big {	font-size: 16px; }
	
#text
{	line-height: 20px;
  font-weight: bold;
  line-height: 22px;
  padding-left: 10px;
  text-align: justify; }
  
 #text a
 { color: #fff; }
  
 #text a:hover 
{ color: #dbdbdb; }

/* CONTACT */

#send_success, #send_error{
	display: none;
	padding: 20px;
	color: #6cd8f0;
}
 
/* COMPANY */

#unia
{	font-size: 10px;
	font-weight: bold;
	line-height: 14px; }

/* PRODUCTS */

#prod_container
{ height: 330px;
  position: relative;
  zoom: 1; }

#products
{ 	position: absolute;
	z-index: 3 !important;
	top: 0;
	left:3px;
	width: 642px;
	zoom: 1; }

.prod
{	padding: 10px;
	background: #087b9c;
	width: 124px;
	height: 100px;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 18px 0 0 21px;
	zoom: 1; }
	
.prod img
{	 z-index: 2 !important;
	position: absolute;
	top: 10px;
	left: 10px; }
	
.prod_name_bg
{	background: #087b9c;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: absolute;
	height: 20px;
	width: 124px;
	top: 90px;
	left: 10px;
	z-index: 3; }
	
.prod_name
{	z-index: 4;
	color: #fff;
	position: absolute;
	top: 93px;
	left: 15px; }
	
.prod a
{	position: absolute;
	z-index: 5 !important;
	display: block;
	top: 0;
	left: 0;
	height: 27px;
	width: 129px;
	color: #fff;
	padding-top: 93px;
	padding-left: 15px; }

/* FOOTER */

#footer
{	height: 320px;
	position: relative;
	 }
	 

	 
.foot_link
{	color: #23485F;
	font-size: 24px;
	font-weight: bold;
	z-index: 5;
	position: absolute;
	 }
	 
.foot_link a
{	position: absolute;
	top: -1px;
	left: -1px;
	color: #fff; }
	
.foot_link a:hover
{	color: #dbdbdb; }
	
#foot_gryzonie
{	top: 142px;
	left: 77px; }
	
#foot_psyikoty
{	top: 53px;
	left: 491px; }
	
#foot_ptaki
{	top: 27px;
	left: 769px; }
	
	

#animals
{	height: 320px;
	overflow-y: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4; }
	
#sufix
{	position: absolute;
	z-index: 2;
	right: 3px;
	bottom: 5px; }
	
#sufix a img
{	margin-bottom: 3px; }

#sufix a:hover
{	opacity: 0.7;
	filter: alpha(opacity=70); }
	
#sufix img
{	border: 0; } 

/* CLEAR */

.clear
{	clear: both;
	height: 0;
	line-heigh: 0;
	font-size: 0;
	width: 0; }
	
