* {
	margin: 0;
	padding: 0;
	border-style: none;
}

body {
	background: #d2d1e1 url(img/bg-slice.jpg) top center repeat-x;
	text-align: center;
	color: #1E1E1E;
	font: 10px Georgia, Times, serif;
	padding-bottom: 20px;
}

div.wrap {
	width: 728px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #b9b9d1;
	padding-bottom: 6px;
}

a {
	color: #9370DB;
	text-decoration: none;
}

a:hover {
	color: #DC143C;
}

/*-------------------FOR TOP & header------------------------*/
div#top {
	padding-top: 15px;
	background-color: white;
	margin: 0 5px;
}

a#logo {
	width: 586px;
	height: 63px;
	background: transparent url(img/logo.gif) top right no-repeat;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

a#logo span {
	display: block;
	height: 0;
	width: 0;
	color: white;
	font-size: 1px;
	overflow: hidden;
}

div#header {
	padding: 0;
	background: #9490c2 url(img/header.jpg) bottom center no-repeat;
	height: 237px;
	position: relative;
	margin-top: 5px;
}

/*-------------------for menu------------------------*/
div.menu {
	text-align: right;
	position: absolute;
	right: 460px;
}

div.menu ul {
	color: #D5CCE0;
	list-style-type: none;
	font: bold 1.1em Verdana, Arial, sans-serif;
	padding: 12px 0;
}

div.menu li {
	background: transparent url(img/dots.gif) bottom right repeat-x;
	line-height: 3em;
	padding-left: 60px;
}

div.menu li a {
	color: white;
}

div.menu li a:hover {
	color: #DAC8EA;
}

/*-------------------for content------------------------*/
div.content {
	padding: 35px 30px 0 60px;
	background-color: white;
	margin: 5px 5px 0 5px;
	background: white url(img/content-bottom-bg.jpg) bottom right no-repeat;
	position: relative;
}

div.content * {
	position: relative;
	z-index: 10;
}

div.top-bg {
	background: transparent url(img/content-top-bg.jpg) top left no-repeat;
	width: 131px;
	height: 87px;
	position: absolute;
	top: 0;
	z-index: 1;
	margin-left: -60px;
}

div.content p {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-bottom: 15px;
}

.separated {
	margin-bottom: 40px;
}

.unseparated {
	margin-bottom: -5px;
	padding-bottom: 0;
}

a.button-zapyt1,a.button-zapyt2 {
	display: block;
	height: 58px;
	margin-bottom: 10px
}

a.button-zapyt1 {
	background: white url(img/button-audyt.jpg) top left no-repeat;
	width: 246px;
	margin-left: -2px;
}

a.button-zapyt1:hover {
	background: white url(img/button-audyt.jpg) bottom left no-repeat;
}

a.button-zapyt2 {
	background: white url(img/button-prowadzenie.jpg) top left no-repeat;
	width: 380px;
	margin-left: -2px;
}

a.button-zapyt2:hover {
	background: white url(img/button-prowadzenie.jpg) bottom left no-repeat;
}

a.button-zapyt1 span,a.button-zapyt2 span {
	display: block;
	height: 0;
	width: 0;
	color: white;
	font-size: 1px;
	overflow: hidden;
}

a.bottom-link {
	font-size: 1.1em;
	margin-right: 15px;
}

/*-------------------for h1------------------------*/
h1 {
	margin: 0 0 15px 0;
	color: #EE2C2C;
	font: 2.4em Arial, Verdana, sans-serif;
}

/*-------------------for h2------------------------*/
h2 {
	font-size: 1.6em;
	color: #EE2C2C;
	margin-bottom: 8px;
	font-weight: normal;
}

/*-------------------for h3------------------------*/
h3 {
	font-size: 1.4em;
	color: #EE2C2C;
	margin-bottom: 5px;
}

/*-------------------for h4------------------------*/
h4 {
	font-size: 1.2em;
	color: #EE2C2C;
	margin-bottom: 5px;
}

/*-------------------for lists------------------------*/
div.content ul {
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.5em;
	padding-bottom: 24px;
}

div.content ul li {
	padding: 0 0 5px 18px;
	background: transparent url(img/bullet.gif) top left no-repeat;
}

div.content ul li ul {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 1em;
	line-height: 1em;
	padding: 5px 0 5px 0;
}

div.content ul li ul li {
	padding: 0 0 5px 16px;
	background-image: none;
}

/*-------------------for forms------------------------*/
form {
	font-size: 1.2em;
}

form span {
	font-weight: bold;
}

form ol {
	margin-left: 32px;
}

legend {
	font-size: 1.334em;
	color: #EE2C2C;
	margin: 0 0 15px 0;
}

form ol li {
	padding: 0 0 20px 0;
	line-height: 1.5em;
	list-style-position: outside;
}

div.content form ul {
	padding: 3px 0 0 0;
	margin: 0;
	font-size: 1em;
	line-height: 1em;
}

div.content form li ul li {
	padding: 0 0 5px 0;
	background-image: none;
	font-size: 1em;
	margin-left: 0;
}

div.content form li ul li.separated-li {
	padding: 0 0 14px 0;
}

div.content form td {
	padding-right: 2px;
}

label {
	margin-right: 3px;
}

input.text,textarea {
	border: 1px solid silver;
	margin-right: 10px;
}

input#field37,input#field38,input#field39,input#field40,input#field41 {
	width: 4em;
}

input#field24,input#field25,input#field26,input#field27 {
	margin: 2px 10px 3px 0;
}

input#field2,input#field35,input#field36 {
	width: 25em;
}

input.button,a.button {
	margin: 0 10px 20px 0;
	font: 12px Georgia, Times, serif;
	cursor: pointer;
	color: #9370DB;
}

input.button1,a.button1 {
	background: transparent url(img/button1.jpg) top left no-repeat;
	width: 74px;
	height: 33px;
}

input.button2,a.button2 {
	background: transparent url(img/button2.jpg) top left no-repeat;
	width: 83px;
	height: 33px;
}

input.button:hover,a.button:hover {
	color: #DC143C;
}

a.button {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 15px;
}

/*----------------- validation error ------------------*/
.error {
	float: left;
	padding: 5px;
}

.errors {
	color: red;
	vertical-align: middle;
}

/*-------------------for footer------------------------*/
div#footer {
	padding-top: 25px;
	text-align: center;
	font: 1em Verdana, Arial, sans-serif;
	clear: both;
}

div#footer p {
	font-size: 1em;
	color: silver;
}