/* Layout Stylesheet 
*   
*  Tu znajduja sie podstawoe funcje odpowiedzialne za 
*  rozmieszczenie podstawowych elementów strony
*
*/ 



body {
 margin:0px;
 background:#E6E6E6 ;
 color: #333333;
 text-align:center;
 line-height:150%;
 font-size:11px;
 font-family:tahoma, arial;
 padding:0;
 }
 
 
 
/* USTAWIENIA GLOBALNE */

/* usuwa ramke w brazkach wewnatrzlinku */
a img{border:0px;}

/* Ustawienia linkow */
a {color:#034364;}
a:hover{	color:#FF0000;	}


/* div emulujacy podkreslenie dolne (hr) */
.hr{
	display:block;
	height:5px; 
	margin-top:5px;
	border-top:1px solid #d9d9d9;
	}


/* poprawioa wyswietlanie divow pod firefoxem */
.clear{ clear:both;}


/* Usuwa formatowanie komorek tabeli */
table td{border-collapse:collapse; vertical-align:top;}
table { margin:0px; }


/* szerokosc strony */
#page, #main, #header-inner, #footer {
	width:950px;
	}


h1 { font-size:28px; font-weight:normal; color:#434342; }
h2 { font-size:22px; font-weight:normal; color:#434342;  }

/* ustawienia formatowania textu */	
.left {	text-align: left;}
.right { text-align:right;}

.fleft { float:left; }
.fright{ float:right;}

/* button settings */
.button {
	height:21px;
	display:block;
	background: no-repeat top left;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	padding-top:2px;
	}


/* COLORS */
.blue { color:#034364;}
.orange{ color:#f06c00; }

/* USTAWIENIA NAGLOWKA STRONY */
#header{
	background: url(../images/header-bcg.jpg) repeat-x top #e3e3e3;
    height:444px;
	overflow:hidden;
	text-align:center;
	}

#header-inner {
 text-align:left;
 background:url(../images/baner-tlo.png) no-repeat top center;
 margin:0 auto;
 height:450px;
 overflow:hidden;
 width:980px;
 }



/* USTAWIENIA GlOWNE CZESCI STRONY */
#page-bcg{
	background:url(../images/page-bcg.jpg) no-repeat top center #000;
	padding-top:1px;
	height:910px;
	overflow:hidden;
	}
	
#page {
 text-align:left;
 margin:auto;
 }

#border{ background:url(../images/orange-bar.jpg) repeat-x top; height:13px; margin-bottom:0px; }

 /* MENU GLOWNE */
#menu{
 	margin-top:0px;
	margin-left:18px;
	}

/* Menu item (including mouseover) */	
.menu-item{ text-align:center; vertical-align:bottom; padding-bottom:7px; font-size:13px; }

.item1 { width:130px; }
.item2 { width:102px; }
.item3 { width:115px; }
.item4 { width:104px; }
.item5 { width:168px; }
.item6 { width:89px; }

.menu-logo{ width:214px; text-align:center }
.menu-logo img { padding-left:18px;}
.menu-item a{
	color:#b6b6b6;
	text-decoration:none;
}

.menu-item a:hover, .menu-item a.active{
	color:#f16c00;
}


/* SUBMENU */
.submenu { margin-left:20px; margin-right:20px; }
.submenu .submenu-details{
	margin-top:20px;
	font-size:13px;
	margin-left:15px;
	}

.submenu .submenu-details.fright{ margin-top:10px; }
.submenu .input{ float: left; border:none; background:url(../images/input-search.jpg) no-repeat top left; font-size:11px; padding-top:6px; padding-bottom:6px; padding-left:10px; width:150px; color:#666666; }
.submenu .button{ float:left; border:none; background:url(../images/input-button.jpg) no-repeat top left; width:27px; height:24px; }


/* GLOWNY DIV PRZECHOWUJACY KOLUMNY */
#main {
 position:relative;
 color: #333333;
 padding:0;
 padding-top:0px;
 height:630px;
 }



/* LEWA KOLUMNA */
#sidebar-left {
	float:left;
	text-align:left;
	color: #606060;
	width:275px;
	margin-top:20px;
 }
 
#sidebar-inner{
	margin-right:15px;
	padding:0px 10px 0px 15px;
	}



/* GLOWNA KOLUMNA */
#content {
	width:670px;
	height:602px;
	overflow:scroll;
	padding-top:0px;
	margin-top:33px;
	margin-left:275px;
	color: #333333;
	text-align:left;
	overflow-x: hidden;
 }



/* STOPKA STRONY */ 
#footer-bcg{
 background:#e6e6e6 center top no-repeat;
  height:83px;
  text-align:center;
}

#footer {
 color: #7F7F7F;
 text-align:left;
 margin:0 auto;
 }
 
#footer a{
  color: #FFF;
  text-decoration:none;
}

#footer a:hover, #footer a.active{
	color:#f06c00;
}

#footer-inner{
	margin-top:42px;
	padding-left:10px;
	padding-right:10px;
	}



/* UL, LI SETTINGS */
/* LIST STYLE */

ul{
	padding:0px;
	padding-left:15px;
	margin:0px;
	padding-bottom:2px;
	}
	
ul a{
	text-decoration:none;
	color:#333333;
}

ul a:hover{
	text-decoration:underline;
}
	
ul li{
	list-style-image:url(../images/arrows.gif);
	padding-bottom:4px;
	margin-bottom:4px;
	background:url(../images/dots.gif) repeat-x bottom;
	}
	
ul li.active{
	font-weight:bold;
	background:none;
	
}

ul li.active li{ font-weight:normal;}

ul li ul{
	padding-left:15px;
	padding-top:5px;
	}
	
ul li ul li{
	list-style-image:none;
	list-style:none;
	background:none;
	}

ul.dots li{
	list-style-image:none;
	list-style:square;
	}


/* BLOCK SETTINGS */

.block{
	padding:1px; /* Fixys collapsing div */
	margin-bottom:20px;
	}	 
	
	
/* INPUT STYLES */

input.submit{
}

input.intput{
}

textArea{
}


/* REKLAMA */
#reklamy{ margin-bottom:20px; height:200px; height:112px; margin-top:19px;  }
.reklama{ float:left; width:304px; height:112px;  }
.reklama1 { background:url(../images/kontakt.png) no-repeat center left; margin-left:15px; }
.reklama1 .reklama-inner { padding-left:0px; }
.link-reklama1 { float: left; width:120px; height:90px; }

.reklama2 { background:url(../images/katalog.png) no-repeat center left; width:314px;  }
.link-reklama2 { float: left; width:150px; height:90px; }

.reklama3 { background:url(../images/produkt-katalogi.png) no-repeat center left;  }
.link-reklama3 { float: left; width:110px; height:90px; }

.reklama .title1 { display:block; font-size:16px; color:#353434; text-align:right; margin-top:10px; padding-right:20px; }
.reklama .title2 { display:block; font-size:22px; text-align:right; margin-top:10px; padding-right:20px; text-transform:uppercase;}
.reklama .phone {  display:block; font-size:12px; color:#353434; text-align:right; margin-top:30px; line-height:150%; padding-right:20px;}

.reklama.reklama3 .title1 { display:block; font-size:16px; color:#353434; text-align:right; margin-top:10px; padding-right:10px; }
.reklama.reklama3 .title2 { display:block; font-size:22px; text-align:right; margin-top:10px; padding-right:10px; text-transform:uppercase;}
.reklama.reklama3 .phone {  display:block; font-size:12px; color:#353434; text-align:right; margin-top:30px; line-height:150%; padding-right:10px;}

/* KATALOG PRODUKTOW */
.katalog_produktow .produkt{
	float:left;
	height:215px;
	width:155px;
	margin-right:3px;
	margin-bottom:15px;
	}
	
.produkt { text-align:center; }
.produkt .title { text-align:left; color:#6e5e4c; padding-left:0px; text-align:center; padding-top:0px; padding-bottom:10px; font-size:12px; font-weight:bold;}
.produkt .link { background:url(../images/link-produkt.jpg) no-repeat top center; }
.produkt .link a{ color:#7e6243; text-decoration:none; text-decoration:underline;  }
.produkt .link a:hover { color:#999999; }

/* WRAPPER */
#wrapper5 { overflow:hidden; }
#wrapper16{ overflow:hidden; }
#wrapper17{ overflow:hidden; }
#wrapper3 { overflow:hidden; }	
.myIframe { height:600px; width:100%; }

#wrapper16 .myIframe { margin-top:-113px; margin-left:-19px; height:716px; overflow-x: hidden; }

#stronka #content{ overflow:hidden; }

/* GALANTERIA */
#stronka5 #wrapper5{	width:937px;	}
#stronka5 #sidebar-left  { display:none; }
#stronka5 #content{ margin-left:23px; width:937px; overflow:hidden; }
#wrapper5 .myIframe { margin-top:-173px; margin-left:-13px; height:777px; overflow-x: hidden; }

/*  LINK AND SELL */
#wrapper16 .myIframe { margin-top:-113px; margin-left:0px; height:724px; }
#stronka16 #content { width: 937px; margin-left:8px; overflow:hidden; height:612px; }
#stronka16 #sidebar-left{	display:none;}

/* PROMOVENT-MEDIA */
#wrapper17 .myIframe { margin-top:-63px; height:675px; }
#stronka17 #wrapper17{	width:922px;	}
#stronka17 #sidebar-left{	display:none;}
#stronka17 #content{ margin-left:23px; width:937px; padding-top:11px; overflow:hidden; }

/*  Midocean */
#wrapper3 .myIframe { margin-top:-40px; margin-left:-73px; height:724px; }
#stronka3 #content { width: 1015px; margin-left:8px; overflow:hidden; height:612px; }
#stronka3 #sidebar-left{	display:none;}

