@CHARSET "UTF-8";
* {
	margin: 0;
	padding: 0;
	outline: none;
}
html{
    background-color: #000;		
    background-image:url(media/background.jpg);
	background-repeat: repeat-x;
	background-position:top;
}
body{
    font-size: 0.7em;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #929292;
	width: 760px;
	margin: 0 auto;
	margin-bottom: 10px;
	
}
h1{
	font-size: 1.5em;
	margin: 10px;
	padding-left: 10px;
	padding-top: 30px;
}
h2{
	font-size: 1.4em;
	margin: 10px;
	padding-left: 10px;
}
/*---------------------------------------szkielet*/
#site{
	float:left;
	width: 760px;
	margin: 0 auto;
	background-image:url(media/background2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
}
/*---------------------------------------stopka*/
#foot{
	width: 760px;
	height: 60px;
	float: left;
	background-position: top;
	background-image: url(media/loga.jpg);
	background-repeat:no-repeat;
	border-top: 1px solid #424242;
	border-bottom: 1px solid #424242; 
}
#foot_text{
	float: left;
	padding-top: 5px;
	width: 760px;
	font-size: 0.8em;
	color: #424242;
	text-align: right;
	margin-bottom: 10px;
}
/*---------------------------------------banner*/
#banner{
	float: left;
	margin: -1px auto;
	width: 760px;
	height: 289px;
	background-position: top;
	background-image: url(media/top.jpg);
	background-repeat:no-repeat;
	z-index: 1;
}

/*---------------------------------------menu na stronie*/
#banner ul{
	margin-left: 297px;
	padding-top: 20px;
}

#banner li{
	display: inline;
	margin-left: 58px;
}

#banner a, a:link, a:visited{
	color: #929292;
	text-decoration: none;
}

#banner a:active, a:focus, a:hover{
	color: #FFF;
	border-bottom: 1px dotted #FFF; 
}
/*--------------------------------------------------------menu listy produktow*/
#produkty{
	width: 189px;
	float: left;
	margin-bottom: 10px;
}
#produkty p{
	margin: 5px;
}
#produkty h1{
	text-align: center;
	font-size: 0.8em;
	color: #df7623;
	padding-bottom: 20px;
}
#produkty ul{
	padding-left: 25px;
}
#produkty li{
	list-style-image: url(media/li.gif);
	margin-bottom: 10px;
	width: 150px;
	padding-bottom: 5px;
	border-bottom: 1px solid #424242;

}
/*--------------------------------------------------------tekst na glownej*/
#audio{
	width: 299px;
	float: left;
	margin-bottom: 10px;
	border-right: 1px solid #424242;
	border-left: 1px solid #424242;
}
#audio p{
	margin: 15px;
	text-align:justify;
}
#audio h1{
	text-align: center;
	font-size: 0.8em;
	color: #df7623;
	padding-bottom: 20px;
}
/*--------------------------------------------------------newsy na glownej*/
#news{
	width: 249px;
	float: left;
	margin-bottom: 10px;
}
#news span{
	padding: 10px;
	font-size: 1em;
	color: #424242;
}
#news h1{
	text-align: center;
	font-size: 1em;
	color: #df7623;
	padding-bottom: 20px;
}
#news ul{
	padding-left: 10px;
	width: 230px;
}
#news li{
	list-style:none;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #424242;
	text-align:justify;
}
#news a{
	color: #df7623;
}
/*--------------------------------------------------------lista produktow*/
#product{
	float:left;
	width: 549px;
	border-left: 1px solid #424242;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#product h1{
	text-align: center;
	font-size: 1em;
	color: #df7623;
	padding-bottom: 10px;
}
#product h2{
	text-align: center;
	font-size: 1.5em;
	color: #df7623;
	padding-bottom: 10px;
}
/*--------------------------------------------------------lista producentow na liscie produktow*/
#producer{
	text-align: center;
	padding: 10px;
	border-bottom: 1px solid #424242;
	margin-bottom: 20px;
}
#producer li{
	display: inline;
	margin-bottom: 5px;
	margin-left: 10px;
}
/*--------------------------------------------------------lista produktow*/
#lprod{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #929292;
	width: 540px;
}	
#lprod td, th{
	padding: 3px;
	text-align: center;
	margin: 1px;
	border-bottom: 1px solid #424242;
}
#lprod th{
	background-color: #292929;
}
#lprod a{
	border: 0;
}
#prod{
	width: 500px;
}
#prod p, pre{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #929292;
	font-size: 1.2em;
}
#prod pre{
	display: block !important;
}
#prod textarea{
	background-color: transparent;
	width: 540px;
	border: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #929292;
	font-size: 1.2em;
}
#prod a{
	border: 0 !important;
}
#prod li{
	margin-left: 20px !important;
}
#price1{
	position:absolute;
	width: 490px;
	text-align: right;
	margin-top: 30px;
	font-size: 1.6em !important;
	color: #df7623 !important;
}








