@charset "utf-8";

html {
	background-image: url(lampasB.jpg), url(lampasBR.jpg), url(lampasB_promien.jpg);
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: 0 0, 100% 0, 0 0; 
	background-color: #211715;
}

body {
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #11151A;
}

div#glowny {
	position: relative;
	margin: auto;
	margin-top: 130px;
	margin-bottom: 20px;
	width: 850px;
	border: 0px solid black;
	padding: 20px;
	box-shadow: 0 0 40px #FFF;

	background: url(logo_NTMMED_bez_JK.png) no-repeat 20px 20px;
	background-color: white;
	
	background: url(logo_NTMMED_bez_JK.png) no-repeat 20px 20px, 
				url(led_lamp.jpg) no-repeat 100% 0,
				white;
}

div#logo {
	width: 100%;
	height: 160px;
	float: left;
}


div#menu {
	width: 200px;
	height: 100%;
	float: left;
}

div#main {
	width: 620px;
	float: right;
	padding-right: 20px;
	padding-top: 10px;
	text-align: justify;
}

div#baner {
	width: 600px;
	height: 100px;
	margin: auto;
	box-shadow: 0px 5px 50px #333;
    
}

div#baner1 {
	width: 600px;
	height: 100px;
	margin: auto;
	border: 4px double #DDDDDD;
	background: url(alpha_2.jpg) -4px -4px;
	position: absolute;
}

div#baner2 {
	width: 600px;
	height: 100px;
	margin: auto;
	border: 4px double #DDDDDD;
	background: url(alpha_1.jpg) -4px -4px;
	position: absolute;
}

div#baner3 {
	width: 600px;
	height: 100px;
	margin: auto;
	border: 4px double #DDDDDD;
	background: url(alpha_3.jpg) -4px -4px;
	position: absolute;
}

div#baner4 {
	width: 600px;
	height: 100px;
	margin: auto;
	border: 4px double #DDDDDD;
	background: url(laser.jpg) -4px -4px;
	position: absolute;
}

div#stopka {
	width: 890px;
	background: url(test3.jpg) no-repeat 0 100%;
	clear: both;
	margin-left: -20px;
	margin-bottom: -20px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 200px;
	font-size: 11px;
	font-weight: bold;
}

ul.menu {
	width: 90%;
	background-color: #37B4E8;
	box-shadow: 0 0 20px #37B4E8;
	padding-left: 2px;
	cursor: pointer;
}

ul.menu > li {
	display: none;
	margin-left: 15px;
	padding-bottom: 10px;
	color: white;
}

table.produkty {
	border: none;
	margin: 20px;
	width: 600px;
}

table.produkty td{
	border: none;
	padding: 0;
	cursor: pointer;
}

table.produkty td.zdj{
	width: 150px;
	padding: 5px;
}

table.produkty tr{
	background: #CCC;
}

table.produkty tr:nth-child(even){
	background: #DDD;
}

table.produkty tr:nth-child(odd){
	background: #CCC;
}


table.produkty td.opis{
	padding: 10px;
	vertical-align: middle;
}

table.produkty td.opis p.text{
	margin: 0px;
}

table.produkty td.opis h2{
	margin: 0px;
}

p.name_of_list {
	font-size: 16px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 5px;
	color: white;
	font-weight: bold;
}

p.text {
	margin-top: 20px;
	text-indent: 40px;
	line-height: 20px;
}

p.stopka {
	margin-left: 260px;
}

a.menu {
	color:white;
	font-style:normal;
	text-decoration: none; 
}

h1{
	margin-top: 30px;
	margin-left: 20px;
	font-size: 20px;
	color: #37B4E8;
	font-weight: bold;
	display: block;
	border-bottom: solid 2px;
}

h2{
	font-size: 15px;
	color: #37B4E8;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
	width: 100%;
	padding: 5px;
	background-color: #F5DCA1;
}

h2.opis{
	font-size: 15px;
	color: #37B4E8;
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: 30px;
}


div.galery {
	position: relative;
	display: block;
	text-align: center;
	margin: auto;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	padding-top: 0px;
	background-color: white;
	width: 600px;
}

div.galery > a > img.big_gallery {
	height: 300px;
	max-width: 550px;
	margin: 20px;
	border: solid 10px #37B4E8;
	overflow: hidden;
	box-shadow: 0 0 40px #37B4E8;
}

div.galery > ul > li > a > img.small_gallery {
	height: 80px;
	border: solid 2px #000;
	box-shadow: 0 0 40px #37B4E8;
}

div.galery > ul > li:last-child  > a > img.small_gallery{
	border: solid 2px #37B4E8;
}

ul.gallery > li{
	display: inline-block;
	margin: 5px;
}



table.parametry {
	border: none;
	margin: 20px;
	width: 600px;
}

table.parametry td{
	border: none;
	padding: 5px;
	vertical-align: middle;
}

table.parametry td.zdj{
	width: 150px;
	padding: 5px;
}

table.parametry tr{
	background: #CCC;
}

table.parametry tr:nth-child(even){
	background: #DDD;
}

table.parametry tr:nth-child(odd){
	background: #CCC;
}


table.parametry tr > td:first-child{
  text-align: left;
  border-right: solid 2px white;
}

table.parametry tr > td:nth-child(n+2){
  text-align: center;
}

table.parametry tr:first-child{
	background: #AAA;
	font-weight: bold;
	color: white;
	text-align: center;
}

a.photo_opis_c{
	display: block;
	width: 500px;
	margin:auto;
	margin-bottom: 10px;
}

a.photo_opis_c > img{
	width: 500px;
}

ul.cechy {
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: none;
}

ul.cechy  > li {
    margin-top: 8px;
}

ul.cechy  > li:before {
    content: "• ";
    color: #37B4E8; /* or whatever color you prefer */
}

h3 {
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 13px;
}
