@charset "utf-8";
/* CSS Document */
body {
background-color:#f5f6f6;
background-image:url(../img/bg.png);
background-position:top;
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

#container {
margin:0 auto;
width:935px;
}

#top {
height:371px;
background-image:url(../img/top.png);
background-position:center;
background-repeat:no-repeat;
padding-left:38px;
padding-top:22px;
margin-left:3px;
}

#banner {
height:318px;
}

#content {
background-image:url(../img/contentt.png);
background-position:bottom;
background-repeat:no-repeat;
height:590px;
}

#content1 {
background-image:url(../img/content.png);
background-position:bottom;
background-repeat:no-repeat;
height:590px;
}

#content2 {
background-image:url(../img/contentz.png);
background-position:bottom;
background-repeat:no-repeat;
height:590px;
}

#left {
width:295px;
float:left;
}

#polecamy {
width:144px;
height:75px;
margin-left:50px;
margin-bottom:10px;
background-image:url(../img/polecamy.png);
background-repeat:no-repeat;
}

#dzety {
width:281px;
height:141px;
margin-bottom:10px;
}

#hurtownie {
width:163px;
height:74px;
margin-left:40px;
margin-bottom:10px;
background-image:url(../img/hurtownie.png);
background-repeat:no-repeat;
}

.kontaktbox {
width:243px;
height:115px;
margin-left:52px;
background-image:url(../img/kontaktbox.png);
color:#FFFFFF;
}

.kontaktbox p {
margin:0px;
text-align:center;
font-size:16px;
padding-top:10px;
padding-bottom:10px;
}

#right {
width:617px;
float:left;
}

#right p {
padding-left:50px;
padding-right:100px;
text-align:justify;
}


#rightgg {
width:617px;
float:left;
}

#rightgg p {
padding-left:50px;
padding-right:100px;
text-align:justify;
line-height:25px;
}



#right ul li {
padding-left:20px;
}



#top ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:14px;
}

#top ul li {
	float: left;
}



#top ul a:link, ul a:visited {
	text-decoration: none;
	background-image:url(../img/menu.png);
	font-size:16px;
	display: block;
	width: 115px;
	padding-right:15px;
	height:34px;
	padding-top:10px;
	text-align: center;	
	background-position:center;
	background-repeat:no-repeat;
	color:#ffffff;
}

#top ul a:hover {
	background-image:url(../img/manu.png);
	background-repeat:repeat-x;
}

img {
border:0px;
}

a:link, a:visited { color: #ffffff; text-decoration: none; font-weight:normal;} 
a:active, a:hover { color:#000000; } 

