@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #222;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #e3f3dc;*/
	background: #cfd5ed url(tlo3.jpg); background-repeat: no-repeat; background-position: top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #container1 { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #e3f3dc;*/
	background: #cfd5ed url(tlo_m1.jpg); background-repeat: no-repeat ; background-position: top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #container2 { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #e3f3dc;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #cfd5ed url(tlo.jpg); background-repeat: no-repeat ; background-position: center;
} 

.twoColFixLtHdr #container3 { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #cfd5ed url(tlo_kontakt.jpg); background-repeat: no-repeat ; background-position: center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #container4 { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #cfd5ed url(oferta2.jpg); background-repeat: no-repeat ; background-position: center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #container5 { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #e3f3dc;*/
	background: #cfd5ed url(tlo3a.jpg); background-repeat: no-repeat; background-position: top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header { 
	height: 152px;
	background-image:url(baner1fa.jpg);
	background-color:#95acf2;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 110px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 20px 15px 370px 15px;
	background-image:url(sidebar2.jpg); background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 145px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(footer.jpg) ; background-repeat: no-repeat;
	height:54px;
	
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#limg {
	height:1%;
	width:300px;
	padding:2px;
	
	margin-right:10px;
	float: right;
	clear:none;
}
#limg img {
	padding:2px;
	/*margin:0px auto;*/
	border:1px solid #aaa;
	background-color:#fff;
	float: right;
}

#limg1 {
	height:1%;
	width:400px;
	padding:0px;
	margin:130px 0 30px 0;
	float: right;
	
}



#limg1 img {
	padding:2px;
	/*margin:0px auto;*/
	border:0px solid #aaa;
	background-color:#fff;
	
}


#limg2 {
	
	height:1%;
	width:400px;
	padding:0px;
	margin:25px 15px 0px 14px;
	float: left;
	
	/*position:absolute;*/
}

#limg2 img {
	padding:2px;
	/*margin:0px auto;*/
	border:0px solid #aaa;
	background-color:#fff;
	float: right;
	
}

#cont {
	margin:0px 0px 0px 0px;
	padding:0px;
	height:1%;
	width:320px;
	float: left;
}

#cont1 {
	margin:0px 0px 0px 0px;
	padding:0px;
	height:1%;
	width:200px;
	float: right;
}

#cont2 {
	margin:0px 0px 0px 0px;
	padding:0px;
	height:1%;
	width:200px;
	float: left;
}


#ulthumb {
	list-style:none;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}
#ulthumb li {
	float:left;
	margin:3px 3px 0px 0px;
	width:100px;
	height:100px;
	display:block;
	
}
#ulthumb img {
	cursor:pointer;
	padding:2px;
	border:solid 0px #ccc;
	background-color:#fff;
}

#ulthumb1 {
	list-style:none;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
	
}
#ulthumb1 li {
	float:left;
	margin:3px 3px 0px 0px;
	width:60px;
	height:60px;
	display:block;
	
}
#ulthumb1 img {
	cursor:pointer;
	padding:2px;
	border:solid 0px #ccc;
	background-color:#fff;
}

#tytul {
	border-bottom: #6178c4 thin solid;
	margin: 0 0 10px 0;
	width: 620px;
	background-color:#95acf2;
	}
		
#tytul1 {
	border-bottom: #6178c4 solid 0px;
	margin: 0 0 0px 50px;
	width: 530px;
	}
	
#tytul2 {
	margin: 0 0 0px 80px;
	width: 530px;
	}
	
	
#wstecz {
float:left;
height:100px;
}



#naprzod {
float: right;
height:100px;
}
	
#opis {
	width: 200px;
	margin-top: 10px;
}

#opis_detal {
	width: 50px;
	float: right;
}
	
#onas {
	margin:0 0px 30px 60px;
	font-size:12px;
	width:310px;
	float:left;
	line-height:19px;
	}
	
div.oferta1 {
	margin:0 0px 30px 20px;
	font-size:12px;
	width:310px;
	float:left;
	line-height:19px;
	}
	
#modelka {
	width:210px;
	float:right;
	/*background-image:url(kasia_index1.gif);*/
	background-repeat:no-repeat;
	margin: 0 50px 0 0;
	}	

ul.menu {
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 30px;
	}
	
table.dane {
	width:312px;
	text-align:left;
	font-size:10px;
	margin-top: 30px;
	margin-bottom: 30px;
	border:1px #6178c4 solid;
	float: left;
	padding: 5px;
	}

table.dane1 {
	width:200px;
	text-align:left;
	font-size: 9px;
	margin: 25px 15px 0 0;
	border:solid #cb9c88 1px;
	float: right;
	padding: 3px;
	/*background-color:#fff;*/
	border-collapse: separate;
	}
	
table.dane2 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	width:190px;
	text-align:left;
	font-size: 11px;
	margin: 25px 0px 0 0px;
	border:solid #777 1px;
	float: left;
	padding: 5px;
	/*background-color:#fff;*/
	border-collapse: collapse;
	line-height: 14px;
	}
	
#portrety_cont {
	/*position: fixed;
	overflow: hidden;*/
}

#portrety {
	margin: 10px 30px 50px 70px;
	/*display:block;*/
	width: 600px;
	height:auto;
	float: left;
	/*position:absolute; top:120;*/
	/*height: 400px;*/
	/*z-index:9000;*/
	
}


#modelki {
	list-style:none;
	margin: 0;
}	
	
#modelki li {
	float: none;
	margin: 0px 0px 0px 0px;
	width:150px;
	/*height:160px;*/
	display:block;
}


#modelki img {
	cursor:pointer;
	padding:2px;
	border:solid 1px #aaa;
	background-color:#fff;
}


	
.naglowek1 {
background-color: #cecece;
padding: 5px 0 5px 10px;
width: 180px;

}

.naglowek1a {
background-color: #cecece;
padding: 6px 6px 6px 7px;
width: 130px;
font-weight:bold;

}

.naglowek2 {
background-color: #e6e8f0;
padding: 5px 0 5px 10px;
width: 180px;
}

.naglowek2a {
background-color: #e6e8f0;
padding: 6px 6px 6px 7px;
width: 100px;
font-weight:bold;
}

a:link {
color:#000000;
text-decoration:none;
}

a:visited {
text-decoration:none;
color: #333333;
}

a:hover {
color:#FF6600;
text-decoration:none;
}

a:active {
outline:none;
}

a:focus
{
         -moz-outline-style:none;
}

a img {border: none; }

img { border: none; }

p.numer {
	font-style:italic;
	color:#FFCC00;
	float:left;
	display:block;
	padding:.5em 0 0 1.5em;
	}
	
p.podpis {
	
	color:#FFCC00;
	
	display:block;
	padding:.5em;
	}

p.small {
font-size:10px;
color: #FFFFFF;
}

p.small_1 {
font-size: 0.4em;
color: #000;
}

p.top {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;  
}

p.wstep {
	margin: 100px 0 0 0;
	}
	
p.oferta {
	margin: 260px 0 0 0 ;
	}
	
p.oferta2 {
	width: 300px;
	position:absolute;
	top: 440px;
	margin:0 0 0 0 ;
	padding: 0 0 15px 50px;
	font-size:14px;
	font-weight:bold;
	line-height:23px;
	}

.szary {
	font-size:12px;
	font-weight:bold;
	color:#333333;
	}
	
br { line-height:3px; }	
br.linia { outline:thin solid #666666;}

div.adres {
	margin: 20px 0 0 15px;
	float:left;
	}
	
div.adres_wrap {
	margin: 10px 0 0 5px;
	width: 500px;
	}
	
div.form_model {
	width:400px;
	float: right;
	height:45px;
	/*background-image:url(form_model.jpg);*/
	}

div.float {
  float: left;
  /*cursor:pointer;*/
	padding:0px;
	margin:2px;
	background-color: #999;
	width:154px;
  }
  
div.float p {
   text-align: center;
   font-size:.8em;
   font-weight:bold;
   font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   letter-spacing:0px;
   color: #333333;
   height:20px;
   margin: 0 0 0px 0px;
   border-top: 2px solid #999;
   /*vertical-align: 5px;*/
  /* z-index:9999;*/
   
   /*line-height:5px;*/
   }
   
div.float img {
   cursor:pointer;
	padding:2px;
	border:solid 0px #aaa;
	/*background-color: #999999;*/
   }
   
div.float a:hover {
	color:#FF6600;
	text-decoration:none;
}
	
ul.zamowienie {
	position:absolute;
	top: 560px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	line-height: 50px;
	list-style-type:none;
	display:block;
	}
	

	
ul.zamowienie li a:link, ul.zamowienie li a:visited{
	width: 292px;
	height: 56px;
	padding: 0 0 10px 20px;
	background-image:url(zamowienie.gif);
	background-repeat:no-repeat;
	display:block;
	color: #fff;
	}
	
ul.zamowienie li a:hover {
	width: 292px;
	height: 56px;
	background-image:url(zamowienie1.gif);
	background-repeat:no-repeat;
	display:block;
	color: #fff;
	}

div.zamowienie1 {
	margin: 80px 0 0 40px;
	}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	padding: 0 0 0 10px;
	}


ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	cursor: default;
	width: 8em;
	font-weight:bold;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	
}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 8.2em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 1px solid #384069;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 0px solid #000;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #181e3f;
	background-image:url(menu1.jpg);
	/*padding: 0.7em 0.9em;*/
	padding: 10px 5px 10px 10px;
	margin: 3px ;
	color: #f8f8f8;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #313f8e;
	background-image:url(menu2.jpg);
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #313f8e;
	background-image:url(menu2.jpg);
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image:url(menu1_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image:url(menu2_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: transparent;
	}
}



div.pasek {
	width:39.4em;
	margin: 20px 0 0 0;
	float:left;
}

div.pasek li{
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.6em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.04em;
	display: block;
	float:left;
	padding:.9em 0em .9em .9em;
	background-color:#4c68e7;
	background-image:url(tab_blue.jpg); background-repeat:repeat-x;
	margin:0;
	border-top: 1px solid #4d6ae7;
	border-right: 0px solid #4d6ae7;
	border-left: 1px solid #4d6ae7;
	width:26em;
}

div.pasek li.blue{
	border-top: 1px solid #4d6ae7;
	border-right: 1px solid #4d6ae7;
	border-left: 1px solid #4d6ae7;
	border-bottom: none;
	}

div.pasek li.blue1{
	color:#000;
	background-color:#4c68e7;
	background-image:url(tab_blue.jpg); background-repeat:repeat-x;
	border-top: 1px solid #4d6ae7;
	border-right: 1px solid #4d6ae7;
	border-left: 1px solid #4d6ae7;
	}

div.pasek li.cyan{
	background-color:#89b2e9;
	background-image:url(tab_yellow.jpg); background-repeat:repeat-x;
	border-left: 1px solid #4d6ae7;
	border-right: 0px solid #4d6ae7;
	border-top: 0px solid #4d6ae7;
}

div.pasek li.cyan1{
	border:none;	
	background-color:#89b2e9;
	background-image:url(tab_yellow.jpg); background-repeat:repeat-x;
}

div.pasek ul {
	list-style-type:none;
	clear: both;
	margin:0;
	padding:0;	
}

div#eprint {
	width: 200px;
	height: 120px;	
	}
	
div#eprint {
	width: 200px;
	height: 120px;	
	}

a.eprint {
	width: 200px;
	height: 120px;
	display:block;	
	}


div#formularz {
	width: 10.5em;
	height:27em;
	border:0px solid #000;
	margin: 0px 0 0 0;
	background-color:#ccc;
	background-image:url(form_2.jpg); background-repeat:no-repeat;
	display: block;
	}
	
div#formularz1 {
	width: 40em;
	height:31em;
	margin: 0px 0 2em 0px;
	background-color: transparent;
	background-image: url(form_1.jpg); background-repeat:no-repeat;
	float:left;
	border-left: 1px solid #4d6ae7;
	border-bottom: 1px solid #4d6ae7;
	}
	
div#formularz2 {
	width: 40em;
	height:31em;
	margin: 0px 0 2em 0px;
	background-color:#fff;
	background-image: url(form_3.jpg); background-repeat:no-repeat;
	float:left;
	border-left: 1px solid #4d6ae7;
	border-right: 0px solid #4d6ae7;
	border-bottom: 1px solid #4d6ae7;
	}

#theform {
	
	width: 40em;
	height: 1%;
	}
	
#theform fieldset {
	height: 20em;
	width: 10em;
	border: 0;
	margin: 0 0 0 0;
	padding: 0.5em;
	float: left;
	}
	
#theform fieldset legend {
	font-size: 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	}
#theform fieldset legend span {
	display: none;
	}
#theform fieldset h3 {
	height: 4em;
	font-size: 1em;
	}
	
#theform fieldset p {
	font-size: 0.9em;
	font-weight:bold;
	display: inline;
	}
	
#theform fieldset p.zgoda {
	font-size: 0.5em;
	font-weight: bold;
	display: inline;
	line-height:1.4em;
	}
	
#theform fieldset div.help {
	color: #00ff00;
	font-size: 0.3em;
	font-weight: bold;
	height: 5em;
	}
	
#theform fieldset label {
	font-size: 0.7em;
	font-weight:bold;
	display: block;
	line-height: 2em;
	}
#theform fieldset input {
	font-size: 0.8em;
	height: 1.3em;
	}
	
/* Error Styling */
#theform fieldset.error,
#theform fieldset.error legend,
#theform fieldset.error div.help {
	color: #FFCC33;
	}
#theform fieldset strong.error {
	color: #fff;
	background-color: #CC0000;
	padding: 0.2em;
	font-size: 0.7em;
	font-weight: bold;
	display: block;
	}

/* Part 4 Styling */
#theform #pt4 {
	float: right;
	width: 8.6em;
	height: 4em;
	padding: .9em 8.5em 0 0;
	margin: 6em 0 0 0;
	}
#theform #pt4 legend {
	display: none;
	}
#theform #pt4 h3 {
	display: none;
	}
#theform #pt4 #disclaimer {
	width: 22em;
	float: left;
	font-size: 0.7em;
	}
#theform #pt4 input {
	height: 3em;
	font-size: 0.7em;
	width: 6em;
	color: #666666; 
	background: #f3f3f3;
	font-weight: bold;
	border-bottom: 	1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
	float: right;
	}
	
#theform #pt4 #wyczysc {
	float: left;
	}
	
#theform #pt4 #wyslij {
	float: right;
	}
	
	

	
#theform #pt5{
	float: left;
	display:inline;
	
	width: 21em;
	margin: 5.5em 0 0 0;
	}

#theform #pt6 {
	float: right;
	width: 8.6em;
	height: 4em;
	padding: .9em 8.5em 0 0;
	margin: 0em 0 0 0;
	}
	
#theform #pt6 input {
	height: 3em;
	font-size: 0.7em;
	width: 6em;
	color: #666666; 
	background: #f3f3f3;
	font-weight: bold;
	border-bottom: 	1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
	float: right;
	}
	
#theform #pt6 #wyczysc {
	float: left;
	}
	
#theform #pt6 #wyslij {
	float: right;
	}
	
#theform #pt7{
	float: left;
	display:inline;
	width: 21em;
	margin: 0em 0 0 0;
	}
