/* Wyrób siatek drucianych - Tomczyszyn Mariusz*/

body {
	background-color: #ffffff;
	font-family: Arial, "Arial CE", sans-serif;
	font-size: 13px;
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	padding: 0px;
}

h1 { display: none; }
h2 {
	color: #ff6600;
	font-size: 22pt;
	font-family: Arial, "Arial CE", sans-serif;
	font-weight: normal;
}
h3 {
	line-height: 33px;
	color: #356778;
	font-size: 16pt;
	font-family: Arial, "Arial CE", sans-serif;
	font-weight: normal;
	background-image: url('images/h3pasek.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;

}

div#naglowek {
	width: 980px;
	height: 101px;
	background-color:#336475;
	background-image: url('images/naglowek1_2.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, "Arial CE", sans-serif;
	font-size: 13px;
	color: #ffffff;
}

div#naglowek .adres {
	padding-top: 65px;
	padding-left: 125px;
}

div#naglowek a {
	color: #ff8533;
	text-decoration: none;
}

div#naglowek2 {
	width: 980px;
	background-color:#e5dbd6;
	height: 169px;
}

div#menu {
	width: 980px;
	height: 28px;
	background-color: #dedddc;
	background-image: url('images/menubg.gif');
	background-repeat: repeat-x;
	font-family: Arial, "Arial CE", sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 28px;
}


.menu_level1 {
	float: left;
	margin-left: 15px;
	margin-right: 25px;
	padding-left: 5px;
	background-image: url('images/bullet2.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}

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

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav {
	height: 28px;
	background-color: #dedddc;
	background-image: url('images/menubg.jpg');
	background-repeat: repeat-x;
}

#nav li {
	float: left;
	/*width: 150px;*/
	margin-left: 0px;
	padding-left: 0px;
}

#nav li.menu_spacer {
	width: 2px;
	height: 28px;
	float: left;
	background-image: url('images/menu_spacer.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 0px;
}

#nav a {
	display: block;
	color: #000000;
	width: 150px;
	text-decoration: none;
	background-image: url('images/bullet2.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-family: Arial, "Arial CE", sans-serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 28px;
	margin-left: auto;
	margin-right: auto;
}

#nav a:hover {
	color: #356475;
	background-image: url('images/bullet3.gif');
}



#nav li ul {
	position: absolute;
	width: 100px;
	left: -999em;
	background-color: #e6e6e6;
	margin-left: 0px;
	border-top: 2px solid #ffffff;
	padding: 10px;
}
#nav li ul li {
	margin-left: 0px;
}

#nav li:hover ul, #nav li.sfhover ul  {
	left: auto;
}

#nav li ul li a {
	font-family: Arial, "Arial CE", sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 18px;
	padding-left: 8px;
	background-image: url('images/bullet4.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

#nav li ul li a:hover {
	background-image: url('images/bullet5.gif');
	background-repeat: no-repeat;
	background-position: left center;
}


div#page_container{
	width: 980px;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

div#box_container{
	width: 971px;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	padding-left: 9px;;
	padding-right: 0px;
}

div.box {
	float: left;
	width: 306px;
	padding: 0px;
	margin-left: 7px;
	margin-right: 7px;
}

ul.box_ul li {
	list-style-type: none;
	margin-left: -20px;
	margin-bottom: 2px;
	line-height: 12px;

}
a.box_menu {
	background-image: url('images/bullet1.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color: #000000;
	text-decoration: none;
}
a.box_menu:hover {
	background-image: url('images/bullet7.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color: #1c3b4d;
	text-decoration: none;
}



div.box_header {
	height: 25px;
	width: 306px;
	background-color: #ff6701;
	background-image: url('images/box_header.jpg');
	background-repeat: no-repeat;

}
span.box_header_text {
	height: 25px;
	width: 286px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 10px;
	line-height: 25px;
}

div.boxclear {
	clear: both;
}

div#footer {
	background-color: #316071;
	height: 23px;
	line-height: 23px;
	color: #ffffff;
	font-family: Arial, "Arial CE", sans-serif;
	font-size: 12px;
}

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

#footer .left {
	float: left;
	padding-left: 20px;
}
#footer .right {
	float: right;
	padding-right: 20px;
}


#footer a {
	color: #ffffff;
	text-decoration: none;
}

p.bold {
	font-weight: bold;
}

td.param {
	color: #b36a56;
	background-color: #f1f1f1;
	padding: 8px;
	border: 1px solid #d2c7af;
	font-weight: bold;
	font-family: Arial, "Arial CE", sans-serif;
	font-size: 10pt;
}
td.value {
	color: #000000;
	background-color: #f1f1f1;
	padding: 8px;
	border: 1px solid #d2c7af;
	font-family: Arial, "Arial CE", sans-serif;
	font-size: 10pt;
}

