@charset "utf-8";
html {
	width: 100%;
	height: 100%;
}
body {
	background-color: white;
/* trzeba podac szerokosc strony  a potem margin: t r b l   dziala dobrze dla wszystkich przegladarek, text-align nie dziala pod FF aby wysrodkowac */
	width: 920px;
	margin: 0px auto 0px auto;
	text-align: center
}
img {
	border: 0px none white;
}
#blue {
/*span blue  zeby zanzaczyc wybrane fragmenty tekstu na niebiesko  */
	color: #2279B9;
	font-weight: none;
}

#main_container {
	width: 920px;
	min-height: 500px;
	background: transparent;
	background-color: white;
	font-size: 1.0em;
	color: black;
	text-align: left;
	margin-left: 0px;
	font-family: Arial, Geneva, Verdana, Arial, sans-seri;
	overflow: hidden;
}
#inside_container {
	width: 920px;
	margin: 0px 0px 0px 0px;
	background: transparent;
	background-color: white;
}
#baner_container {
	width: 920px;
	height: 70px;
	background-image: url('../files/baner.jpg');
}

#main_menu {
	width: 920px;
	height: 40px;
	margin: 0px 0px 10px 0px;
	background: transparent;
	background-color: white;
	text-align:right;
	clear:both;
}
#wrong_web {
	width: 500px;
	height: 200px;
	margin: 50px auto 2px 250px;
	background: transparent;
	background-color: white;
}
/*********************FOOTER********************************/
#footer_container {
	width: 920px;
	margin: 0px 0px 0px 0px;
	background: transparent;
	font-size: 0.6em;
	font-family:Arial;
	clear: both;
}
#footer_container_extra{
	width: 920px;
	margin: 20px 0px 0px 0px;
	width: 920px;
	height: 48px;
	background: transparent;
	background-image: url('../files/stopka.jpg');
	clear: both;
}	

#footer_bootom_menu {
	
	margin-left:0px;
	color:black;
	float:left;
}
#footer_wizytowka {
	
	margin-right:20px;
	color:gray;
	text-align:right;
	float:right;
}
#footer_bootom_menu a:link,#footer_bootom_menu a:visited {
	text-decoration: none;
	color: gray;
}
#footer_bootom_menu a:hover {
	text-decoration: underline;
	color: black;
}
#footer_wizytowka a:link,#footer_wizytowka a:visited {
	text-decoration: none;
	color: black;
}
#footer_wizytowka a:hover {
	text-decoration: underline;
	color: black;
}

/*********************FOOTER  END********************************/

/***************************FIRMA ****************************************/
#firma_container {
	width: 920px;
	height: 392px;
	margin: 20px 0px 0px 0px;
	font-size:0.7em;
	text-align:justify;
	background-image: url('../files/all.jpg');
	background-repeat: no-repeat;
}
#firma_container p{
	text-indent:30px;	
}
	

/***************************END FIRMA***********************************************/
/***************************KONTAKT ****************************************/
#kontakt_container {
	width: 920px;
	
	margin: 10px 0px 20px 0px;
	font-size:0.8em;
	text-align:left;
	
}
/***************************END KONTAKT***********************************************/
/***************************OFERTA ****************************************/
#oferta_container {
	width: 920px;
	
	margin: 20px 0px 0px 20px;
	font-size:0.8em;
	text-align:left;
	background-image: url('../files/logo.jpg');

}
#oferta_container a:link,#oferta_container a:visited{
	color:blue;
	text-decoration: underline;
	
}
#oferta_container a:hover{
	text-decoration: underline;
	color: black;
}

#products{
	width:200px;
	float:left;
	margin-left:20px;
}
#products_head{
	font-style:italic;
	font-style:bold;
	color:red;
	background-color:#e3e3e3;	
}
#products_list{
	margin-left:10px;
}

/***************************END OFERTA***********************************************/

	

