html, body {
	background: #b9e4f5;
	font: 12px/25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	color: #747474;
	height: 100%;
}

#container {
	min-height: 100%;
	position: relative;
}

#header {
	
}

#body {
	background: url('../images/clouds_bg.jpg') repeat-x top;
	padding-bottom: 240px;
}

#flash {
	width: 100%;
	height: 210px;
/

* background: #c60; */
}

#menu {
	width: 100%;
	height: 50px;
	position: relative;
	top: -38px;
}

#body #content_container {
	width: 864px;
	margin: auto auto auto auto;
	top: -50px;
	position: relative;
}

#content_container #top {
	width: 100%;
	height: 6px;
	background: url('../images/content_top.png') no-repeat;
}

#content_container #bottom {
	width: 100%;
	height: 6px;
	background: url('../images/content_bottom.png') no-repeat;
}

#content_container #content {
	width: 794px;
	min-height: 200px;
	padding: 15px 35px 15px 35px;
	background: url('../images/content_bg.png') repeat-y;
}

#content_container #copyrights {
	padding: 4px 0px 4px 10px;
	font-size: 12px;
	color: #106e86;
}

#footer {
	background: #b9e4f5 url('../images/footer_bg.jpg') repeat-x center bottom;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 287px;
}

#menu_container {
	width: 844px;
	margin: auto auto auto auto;
}

.menu_item {
	float: left;
}

.menu_item #onas {
	width: 117px;
	height: 50px;
	cursor: pointer;
	background: url('../images/menu_onas.png') no-repeat left bottom;
}

.menu_item #onas:hover {
	background: url('../images/menu_onas.png') no-repeat left top;
}

.menu_item #newsy {
	width: 117px;
	height: 50px;
	cursor: pointer;
	background: url('../images/menu_newsy.png') no-repeat left bottom;
}

.menu_item #newsy:hover {
	background: url('../images/menu_newsy.png') no-repeat left top;
}

.menu_item #oferta {
	width: 117px;
	height: 50px;
	cursor: pointer;
	background: url('../images/menu_oferta.png') no-repeat left bottom;
}

.menu_item #oferta:hover {
	background: url('../images/menu_oferta.png') no-repeat left top;
}

.menu_item #kontakt {
	width: 117px;
	height: 50px;
	cursor: pointer;
	background: url('../images/menu_kontakt.png') no-repeat left bottom;
}

.menu_item #kontakt:hover {
	background: url('../images/menu_kontakt.png') no-repeat left top;
}

form {
	padding: 0;
	margin: 0;
	border: 0;
}

h3 {
	font-size: 18px;
	color: #e73891;
	margin-bottom: 4px;
}

.data {
	font-size: 11px;
	color: #46adca;
}

.thumb {
	width: 100px;
	height: 100px;
	padding: 10px;
	border: 1px solid #eee;
	float: left;
	margin: 0 20px 5px 20px;
}

.opis {
	width: 220px;
	padding-left: 5px;
	float: left;
}

.opis b {
	font-size: 14px;
	color: #46adca;

}

.opis .model {
	color: #aaa;

}

.opis .price {
	font-size: 12px;
	font-weight: bold;
	color: #e73891;
}

.odsylacz {
	font-size: 18px;
	color: #e73891;
	margin-bottom: 4px;
	text-decoration: none;
	cursor: pointer
}

.odsylacz:hover {
	text-decoration: underline;
}
hr {
	border: 0;
	background: #e1e1e1;
	height: 1px;
}

<!--[if lt IE 7]>
	<style media="screen" type="text/css">
	#container {
	height: 100%;
}
	</style>
	<![endif]-->
