@charset "utf-8";
* { padding: 0; margin: 0; }
img {
	border:0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color:#fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	font-weight:normal;
	text-align:left;
	color: #000;
}
a { color:#000; text-decoration:none; font-weight:normal; border:0; }
a:hover { color:#c7b299; }
#container {
	display:block;
	height:768px;
	width:990px;
	margin:0px auto;
	padding:0px;
}
#top {
	display:block;
	height:273px;
	width:990px;
	background:url(images/top.jpg) no-repeat;
}
#main {
	display:block;
	width:990px;
	padding-bottom:5px;
	background:#E4E4E4 url(images/main.jpg) no-repeat;
}
#foot {
	display:block;
	height:166px;
	width:990px;
	background:url(images/foot.jpg) no-repeat;
}
#buttons {
	display:block;
	width:990px;
	height:133px;
	padding:98px 0 98px 0;
}
#buttons a.sklep {
	display:inline;
	width:133px;
	height:133px;
	margin:0 0 0 240px;
	border:0px;
}
#buttons a.uslugi {
	display:inline;
	width:133px;
	height:133px;
	margin:0 60px;
	border:0px;
}
#buttons a.handel {
	display:inline;
	width:133px;
	height:133px;
	margin:0 240px 0 0;
	border:0px;
}
#tytul {
	display:block;
	width:585px;
	height:30px;
	margin-left:45px;
	padding-top:5px;
	font-size:20px;
	line-height:0.9em;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
#text {
	display:block;
	width:600px;
	margin-left:35px;
}
#text p {
	margin:5px 0px;
}
#text ul{
	list-style-position:outside;
	margin-left:10px;
}

#menu ul{
	display:block;
	width:100%;
	padding-top:150px;
	list-style-type:none;
}
#menu ul li{
	display:inline;
	float:left;
	text-transform:lowercase;
	margin:0px 6px;
}

