html {
	width: 100%;
	height: 100%;
}
body {
	background: #ffffff url('../images/blue.jpg') repeat-x;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#container {
	width: 758px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#top-1 {
	background: #ffffff;
	width: 758px;
	height: 136px;
}
#top-2 {
	background: #ffffff;
	width: 758px;
	height: 132px;
}
#top-3 {
	background: #ffffff;
	width: 758px;
	height: 157px;
}

#container-2 {
	overflow: hidden;
	display: table;
}

#menu, #container-3 {
	display: table-cell;
	vertical-align: top;
}

#menu {
	background: #ffffff;
	width: 367px;
	height: 270px;
}

#container-3 {
	width: 391px;
	height: 127px;
}
#content {
	background: #ffffff url('../images/bgs.gif') repeat-x top;
	min-height: 100%;
	margin-top: 127px;
	padding-right: 25px;
}

#bottom	{
	display: block;
	background: #ffffff url('../images/bottom.gif') no-repeat top;
	width: 758px;
	height: 69px;
	text-align: right;
}

/* lista produktow */

.items {
	width: 300px;
}

.items td {
	border: 1px solid #989896;
	vertical-align: middle;
}

.item-foto {
	text-align: center;
	width: 75px;
	height: 75px;
}

.item-name {
	height: 75px;
	width: 225px;
	padding-left: 7px;
}

.item-title {
	font-size: 1.6em;
	font-weight: normal;
}



img {
	border: 0;
}

a, a:hover, a:visited, a:active {
	color: #989896;
	text-decoration: none;
	font-weight: bold;	
}

a:hover {
	text-decoration: underline;
}

div {
	font-size: 11px;
	font-family: verdana;
	color: #989896;
}
