/*
	POHL Polska sp. z o.o
	xhtml i css - Paweł "Greenek" Golonko
	http://greenek.jogger.pl | pgolonko@gmail.com	
*/

/* =reseting
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, h1, h2, h3, h4, h5, h6,
blockquote, p, address, form, fieldset,
ul, ol, dl, dt, dd, li, hr, table, td, th {
	margin: 0;
	padding: 0;
}
	
fieldset, img { border: none; }
ul li { list-style: none; }
ol { list-style-position: inside; }
hr {
	display: none;
	clear: both;
}

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

#main ul {
	margin-left: 20px;
	margin-bottom: 10px;
}
#main ul li {
	list-style: inside circle;
}

/* =headers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h1, h2, h3, h4 {
	font-family: "Trebuchet MS";
	color: #595959;
}
h2 {
	font-size: 1.64em;
	padding: 17px 4px 0 4px;
	border-bottom: 2px solid #AFAFAF;
	margin-bottom: 9px;
}
.blue { color: #092D8E; }
.navy { color: #0E2D99; }
.no-margin { margin: 0; }
h3 {
	font: bold 1em Arial, sans-serif;
	color: #0032BB;
	margin: 0 7px;
}
h3.title {
	text-align: left;
	color: #222;
	border-bottom: 1px solid #CCC;
	padding: 2px;
	margin-bottom: 3px;
	font-size: 1.3em;
}
h3.title span {
	margin-left: 20px;
}
h3.title span a {
	text-decoration: none;
}
p {
	font-family: Arial, sans-serif;
	color: #595959;
	text-align: justify;
	margin: 0 11px 14px 7px;
	clear: both;
}

a {
	color: #0032BB;
	font-weight: bold;
}
a:hover { text-decoration: none; }
p.more {
	text-align: right;
	border-top: 1px dashed #595959;
	padding-top: 3px;
}

/* =layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html, body {
	font: normal 100% sans-serif;
	text-align: center;
}

#page {
	width: 738px;
	margin: 0 auto;
	text-align: left;
}

#top {
	margin-top: 30px;
	height: 75px;
	border-bottom: 1px solid #D5D5D5;
}

#top h1 {
	position: absolute;
	background: url('../gfx/logo.gif') no-repeat;
	overflow: hidden;
	text-indent: -1000px;
	float: left;
}
#top h2 {
	position: absolute;
	background: url('../gfx/logo.gif') no-repeat;
	overflow: hidden;
	text-indent: -1000px;
	float: left;
	width: 320px;
	height: 120px;
}

#top h1 a {
	display: block;
	width: 265px; height: 55px;
}
#top h2 a {
	display: block;
	width: 265px; height: 55px;
}

#top p {
	position: absolute;
	background: url('../gfx/logo.gif') no-repeat;
	overflow: hidden;
	text-indent: -1000px;
	float: left;
	width: 320px;
	height: 120px;
}

#top ul {
	float: right;
	height: 11px;
	margin-top: 15px;
}

#top li {
	float: left;
	overflow: hidden;
	text-indent: -1000px;
}
#top li.home {
	background: url('../gfx/topHome.gif') no-repeat;
	width: 20px;
}
#top li.mail {
	background: url('../gfx/topMail.gif') no-repeat;
	width: 30px;
}
#top li.size {
	background: url('../gfx/topSize.gif') no-repeat;
	width: 21px;
}
#top li a {
	display: block;
	height: 11px;
}

#flash {
	margin-top: 4px;
	height: 188px;
}

#nav {
	height: 32px;
	border-bottom: 1px solid #D5D5D5;
}
#nav ul {
	float: left;
}
#nav li {
	float: left;
	overflow: hidden;
	text-indent: -1000px;
}
#nav li a {
	display: block;
	height: 32px;
}
#nav .home a {
	background: url('../gfx/menuHome.gif') 0 0 no-repeat;
	width: 73px;
}
#nav .about a {
	background: url('../gfx/menuFirma.gif') 0 0 no-repeat;
	width: 94px;
}
#nav .products a {
	background: url('../gfx/menuProdukty.gif') 0 0 no-repeat;
	width: 104px;
}
#nav .reference a {
	background: url('../gfx/menuReferencje.gif') 0 0 no-repeat;
	width: 115px;
}
#nav .contact a {
	background: url('../gfx/menuKontakt.gif') 0 0 no-repeat;
	width: 100px;
}
#nav a.active {
	background-position: 0 -32px;
}
#nav #search {
	float: right;
	margin-top: 3px;
}
#nav #search .q {
	width: 100px; height: 18px;
	padding: 0 4px;
	font-size: .69em;
	border: 1px solid #0032BB;
}
#nav #search #submit {
	display: inline;
	border: none;
	background: url('../gfx/search.gif') no-repeat;
	width: 61px; height: 18px;
	font-size: 0;
	padding-top: 18px;
	vertical-align: middle;
}

/* => content <= */

#content {
	margin: 8px 0 11px 0;
	border-bottom: 4px solid #E1E1E1;
	font: normal .69em Arial, sans-serif;
}
#main {
	width: 471px;
	float: right;
	margin-right: 7px;
	font-family: Arial, sans-serif;
	color: #595959;
	text-align: justify;
}
#sidebar {
	width: 230px;
	float: left;
}

.box {
	width: 224px;
}

#main .gray {
	background: #D1D1D1;
	padding: 0 15px 0 11px;
	width: 198px;
}
#main .gray h2 {
	border: none;
	color: #FFF;
}
#main .gray p {
	color: #0032BB;
	font-weight: bold;
}

#sidebar.gray {
	background: #EDEDED;
	padding: 0 17px;
	width: 196px;
}
#sidebar.gray h2 {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 24px;
}

#sidebar.flow {
	position: absolute;
}

#sidebar ul li {
	font-size: 1.18em;
	font-weight: bold;
	color: #626262;
}
#sidebar ul li ul {
	margin: 5px 0 20px 0;
}
#sidebar ul li ul li {
	font-size: .85em;
	list-style: outside url('../gfx/arrow.gif');
	padding-top: 0px;
	margin: 7px 17px;
}
#sidebar ul li ul li a { text-decoration: none; color: #0E2D99; }
#sidebar ul li ul li a:hover { text-decoration: underline; }

#productsNav {
	height: 42px;
	border-bottom: 2px solid #AFAFAF;
	margin-bottom: 9px;
	margin-left: 0 !important;
}
#productsNav li {
	float: left;
	overflow: hidden;
	text-indent: -1000px;	
}
#productsNav li a {
	display: block;
	height: 42px;
}
#productsNav li.description {
	width: 77px;
	background: url('../gfx/productsOpis.gif') no-repeat;
}
#productsNav li.photos {
	width: 106px;
	background: url('../gfx/productsZdjecia.gif') no-repeat;
}
#productsNav li.reference {
	width: 123px;
	background: url('../gfx/productsReferencje.gif') no-repeat;
}
#productsNav li.technical {
	width: 165px;
	background: url('../gfx/productsRysunki.gif') no-repeat;
}

.references {
	color: #5B5B5B;
	margin: 20px 0;
	line-height: 150%;
}

#images {
	text-align: center;
	margin: 20px 0;
}
#images .image {
	padding: 3px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

#actions {
	background: #E1E1E1;
	border-top: 3px solid #AAA;
	margin: 10px 10px;
	padding: 5px 10px;
}
.btn {
	vertical-align: middle;
}

/* => form <= */

#main form, #sidebar form {
	margin-bottom: 10px;
}
#main form .formdiv, #sidebar form .formdiv {
	clear: both;
	margin-bottom: 5px;
}
#main form .formdiv label, #sidebar form .formdiv label {
	width: 100px;
	float: left;
}
#main form .formdiv textarea {
	width: 450px;
	height: 200px;
}
#sidebar form .formdiv textarea {
	height: 80px;
	width: 220px;
}

#content form input, #content form select {
	width: 200px;
}
.mceEditor input, .mceEditor select { width: auto !important; }

#content form .formdiv label {
	width: 120px;
	padding-top: 4px;
}

#main form.formularz .formdiv input, #main form select {
	border: 1px solid #0032BB;
}
#main form.formularz .formdiv textarea {	
	border: 1px solid #0032BB;
	padding: 5px;
	height: 100px;
	width: 300px;
}
#main form.formularz .formdiv input.submit {
	margin: 0 100px;
	border: 1px solid #0032BB;
	background: #0032BB;
	color: #FFF;
	width: auto;
}
#content input.submit {
	margin-left: 120px !important;
}

form span.required {
	color: #F00;
}

.error {
	color: #CC3737;
	margin: 10px 0;
}
.error .header {
	font-weight: bold;
}

ol.results {
	margin: 0 0 15px 0;
	line-height: 150%;
}

.mapa ul {
	margin: 0 0 0 20px;
	line-height: 150%;
}
.mapa > ul {
	margin: 10px;
}

.googlemap {
	border: 1px solid #444;
	margin-bottom: 10px;
}

/* => footer <= */

#footer {
	color: #0032BB;
	font-weight: bold;
}
#footer p {
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
	font-size: .69em;
}
#footer p a {
	margin: 0 6px;
}

#ss_stopka a{
text-decoration: none;
font-size: 9px 
font-family:Arial; 
color: silver;
margin: 0;
}
