body {
	margin: 0; 
	padding: 0; 
	background: #fff url(../images/background.jpg) repeat-x 0px 0px; 
	text-align: center; 
}
body,h1,h2,h3,h4,h5,h6,p,a,td {
	font-family:Tahoma, sans-serif; 
	}
/* Header*/
#layout {
	margin: 0 auto;
	padding: 0;
	width: 874px; 
	border: solid 1px #fff;
	
}
#header {
	padding: 0;
	height: 124px;
	background: white url(../images/head_deco_02.jpg) no-repeat 222px 0; 
}
#logo {
	margin: 0;
	padding: 0;
}
#logo a {
	width: 202px;
	height: 124px;
	background: transparent url(../images/head_deco_01.jpg); 
	/*position: absolute;*/
	float: left;
	
}
#logo a h1 {
	visibility: hidden;
	}
#top_menu {
	width: 204px;
	height: 124px;
	background: white url(../images/head_deco_03.jpg); 
	float: right;
	text-align: center;
}#top_menu ul {
	margin-top: 15px; 
	margin-left: 25px;
	padding: 0;
	text-align: left;
	font-size: 12px;
}
#top_menu ul li {
	list-style-type: none;	
	color: #7f1c17;
	width: 132px;
	height: 23px;
	list-style: inside url('../images/arrow.png');
	margin-bottom: 2px;
	padding-left: 15px;
	border: solid 1px #fff;
	padding-top: 4px;
}
#top_menu ul li.wyslij {
	background: transparent url(../images/top-menu_01.jpg);
}
#top_menu ul li.zamow {
	background: transparent url(../images/top-menu_02.jpg);
}
#top_menu ul li.pliki {
	background: transparent url(../images/top-menu_03.jpg);
}
#top_menu ul li a {
	color: #a8120a;
	text-decoration: none;
	font-weight: bold;
	padding-left: 4px; 
	}
#top_menu ul li a:hover {
	color: #ED190E;
	}
/* End of header*/

#content {
	margin: 0;
	padding: 0;
	background: #165B8D;
	float: left;
	width: 100%;
}
/*Left panel*/
#left_panel {
	margin: 0;
	padding: 0;
	float: left;
	width: 202px;
	background: transparent url(../images/menu_deco.jpg) no-repeat 0 0;
}
#left_panel_wrapper {
	background: transparent url(../images/left_panel_bg.jpg) repeat-x 0 0;
}
#left_panel form {
	margin-top: 136px;
	padding: 15px 0 0 0;
}
#left_panel h1{
	font-size: 14px;
	font-weight: bold;
	color: #C0D7E7;
	margin-top: 10px;
}
#left_panel h1, #katalog_p {
	margin: 20px 0;
}
#left_panel input.button{
	background: transparent url(../images/redbtn_up.jpg) repeat-x 0 0;
	color: #fff;
	font-weight: bold;
	border: 1px solid #fff;
	font-size: 11px;
	height: 21px;
	cursor:pointer;
	cursor:hand;
}
#left_panel p{
	font-size: 12px;
	color: #C0D7E7;
	margin-top: 220px;
}
/*Katalog*/
#katalog{
	background: #2A3838 url(../images/kat_bg.jpg)repeat-x;
	margin: 15px 0 0 0 ;
	padding-top: 8px;
	padding-left: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;

}
#katalog h1{
	margin-top: 10px;
	color: #FF9728;
}
#katalog ul{
	margin: 0;
	padding: 0 0 ;
	text-align: left;
	color: #fff;
}
#katalog ul.kat {
	margin-top: 10px;
	margin-left: 5px;
}
#katalog ul.kat li {
	list-style: outside url('../images/kat_arrow.jpg');
	margin-bottom: 3px;
	
}
#katalog ul.kat li a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}
#katalog ul.podkat {
	margin-left: 10px;
}
#katalog ul.podkat li {
	list-style: outside url('../images/kat_item.jpg');
	
}
#katalog ul.podkat li a{
	text-decoration: none;
	color: #F9EFCF;
	font-size: 9px;
	font-weight: normal;
}
/*right panel*/
#ad {
	float: right;
	width: 177px;
	background:	#2A3838;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	padding-top: 15px;
	padding-left: 25px;
}
#ad h1 {
	margin: 0 0 17px 0;
	padding: 0;
	color: #fff;
	font-size: 14px;
	text-align: left;
	
}

#item {
	width: 150px;
	border: solid 1px #fff;
	background-color: white;
	margin-bottom: 50px;
	padding-top: 10px;
	text-align: center;
}
#item a{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #B82832;
	text-align: center;
	
}
#item a.opis{
	margin: 0;
	color: #ed190e;
	text-align: left;
}

#item a.opis:hover{
	color: #fff;
	font-size: 12px;
}
#item img {
	margin-top: 11px;
//	float: left;
	border-style: none; 
	margin: 5px 0 0 0px;
}
#item_opis {
	background: #a1aaaa url(../images/item_opis.jpg) repeat-y;
	margin: 0;
	padding: 0 10px 0 10px;
	overflow: hidden;
}
#item_opis p{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5em;
	text-align: left;
}
/*Middle*/
.clear {
	clear: both;
}
#middle {
	margin: 0 0 0 202px;
	background: #2A3838 url(../images/middle_bg.jpg) repeat-x;
}
#core {
	
	padding-top: 52px;
}

#adres{
	height: 33px;
	color: #F9EFCF;
	font-size: 11px;
	padding-top: 17px;
	text-align: left;
	background-color: #183B51;

}
#adres a{
	color: #F9EFCF;
	font-size: 11px;
	padding-top: 17px;
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
}
#adres a:hover{
	color: #fff;	
}
#flash {
	z-index: 0;
	position: relative;
	background-color: white;
	margin: -10px 0 10px -25px;
}

/*presetation*/
#content_n {
	background: white;
	margin: 0 202px 0 0;
}
#content_w {
	width: 592px;

}
#text{
	background-color: white;
	margin: 0;
	text-align: left;
	padding: 25px 40px 10px 40px;
	min-height: 580px;
}
.not_ie {
	float: left; 
	width: 100%;
}
#text h1{
	font-size: 14px;
	font-weight: bold;
	color: #245492;
	margin-bottom: 25px;
}
#text h1.produkt_nazwa{
	font-size: 15px;
	font-weight: bolder;
	color: #245492;
}
#text h1.news_title{
	color: #B82832;
	font-size: 13px;
	margin-bottom: 0;
}
#text p, li{
	font-size: 12px;
	color: #333333;
}
#text p span {
	font-weight: bold;
}
#text p.kat_adres{
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 25px;
}
#text a {
	color: #B82832;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#text li {
	list-style-type: none;
}
#text ul {
	margin: 0;
	padding: 0;
}
#text ul.deco li {
	list-style: inside url('../images/list.gif');
}
#text ul.deco {
	margin: 0;
	padding: 0;
}
#text hr {
	height: 1px;
	background-color: #C4C4C4;
	border: none;
}
#txt_img {
	margin: 0 0 0 10px;
	float: right;
	background-color: #E6E6E6;
	border: 1px solid #BEBEBE;
	padding: 3px 3px 0 3px;
}
#txt_img img{
	margin: 0;
	border: 1px solid #00031d;
}
#txt_img p.podpis{
	text-align: center;
	font-size: 10px;
	margin: 5px 0 5px 0;
	padding: 0;
	}
#kontakt {
	margin: 0;
	background-color: #E6E6E6;
	border: 1px solid #BEBEBE;
	padding: 2px 3px 3px 3px;
}

#kontakt p{
	margin: 1px 0 1px 0 ;
	line-height: 20px;
	background-color: #ffffff;
	padding: 10px 30px 10px 30px;
	text-align: center;
}
/*newsy*/
#news {
	padding-bottom: 10px;
}
#news h1{
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	margin: 5px 0 5px 0;
	background-color: #e4e4e4;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}
#news h2 {	
	font-size: 12px;
	font-weight: bold;
	color: #245492;
	margin: 0;
	text-align: left;
}
#news p {	
	font-size: 11px;
	color: #333333;
	text-align: left;
	
}
#news a {
	color: #B82832;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: right !important;
}
#news1 {
	border-bottom: 1px solid #c7c7c7;
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 10px 0;
}
/*Footer*/
#footer {
	clear: left;
	background:white url(../images/footer_left.jpg) repeat-x;
	/*transparent url(../images/footer_bg.jpg) repeat-y 0 0;*/
	
}
#left_footer {
	float: left;
	text-align: center;
	width: 202px;
	color: #fff;
	font-size: 10px;
	border-top: 1px solid #fff;
	padding-top: 5px;
}
#left_footer a {
    color: inherit;
    text-decoration: none;
}
#left_footer a:hover{
    color: #245492;
}
#right_footer {
	margin-left: 202px;
	text-align: left;
	font-size: 8px;
	background:white url(../images/footer.jpg) repeat-x;

	border-left: 1px solid #fff;
	padding: 5px 0 5px 5px;
	border-top: 1px solid #c7c7c7;
}
#right_footer ul {
	padding: 0;
	margin: 0 0 3px 0 ;
	list-style: none;
}
#right_footer ul li {
	display: inline;
	color: #333333;
	font-size: 9px;
	margin-right: 10px;
}
#right_footer ul li a{
	color: #333333;
	font-size: 9px;
}
#right_footer ul li a:hover{
	text-decoration: none;
}
/*podstrony*/
	/*mapa*/
#map {	
	width: 397px; 
	margin: 0;
	height: 450px; 
	background: url(http://web4you.com.pl/template/loader.gif); 
	background-repeat: no-repeat; 
	background-position: center;}
	/*formularze*/
form div {

	margin:2px 40px 0 0;
	padding:1px 3px;
	width:324px;
	text-align: right;
}
form div input.text, form div textarea {
	font-size: 12px;
	line-height: normal;
	color: #333333;
	background-color: #ffffff;
	font-family:Tahoma, sans-serif; 
	border: 1px solid #C32B24;
	padding: 1px;
	width: 200px;
}
form div label{
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	margin-top: 4px;
}
form div input.button{
	background: transparent url(../images/redbtn_up.jpg) repeat-x 0 0;
	color: #fff;
	font-weight: bold;
	border: 1px solid #fff;
	font-size: 11px;
	height: 21px;
}
form div.top_margin {
	margin-top: 240px;
}
#katalogi {
	display: inline;
	padding: 0;
	margin: 0 0 30px 0;
	height: auto;
}
#katalogi p {
	margin: 115px 0 0 0;
	font-size: 11px;
	font-weight: normal;
	color: #245492;
	}
div.kat {
	float: left;
	width: 30%;
	height: 200px;
	text-align: left;
	margin: 0;
	clear: none;
	padding-left: 5px;
	padding-right: 1px;
	border-left: 1px solid #245492;
	margin-right: 0 6px 20px 0;
}
form div.kat input.checkbox {
	color: red;
	background-color: #ffffff;
	border: 1px solid #C32B24;
	margin: 0;
	
}
form div.kat img {
	border: 1px solid #245492;
	margin: 5px 0 0 0;
}


	/*dostawcy*/
#dostawcy {width: 592px;
	
}
#dostawcy_lista {  
	border-left: solid 1px #245492;
	padding-left: 10px;
	padding-right: 30px;
	width: auto;
	float: left;
	clear: none;
	text-align: left;
	margin-bottom: 15px;
}
#dostawcy_lista a {
	font-size: 11px;
	text-decoration: none;
	color: #B82832;
	font-weight: bold;
}

#lista_prod {
	background-color: #fff;
	width: 550px;
}
#produkt p {
	text-align: left;
}

#produkt p.prod_nazwa a {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: left;
	color: #C32B24;
	text-decoration: none;
	
}
#prod_body {
	background-color: #E7E7E7;
	border-top: solid 1px #C4C4C4;
	border-bottom: solid 1px #C4C4C4;
	width: 570px;
	padding: 10px 10px 10px 0;
	height: auto !important;
	height: 100%;
	
}
#prod_body a {
	border: none;
	text-decoration: none;
	color: #C32B24;
	font-size: 10px;
}
#prod_body p.prod_zajawka{
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	margin-right: 20px;
	}
#prod_body img {margin:  10px 10px 10px 10px;
	border: 1px solid #C32B24;
	float: left;}

#prod_txt{
	background-color: lime;
	height: auto;
}
	/*PRODUKT PRODUKT PRODUKT */

#wybierz_produkt{
	padding: 100px 50px 300px 0;
}
#wybierz_produkt p{
	color: #245492;
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
}
#wybierz_produkt p span{
	color: #FF9728;
	font-size: 16px;
    font-weight: bolder;
}	
ul#produkt_ul{
	margin-bottom: 8px;
	padding: 0;
}
ul#produkt_ul li {
	display: inline;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	padding: 8px 10px 8px 10px;
	height: 40px;
	border: 1px solid #245492;
	margin-right: -4px;
}
ul#produkt_ul li.active{
	
	background-color: #fff;
}
ul#produkt_ul li.active a{
	color: #FF9728;
	text-decoration: none;
}
ul#produkt_ul li.passive{
	color: #fff;
	background: transparent url('../images/prod_menu.jpg') repeat-x;
}
ul#produkt_ul li.passive a{
	color: #fff;
	text-decoration: none;
}
#produkt_info{
	border: 1px solid #245492;
	padding: 5px 30px 10px 25px;
	margin-top: 0px;
	min-width: 530px;
}
#produkt_1, #produkt_2 {
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
	
}
#produkt_1, #produkt_2 h4 {
	font-size: 13px;
	color: #333333;
}
#produkt_1 img.fl-rt{
	float: right;
	border: 1px solid #C32B24;
}
#produkt_1 img{
	border: none;
	margin: 10px;
}
/*#produkt_1 img.fl_rt {
	float: right;
	border: 1px solid lime;
}
#produkt_1 a img {
	margin-left: 10px;

}
#produkt_1 a {
	border: 1px solid lime;#C32B24;
	
}*/
#produkt_1 ul, #produkt_1, #produkt_2 UL{
	margin-bottom: 1em;
	margin-top: 1em;
}
#produkt_1 ul li{
	list-style: outside url('../images/list.gif');
	margin-bottom: 0.6em;
	font-size: 12px;
}
#produkt_1 table {
	border: 5px solid #E7E7E7;
	border-collapse:collapse;
	width:100%;
	background: #fff;
	margin-bottom: 15px;
	margin-top: 15px;
	clear: both;
}
#produkt_1 table th {
	background: #C4C4C4;
	border: 2px solid #C4C4C4;
	padding: 8px 10px;
}
#produkt_1 table td{
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	padding: 0.3em 0.3em 0.3em 0.3em;
	border: 1px solid #C4C4C4;
background: #fff;	
}
#produkt_1 table td p{
    font-size: 11px;
}
#produkt_3 ul.galeria {
	padding-bottom: 40px;
	margin-top: 20px;
}
#produkt_3 ul.galeria li{
float: left;
	width: 90px;
	height: 90px;
	overflow: hidden;	
	list-style-type: none;
	margin: 5px;
	border: 1px solid #C32B24;		
}
#produkt_3 ul.galeria li a{

	overflow: hidden;
	border: none;

}
#produkt_3 ul.galeria li a img{
	overflow: hidden;	
	border: none;
}

#produkt_6 {
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
	}
#produkt_6 input.button{
	background: transparent url(../images/redbtn_up.jpg) repeat-x 0 0;
	color: #fff;
	font-weight: bold;
	border: 1px solid #fff;
	font-size: 11px;
	height: 21px;
}

#produkt_6 table.buttons {
	border: none;
	width: 100%;
}
#produkt_6 table.buttons td{
	text-align: center;
	font-weight: bold;
	padding: 20px 30px 20px 30px;

}
#produkt_6 table.produkty_do_maila{
	border: 5px solid #E7E7E7;
	border-collapse:collapse;
	width:100%;
	background: #fff;
	margin-bottom: 15px;
	margin-top: 15px;
	clear: both;
}	


#produkt_6 table.produkty_do_maila th {
	background: #E7E7E7;
	border: 2px solid #E7E7E7;
	padding: 8px 10px;
	font-size: 12px;
	font-weight: bold;
}
#produkt_6 table.produkty_do_maila td{
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	padding: 0.3em 0.3em 0.3em 0.3em;
	border: 1px solid #C4C4C4;
background: #fff;}
#produkt_6 table.produkty_do_maila td.right{
	text-align: right;
	background: #fff;
	border: 2px solid #E7E7E7;
}	




