@charset "utf-8";

body {
	font: 12px Arial;
	background-color: #1b1c1b;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	margin:0px;
	padding:0px;
	color:#ffffff;
}
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:1016px;
	min-height:600px;
	position:relative;
	margin:0px auto;
}
#holder #top {
	width:1016px;
	height:367px;
	position:relative;
	top:0px;
	left:0px;

}
#holder #top #logo {
	width:361px;
	height:235px;
	top:0px;
	left:20px;
	position:absolute;
	z-index:20;
}
#holder #top #menu {
	width:560px;
	height:50px;
	right:0px;
	top:30px;
	position:absolute;
	z-index:20;
}
#holder #top #fader {
	width:1016px;
	height:254px;
	position:absolute;
	z-index:10;
	top:113px;
}
#holder #top #fader img {
	position:absolute;
	display:none;
}
#holder #top #menu ul {
	width:100%;
	margin:0px;
	padding:0px;
	list-style:none;
}
#holder #top #menu ul li {
	height:47px;
	float:left;
	margin-left:50px;
}
#holder #top #menu ul li a {
	display:block;
	height:47px;
	background-repeat:no-repeat;
}
#holder #top #menu ul li a#m1 {
	width:96px;
	background-image:url(../img/m1.png);
}
#holder #top #menu ul li a#m1:hover,#holder #top #menu ul li a#m1.selected {
	background-image:url(../img/m1-selected.png);
}
#holder #top #menu ul li a#m2 {
	width:124px;
	background-image:url(../img/m2.png);
}
#holder #top #menu ul li a#m2:hover,#holder #top #menu ul li a#m2.selected {
	background-image:url(../img/m2-selected.png);
}
#holder #top #menu ul li a#m3 {
	width:109px;
	background-image:url(../img/m3.png);
}
#holder #top #menu ul li a#m3:hover,#holder #top #menu ul li a#m3.selected {
	background-image:url(../img/m3-selected.png);
}



#holder #container {
	width:1016px;
	background-image:url(../img/bgcf.jpg);
	background-repeat:repeat-y;
}
#holder #container #container-middle {
	width:1000px;
	padding-left:8px;
	padding-right:8px;
	min-height:320px;
	padding-bottom:25px;
	background-image:url(../img/bgc.jpg);
	background-repeat:no-repeat;
}
#holder #container #container-middle #products {
	width:305px;
	float:left;
}
#holder #container #container-middle #products #formularz {
	width:280px;
	margin-left:25px;
	margin-top:20px;
}
#holder #container #container-middle #products #formularz .form {
	width:100%;
	margin-bottom:4px;
}
#holder #container #container-middle #products #formularz .button {
	font-size:10px;
}
#holder #container #container-middle #products #formularz .form input {
	width:205px;
	height:24px;
	border:0px;
	padding-left:5px;
	padding-right:5px;
	padding-top:4px;
	font: 12px Arial;
	background-color:transparent;
	background-image:url(../img/input.jpg);
	background-repeat:no-repeat;
}
#holder #container #container-middle #products #formularz .form textarea {
	width:205px;
	height:160px;
	border:0px;
	font: 12px Arial;
	padding:5px;
	background-color:transparent;
	background-image:url(../img/textarea.jpg);
	background-repeat:no-repeat;
}
#holder #container #container-middle #right {
	width:620px;

	margin-left:75px;
	float:left;
}
#holder #container #container-middle #right .text {
	width:540px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	line-height:22px;
	font-size:13px;
}
#holder #container #container-middle #right .frame {
	width:529px;
	margin-left:20px;
	margin-top:15px;
	margin-bottom:15px;
}
#holder #container #container-middle #right .frame .frame-top {
	width:529px;
	height:13px;
	background-image:url(../img/table-top.jpg);
	background-repeat:no-repeat;
}
#holder #container #container-middle #right .frame .frame-middle {
	width:479px;
	min-height:45px;
	padding-bottom:15px;
	line-height:20px;
	padding-left:25px;
	padding-right:25px;
	background-image:url(../img/table-middle.jpg);
	background-repeat:repeat-y;
}
#holder #container #container-middle #right .frame .frame-bottom {
	width:529px;
	height:13px;
	background-image:url(../img/table-bottom.jpg);
	background-repeat:no-repeat;
}
#holder #container #container-middle #right #map {
	width:550px;
	height:300px;
	border:1px solid #aaaaaa;
	margin:0px auto;
	margin-top:30px;
	background: url(http://geofinder.web4you.com.pl/template/loader.gif); 
	background-repeat: no-repeat; 
	background-position: center;
}
#holder #container #container-middle #right .pictures {
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
}
#holder #container #container-middle #right .pictures a img {
	border:2px solid #3e3e3e;
	margin:5px;
}
#holder #container #container-middle #right .pictures a:hover img {
	border:2px solid #c80000;
	margin:5px;
}
#footer {
	width:100%;
	height:78px;
	background-image:url(../img/bgf.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}
#footer #inside {
	width:1000px;
	padding-top:18px;
	margin:0px auto;
	font-size:11px;
	line-height:18px;
	color:#bbbbbb;
}
#footer #inside a {
	color:#bbbbbb;
}
#footer #inside #fleft {
	width:49%;
	float:left;
	padding-left:1%;
	text-align:left;
}
#footer #inside #fright {
	width:49%;
	float:left;
	padding-right:1%;
	text-align:right;
}

.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;}
.float_right {float:right;}
.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:#0f8240;}
.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:#fff;}
a:visited {text-decoration: none;			color:#fff;}
a:hover   {text-decoration: none;   		color:#fff;}
a:active  {text-decoration: none;			color:#fff;}

a.more:link    {text-decoration: none;color:#FFFFFF;padding:3px;padding-top:1px;padding-bottom:1px;background-color:#153D6F;display:block;float:right;margin-top:10px;}
a.more:visited {text-decoration: none;color:#FFFFFF;padding:3px;padding-top:1px;padding-bottom:1px;background-color:#153D6F;display:block;float:right;margin-top:10px;}
a.more:hover   {text-decoration: none;color:#FF9640;padding:3px;padding-top:1px;padding-bottom:1px;background-color:#153D6F;display:block;float:right;margin-top:10px;}
a.more:active  {text-decoration: none;color:#FFFFFF;padding:3px;padding-top:1px;padding-bottom:1px;background-color:#153D6F;display:block;float:right;margin-top:10px;}

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;}