/*******************************/
/*  Created by Mariusz Galka   */
/*  Modified by Damian Bonar   */
/*  Copyright by IguanaStudio  */
/*******************************/

@import url('reset.css');

body {
	text-align: center;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #fff url(images/background.jpg) repeat-x 0 0;
	color: #0b2a43;
}
div {
	text-align: left;
}
p {
	padding: 0;
	margin: 0 0 15px;
	line-height: 135%;
}
input, select, textarea {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #00000e;
}
a {
	color: #138a00;
	text-decoration: none;
}
a:hover {
	color: #1bbf00;
}
table, table.table_border {
	margin: 0 0 15px;
	/*width: 100%;*/
}
table td, table.table_border td {
	line-height: 135%;
	padding: 7px;
	border: 1px solid #e6e6e6;
}
table.table_no_border {
	margin: 0;
}
table.table_no_border td {
	line-height: 135%;
	padding: 1px;
	border: 0 none;
}
/*----[ dodatkowe klasy ]-----------------------------------------------------------------------*/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.b_color, .b_color:hover {
    color: #0B2B44;
}
.b_color:hover {
    text-decoration: underline;
}
.flash-replaced .alt {
	display: block;
	height: 0;
	overflow: hidden;
	position: absolute;
	width: 0;
}
/*----[ przyciski, naglowki graficzne ]-----------------------------------------------------------------------*/
a.link_wiecej {
	background: transparent url(images/icon_wiecej.gif) no-repeat right center;
	padding: 0 15px 0 0;
	font-weight: bold;
}
a.download_demo_link {
    background: transparent url(images/icon_download.gif) no-repeat scroll 0 0;
    color: #0B2B44;
    display: block;
    font-weight: bold;
    height: 30px;
    margin: 0 auto;
    padding: 6px 0 0 35px;
    text-decoration: none !important;
    width: 110px;
}
a.download_demo_link:hover {
    text-decoration: underline !important;
}
/*----[ kontener ]-----------------------------------------------------------------------*/
#wrapper {
	width: 954px;
	min-height: 450px;
	padding: 0 18px;
	margin: 0 auto;
	background: transparent url(images/background_wrapper.jpg) no-repeat 0 0;
}
/*----[ top ]-----------------------------------------------------------------------*/
#top {
	height: 103px;
	position: relative;
	background: transparent url(images/background_top.gif) repeat-x 0 0;
}
#top h1 {
	width: 191px;
	height: 56px;
	background: transparent url(images/logo_navsim.png) no-repeat 0 0;
	position: absolute;
	top: 24px;
	left: 7px;
}
#top h1 a {
	width: 191px;
	height: 56px;
	display: block;
	text-indent: -9999px;
}
#top #slogan {
	width: 300px;
	height: 60px;
	position: absolute;
	top: 24px;
	left: 287px;
}
#top ul#menu_opcje {
	height: 28px;
	background: transparent url(images/background_menu_opcje.gif) repeat-x 0 0;
	position: absolute;
	top: 0;
	right: 0;
}
#top ul#menu_opcje li {
	height: 21px;
	font-size: 11px;
	float: left;
}
#top ul#menu_opcje li a {
	text-decoration: none;
}
#top ul#menu_opcje li a:hover {
	text-decoration: underline;
}
#top ul#menu_opcje li.lang {
	background: transparent url(images/background_menu_panel_lang.gif) repeat-x 0 0;
	padding: 8px 15px 0 0;
	height: 20px;
	position: relative;
}
#top ul#menu_opcje li.lang span {
	color: #0b2a43;
	cursor: pointer;
}
#top ul#menu_opcje li.lang span:hover {
	text-decoration: underline;
}
#top ul#menu_opcje li.lang span.pl, #langs ul li a.pl { padding: 0 0 0 28px; background: url(images/flag_pl.gif) no-repeat left center; }
#top ul#menu_opcje li.lang span.en, #langs ul li a.en { padding: 0 0 0 28px; background: url(images/flag_en.gif) no-repeat left center; }
#top ul#menu_opcje li.lang span.ca, #langs ul li a.ca { padding: 0 0 0 28px; background: url(images/flag_ca.gif) no-repeat left center; }

#top ul#menu_opcje li.lang #langs {
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    display: none;
    background: #fff;
    position: absolute;
    z-index: 100;
    border: 1px solid #c1deed;
    text-align: left;
    padding: 5px 12px;
	position: absolute;
	top: 6px;
	right: 0;
}
#top ul#menu_opcje li.lang #langs ul {
	width: 120px;
	height: auto;
	background: none;
	position: static;
}
#top ul#menu_opcje li.lang #langs ul li {
	border-bottom: 1px solid #d7ebf4;
	padding: 5px 0;
	height: auto;
	float: none;
}
#top ul#menu_opcje li.lang #langs ul li.last {
	border-bottom: 0 none;
}
#top ul#menu_opcje li.lang #langs ul li a {
	color: #0b2a43;
	text-decoration: none;
	font-size: 11px;
}
#top ul#menu_opcje li.lang #langs ul li a:hover {
	text-decoration: underline;
}
#top ul#menu_opcje li.register {
	background: transparent url(images/background_menu_panel_register.gif) no-repeat 0 0;
	padding: 7px 17px 0 28px;
	font-weight: bold;
}
#top ul#menu_opcje li.register a {
	color: #b4e0ff;
}
#top ul#menu_opcje li.login {
	background: transparent url(images/background_menu_panel_login.gif) no-repeat right 0;
	padding: 7px 28px 0 17px;
	font-weight: bold;
}
#top ul#menu_opcje li.login a {
	padding: 2px 10px 7px 10px;
	color: #fff;
    text-decoration:none;
    -webkit-border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
    border-radius-topleft: 4px;
	-webkit-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
    border-radius-topright: 4px;;
	position: relative;
	z-index: 150;
}
#top ul#menu_opcje li.login a:hover span {
	text-decoration: underline;
}
#top ul#menu_opcje li.login a span {
	background: transparent url(images/icon_arrow_down.gif) no-repeat right center;
	padding: 0 15px 0 0;
}
#top ul#menu_opcje li.login a.menu-open {
    background: #fff !important;
    color: #0B2A43 !important;
    outline: none;
    -webkit-border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
    border-radius-topleft: 4px;
	-webkit-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
    border-radius-topright: 4px;
	padding: 1px 9px 6px 9px;
	border: 1px solid #c1deed;
	border-bottom: 0 none;
}
#top ul#menu_opcje li.login a.menu-open span {
	background: transparent url(images/icon_arrow_up.gif) no-repeat right center;
	padding: 0 15px 0 0;
	text-decoration: none;
}
#top ul#menu_opcje li.space {
	padding: 7px 0 0;
	color: #6493b8;
}
#top #lang {
	display: none;
    background-color: #fff;
	border: 1px solid #005286;
    position: absolute;
	top: 24px;
	left: 535px;
    width: 210px;
    z-index: 99;
}
#signin_menu {
	-moz-border-radius-topleft:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    display: none;
    background-color: #fff;
    position: absolute;
    width: 210px;
    z-index: 100;
    border: 1px solid #c1deed;
    text-align: left;
    padding: 12px;
    top: 20px; 
    right: 28px; 
    margin-top: 5px;
    margin-right: 0px;
    *margin-right: -1px;
    color: #789;
    font-size: 11px;
}
#signin_menu input[type=text], #signin_menu input[type=password] {
    display:block;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #ACE;
    font-size:13px;
    margin:0 0 5px;
    padding:5px;
    width:203px;
}
#signin_menu label {
    font-weight: normal;
	display: block;
	margin: 0 0 3px;
}
#signin_menu p {
    padding: 10px 0 0;
	margin: 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
    clear:both;
    margin: 5px 0;
}
#signin_submit {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #005286 url(images/b_login.gif) repeat-x 0 0;
    border: 1px solid #005286;
    color: #fff;
    text-shadow: 0 -1px 0 #005286;
    padding: 4px 10px 5px;
    font-size: 11px;
    margin: 0 5px 0 0;
    font-weight: bold;
}
#signin_submit::-moz-focus-inner {
	padding: 0;
	border: 0;
}
#signin_submit:hover, #signin_submit:focus {
    background-position: 0 -5px;
    cursor: pointer;
}
#top ul#menu_top {
	height: 20px;
	position: absolute;
	top: 50px;
	right: 0;
}
#top ul#menu_top li {
	height: 20px;
	float: left;
	position: relative;
	margin: 0 7px 0 0;
	padding: 0 8px 0 0;
	background: transparent url(images/background_li_menu_top.gif) no-repeat right center;
}
#top ul#menu_top li.last {
	margin: 0;
	padding: 0;
	background: none;
}
#top ul#menu_top li a {
	display: block;
	height: 20px;
	float: left;
	padding: 0 0 0 10px;
	background: transparent url(images/menu_top_left.gif) no-repeat 0 -20px;
}
#top ul#menu_top li a span {
	display: block;
	height: 20px;
	line-height: 20px;
	float: left;
	padding: 0 10px 0 0;
	background: transparent url(images/menu_top_right.gif) no-repeat right -20px;
	color: #3c3c3c;
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
}
#top ul#menu_top li a:hover {
	background-position: 0 0;
}
#top ul#menu_top li a:hover span {
	background-position: right 0;
	color: #fff;
}
#top ul#menu_top li.produkty a {
	background: transparent url(images/menu_top_left_produkty.gif) no-repeat 0 -20px;
}
#top ul#menu_top li.produkty a span {
	background: transparent url(images/menu_top_right_produkty.gif) no-repeat right -20px;
}
#top ul#menu_top li.produkty a:hover, #top ul#menu_top li.hover a {
	background-position: 0 0;
}
#top ul#menu_top li.produkty a:hover span, #top ul#menu_top li.hover a span {
	background-position: right 0;
	color: #fff;
}
#top ul#menu_top li ul.subnav {
	position: absolute;
	top: 20px;
	left: 0;
	display: none;
	padding: 5px 0;
	background: #008f3c;
	width: 165px;
}
#top ul#menu_top li ul.subnav li {
	height: auto;
	float: none;
	margin: 0;
	padding: 0;
	background: none;
}
#top ul#menu_top li ul.subnav li a {
	display: block;
	height: auto;
	float: none;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px 5px 20px;
	background: transparent url(images/icon_top_menu.gif) no-repeat 10px center;
}
#top ul#menu_top li ul.subnav li a:hover {
	color: #fff;
	padding: 5px 10px 5px 20px;
	background: #0b793b url(images/icon_top_menu.gif) no-repeat 10px center;
}
/*----[ flash glowna i podstrona ]-----------------------------------------------------------------------*/
#sea {
	width: 954px;
	height: 344px;
}
#sea_subpage {
	width: 954px;
	height: 147px;
	background: transparent url(images/background_sea_subpage.jpg) no-repeat 0 0;
}
/*----[ submenu - 2 przyciski na flashu ]-----------------------------------------------------------------------*/
#submenu {
	height: 3px;
	background: transparent url(images/background_submenu.jpg) no-repeat 0 0;
	position: relative;
}
#submenu a {
	position: absolute;
	bottom: 3px;
	display: block;
	width: 193px;
	padding: 5px 0 0;
	height: 22px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #005286;
	background: transparent url(images/tab_submenu.png) no-repeat 0 0;
	text-align: center;
}
#submenu a:hover, #submenu a.active {
	background-position: 0 -27px;
	padding: 3px 0 0;
	height: 24px;
	color: #fff;
}
#submenu a#tab_professional {
	right: 230px;
}
#submenu a#tab_recreational {
	right: 35px;
}
/*----[ content ]-----------------------------------------------------------------------*/
#content {
	background: transparent url(images/background_tresc.gif) repeat-y 240px 0;
	width: 954px;
	float: left;
}
/*----[ left ]----*/
#left {
	float: left;
	width: 204px;
	padding: 0 0 0 20px;
	margin: 0 0 15px;
}
#left h3 {
	background: transparent url(images/background_h3.gif) no-repeat 0 0;
	height: 24px;
	padding: 3px 0 0 16px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px;
}
#left ul {
	margin: 0 3px;
}
#left ul li {
	border-bottom: 1px solid #e6e6e6;
}
#left ul li a {
	display: block;
	padding: 6px 20px 6px 13px;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: bold;
	color: #3a3a3a;
	background: transparent url(images/icon_menu.gif) no-repeat 178px 11px;
}
#left ul li a:hover, #left ul li a.active {
	color: #fff;
	background: #116d9d url(images/icon_menu_over.gif) no-repeat 178px 11px;
}
#left ul li ul {
	margin: 0;
}
#left ul li ul li {
	border-top: 1px solid #e6e6e6;
	border-bottom: 0 none;
}
#left ul li ul li a {
	padding: 6px 5px 6px 28px;
	font-weight: normal;
	background: transparent url(images/icon_submenu.gif) no-repeat 18px 12px;
}
#left ul li ul li a:hover, #left ul li ul li a.active {
	color: #006da7;
	background: transparent url(images/icon_submenu.gif) no-repeat 18px 12px;
}
/*----[ right ]----*/
#right {
	float: right;
	width: 670px;
	/*background: transparent url(images/background_right.gif) no-repeat left bottom;
	padding: 10px 20px 10px 24px;*/
	padding: 10px 20px 10px 0;
}
#right #gdzie {
	font-size: 11px;
	word-spacing: 3px;
	color: #71737a;
	margin: 0 0 15px;
}
#right #gdzie a {
	color: #12508e;
	word-spacing: 0;
	text-decoration: none;
}
#right #gdzie a:hover {
	text-decoration: underline;
}
#right h2 {
	font-size: 20px;
	font-weight: normal;
	color: #00355e;
	padding: 0 0 5px;
	margin: 0 0 25px;
	background: transparent url(images/background_h2.gif) no-repeat left bottom;
}
#right h2 span {
	color: #777;
}
#right h3 {
	color: #018535;
	font-size: 14px;
	margin: 0 0 5px;
}
#right a {
	text-decoration: underline;
}
#right p {
	line-height: 160%;
}
#right .img_right {
	float: right;
	margin: 0 0 5px 10px;
}
#right ul {
	margin: 0 0 15px 5px;
}
#right ul li {
	background: transparent url(images/li.gif) no-repeat 0 5px;
	line-height: 160%;
	padding: 0 0 0 19px;
	margin: 0 0 6px;
    overflow: hidden;
    height: 100%;
}
/*----[ zajawki ]-----------------------------------------------------------------------*/
#right ul#zajawki {
	margin: 0 0 15px;
	width: 670px;
	float: left;
}
#right ul#zajawki li {
	background: none;
	line-height: 130%;
	padding: 0 23px 0 0;
	margin: 0 0 15px;
	float: left;
	height : 210px;
	width: 305px;
	border-bottom: 1px solid #e5e5e5;
}
#right ul#zajawki li.odd {
	float: right;
	padding: 0 0 0 23px;
}
#right ul#zajawki li .img_border {
	height: 120px;
	width: 305px;
	background: transparent url(images/background_photo_border.gif) no-repeat 0 0;
	margin: 0 0 8px;
}
#right ul#zajawki li .img_border img {
	margin: 4px;
}
#right ul#zajawki li h3 a {
	color: #018535;
	text-decoration: none;
}
#right ul#zajawki li h3 a:hover {
	text-decoration: underline;
}
#right ul#zajawki li p {
	margin: 0;
	line-height: 130%;
}
#right ul#zajawki li p a {
	color: #0b2a43;
	text-decoration: none;
}
#right ul#zajawki li p a:hover {
	text-decoration: underline;
}
#right ul#zajawki li p a b {
	color: #018535;
}
/*----[ aktualnosci ]-----------------------------------------------------------------------*/
#right h2.n_pozostale_aktualnosci {
	clear: both;
	font-size: 16px;
	margin: 0 0 10px;
}
#aktualnosc {
	padding: 0 0 20px;
}
#aktualnosc small, #pozostale_aktualnosci small {
	color: #737373;
	font-size: 10px;
	padding: 0 0 0 12px;
	background: transparent url(images/icon_data.gif) no-repeat left center;
}
#aktualnosc h3 {
	padding: 5px 0 0;
}
ul#pozostale_aktualnosci {
	margin: 0 0 10px;
	float: left;
	width: 670px;
}
ul#pozostale_aktualnosci li {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 10px;
	padding: 0 0 10px;
	float: left;
	width: 670px;
	background: none;
}
ul#pozostale_aktualnosci li .img_border {
	height: 90px;
	width: 150px;
	background: transparent url(images/background_photo_border_akt.gif) no-repeat 0 0;
	margin: 0 20px 0 0;
	float: left;
	text-align: center;
}
ul#pozostale_aktualnosci li .img_border a {
	height: 90px;
	width: 150px;
	display: block;
	cursor: pointer;
	text-align: center;
}
ul#pozostale_aktualnosci li .img_border img {
	margin: 4px;
}
ul#pozostale_aktualnosci li h3 a {
	color: #018535;
	text-decoration: none;
}
ul#pozostale_aktualnosci li h3 a:hover {
	text-decoration: underline;
}
ul#pozostale_aktualnosci li p {
	margin: 0;
	line-height: 130%;
}
ul#pozostale_aktualnosci li p a {
	color: #0b2a43;
	text-decoration: none;
}
ul#pozostale_aktualnosci li p a:hover {
	text-decoration: underline;
}
ul#pozostale_aktualnosci li p a b {
	color: #018535;
}
/*----[ faq ]-----------------------------------------------------------------------*/
#faq h3 {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	padding: 5px 10px;
}
#faq div {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border: 1px dashed #e5e5e5;
	padding: 5px 10px 0;
	margin: 0 0 5px;
}
/*---[ download ]-----------------------------------------------------------------------*/
ul#download {
	margin: 0 0 15px;
}
ul#download li {
	height: 42px;
	padding: 0;
	background: none;
	margin: 0 0 15px;
}
ul#download li a {
	background: transparent url(images/b_download.gif) no-repeat left top;
	padding: 0 0 0 53px;
	display: block;
	float: left;
	height: 42px;
}
ul#download li a:hover {
	background-position: left bottom;
}
/*---[ manual ]-----------------------------------------------------------------------*/
ul#manual {
	margin: 0 0 15px;
	width: 670px;
	float: left;
}
ul#manual li {
	height: 120px;
	width: 335px;
	padding: 0;
	background: none;
	margin: 0 0 15px;
	float: left;
}
ul#manual li img {
	float: left;
}
ul#manual li a.tytul {
	background: transparent url(images/b_manual.gif) no-repeat left top;
	padding: 5px 7px 5px 49px;
	margin: 40px 0 0;
	display: block;
	width: 190px;
	float: right;
	text-decoration: none;
	color: #138a00;
	line-height: 130%;
}
ul#manual li a.tytul:hover {
	background-position: left -99px;
}
ul#manual li a.tytul small {
	font-size: 10px;
	color: #004478;
	display: block;
}
/*---[ screenshots ]-----------------------------------------------------------------------*/
ul#screenshots {
	float: left;
	width: 670px;
	margin: 0 0 15px;
}
ul#screenshots li {
	width: 200px; 
	height: 125px;
	margin: 9px;
	float: left;
	background: #161613;
	overflow: hidden;
	position: relative;
	background: none;
	padding: 0;
	border: 2px solid #138a00;
}
ul#screenshots li img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
ul#screenshots li strong { 
	float: left; 
	text-align: center;
	display: block;
	position: absolute; 
	padding: 5px 0 0;
	line-height: 130%;
	font-size: 11px;
	text-align: center;
	background: #000; 
	height: 100px; 
	opacity: .7; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
 	top: 125px;
	width: 100%;
 	left: 0;
}
ul#screenshots li a {
	color: #fff;
	text-decoration: none;
}
/*---[ formularz ]-----------------------------------------------------------------------*/
#right ul.formularz {
	border: 1px solid #ccc9cf;
	margin: 0 auto 30px;
	padding: 0;
	width: 550px;
}
#right ul.formularz li {
	border-bottom: 1px solid #e7e7e7;
	padding: 7px 0;
	overflow: hidden;
	margin: 0 20px;
	background: none;
	line-height: normal;
	background: none;
}
#right ul.formularz li.no_border {
	border-bottom: 0 none;
}
#right ul.formularz li.naglowek {
	background-color: #116D9D;
	border-bottom: 1px solid #ccc9cf;
	margin: 0 0 10px;
	color: #fff;
	font-family: Trebuchet MS, sans-serif;
	font-size: 18px;
	text-align: left;
	padding: 7px 20px;
}
#right ul.formularz li.sub_naglowek {
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
    text-align: center;
    color: #999;
}
#right ul.formularz li label {
	display: block;
	width: 180px;
	margin: 0 10px 0 0;
	float: left;
	text-align: right;
	padding: 4px 0;
}
#right ul.formularz li input, #right ul.formularz li textarea, #right ul.formularz li select {
	padding: 3px;
	background: #f0f0f0;
	border-color: #c2c2c2 #f0f0f0 #f0f0f0 #c2c2c2;
	border-style: solid;
	border-width: 1px;
	color: #585858;
	font-family: Arial, sans-serif;
	overflow: auto;
	width: 285px;
	font-size: 12px;
}
#right ul.formularz li.zgoda input {
	padding: 0;
	border: 0 none;
	width: auto;
	float: left;
	margin: 2px 7px 30px 0;
	vertical-align: middle;
}
#right ul.formularz li.zgoda label {
	display: inline;
	width: auto;
	margin: 0;
	float: none;
	text-align: left;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
	cursor: pointer;
}
#right ul.formularz li.submit {
	display: block;
	overflow: hidden;
	border-bottom: 0 none;
	text-align: right;
    padding-bottom: 10px;
}
#right ul.formularz li.submit small {
	float: left;
	font-size: 10px;
}
#right ul.formularz li.submit button {
	background-color: #116D9D;
	border: 0 none;
	cursor: pointer;
	height: 23px;
	max-height: 23px;
	width: 78px;
    color: #FFF;
    font-weight: bold;
}
#right ul.formularz li label.error {
    color: #FF0000;
    font-size: 10px;
    padding-left: 190px;
    text-align: left;
}

/*---[ powrot ]-----------------------------------------------------------------------*/
#powrot {
	clear: both;
	border-top: 1px solid #c0cae4;
	padding: 0 0 10px;
	overflow: hidden;
}
#powrot a.back {
	float: left;
	padding: 3px 5px;
	font-size: 10px;
	text-decoration: none;
}
#powrot a.home {
	float: right;
	padding: 3px 5px;
	font-size: 10px;
	text-decoration: none;
}
#powrot a:hover {
	text-decoration: underline;
}

/*----[ box3 flash ]-----------------------------------------------------------------------*/
#box3 {
	background: transparent url(images/background_box3.jpg) no-repeat left top;
	padding: 25px 0 0;
	width: 954px;
	float: left;
	margin: 0 0 25px;
}
#box3 li {
	float: left;
	width: 306px;
	margin: 0 36px 0 0;
}
#box3 li h2 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin: 0 0 5px 4px;
}
#box3 li a {
	text-decoration: none;
}
#box3 li a:hover {
	text-decoration: underline;
}
#box3 li img {
	margin: 0 0 10px;
}
#box3 li h3 {
	font-size: 13px;
	margin: 0 0 3px 4px;
}
#box3 li h3 a {
	color: #018535;
}
#box3 li p {
	margin: 0 0 0 4px;
}
#box3 li p a {
	color: #0b2a43;
}
#box3 li.free_trial {
	width: 254px;
	margin: 0 !important;
}
#box3 li.free_trial ul {
	background: transparent url(images/icon_download.gif) no-repeat 0 10px;
    overflow: hidden;
    height: 100%;
    margin: 10px 0 0 15px;
}
#box3 li.free_trial ul li {
	float: left;
    width: 239px;
    margin: 0;
}
#box3 li.free_trial ul li a {
	display: block;
	padding: 0 0 0 40px;
	color: #0b2b44;
	line-height: 130%;
    float: left
}
#box3 li.free_trial a strong {
	display: block;
	color: #018535;
	margin: 0 0 3px;
	font-size: 13px;
}
#box3 li.free_trial a:hover strong {
	text-decoration: underline;
	color: #018535;
}
/* DYSTRYBUTORZY */
td.lokalizacje_area {
    background: #E7E7E9; 
    color: #000000;
    vertical-align: top;
    width: 200px;
}
ul.lokalizacje_list {
    padding: 0 !important;
    margin: 0 !important;
}
ul.lokalizacje_list li {
    background-image: url(images/li_linki.gif) !important;
    background-position: 0 9px !important;
    margin: 0 !important;
    padding: 1px 0 1px 10px !important;
    overflow: hidden;
    height: 100%;
}
ul.lokalizacje_list li a {
    text-decoration: none !important;
}
ul.lokalizacje_list li a:hover {
    text-decoration: underline !important;
}
ul.lokalizacje_list li ul {
    margin: 0 0 0 1px !important;
}
ul.lokalizacje_list li ul li {
    background-image: none !important;
    padding-left: 2px !important;
}
ul.lokalizacje_list li ul ul {
    margin: 0 0 0 5px !important;
	font-size: 11px;
}
ul.dystrybutorzy_list {
    margin: 0 !important;
    padding: 10px 0 15px 0;
}
ul.dystrybutorzy_list li {
    background-image: none !important;
    padding: 2px 0 !important;
    margin: 0 !important;
}

ul.dystrybutorzy_list ul.dystrybutorzy_list {
    margin: 0 !important;
    padding: 5px 0 10px 15px;
}
ul.dystrybutorzy_list ul.dystrybutorzy_list li {
    display: inline !important;
	border-left: 1px solid #138a00 !important;
	line-height: 100% !important;
	padding: 0 7px 0 8px !important;
	font-size: 11px;
}
ul.dystrybutorzy_list ul.dystrybutorzy_list li a {
    color: #333;
	text-decoration: none;
}
ul.dystrybutorzy_list ul.dystrybutorzy_list li a:hover {
	text-decoration: underline;
}


ul.dystrybutorzy_list li a {
    text-decoration: none !important;
}
ul.dystrybutorzy_list li a:hover {
    text-decoration: underline !important;
}
div#right div.dystr_wyniki_box {
    /*width: 410px;
    float: left;
    border-left: 3px solid #E3E3E3;
    padding: 3px 0 3px 10px;
    margin: 12px 5px;
    background: none;
    overflow: hidden;
    height: 100%;
    line-height: 160%;*/
	
	background: none;
	border-bottom: 1px solid #e3e3e3;
	float: left;
	height: 100%;
	line-height: 160%;
	margin: 12px 5px;
	overflow: hidden;
	padding: 0 0 12px 10px;
	width: 410px;
}
div#right div.dystr_wyniki_box a {
    text-decoration: none;
}
div#right div.dystr_wyniki_box a:hover {
    text-decoration: underline;
}
/*----[ suwak ]-----------------------------------------------------------------------*/
#suwak {
	height: 68px;
	width: 878px;
	float: left;
	padding: 0 37px;
	border: 1px solid #e0e5e9;
	position: relative;
	margin: 0 0 25px;
}
#suwak a.link_next, #suwak a.link_prev {
	position: absolute;
	top: 0;
	display: block;
	background: transparent url(images/b_suwak.gif) no-repeat;
	width: 37px;
	height: 68px;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 1000;
}
#suwak a.link_next {
	left: 0;
	background-position: left top;
}
#suwak a.link_prev {
	right: 0;
	background-position: right top;
}
#suwak a.link_next:hover {
	background-position: left bottom;
}
#suwak a.link_prev:hover {
	background-position: right bottom;
}
#suwak div {
	overflow: hidden;
}
/*----[ linki ]-----------------------------------------------------------------------*/
#linki_wrapper {
	width: 100%;
	background: transparent url(images/background_linki.gif) repeat-x 0 0;
	clear: both;
}
#linki {
	width: 954px;
	margin: 0 auto;
	padding: 15px 0 0;
	overflow: hidden;
	height: 100%;
}
#linki ul {
	float: left;
	width: 954px;
	margin: 0;
}
#linki ul li {
	float: left !important;
	width: 175px;
	padding: 0 0 0 15px;
}
#linki ul li h3 {
	font-size: 13px;
	margin: 0 0 2px;
	color: #023a71;
}
#linki ul li ul {
	margin: 0 0 10px;
	float: none;
    width: 160px;
}
#linki ul li ul li {
	float: none !important;
	width: auto;
	padding: 4px 2px 4px 12px;
	background: transparent url(images/li_linki.gif) no-repeat 2px 9px;
    overflow: hidden;
    height: 100%;
}
#linki ul li ul li a {
	color: #023a71;
}
#linki ul li ul li a:hover {
	text-decoration: underline;
}
/* MAPA GOOGLE */
#map {
	width: 400px;
	margin: 0 0 25px 25px;
	height: 320px;
	overflow: hidden;
	border: 2px solid #CFCFCF;
    float: right;
}
/* SITE MAP */
#right ul.site_map_list {
    
}
#right ul.site_map_list li {
    background: none;
}
#right ul.site_map_list li ul {
    margin: 0 0 0 10px;
}
#right ul.site_map_list li ul li {
    background: transparent url(images/li_linki.gif) no-repeat scroll 2px 8px;
    padding-left: 12px;
}
#right ul.site_map_list li ul li ul {
    margin-top: 10px;
    margin-left: 6px;
}
#right ul.site_map_list li ul li ul li {
    background: none;
    padding-left: 0;
}
/*----[ stopka ]-----------------------------------------------------------------------*/
#stopka_wrapper {
	width: 100%;
	background-color: #216fb0;
	clear: both;
}
#stopka {
	width: 954px;
	margin: 0 auto;
	padding: 12px 0;
	overflow: hidden;
	height: 100%;
	color: #aac9ec;
	font-size: 10px
}
#stopka a {
	color: #aac9ec;
	text-decoration: none;
}
#stopka a:hover {
	text-decoration: underline;
}
#stopka .copy {
	width: 33%;
	float: left;
}
#stopka .menu_bottom {
	width: 33%;
	float: left;
	text-align: center;
}
#stopka .menu_bottom a.link_mapa_serwisu {
	background: transparent url(images/icon_mapa_serwisu.gif) no-repeat left center;
	padding: 0 0 0 18px;
	margin: 0 23px 0 0;
}
#stopka .menu_bottom a.link_kontakt {
	background: transparent url(images/icon_kontakt.gif) no-repeat left center;
	padding: 0 0 0 18px;
}
#stopka .menu_bottom {
	width: 33%;
	float: left;
	text-align: center;
}
#stopka .iguana {
	width: 33%;
	float: right;
	text-align: right;
}