*{
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	font-family:Tahoma,Helvetica,sans-serif;
}

div.mb_strip{
	width:800px;
	height:30px;
	background-color:#f5f5f5;
	text-align:right;
	font-size: 7pt;
	color: #787878;
	
}

div.mb_strip p{
	padding:5px 5px 0 0;

}

div.mb_end{
	background-image:url("../img/x.png");
	background-repeat:no-repeat;
	height: 24px;
	width: 24px;
	float:right;
	margin:3px 6px 0 5px;
	cursor:pointer;
}

p.mb_words{
	text-align: justify;
	font-size: 10pt;
	line-height:19pt;
	padding:20px;
	color: #787878; /*#0174d9;*/
}

p.mb_words span{
	color:#0174D9;
	
}
/*--------------------------------TOP-------------------------------------------*/

div#top{
	min-width:980px;
	width:100%;
	height:198px;
}


div#top_bar{
	background-image:url("../img/top_bar.png");
	background-repeat: repeat-x;
	height: 28px;
}

/*-------------------------------top_bar----------------------------------------*/

p.topbar_white{
	display: block;
	float:left;
	color: #fff;
	padding: 4px;
	margin-left:8px;
	letter-spacing: 1px;
	font-size:8pt;	
}

p.topbar_white span{
	color: #14bcf3;	
}

p.topbar_white:first-letter{
	font-size: 11pt;
}

/*-------------------------------fast_menu----------------------------------------*/

div#fastmenu ul{
	list-style: none;
	float: right;
	margin-right: 15px;
}

div#fastmenu li{
	display: block;
	float:left;
	margin-top: 9px;
	font-size: 7pt; 
	color: #fff;
}

div#fastmenu li.ico{
	display: block;
	float:left;
	margin-top: 4px;
	padding:0 7px 0 7px;
}

div#fastmenu li.blue a{
	color: #14bcf3;
}

div#fastmenu li.blue a:hover{
	color: #fff;
}

/*-------------------------------top_main----------------------------------------*/

div#top_main{
	background-image: url("../img/top_logo_bar.png");
	background-repeat:repeat-x;
	height: 170px;
	width:100%;
	position: relative;
}

div#logo{
	background-image: url("../img/logo5.png");
	background-repeat:no-repeat;
	width:330px;
	height:270px;
	position:absolute;
	top:20px;
	left:40px;	
}

div#menu{
	background-position:right;
	float:right;
	height: 45px;
}

div#l_menu{
	background-image: url("../img/left_mainmenu.png");
	background-repeat:no-repeat;
	width:11px;
	height:45px;
	float: left;	
}

div#m_menu{
	background-image: url("../img/middle_mainmenu.png");
	background-repeat:repeat-x;
	width:560px;
	height:45px;
	float: left;
	
}

div#m_menu ul{
	list-style: none;
	height: 46px;
}

div#m_menu li{
	float: left;
}

div#m_menu li.break{
	display: block;
	background-image: url("../img/vertical_mainmenu.png");
	background-repeat: no-repeat;
	width: 7px;
	height: 45px;
	margin:0 15px 0 15px;
}

div#m_menu li.firma a{
	display: block;
	background-image: url("../img/firma_menu.png");
	background-repeat:no-repeat;
	width: 43px;
	height: 11px;
	margin:19px 0px 0px 15px;
}

div#m_menu li.firma a:hover{
	background-position: 0px -12px;
	background-image: url("../img/firma_menu.png");
	background-repeat:no-repeat;
}

div#m_menu li.produkty a{
	display: block;
	background-image: url("../img/produkty_menu.png");
	background-repeat:no-repeat;
	width: 73px;
	height: 11px;
	margin-top: 19px;
}

div#m_menu li.produkty a:hover{
	background-position: 0px -12px;
	background-image: url("../img/produkty_menu.png");
	background-repeat:no-repeat;
}

div#m_menu li.uslugi a{
	display: block;
	background-image: url("../img/uslugi_menu.png");
	background-repeat:no-repeat;
	width: 48px;
	height: 11px;
	margin-top: 19px;
}

div#m_menu li.uslugi a:hover{
	background-position: 0px -12px;
	background-image: url("../img/uslugi_menu.png");
	background-repeat:no-repeat;
}

div#m_menu li.bazar a{
	display: block;
	background-image: url("../img/bazar_menu.png");
	background-repeat:no-repeat;
	width: 48px;
	height: 11px;
	margin-top: 19px;
}

div#m_menu li.bazar a:hover{
	background-position: 0px -12px;
	background-image: url("../img/bazar_menu.png");
	background-repeat:no-repeat;
}

div#m_menu li.partnerzy a{
	display: block;
	background-image: url("../img/partnerzy_menu.png");
	background-repeat:no-repeat;
	width: 79px;
	height: 11px;
	margin-top: 19px;
}

div#m_menu li.partnerzy a:hover{
	background-position: 0px -12px;
	background-image: url("../img/partnerzy_menu.png");
	background-repeat:no-repeat;
}

div#m_menu li.kontakt a{
	display: block;
	background-image: url("../img/kontakt_menu.png");
	background-repeat:no-repeat;
	width: 79px;
	height: 11px;
	margin-top: 19px;
}

div#m_menu li.kontakt a:hover{
	background-position: 0px -12px;
	background-image: url("../img/kontakt_menu.png");
	background-repeat:no-repeat;
}


div#contener{
	width:980px;
	height:880px;
	background-color:#ECECEC;
	border:1px solid #C7C7C7;
	margin:0 auto;
	overflow:hidden;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 2px 2px 2px #dcdcdc;
	-webkit-box-shadow: 2px 2px 2px #dcdcdc;
	box-shadow: 2px 2px 2px #dcdcdc;
	font-family:Calibri,Tahoma,Helvetica,sans-serif;
	
	}


div#oferta{
	color:#787878;
	font-size: 16pt;
	padding:4px 0 0 190px;
	margin-left:267px;
	text-shadow: 1px 1px 1px #fff;
	letter-spacing: 4px;	
	width:980px;
	clear:both;

}

div#accordion{
	width:220px;
	height:750px;
	background-color:#e6e5e5;
	border:1px solid #C7C7C7;
	margin:5px 0 0 10px;
	float:left;
	padding:13px 0 0 0 ;
	overflow:auto;
	
	
}

div#toggleThis{
	width:725px;
	height:750px;
	background-color:#e6e5e5;
	border:1px solid #C7C7C7;
	margin:5px 0 0 10px;
	float:left;
	
}



img#color{
	display:block;
	float:left;
	margin:2px 3px 0 0;


}

p.nazwa_grupy{
	padding:1px 0 2px 0;
	font-size:11pt;
	color:#0074f6;
	display:block;
	float:left;
	border-bottom:1px solid #C7C7C7;
	
}

p.podgrupy{
	padding:4px 0 5px 11px;
	display:block;
	clear:both;
	font-size:8pt;
	font-weight:bold;

	
}

div#accordion ul{
	list-style:circle;
	font-size:7.5pt;
	padding:1px 0 2px 35px;
	
	
}

div#accordion li{
	padding:2px 0 3px 0;
	font-size:10pt;
}

h6{
	
	font-size:9pt;
	color:#0074f6;
	display:block;
	float:left;
	border-bottom:1px solid #C7C7C7;
	cursor:pointer;
	width:210px;
	margin:4px 0 3px 3px;
	

}

h6 img{
	float:left;
	display:block;
	margin:2px 0 2px 0;
}

p.korzen{
	display:block;
	float:left;
	padding:0px 0 0 5px;
	font-size:11pt;
}

/*-----------------------------------------OFERTA PRODUKTOWA------------------------------------------*/

div.box{
	float:left;
	margin:9px 0 0 9px;
	width:705px;
	height:730px;
	background-color:#ECECEC;
	border:1px solid #fff;	
}

h2{
	color:#0074F6;
	font-size: 13pt;
	text-shadow: 1px 1px 1px #fff;
	letter-spacing: 2px;
	text-align:center;
	padding:5px 0 5px 0;
	border-bottom:1px dashed #c7c7c7;
}

h2 span{
	color:#DA1818;
	font-size:13pt;
	padding:0 0 0 8px;
}

div.productcontener{
	width:705px;
	height:auto;
	float:left;
	
}

div.productfoto{
	width:300px;
	height:300px;
	float:left;
	background-color:#fff;
	border-bottom:1px dashed #c7c7c7;
	border-right:1px dashed #c7c7c7;
}

div.productfoto img{
	display:block;
	margin:0 auto;
	padding-top:25px;

}

div.productfoto2{
	width:705px;
	height:350px;
	float:left;
	
}

div.productfoto2 img{
	display:block;
	margin:0 auto;
	padding-top:10px;

}

div.productinfo{
	width:404px;
	height:300px;
	float:left;
	background-color:#f8f8f8;
	text-align:center;
	border-bottom:1px dashed #c7c7c7;
	
	}

table.spec{
	font-size:10pt;
	padding:5px 0 0 0;
	
	
}
table.spec tr{
	line-height:16pt;
	
		
	
}
table.spec th{
	color:#0074F6;
	text-align:left;
	border-bottom:1px dashed #c7c7c7;
	word-spacing:3pt;
	text-transform:uppercase;
	font-size:9pt;
}

table.spec td{
	color:#787878;
	border-bottom:1px dashed #c7c7c7;
	text-shadow: 1px 1px 1px #fff;
	font-size:8pt;	
	
	
	
}
table.spec td a{
	color:#DA1818;
	text-shadow: 1px 1px 1px #fff;
	font-weight:bold;
	cursor:pointer;
}

div#descript{
	width:705px;
	float:left;
	margin-top:10px;
	
}

div#descript ul{
	margin:20px 0 10px 50px;
	color:#DA1818;

}

p.d_topic{
	color: #000;
	font-size: 10pt;
	padding:5px 0 0 3px;
	text-decoration:underline;
	font-variant:normal;
}


p.d_text{
	color: #787878;
	font-size: 9pt;
	padding:5px 9px 0 9px;
	line-height:14pt;
	text-align:justify;
}

p.d_text span{
	color:#0074F6;

}

div#files{
	width:705px;
	float:left;
}

div#broszura{
	width:70px;
	float:left;
	margin:30px 0 0 220px;
}

div#download{
	float:left;
	padding:56px 0 0 7px;
	cursor:pointer;
	
}

div#law{
	float:left;
	width:705px;
	font-size:7pt;
	text-align:center;
}

/*FOOTER*/

div#footerp{
	height: auto;
	width:auto;
	margin:25px 0 0 26px;
	float:left;
}

div#footerp_items{
	width: 980px;
	height: 30px;
	background-color: #ececec;
	border:1px solid #c7c7c7;
	margin: 0 auto;
	font-size: 8pt;
	margin-bottom:5px;
}

div#footerp ul{
	float:left;
	text-align: center;
	margin:8px 0 0 17px;
	line-height: 9pt;	
}

div#footerp li{
	list-style: none;
	display: inline;
	padding: 5px;	
}

div#rights{
	float: right;
	text-align: right;
	padding: 1px;
	margin-right:3px;
	color:#da1818;
}

div#footerp li a{
	color: #9e9e9e;
	text-decoration: none;

}

div#rzf_logo a{
	display:block;
	width: 200px;
	height: 105px;
	background-image: url('../img/rzf.png');
	background-repeat: no-repeat;
	margin: 0 auto;
}
