@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
a img {
	border: none;
}
body {
	background-color:#113448;
	width: 100%;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
}
#wrapper {
	width: 1100px;
	margin: 0px auto;
	height: auto;
}
#logo {
	width: 350px;
	height: 165px;
	background:url(../img/beveltech_logo.jpg) no-repeat left;
	text-indent:-9999px;
}
	#logo a	{
		width: 350px;
		height: 165px;
		display:block;
	}
#menu {
	width: 100%;
	height: 82px;
	background:url(../img/beveltech_menu_tlo.png) no-repeat left bottom;
}
	#menu ul {
		display: block;
		float: left;
		list-style: none;
		height: 50px;
		margin: 0px 100px;
	}
		#menu ul li	{
			float: left;
			width: 148px;
			background:url(../img/beveltech_menu_przycisk_tlo.png) no-repeat left;
			height: 42px;
			line-height: 35px;
			text-align: center;
			font-size: 14px;
		}
			#menu ul li a {
				font-weight: bold;
				text-decoration: none;
				color: #fff;
				text-transform:capitalize;
				letter-spacing: 1px;
			}
				#menu ul li a:hover	{
					text-decoration: underline;
				}
				#menu ul li.mrs_prawy {
					margin-right: 40px;
				}
	
#content {
	width: 100%;
	height: auto;
	background:url(../img/beveltech_content_tlo.png) repeat-x top #fff;
}
	.obrazekNaGlownej {
		margin-left: 30px;
		padding: 5px;
		background-color: #fff;
		border: 1px solid #999;
	}
	.zdjeciaProduktow {
		border: 1px solid #ccc;
		margin: 10px;
		padding: 5px;
	}
		#kolumnaLewa	{
			width: 260px;
			float: left;
			height:auto;
		}
		#menuBoczne	{
			width: 202px;
			display: block;
			list-style: none;
			margin: 70px 0px 20px 40px;
		}
			#menuBoczne li	{
				display: block;
				line-height: 30px;
				background: url(../img/beveltech_menu_boczne_tlo.png) repeat-y;
				margin-bottom: 10px;
			}
				#menuBoczne li a {
					margin-left: 10px;
					font-weight: bold;
					font-size: 14px;
					color: #000;
					text-decoration: none;
				}
				#menuBoczne li a:hover {
					text-decoration: underline;
				}
				#menuBoczne li.subMenu {
					background: none;
					height: 15px;
					line-height: 15px;
					font-size: 12px;
				}
					#menuBoczne li.subMenu a {
						font-weight: normal;
						padding-left: 5px;
					}
				#przykladoweProdukty {
					width: 232px;
					height: 447px;
					background: url(../img/beveltech_kolumna_lewa_obrazki.png) no-repeat;
					margin-left: 20px;
				}		
		#kolumnaPrawa {
			float: left;
			background: url(../img/beveltech_linia_oddzielajaca.png) repeat-y left top;
			height: auto;
			width: 795px;
			margin-top: 50px;
			padding-bottom: 150px;
		}
			#kolumnaPrawa h1 {
				font-weight: bold;
				margin: 20px 0 20px 20px;
				font-size: 20px;
				line-height: 40px;
				width: auto;
				padding-left: 10px;
				background: url(../img/beveltech_naglowek_tlo.png) repeat-y;
			}
			#kolumnaPrawa p	{
				margin-bottom: 10px;
				margin-left: 25px;
				color: #3b3b3b;
				font-size: 13px;
				line-height: 18px;
			}
				#kolumnaPrawa p a {
					color: #113448;
					text-decoration: none;
				}
					#kolumnaPrawa p a:hover {
						text-decoration: underline;
					}
			.listaDaneProduktu {
				margin: 10px 0 10px 20px;
				display: block;
				font-size: 12px;
				line-height: 20px;
			}			
			.tablocaProduktow {
				margin-bottom: 20px;
			}
			#listaProduktow	{
				margin-left: 20px;
			}
			#profilFirmy {
				width: auto;
				min-height: 500px;
				background: url(../img/beveltech_profil_firmy_tlo.png) right bottom no-repeat;
			}
			.serie_name	{
				font-size: 16px;
				border-left: 15px solid #113448;
				text-indent: 5px;
			}
				.marginLeft {
					margin-left: 20px;
					margin-bottom: 10px;
				}
			.serie_desc	{
				font-size: 12px;
				color:#666;
				margin-left: 20px;
				margin-top: 5px;
			}
			table	{
				width: 775px;
			}
			table td {
				font-size: 10px;
				vertical-align: top;
				text-align: left;
				padding:5px; background: #EFEFEF;
			}
			table td img {
				border: 1px solid #CCC;
			}
			.table_header td {
				background: #FFF;
				border-top: 1px solid #48A7C2;
				text-align: center;
				text-transform: uppercase;
				font-weight: 600;
				padding: 5px;
			}
			.product td.product_name {
				background: #FFF;
				text-align: center;
				color: #666;
				vertical-align: middle;
			}
			.product td.product_photo {
				text-align: center;
				vertical-align: middle;
			}
			.product td ul {
				list-style: square;
			}
			.product1 td {
				text-align: center;
				background-color: #efefef;
			}
			td:hover {
				background: #FFF;
			}
			.opisProduktuWTabelce {
				margin: 10px 20px;
			}
				.opisProduktuPozaTabelka {
					font-size: 12px;
					display: block;
				}
					.opisProduktuPozaTabelka li{
						margin-bottom: 10px;
					}
		.przykladoweZdjecia {
			display: block;
			list-style: none;
			width: auto;
			padding-left: 5px;
			min-height: 230px;
			margin: 10px 0;
		}
			.przykladoweZdjecia li {
				display: block;
				float: left;
				width: 170px;
				padding: 5px;
				background-color: #fff;
				border: 1px solid #ccc;
				height: auto;
				margin: 5px;
			}
	#logoDol {
		width: 235px;
		height: 103px;
		background: url(../img/beveltech_logo_dol.png) no-repeat left;
		margin: 0 0 0 20px;
		padding-bottom: 20px;
	}
	#partnerzy {
		width: 100%;
		height: 200px;
	}
		#partnerzy p {
			font-size: 12px;
			color: #efefef;
			font-weight: bold;
			margin: 10px;
		}
		#partnerzy ul {
			display: block;
			list-style: none;
			margin-left: 20px;
		}
        #partnerzy ul li {
			float: left;
			display: block;
			margin-right: 25px;
		}	
		#adres {
			width: 100%;
			display: block;
			margin: 10px 0 0 0;
			text-align: center;
			padding-bottom: 10px;
			font-size: 12px;
			color: #3b3b3b;
		}
#podpis	{
	width: 100%;
	background-color: #1c5e82;
	height: 10px;
}
	#podpisContent {
		width: 1100px;
		margin: 0px auto;
	}
	#podpisContent a {
		display: block;
		float: right;
		width:74px;
		height:10px;
	}
	/* --------- NOWOSCI VIDEO -------------*/
    .filmik {
		width: 640px;
		margin: 10px 0 10px 65px;
		height: auto;
		padding: 5px;
		background-color: #fff;
		border: 1px solid #ccc;
	}