* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

html {
	text-align: center;
}

body {
	background: #fff url(/images/bg.png) repeat-x 0 top;
	color: #706a5f;
	font: 12px Arial, Tahoma, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 150%;
}

a {
	text-decoration: none;
	color: #9d2835;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #92918d;
}

h1 {
	font-size: 14px;
	text-indent: 18px;	
	color: #706a5f;
	font-family: "Tahoma mm", Tahoma, Arial, sans-serif;
}

h2 {
	font-size: 12px;
	color: #706a5f;
}

address strong {
	color: #020202;
}

/* Globalne */
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

#header {
	width: 1000px;
	height: 446px;
	margin: 0 auto;
	background: url(/images/header.jpg) no-repeat;	
}

#header_main {
	width: 900px;
	height: 446px;
	margin: 0 auto;
	position: relative;
}

.logo {
 	width: 306px;	
	height: 73px;
	display: block;
	margin: 14px 0 13px;
}

#header ul {
	margin: 36px -7px 0 0;
	float: right;
	overflow: hidden;
	height: 29px;
}

#header ul li {
	float: left;
	margin-right: 7px;
	padding: 0 7px 0 0;
	background: url(/images/menu_sep.png) right 0 no-repeat;	
}

#header ul li a {
	display: block;
	float: left;
	font: bold 13px/30px "Tahoma mm", Tahoma, Arial;
	color: #fff;
	text-transform: lowercase;
	text-decoration: none;
	padding: 0 14px 0 7px;
	margin-left: 7px;
}

#header ul li.active, #header ul li.hover {
	background: url(/images/menu_l.png) no-repeat left top;
	cursor: pointer;
	display: block;
}

#header ul li.active a, #header ul li a:hover {
	background: url(/images/menu_r_ie.png) no-repeat right top;
	display: block;
}

#header ul li.hover a {
	background: url(/images/menu_r_ie.png) no-repeat right top;
	cursor: pointer;
	display: block;
}

#header ul li a:hover {
	text-decoration: none;
}

#flash {
	width: 900px;
	height: 340px;
}

#content {
	width: 900px;
	margin: 15px auto 20px;
	overflow: hidden;
}

.box {
	width: 285px;
	overflow: hidden;
	margin: 0 0 10px;
}

.center {
	margin-left: 23px;
	text-align: center;
}

.box h1 {
	width: 285px;		
	height: 52px;
	color: #fff;
	line-height: 35px;
	background: url(/images/cellpic1.png) no-repeat;
	margin: 0 0 0;	
}

.box h1.red {
	background: url(/images/cellpic2.png) no-repeat;
}

address {
	display: block;
	background: url(/images/icon_adres.png) no-repeat left center;
	padding-left: 55px;
	margin: 0 0 0 7px;
	font-style: normal;
}

#telefon {
	background: url(/images/icon_telefon.png) no-repeat left center;
	padding-left: 55px;
	margin: 40px 0 0 7px;
}

#mail {
	background: url(/images/icon_mail.png) no-repeat left center;
	padding-left: 55px;
	margin: 40px 0 0 7px;
}

.box div span, .box div a {
	display: block;
}

a.nolink {
	display: inline !important;
	color: #706a5f;
	font-size: 11px;
	font-family: "Tahoma mm", Tahoma, Arial, sans-serif;
	text-decoration: none;
	line-height: 2.8;
}

a.nolink:hover {
	color: #d7b167;
}

#newsletter {
	background: url(/images/icon_newsletter.png) no-repeat left center;
	padding: 4px 0 0 55px;
	margin: -8px 0 0 3px;
	min-height: 41px;
	font-size: 11px;
	font-family: "Tahoma mm", Tahoma, Arial, sans-serif;		
}

.box form {
	margin: 5px 0 0 7px;
}

#klienci {
	clear: both;
	width: 900px;
}

#klienci_main {
	text-align: center;
	border-top: 1px solid #b9af9d;
	border-bottom: 1px solid #b9af9d;
	margin: 2px 0 0;
}

label {
	cursor: pointer;
	color: #706a5f;
	font: 11px Arial, Tahoma, sans-serif;	
}

input {
	width: 257px;
	height: 16px;
	background: #fff;
	padding: 4px 3px;
	border: 1px solid #706a5f;
	color: #706a5f;
	font: 11px Arial, Tahoma, sans-serif;
}

input.ok {
	display: block;
	width: 102px;
	height: 30px;
	margin: 3px 0 9px;
	float: right;
	background: no-repeat;
	border: 0;
	cursor: pointer;
}

input#zapisz {
	background-image: url(/images/button_zapisz.png);
	margin-right: 11px;
}

input#szukaj {
	background-image: url(/images/button_szukaj.png);
	margin-right: 11px;
}

#footer {
	clear: both;
	width: 100%;
	height: 100px;
	background: #020202;
}

#footer_main {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 0;
}

#footer p {
	font: 11px/46px "Tahoma mm", Tahoma, Arial, sans-serif;
	color: #6c6c6c;
	float: left;
	padding: 0 4px;	
}

#footer strong {
	color: #d7b167;
}

#footer ul {
	float: right;
	padding: 0 4px;
}

#footer ul li {
	float: left;
	padding: 0 6px 0 0;
	color: #6c6c6c;
}

#footer ul li a {
	font: 11px/46px "Tahoma mm", Tahoma, Arial, sans-serif;
	color: #6c6c6c;
	padding: 0 6px 0 0;
}

#footer ul li a:hover, #footer ul li.active a {
	color: #fff;
	text-decoration: underline; 
}

#footer ul li.last, #footer ul li.last a {
	padding: 0;
}

#adimo {
	color: #6c6c6c;
	font-family: "Tahoma mm", Tahoma, Arial, sans-serif;	
	font-size: 11px;
	display: block;
	clear: both;
	padding: 0 4px;
}

/* Podstrona 1
==============================================================================================================*/
#submenu {
	width: 285px;
	margin: 0 0 33px;
}

#submenu li {
	width: 285px;
	height: 28px;
	border-bottom: 1px solid #b9af9d;
	padding-top: 1px;
}

#submenu li a {
	display: block;
	height: 27px;
	text-indent: 28px;
	color: #706a5f;
	font: bold 12px/27px Tahoma, Arial, sans-serif;	
	background: #fff url(/images/arrow.gif) no-repeat 12px center;
}

#submenu li a:hover, #submenu li.active a {
	color: #880404;
	text-decoration: none;
	background-color: #e8e5dd;	
}

a.pobierz {
	display: block;
	background: no-repeat left center;
	padding-left: 55px;
	margin: 0 0 0px 0;
	color: #706a5f;
	font-size: 11px;
	line-height: 2.2;
}

a.pobierz strong {
	color: #880404;
	font-size: 11px;
	font-weight: bold;
}

a.pdf {
	background-image: url(/images/icon_pdf.png);
}

a.doc {
	background-image: url(/images/icon_doc.png);
	margin-bottom: 23px;
}

.box_main {
	width: 585px;
	overflow: hidden;
	margin: 10px 0 0;	
}

.box_main h1 {
	color: #880404;
	text-indent: 0;
	font-size: 15px;
	padding: 0 0 15px;
}

.box_main h2 {
	font-family: "Tahoma mm", Tahoma, Arial, sans-serif;
	padding: 7px 0;
}

.box_main p {
	color: #706a5f;
	font-family: "Tahoma mm", Tahoma, Arial, sans-serif;	
	font-size: 12px;
	padding: 10px 0 13px;
}

#contactForm {
	width: 540px;
}

#contactForm .errors {
	margin: 0;
	padding: 0;
}

#contactForm .errors li {
	color: #a60505;
	font-weight: bold;
	text-align: right;
	line-height: 1.5;
}

#contactForm dd {
	margin-bottom: 2px;
}

#contactForm textarea {
	width: 532px;
	height: 50px;
	background: #fff;
	padding: 2px 3px;	
	border: 1px solid #706a5f;
	color: #5f5e5e;
	font: 11px Arial, Tahoma, sans-serif;
}

input.send {
	background-image: url(/images/button_wyslij.png);
}

input.sendz {
	background-image: url(/images/button_zapisz.png);
}

input.sends {
	background-image: url(/images/button_szukaj.png);
}

