@charset "utf-8";

body {
	font: 12px Arial;
	background-color: #e3e3de;
	background-image:url(../img/bg.jpg);
	background-position:center top;
	margin:0px;
	padding:0px;
	color:#191919;
}

ul {

}
form {
	margin:0px;
	padding:0px;
}
img {
	border:0px;
}
a {
	outline:none;
}
h1, h2, h3, h4 {
    padding:0px;
    margin:0px;
    font-size:inherit;
    *font-size:12px;
    font-weight:normal;
    display:inline;
}
#holder {
	width:1000px;
	margin:0px auto;
	position:relative;
}
#holder #footer {
	width:100%;
	color:#010101;
	font-size:11px;
	padding-bottom:50px;
	margin-top:30px;
}
#holder #footer #fleft {
	width:20%;
	float:left;
	padding-left:30%;
}
#holder #footer #fright {
	width:50%;
	float:left;
	text-align:right;
}
#holder .header {
	font-size:24px;
	color:#359b1b;
	text-shadow: #ffffff 1px 1px 1px;
}
#holder #cont-left {
	width:240px;
	float:left;
	margin-top:20px;
}
#holder #cont-left #logo,#holder #cont-left #tree {
	width:240px;
	text-align:center;
	margin-bottom:10px;
}
#holder #cont-left #menu {
	width:240px;
	margin-top:10px;
	margin-bottom:15px;
}
#holder #cont-left #menu div.header {
	margin-left:10px;
	margin-top:10px;
	margin-bottom:15px;
}
#holder #cont-left #menu div.header img {
	vertical-align:middle;
	margin-bottom:5px;
}
#holder #cont-left #menu #menuul {
	width:240px;
	padding:0px;
}
#holder #cont-left #menu #menuul #menuul-top {
	width:240px;
	height:25px;
	background-image:url(../img/m-top.png);
	background-repeat:no-repeat;
}
#holder #cont-left #menu #menuul #menuul-middle {
	width:240px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../img/m-middle.png);
	background-repeat:repeat-y;
}
#holder #cont-left #menu #menuul #menuul-bottom {
	width:240px;
	height:27px;
	background-image:url(../img/m-bottom.png);
	background-repeat:no-repeat;
}
#holder #cont-left #menu ul {
	width:100%;
	padding:0px;
	margin:0px;
	list-style:none;
}
#holder #cont-left #menu ul li {
	width:224px;
	margin:0px auto;
	margin-bottom:5px;
	background-image:url(../img/arrow2.png);
	background-repeat:no-repeat;
	background-position:right 5px;
}
#holder #cont-left #menu ul li a {
	width:204px;
	padding-left:10px;
	padding-right:10px;
	display:block;
	font-size:16px;
	color:#ffffff;
	padding-bottom:5px;
	text-decoration:none;
	background-image:url(../img/dots.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
#holder #cont-left #menu ul li ul {
	padding-top:5px;
	display:none;
}
#holder #cont-left #menu ul li ul.selected {
	display:block;
}
#holder #cont-left #menu ul li ul li {
	width:200px;
	margin:0px auto;
	background-image:url(../img/arrow3.png);
	background-repeat:no-repeat;
	background-position:left 5px;
}
#holder #cont-left #menu ul li ul li a {
	width:180px;
	padding-left:14px;
	text-shadow: #9c9e9c 1px 1px 0px;
	color:#000000;
	background-image:url();
}
#holder #cont-left .box {
	width:100%;
	margin-bottom:15px;
}
#holder #cont-right {
	width:735px;
	margin-left:25px;
	float:left;
	padding-top:40px;
	margin-top:20px;
}
#holder #cont-right #tmenu {
	width:424px;
	height:44px;
	float:left;
	background-image:url(../img/menu.png);
	background-repeat:no-repeat;
}
#holder #cont-right #tmenu ul {
	width:100%;
	margin:0px;
	padding:0px;
	padding-top:13px;
	list-style:none;
	text-align:center;
}
#holder #cont-right #tmenu ul li {
	display:inline;
	margin-left:15px;
	margin-right:15px;
}
#holder #cont-right #tmenu ul li a {
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
}
#holder #cont-right #languages {
	width:270px;
	height:28px;
	float:left;
	text-align:center;
	margin-left:10px;
	padding-top:16px;
	background-image:url(../img/languages.png);
	background-repeat:no-repeat;
}
#holder #cont-right #languages a {
	padding:5px;
	text-align:center;
	color:#6b6b6b;
	background-image:url(../img/l-unselected.jpg);
	background-repeat:no-repeat;
	margin:5px;
	padding-top:3px;
	padding-bottom:8px;
	padding-right: 6px;
	text-decoration:none;
}
#holder #cont-right #languages a.selected {
	background-image:url(../img/l-selected.jpg);
	color:#ffffff;
}
#holder #cont-right #bilboard {
	margin-top:55px;
}
#holder #cont-right #bilboard #fader {
	width:734px;
	height:230px;
	z-index: 1;
}
#holder #cont-right #bilboard #fader img {
	display:block;
	position:absolute;
	display:none;
}
#holder .path {
	width:100%;
	padding-top:20px;
	font-size:18px;
	color:#2b2b2b;
	text-shadow: #ffffff 1px 1px 1px;
}
#holder #cont-right .content {
	width:737px;
	margin-top:15px;
	position:relative;
}
#holder #cont-right .content .cont-top {
	width:737px;
	height:22px;
	background-image:url(../img/cont-top.png);
	background-repeat:no-repeat;
}
#holder #cont-right .content .cont-middle {
	width:737px;
	padding-bottom:20px;
	overflow:hidden;
	position:relative;
	background-image:url(../img/cont-middle.png);
	background-repeat:repeat-y;
}
#holder #cont-right .content .cont-bottom {
	width:737px;
	height:19px;
	background-image:url(../img/cont-bottom.png);
	background-repeat:no-repeat;
}
#holder #cont-right .content .cont-middle .text {
	padding:20px;
	line-height:17px;
}
#holder #cont-right .content .cont-middle .text #contact-left {
	width:40%;
	float:left;
}
#holder #cont-right .content .cont-middle .text #contact-right {
	width:60%;
	float:left;
}
#holder #cont-right .content .form-left {
	width:100px;
	float:left;
	background-image:url(../img/arrow5.gif);
	background-repeat:no-repeat;
	background-position:right 8px;
	padding-right:10px;
	text-align:right;
	padding-top:5px;
	margin-bottom:8px;
}
#holder #cont-right .content .form-right {
	width:270px;
	float:left;
	margin-left:5px;
	margin-bottom:8px;
}
#holder #cont-right .content input.input {
	width:185px;
	height:23px;
	border:0px;
	outline:none;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	background-color:transparent;
	background-image:url(../img/input.gif);
	background-repeat:no-repeat;
}
#holder #cont-right .content textarea {
	width:251px;
	height:151px;
	border:0px;
	outline:none;
	padding:5px;
	background-color:transparent;
	background-image:url(../img/textarea.gif);
	background-repeat:no-repeat;
}
#holder #cont-right .content .cont-middle .text .items-p {
	width:100%;
	margin-top:20px;
}
#holder #cont-right .content ._next {
	width:27px;
	height:27px;
	background-image:url(../img/_next.png);
	background-repeat:no-repeat;
	z-index:10;
	right:45%;
	bottom:-10px;
	position:absolute;
	cursor:pointer;
}
#holder #cont-right .content ._prev {
	width:27px;
	height:27px;
	background-image:url(../img/_prev.png);
	background-repeat:no-repeat;
	z-index:10;
	left:45%;
	bottom:-10px;
	position:absolute;
	cursor:pointer;
}
#holder #cont-right .content .cont-middle .items {
	width:10000px;
	overflow:hidden;
}
#holder #cont-right .content .cont-middle .items .item {
	position:relative;
}
#holder #cont-right .content .cont-middle ul.first {
	width:100%;
	margin:0px;
	padding:0px;
	list-style:none;
}
#holder #cont-right .content .cont-middle ul.first li {
	width:215px;
	margin-bottom:20px;
	padding-left:15px;
	padding-right:15px;

	float:left;
}
#holder #cont-right .content .cont-middle ul.first li.md {
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
}
#holder #cont-right .content .cont-middle ul.first li .thumb {
	width:100%;
	text-align:center;
	margin-bottom:10px;
}
#holder #cont-right .content .cont-middle ul.first li .title {
	width:100%;
	margin-bottom:10px;
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
	color:#262626;
}
#holder #cont-right .content .cont-middle ul.first li .desc {
	width:100%;
	font-size:11px;
	color:#191919;
	margin-bottom:10px;
}

#holder #cont-right .content a.btn-more {
	width:77px;
	height:22px;
	display:block;
	padding-top:6px;
	margin:0px auto;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	background-image:url(../img/btn-off.jpg);
	background-repeat:no-repeat;
}
#holder #cont-right .content a.btn-more:hover {
	background-image:url(../img/btn.jpg);
}
#holder #cont-right .content #map {
	width:700px;
	height:330px;
	margin:0px auto;
	border:1px solid #c5c5c5;
	background: url(http://geofinder.web4you.com.pl/template/loader.gif); 
	background-repeat: no-repeat; 
	background-position: center;
}
#holder #cont-right .content ul#referencje {
	width:100%;
	margin:0px;
	padding:0px;
	list-style:none;
}
#holder #cont-right .content ul#referencje li {
	width:194px;
	margin:18px;
	float:left;
}
#holder #cont-right .content ul#referencje li .title {
	width:175px;
	padding-left:15px;
	background-image:url(../img/arrow5.gif);
	background-repeat:no-repeat;
	background-position:left 4px;
	text-align:left;
	margin-bottom:5px;
}
#holder #cont-right .content ul#referencje li .thumb {
	width:194px;
	text-align:center;
}
#holder #cont-right .content ul#referencje li .thumb img {
	border:1px solid #c9c9c9;
	padding:2px;
}
#holder #cont-right ul#pagining {
	width:100%;
	padding:0px;
	margin:0px;
	margin-top:20px;
	list-style:none;
	text-align:center;
}
#holder #cont-right ul#pagining li {
	width:21px;
	height:21px;
	margin:5px;
	display:inline;
}
#holder #cont-right ul#pagining li a {
	width:21px;
	padding:5px;
	margin-bottom:4px;
	text-align:center;
}
#holder #cont-right ul#pagining li a.selected {
	color:#ffffff;
	padding-right:9px;
	padding-left:7px;
	padding-bottom:7px;
	padding-top:4px;
	margin:0px;
	text-decoration:none;
	background-image:url(../img/page-on.png);
	background-repeat:no-repeat;
}
#holder #cont-right .content .product {
	width:690px;
	margin:0px auto;
}
#holder #cont-right .content .product .thumb {
	width:210px;
	float:left;
	text-align:left;
}
#holder #cont-right .content .product .information {
	width:460px;
	border-left:1px solid #dbdbdb;
	padding-left:19px;
	float:left;
}
#holder #cont-right .content .product .information .name {
	width:460px;
	margin-bottom:15px;
	font-size:14px;
	font-weight:bold;
	color:#bf0505;
}
#holder #cont-right .content .product .information .desc {
	width:460px;
	margin-bottom:15px;
}
#holder #cont-right .content .product .information .buttons {
	width:274px;
	margin-left:186px;
	margin-bottom:30px;
}
#holder #cont-right .content .product .information .buttons a {
	width:127px;
	height:23px;
	padding-top:5px;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	background-repeat:no-repeat;
	display:block;
	float:left;
}
#holder #cont-right .content .product .information .buttons a.btn-grey {
	background-image:url(../img/btn-grey.jpg);
	margin-right:20px;
}
#holder #cont-right .content .product .information .buttons a.btn-red {
	background-image:url(../img/btn-red.jpg);
}
#holder #cont-right .content .product .information .formularz {
	width:400px;
	margin-left:60px;
	display:none;
}
#holder #cont-right .content #info {
	font-weight:bold;
	text-align:center;
}


.size10 {font-size:10px;}
.size11 {font-size:11px;}
.size12 {font-size:12px;}
.size13 {font-size:13px;}
.size14 {font-size:14px;}
.size15 {font-size:15px;}
.size16 {font-size:16px;}
.size17 {font-size:17px;}
.size18 {font-size:18px;}
.normal {font-weight:normal;}
.float_left {float:left;}
.bold {font-weight:bold;}
.text_left {text-align:left;}
.text_center {text-align:center;}
.text_justify {text-align:justify;}
.text_right {text-align:right;}
.def_clear {clear:left;}
.def_both {clear:both;}
.def_clear_right {clear:right};
.no_border {border:0px}
.ver_middle {vertical-align:middle;}
.pointer {cursor:pointer;}
.green {color:#419726;}
.white {color:#FFFFFF;}
.green2 {color:#728C43;}
.red {color:#bb1511;}
.black {color:#000000;}
.grey555 {color:#545550;}
.grey {color:#aeaeae;}
.blue {color:#016597;}
.gold {color:#a58304;}
.orange {color:#D75E33;}
.form_class {padding:0px;margin:0px;}
.line-through {text-decoration:line-through}

a:link    {text-decoration: underline;		color:#4b4b4d;}
a:visited {text-decoration: none;			color:#4b4b4d;}
a:hover   {text-decoration: none;  		 	color:#4b4b4d;}
a:active  {text-decoration: none;			color:#4b4b4d;}

a.item_link:link    {text-decoration: none;	color: #FFFFFF;}
a.item_link:visited {text-decoration: none;	color: #FFFFFF;}
a.item_link:hover   {text-decoration: none; color: #FFFFFF;}
a.item_link:active  {text-decoration: none;	color: #FFFFFF;}

a.red_link:link    {text-decoration: none;	color: #8c080a;}
a.red_link:visited {text-decoration: none;	color: #8c080a;}
a.red_link:hover   {text-decoration: none;  color: #8c080a;}
a.red_link:active  {text-decoration: none;	color: #8c080a;}

a.grey_link:link    {text-decoration: none;	color: #aeaeae;}
a.grey_link:visited {text-decoration: none;	color: #aeaeae;}
a.grey_link:hover   {text-decoration: none; color: #aeaeae;}
a.grey_link:active  {text-decoration: none;	color: #aeaeae;}

a.black_link:link    {text-decoration: none;	color: #000000;}
a.black_link:visited {text-decoration: none;	color: #000000;}
a.black_link:hover   {text-decoration: none;    color: #000000;}
a.black_link:active  {text-decoration: none;	color: #000000;}

a.green_link:link    {text-decoration: none;		color: #38A260;}
a.green_link:visited {text-decoration: none;		color: #38A260;}
a.green_link:hover   {text-decoration: none;	color: #38A260;}
a.green_link:active  {text-decoration: none;		color: #38A260;}

a.footer_link:link    {text-decoration: underline;	  color: #595959;}
a.footer_link:visited {text-decoration: underline;	  color: #595959;}
a.footer_link:hover   {text-decoration: none;	  color: #595959;}
a.footer_link:active  {text-decoration: underline;	  color: #595959;}