body {
	background: #ffffff;
	color: #7f7f7f;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
}
html, body {
	height: auto;
	margin: 0;
	padding: 0;
}
a { color: #d80001; text-decoration: none; }
a:hover { color: #165395; text-decoration: none; }
a:focus,a:active { overflow: hidden; }

a.gray { color: #808080; text-decoration: none; }
a.gray:hover { color: #d80001; text-decoration: none; }
a.gray:focus,a:active { overflow: hidden; }

img { border: 0 none; }
br.c { clear: both; }

.content {
	width: 1000px;
	margin: auto;
}

#top {
	background: url("images/bg-top.png") repeat-x;
	height: 92px;
}
#logo {
	background: url("images/logo.png") bottom no-repeat;
	width: 160px;
	height: 81px;
	display: block;
	text-indent: -3000em;
	padding-top: 4px;
	float: left;
}
#menu {
	float: right;
}
#menu ul, #menu li {
	margin: 0;
	padding: 0;
}
#menu ul {
	margin-top: 20px;
}
#menu li {
	list-style: none;
	float: left;
}
#menu li a {
	background: url("images/menu.png");
	background-position: 0 -30px;
	display: block;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 16px;
	margin-left: 2px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	text-shadow: 1px 1px 0 #656565;
}
#menu li {
	background: url("images/menu-end.png") 100% -30px no-repeat;
	padding-right: 4px;
}
#menu li.active, #menu li:hover, #menu li:active {
	background-position: 100% 0;
}
#menu li.active a, #menu li a:hover, #menu li a:active {
	background-position: 0 0;
	color: #333333;
	text-shadow: 1px 1px 0 #eeeeee;
}

#phone {
	background: url("images/phone.png");
	width: 142px;
	height: 32px;
	text-indent: -3000em;
	margin-top: 10px;
	float: right;
}

#banner {
	height: 219px;
}
#banner div.content {
	background: url("images/banner.jpg") left center no-repeat;
	height: 219px;
}
#banner-flash {
	padding-top: 100px;
	padding-left: 550px;
}
#container {
	background: #ffffff url("images/bg-container.png") top repeat-x;
}
#container div.content {
	background: url("images/bg-container-content.png") top left no-repeat;
	min-height: 400px;
	padding: 60px 0px;
}
#bottom p {
	display: block;
	margin: 0;
	padding: 0;
	background: url("images/bg-bottom.png");
	width: 194px;
	height: 29px;
	text-align: center;
	line-height: 29px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-shadow: 1px 1px 0 #eeeeee;
	text-transform: uppercase;
}
#footer {
	background: #000000;
}
#footer div.content.logos {
	background: url("images/bg-footer.png");
	height: 44px;
	padding-top: 15px;
	text-align: center;
}
#footer div.col {
	width: 160px;
	float: left;
	padding-left: 35px;
	padding-right: 40px;
	min-height: 200px;
}
#footer div.col h6 {
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	padding-bottom: 8px;
	margin-bottom: 14px;
	border-bottom: solid 1px #9a0019;
}
#footer div.col.gradient {
	background: url("images/bg-footer-col.png") top left no-repeat;
	padding-left: 50px;
}
#footer div.col ul, #footer div.col li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer div.col li {
	background: url("images/arrow1.png") left center no-repeat;
	padding-left: 10px;
}
#footer div.col li a {
	color: #696969;
}
#footer div.col li a:hover {
	color: #ffffff;
}
#footer div.col a {
	color: #7f7f7f;
}
#footer div.col a:hover {
	color: #ffffff;
}


div.version {
	background: url("images/bg-version.png");
	width: 315px;
	height: 290px;
	float: left;
	margin-right: 27px;
	margin-bottom: 30px;
}
div.version.last {
	margin-right: 0px;
}
div.version div.button {
	float: left;
	width: 122px;
	margin-top: 3px;
}
div.version div.header {
	float: right;
	width: 192px;
	height: 29px;
	margin-top: 25px;
	margin-right: 1px;
}
div.version div.desc {
	font-weight: bold;
	margin-top: 16px;
	margin-left: 20px;
	line-height: 13px;
	color: #7b7b7b;
	height: 80px;
}
div.version div.price {
	float: right;
	padding-right: 20px;
	font-weight: bold;
	font-size: 23px;
	color: #ee1c1c;
}
div.version div.more {
	margin-top: 16px;
	text-align: center;
}
div.version div.more a {
	color: #ffffff;
	font-weight: bold;
	background: url("images/arrow2.png") right center no-repeat;
	padding-right: 19px;
}
div.version.start div.header {
	background: url("images/version-start.png");
}
div.version.max div.header {
	background: url("images/version-max.png");
}
div.version.allegro div.header {
	background: url("images/version-allegro.png");
}
p.header {
	display: block;
	margin: 0;
	padding: 0;
	background: url("images/bg-header-small.png");
	width: 193px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-shadow: 1px 1px 0 #eeeeee;
}
td.line {
	background: url("images/bg-line-vertical.png") bottom repeat-x;
}
td#td-powody7 {
	border-left: solid 1px #c9c9c9;
	background: url("images/bg-7powodow.gif") top right no-repeat;
	height: 485px;
}
td#td-realizacje {
	border-left: solid 1px #c9c9c9;
	border-right: solid 1px #c9c9c9;
}

#corner-top {
	background: url("images/bg-container-content-top.png");
	height: 13px;
}
#corner-center {
	background: url("images/bg-container-content-center.png") repeat-y;
}
#corner-center div.body {
	padding: 10px 30px;
}
#corner-bottom {
	background: url("images/bg-container-content-bottom.png");
	height: 13px;
}
#corner-center h1 {
	color: #b2b2b2;
	font-weight: normal;
	font-size: 23px;
}

table#funkcje th {
	background: url("images/tabela-th.gif") top repeat-x;
	height: 36px;
	color: #191919;
	font-weight: bold;
	padding: 0 5px;
	text-align: left;
}
table#funkcje tr.row1 td {
	background: #f3f3f3;
}
table#funkcje tr.row2 td {
	background: #ebebeb;
}
table#funkcje tr td {
	padding: 8px 5px;
	color: #737373;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
table#funkcje th#ver-start, table#funkcje th#ver-max {
	width: 125px;
	height: 57px;
	text-indent: -3000em;
	padding: 0px;
}
table#funkcje th#ver-start {
	background: url("images/th-start.png");
}
table#funkcje th#ver-max {
	background: url("images/th-max.png");
}
table#funkcje th#function {
	background: url("images/th-function.png") bottom no-repeat;
	width: 500px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-shadow: 1px 1px 0 #eeeeee;
	text-transform: uppercase;
	padding-left: 25px;
	padding-top: 20px;
}
table#funkcje td.group {
	background: url("images/td-group.png") top repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-shadow: 1px 1px 0 #eeeeee;
	text-transform: uppercase;
}
table#funkcje tr.footer td {
	border: none;
	border-top: solid 4px #b2b2b2;
	line-height: 38px;
	padding: 0;
	background: url("images/td-footer.png") top repeat-x;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px 0 #333333;
	text-transform: uppercase;
}
table#funkcje tr.footer td.left {
	background: url("images/td-footer-left.png");
}
table#funkcje tr.footer td.right {
	background: url("images/td-footer-right.png");
}

#kontakt_form textarea {
	width: 352px;
	height: 100px;
}
#kontakt_form.small textarea {
	width: 330px;
}
#kontakt_form input, #kontakt_form textarea {
	background: #FBFBFB;
	border: 1px solid #959595;
	font-family: arial;
	font-size: 11px;
	padding: 3px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#kontakt_form input:focus, #kontakt_form textarea:focus {
	background: #ffffff;
}
#kontakt_form input {
	width: 170px;
	height: 15px;
}
#kontakt_form.small input {
	width: 158px;
}
#kontakt_form input.submit {
	background: #DA241C;
	border: none;
	color: #ffffff;
	width: auto;
	height: auto;
	padding: 10px 12px;
	cursor: pointer;
}
#kontakt_form input.submit:hover {
	background: #4A4A4A;
}
