*{ 
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}

h1 {
	font-size: 22px;
	padding-bottom: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

a img
{
	border:none;
}

#trzecia h1 {text-align: right;}

#druga h3 a:link, #druga h3 a:visited {
	color: #333333;
	text-decoration: none;
	border: 0;
}
#druga h3 a:hover, #druga h3 a.active {
	color: #007BC5;
	text-decoration: none;
	border: 0;
}


#logo {
	position:relative;
	background: url(img/logo2.gif) no-repeat 5px;
	display: block;
	float: none;
	height: 85px;
	width: 760px;
	margin: 0px auto 0px auto;
}
#logo a.logo {
	display: block;
	height: 85px;
	width:322px;
	text-decoration:none;
}

#logo a.logo:visited, #logo a.logo:hover {
  text-decoration:none;
}

a.search:link, a.search:visited {
  color:#666;
}

a.search:active, a.search:hover
{
 color:#007BC5;
}

#smartag {
	background-repeat: no-repeat;
	display: block;
	/*float: none;*/
	height: 215px;
	width: 760px;
	margin: 0px auto 0px auto;
  position:relative;
}
#search-box
{
  position:absolute;
  bottom:10px;
  left:10px;
}
#search-box input
{
  border:1px solid #69747A;
  background:#FFFFFB;
  padding:3px;
  font-size:11px;
}
#search-box input.button
{
  border:1px solid #69747A;
  background:#FFFFFB;
  padding:2px;
  font-weight:bold;
}
#menu {
	background: #717171 url('img/blok-bg.gif') repeat-y center;
	display: block;
	float: none;
	height: 35px;
	width: 100%;
}





#menu ul {
	background-color: #000;
	display: block;
	height: 35px;
	width: 760px;
	margin: 0px auto 0px auto;
}
#menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	height: 33px;
	width: 152px;
	list-style-type: none;
	float: left;
}

#menu li a:link, #menu li a:visited {
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
	height: 25px;
	width: 152px;
	border-top: 2px solid #000;
	display: block;
	padding-top: 8px;
}

#menu li a:hover {
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
	height: 25px;
	width: 152px;
	border-top: 2px solid #007BC5;
	display: block;
	
}





#blok {
	background: #717171 url('img/blok-bg.gif') repeat-y center;
	float: none;
	width: 100%;
	display: table;
}

#strona {
	float: none;
	width: 760px;
	background: url(img/tlo.gif) repeat-y center;
	display: table;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#stopka {
	background-color: #000;
	display: block;
	float: none;
	height: 70px;
	width: 760px;
	margin: 0px auto 0px auto;
}
#stopka #s_lewa {
	font-size: 9px;
	color: #999999;
	display: block;
	float: left;
	height: 70px;
	width: 330px;
	padding: 5px;
}

#stopka a:link, #stopka a:visited{color: #007BC5; text-decoration:none;}
#stopka a:hover, #stopka a.active {color: #3697D1; text-decoration:underline;}

#stopka #s_prawa {
	font-size: 9px;
	color: #CCC;
	display: block;
	float: right;
	height: 70px;
	width: 410px;
	text-align: right;
	padding: 5px 0px 5px 5px;
}

#stopka #s_prawa #naw {
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 7px;
	display: block;
	text-align: right;
}


#stopka #s_prawa #naw a {
	display: block;
	float: right;
	height: 12px;
	width: auto;
	padding: 0px 5px 0px 5px;
}

#stopka #s_prawa #naw a:link, #stopka #s_prawa #naw a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#stopka #s_prawa #naw a:hover, #stopka #s_prawa #naw a.active {
	color: #007BC5;
	text-decoration: none;
}

#stopka #s_prawa .nor {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#stopka #s_prawa p {
	padding-top: 10px;
	padding-right: 5px;
	clear: both;
}
	




/* lista produktów */


ul.tree {
	display: block;
	margin-right: 0;
	margin-bottom: 15px;
	padding-right: 0;
	text-align: left;
	font-size: 14px;
}

ul.tree ul {
	display: block;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

ul.tree li {
	display: block;
	list-style-type: none;
}

ul.tree li.closed {
	background-image: url(img/closed2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}

ul.tree li.opened {
	background-image: url(img/opened2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}

ul.tree li a {
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
}

ul.tree li a.folder {
	cursor: pointer;
}

ul.tree li a.active {
	font-weight: bold;
	color:#007BC5;
}

ul.tree li a:hover {
	text-decoration: underline;
}

.dzial {
	font-weight: bold;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.tree li span {
	font-weight: bold;
	text-decoration: none;
}

.pr_m {
	padding-left: 10px;
	padding-bottom: 3px;
}


.pr_m a:link, .pr_m a:visited {
	color: #666666;
}


.pr_m a:hover, .pr_m a.active {
	color: #007BC5;
}









#strona p a:link, #strona p a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}
#strona p a:hover, #strona p a.active {
	color: #007BC5;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}


#strona p {margin-bottom: 8px;}

/* start */

#start {
	display: block;
	background: url(img/tlo_startb.jpg) no-repeat right bottom;
	height: 375px;
	margin-left: 16px;
	margin-right: 6px;
}


#start .witamy {
	display: block;
	width: 450px;
	margin: 0px;
	padding-top: 100px;
}

/* uklad jednokolumnowy */

#jedna {
	display: block;
	margin: 16px;
	float: left;
}

/* uklad dwukolumnowy */

#druga {
	display: block;
	float: left;
	width: 250px;
	margin: 16px 0px 16px 16px;
}

#trzecia {
	display: block;
	float: right;
	width: 428px;
	margin: 16px 16px 16px 0px;
}

#trzecia img {
	border: 0;
}


/* formularz kontaktowy */
.zong {
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}

#trzecia form div {
	display: block;
	padding-bottom: 8px;
}

#trzecia form select {width: 146px;}

#trzecia form p {
	float: left;
	display: block;
	width: 200px;
	clear: both;
	text-align: right;
	padding-right: 10px;
	padding-top: 2px;

}

#trzecia form img {padding-bottom: 4px; width: 96px;}
#trzecia #szyfr {width: 96px;}
#trzecia #wys {
	margin-left: 210px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* produkty */

#trzecia table {
	display: table;
	width: 428px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#trzecia table th {
	width: 190px;
	background-color: #E2E2E2;
	text-align: right;
	padding: 5px;
}

#trzecia table td {
	width: 218px;
	background-color: #F3F3F1;
	text-align: center;
	padding: 5px;
}
#trzecia .img_pro {
	text-align: center;
	display: block;
}


#trzecia .opis {
	padding-top: 20px;
	padding-bottom: 15px;
}

.partner
{
  margin:30px 30px 0 0;
  float:right;
}

.partner a
{
  display:block;
  text-decoration:none;
  font-size:14px;
  color:black;
  text-align:center;
}

.partner a:hover
{
  color:#047AC4;
}

.partner a img
{
  border:none;
}

a#logo-smartlight
{
	position:absolute;
	top:10px;
	right:15px;
	border:none;
	display:block;
	width:107px;
	outline:none;
	height:65px;
}

#logo #lang-box {
  position:absolute;
  top:32px;
  right:135px;
  text-align:right;
  outline: none;
}


/* lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

