body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	background-color: #fffbc3;
}

p, div, select, input, textarea {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;	
}

#container {
	width: 922px;
	margin: auto;
	padding: 0;
}

#banner {
	height: 270px;
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
}

#navbar {
	clear: both;
	height: 46px;
	float: left;
	width: 922px;
	background-image: url('../images/navbar.jpg');
	background-repeat: no-repeat;
}

a.home {
	width: 75px;
	height: 46px;	
	display: block;
	float: left;
	margin-left: 40px;
	background-image: url('../images/btn_home.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}

a.home:hover {
	width: 75px;
	height: 46px;
	display: block;
	background-image: url('../images/sbtn_home.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}

a.home_current {
	width: 75px;
	height: 46px;
	display: block;
	float: left;
	margin-left: 40px;	
	background-image: url('../images/sbtn_home.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}

a.produkty {
	width: 87px;
	height: 46px;	
	display: block;
	float: left;
	margin-left: 10px;
	background-image: url('../images/btn_produkty.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}

a.produkty:hover {
	width: 87px;
	height: 46px;
	display: block;
	background-image: url('../images/sbtn_produkty.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}

a.produkty_current {
	width: 87px;
	height: 46px;
	display: block;
	float: left;
	margin-left: 10px;	
	background-image: url('../images/sbtn_produkty.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}

a.kontakt {
	width: 82px;
	height: 46px;	
	display: block;
	float: left;
	margin-left: 10px;
	background-image: url('../images/btn_kontakt.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}

a.kontakt:hover {
	width: 82px;
	height: 46px;
	display: block;
	background-image: url('../images/sbtn_kontakt.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}

a.kontakt_current {
	width: 82px;
	height: 46px;
	display: block;
	float: left;
	margin-left: 10px;	
	background-image: url('../images/sbtn_kontakt.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}

#content {
	clear:both;
	float: left;
	width: 910px;
	border-style:solid;
	border-width:0px 1px;
	border-color:#cfcc9d;
	padding: 15px 5px;
	background-color:#fff;
}

#main_uslugi {
	width:545px;
	float:left;
	border-right: 1px dashed #000;	
}

.usluga {
	padding:20px 20px 0px 20px;	
	height: 120px;
}

.usluga img {
	float:left;	
}

.usluga_tekst {
	float: right;
	height: 120px;
	text-align: right;
	margin-left: 10px;
	width:370px;
	border-bottom: 1px dashed #000
}

.tytul {
	margin-top: 5px;
	font-size:16px;
	color:#a10f0d;
	font-weight: bold;
}

.opis {
	margin-top: 10px;
	font-size:12px;
	color:#757575;
}

.opis2 {
	margin-top: 4px;
	font-size:10px;
	color:#90941e;
}

#onas {
	float:right;
	width:354px;	
}

#onas_tekst {
	padding: 15px 30px 20px 10px;	
}

.onas_tytul {
	color:#68851a;
	font-size:22px;	
}

.onas_tekst {
	color:#757575;
	line-height: 18px;
		
}

#footer {
	clear:both;
	height:101px;
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	border-bottom: 1px solid #cfcc9d;
}

#footer_links {
	padding-top: 30px;
	text-align: center;
	font-size: 13px;	
}

#footer_links a{ color:#fff; padding: 0px 10px;}
#footer_links a:hover{ color:#757575; padding: 0px 10px; }

#footer_info {
	padding-top: 15px;
	text-align: center;
	font-size: 12px;
	color:#505133;
}

#footer_copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	margin-top: 3px;
}

#footer_copyright a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#footer_copyright span {
	color: #009900;
}

#footer_keys {
	text-align: center;	
}

#footer_keys span {
	font-size: 9px; 
	color: silver; 
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}