* { outline:none;}

html{
 background-color:#000;
 padding:0px; 
}

body {
padding: 0;
font-family: Verdana, Arial, san-serif;
font-size: 9pt;
margin:0 auto;
text-align:center;
color:#ccc;
}

img {
padding: 0px;
margin: 0px;
}

h1 {
color: #ffaa00;	
margin: 0 0 15px 0;
}

.cleaner {
clear: both;
width: 100%;
height: 1px;
font-size: 1px;	
}



.cleaner_with_height {
clear: both;
width: 100%;
height: 30px;
font-size: 1px;	
}

.cleaner_with_divider {
clear: both;
width: 100%;
/*height: 15px;*/
padding-top:20px;
/*border-bottom: 1px dotted #121212;*/
/*margin-bottom: 10px;*/
font-size: 1px;	
}

#container{
	width: 960px;
	margin: 0 auto;
	height:100%;
	background-color:#000;
	
}

/* header */
#header {
	width: 960px;
	height: 160px;
	padding: 0px 50px 0px 30px; 
	background: url(images/company_logo.png) left no-repeat transparent;
}

#header #site_title {
	float:right;
	height:50px;
	width:650px;
	padding-left: 5px;
	font-family:Verdana,Arial,san-serif;
	font-size:9pt;
	line-height:1.5em;
	font-weight:normal;
	text-shadow:1px 1px #666;
	margin-right:80px;
	
}

#header #site_title .flags {
	display:float;
	float:right;
	padding-top:20px;
	padding-right: 10px;
	
}

.flags img, 
.flags img:link, 
.flags img:visited{
	color: #222;
	border:2px solid #222;
}


.flags img:active,
.flags img:hover{ 
	color: #666;
	border:2px solid #ccc;
}

#header #site_title .lang{
	display:float;
	float:right;
	padding-top:20px;
	padding-right: 10px;
}

#header #site_title .adress{
float:left;
padding-left:495px;
padding-top:28px;
}
#header #site_title .adress b {
color:#ccc;
text-shadow:1px 1px #666;
}


/*#site_title  a:link , a:visited, a:active, a:hover{ color: #333; text-decoration: none; font-weight: bold;} */
/*#site_title .flags a img:active, img:hover { color: #666; text-decoration: underline;}*/



/* end of header */

/* menu */
#menu {
	clear: both;
	position: relative;
	width: 920px;
	margin: 0 20px;
	height: 45px;
	background-color:#000;
	background: url(images/menu_bg.jpg) right no-repeat;
}

#menu span {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 45px;
	background: url(images/menu_bg_left.png) no-repeat;
}

#menu ul{
	padding: 0 0 0 10px;
	margin: 0 auto;
	height: 45px;
	list-style: none;
}

#menu ul li{
	float:left;
	padding-right: 5px;
}

#menu li a{
	float: left;
	display: block;
	color: #000;
	font-size: 12px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0px 0 0 8px;	
	text-shadow:1px 1px #fff;
	text-decoration:none;
}
#menu  li a b{
	float: left;
	display: block;
	padding: 4px 24px 0 16px;
	text-decoration:none;
} 
#menu  li.current a, #menu  li a:hover{
	color: #ffaa00;
	text-decoration: none;
	background: url(images/menu_hover_bg_left.png) left top no-repeat; 
	text-shadow:0px 0px #000;
}

#menu  li.current b, #menu li a:hover b{
	color: #ffaa00;
	padding-top: 0px;
	text-decoration: none;
	background: url(images/menu_hover_bg.png) right top no-repeat;


}
/* end of menu */

/* banners */
#banner1 {clear:both;width:960px;height:244px;background: url(images/banner_bg1.jpg) top left no-repeat;}
#banner2 {clear:both;width:960px;height:244px;background: url(images/banner_bg2.jpg) top left no-repeat;}
#banner3 {clear:both;width:960px;height:244px;background: url(images/banner_bg3.jpg) top left no-repeat;}
#banner4 {clear:both;width:960px;height:244px;background: url(images/banner_bg4.jpg) top left no-repeat;}
#banner5 {clear:both;width:960px;height:244px;background: url(images/banner_bg5.jpg) top left no-repeat;}
#banner6 {clear:both;width:960px;height:244px;background: url(images/banner_bg6.jpg) top left no-repeat;}
#banner1 p,#banner2 p,#banner3 p,#banner4 p,#banner5 p,
#banner6 p{color:#CCCCCC;font-size:10pt;font-weight:normal;width:500px;padding:40px 0px 0px 30px;text-shadow:1px 1px #222;text-align:justify;line-height:20px;margin:0px;}
#banner1 a,#banner2 a,#banner3 a,#banner4 a,#banner5 a,#banner6 a{color:#ccc;font-size: 8pt;font-weight:bold;}
#banner6 a:hover{text-decoration: underline;}
#banner1 p span,#banner2 p span,#banner3 p span,#banner4 p span,#banner5 p span,#banner6 p span{font-weight:bold;color:#ffaa00;text-shadow:1px 1px #222;}
/* end of banner */

/* content */
#content {
padding: 10px 32px 5px 32px;
min-height: 500px;
margin: 5px 9px 0px 9px;
background-color:#222325;
-moz-border-radius:5px 5px 5px 5px;
}

#content #content_left {
	float: left;
	width: 560px;
	padding-right:18px;
	/*border-right:1px dotted #121212;*/
}

#content #content_right {
	float: right;	
	width: 280px;
}

/* left column */

#content_left ul {
	margin: 0px;
	padding: 10px 0 0 0;
	list-style:none;
}


#content_left .content_left_section_01 {
	clear: both;
}

.content_left_section_01 h1 {
	font-size: 24px;
	margin: 0 0 15px 0;
	padding: -5px 0 0px 0;
}


.content_left_section_01 img {
	margin: 0px;
	border: none;
}

.content_left_section_01  a:link,.content_left_section_01 a:visited ,.content_left_section_01 a:active{
text-align:left;text-decoration:none;color:#FFAA00;font-size:10pt;font-weight:bold;margin-top:2px;
text-shadow:1px 1px #000;
}

.content_left_section_01 a:hover{
color: #ffff66;
text-shadow:1px 1px #000;
}


#content_left #polecane {
float: left;
margin-right: 18px;
width: 262px;
margin-bottom:10px;
}

#polecane  a:link,#polecane a:visited ,#polecane a:active{
text-align:left;text-decoration:none;color:#FFAA00;font-size:10pt;font-weight:bold;margin-top:2px;
text-shadow:1px 1px #000;
}

#polecane a:hover{
color: #ffff66;
text-shadow:1px 1px #000;
}

#polecane .big {
-moz-border-radius:5px 5px 5px 5px;
float:left;
list-style:none outside none;
padding:5px;
width:250px;
}

#polecane .big img {
border:5px solid #2F2B2C;
}

#polecane .big p {
text-align:justify;
}

#content_left #nowosci {
float: right;
margin-left: 18px;
width: 262px;
margin-bottom:10px;
}

#nowosci  a:link,#nowosci a:visited ,#nowosci a:active{
text-align:left;text-decoration:none;color:#FFAA00;font-size:10pt;font-weight:bold;margin-top:2px;
text-shadow:1px 1px #000;
}

#nowosci a:hover{
color: #ffff66;
text-shadow:1px 1px #000;
}

#nowosci .big {
-moz-border-radius:5px 5px 5px 5px;
float:left;
list-style:none outside none;
padding:5px;
width:250px;
}

#nowosci .big img {
border:5px solid #2F2B2C;
}

#nowosci .big p {
text-align:justify;
}



#nowosci ul li a:link, #nowosci ul li a:visited ,#nowosci ul li a:active{
	font-size: 10pt;
	font-weight: normal;
	color: #ffaa00;
}

#nowosci ul li a:hover{
font-size: 10pt;
font-weight: normal;
text-decoration:underline;
color: #ffaa00;
}

/* end of left column */

#map{
text-align:center;
}

/* right column */
 #content_right .right_column_section{ 
	clear: both;
	margin-bottom: 30px;
}

.right_column_section img {
	border: 5px solid #2f2b2c;
	margin-bottom: 10px;
}
 
 
 
#menu_header_short {
font-size: 10pt;
color: #b5bb1a;
font-weight: bold;
text-align:left;
background:url("/images/menu/menu_bg_short.png") no-repeat scroll right center transparent;
height:32px;
text-shadow:1px 1px #000;
margin:10px 0px 15px 0px;
text-align:left;
}


#menu_header_short p {

background:url("/images/menu/arrow2.png") no-repeat scroll right center transparent;
float:left;
height:18px;
margin-top:1px;
padding:6px;

}


#menu_header_short span  {
clear:both;
height:30px;
margin-top:3px;
margin-right:25px;
margin-left:25px;
padding-bottom:12px;
}


#menu_header_long {
font-size: 10pt;
height: 20px;
color: #b5bb1a;
font-weight: bold;
text-align:left;
background:url("/images/menu/menu_bg_long.png") no-repeat scroll right center transparent;
/*border:1px solid #121212;*/
height:32px;
text-shadow:1px 1px #000;
margin:10px 0px 15px 0px;
text-align:left;
}


#menu_header_long p {
background:url("/images/menu/arrow2.png") no-repeat scroll right center transparent;
float:left;
height:18px;
margin-top: 1px; /*:0px 20px 5px 0px;*/
padding:6px;
margin-left:25px;
}


#menu_header_long span  {
clear:both;
height:30px;
margin-top:3px;
margin-right:25px;
margin-left:0px;
padding-bottom:12px;
}

#menu_header_promo {
font-size: 10pt;
height: 20px;
color: #b5bb1a;
font-weight: bold;
text-align:left;
background:url("/images/menu/menu_bg_promo.png") no-repeat scroll right center transparent;

height:32px;
text-shadow:1px 1px #000;
margin:10px 0px 15px 0px;
text-align:left;
}


#menu_header_promo p {
background:url("/images/menu/arrow2.png") no-repeat scroll right center transparent;
float:left;
height:18px;
margin-top: 1px; /*:0px 20px 5px 0px;*/
padding:6px;
}


#menu_header_promo span  {
clear:both;
height:30px;
margin-top:3px;
margin-right:25px;
margin-left:25px;
padding-bottom:12px;
}




.right_column_section h1 {
color: #ffaa00;	 
font-size: 12px;
padding: 0 0 5px 0;
margin: 0px;
font-weight: normal;
}
 
.right_column_section h2 {
margin: 0px;
padding: 0px;
font-size: 12px;
font-weight: bold;
}
 
.right_column_section  a:link,.right_column_section a:visited ,.right_column_section a:active{
text-align:left;text-decoration:none;color:#FFAA00;font-size:10pt;font-weight:bold;margin-top:2px;
text-shadow:1px 1px #000;
}

.right_column_section a:hover{
color: #ffff66;
text-shadow:1px 1px #000;
}
/* end of right column */
/* end of content */

/* footer */
#footer {
clear: both;
color: #222325;
width: 960px;
padding: 20px 0px 20px 0;
text-align: center;
background: url(images/footer_bg.png) top center no-repeat;
font-family:Verdana,Arial,san-serif;
font-size:8pt;
line-height:1.5em;
}

#footer .copyright{
color: #666;
text-shadow:1px 1px #000;
}

#footer a:link, a:visited, a:active { 
color: #ffaa00;
font-size:8pt;
text-decoration:none;
font-weight:bold;
text-shadow:1px 1px #000;
} 

#footer a:hover { 
color: #ffaa00; 	
font-size:8pt;
text-decoration: underline;
font-weight: bold; 
text-shadow:1px 1px #000;
}

/* begin kategorie boczne */ 
ul#sliding-menu{list-style: none;font-size:8pt;padding-left:0px;padding-bottom:1px;margin-bottom:10px;    text-transform: capitalize;}
ul#sliding-menu li {width:258px;background: url(images/menu/specs-bg.png) no-repeat scroll left top transparent;padding-bottom:6px;}
ul#sliding-menu li.sliding-element h3, ul#sliding-menu li.sliding-element a{display:block;width:258px;padding:0px 25px;}
ul#sliding-menu li.sliding-element h3{color: #fff;font-weight:bold;}
ul#sliding-menu li.sliding-element a{text-align:left;text-decoration:none;color:#FFAA00;font-size:10pt;font-weight:bold;margin-top:2px;}
ul#sliding-menu li.sliding-element a:hover {color:#ffff66;} 
ul#sliding-mwnu li.sliding-element a.selectedSlider { color: #ffff66; }
/* end kategorie boczne */

 

#popcorn {
display:visible;
-moz-border-radius:5px 5px 5px 5px;
border:1px solid #2d2d2f;
height:30px;
margin:0px 0 1px 0;
text-align:left;
background-color:#434349;
}

#popcorn ul{
padding:none;
margin:0px;
}
#popcorn li {
color:#000;
float:left;
line-height:30px;
padding-left:5px;

}
 
#popcorn ol, ul {
list-style:none outside none;
margin: 0px;
padding:0px;
}

#popcorn li a {
background:url("/images/menu/arrow2.png") no-repeat scroll right center transparent;
display:block;
color:#cccccc;
text-shadow:1px 1px #000;
text-decoration:none;
font-weight:bold;
padding:0 20px 0 0;
}

#popcorn li a:hover {
color: #ffff66;
}

#navigator{
position:relative;
padding:3px 8px 0px 8px;
/*display:hidden;*/


}


/* Easy Slider */


	#slider ul, #slider li{

		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		width:560px;
		height:241px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:-2em 0;
		padding-left:10px;
		height:18px;	
		}
	ol#controls li{
		margin:0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:18px;
		line-height:18px;
		}
	ol#controls li a{
		float:left;
		height:18px;
		line-height:18px;
		border:1px solid #000;
		background:#222325;
		color:#555;
		padding:0 5px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#434349;
		color:#ffaa00;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* Easy Slider */

/* tag cloud */

.tag_cloud { padding: 3px; text-decoration: none; }
.tag_cloud:link  { color: #81d601; }
.tag_cloud:visited { color: #019c05; }
.tag_cloud:hover { color: #ffffff; background-color:#434349;-moz-border-radius:5px 5px 5px 5px;}
.tag_cloud:active { color: #ffffff; background: #ACFC65; }

/* produkty*/

.listing {
float:left;
}

.listing ul li.big {
float:left;
padding:5px;
width:540px;
list-style:none;
-moz-border-radius:5px 5px 5px 5px;
}

.listing ul li.bar {
border-bottom:1px dotted #121212;
float:left;
width:550px;
list-style:none;
}

.listing ul li {
float:left;
height:auto;
margin-bottom:20px;
margin-right:5px;
margin-left:5px;
width:158px;
}

.big_li_sec {
float:left;
width:158px;
}



.big_li_sec img {
border:5px solid #2F2B2C;
}

.listing ul li .thumb {
float:left;
}

ul.display li a,ul.display li a:hover,ul.display li a:visited,ul.display li a:link {
text-decoration:none;
}

.listing ul li .thumb img {
height:145px;
width:158px;
}

.colr {
color:#ffaa00;
}

h2 {
font-size:10pt;
font-weight:bold;
}

a img {
border:medium none;
}
 
.listing ul li a.title {
float:left;
height:30px;
overflow:hidden;
padding:5px 0 2px;
text-align:center;
width:158px;
text-decoration:none;
}

.big_li_sec_right {
float:left;
height:auto;
padding-left:20px;
text-align:justify;
width:360px;
}

.big_li_sec_right p{
height: 110px;
}

.big_li_sec_right_full {
float:left;
height:auto;
padding-left:20px;
text-align:justify;
width:360px;
}

.big_li_sec_right_full p{
height: auto;
text-shadow:1px 1px #000;
}

.big_li_sec_detail{
float:left;
height:auto;
padding-left:20px;
width:500px;
text-align:left;
}

.big_li_sec_detail p{
height: auto;
text-shadow:1px 1px #000;
}

.big_li_sec_detail h1{
font-family:Verdana,Arial,san-serif;
font-size:10pt;
font-weight:bold;
line-height:1.5em;
margin:1px;
}
.big_li_sec_detail td{
font-family:Verdana,Arial,san-serif;
font-size:9pt;
line-height:1.5em; 
text-shadow:1px 1px #000;
}



a.simplebtn {
height:33px;
display:inline-block;
color:#FFF;
padding:0px 0px 0px 20px;
background-repeat:no-repeat;
background-position:left;
text-transform:uppercase;
}

.left{float:left;}
.right{float:right;}
.alignright{text-align:right;}
.alignjustify{text-align:justify;}

#rb_list{position: relative;display:block;}
#rb_list ul{padding: 15px 0 0px 15px;list-style-image: url(images/rb_list_li.gif);}
#rb_list li{text-align:justify;margin:5px;}
#rb_list ul li strong{color:#ffaa00;}


.infopage{
color:#CCCCCC;
font-size:10pt;
font-weight:normal;
line-height:16px;
text-align:justify;
text-shadow:1px 1px #222222;
}

.description{
margin:10px;
}

.description .big {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:5px;
width:540px;
}


/* PAGINATION */
#test{
width:560px;
overflow:hidden;
position:relative;
padding-bottom:10px;
height:auto;
}

.swControls{
}

a.swShowPage{
border:1px solid #000000;
color:#555555;
float:left;
height:18px;
line-height:18px;
padding:0 5px;
margin-right:2px;
text-decoration:none;
}

a.swShowPage:hover,
a.swShowPage.active{
background:none repeat scroll 0 0 #434349;
color:#FFAA00;
}

.clear{
	/* This class clears the floated elements */
	clear:both;
}

.pagination{
float:right;
}

#contact textarea{
border: 1px solid #121212;
background-color:#434349;
-moz-border-radius:5px 5px 5px 5px;
}


#contact input{
border: 1px solid #121212;
background-color:#434349;
-moz-border-radius:5px 5px 5px 5px;
}


