@charset "utf-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#FFFFFF;
}
.main {
	position: relative;
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}	
.top{
	position: relative;
	width:965px;
	height:100px;
}

.logo{
	position:absolute;
	top:0;
	left:200px;
	width:150px;
	height:111px;
	}
.top .ster{
	float:right;
	margin-top:0;
	margin-right:0;
	width:216px;
	height:35px;
	background: url(img/top_ster.gif) no-repeat;
	padding-top:5px;
}

.content{
	position: relative;	
}
.content .titleGraphic{
	float:right;
	margin-top:75px;
	margin-right:95px;
	width:auto;
	height:auto;
}

.content .title{
	float:left;
	width:965px;
	height:60px;
	margin:10px 10px 0 0;
	padding:30px 0 0 30px;
}
.content .title h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #164904;
	text-decoration: none;	
	padding:0;
	margin:0;
}

.content .TitleProdukct{
	width:auto;
	float:left;
	padding: 0 20px 0 30px;
}

.content .TitleProdukct h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	background:#3FCA0E;
	color: #FFFFFF;
	text-decoration: none;	
	padding:5px;
	margin:0;	
}

.content .tresc{
	width:500px;
	float:left;
	padding:15px 20px 30px 50px;
}

.content .tresc p, .content .tresc ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #1C6100;
	text-decoration: none;	
	line-height:18px;
	padding:0;
	margin:0;	
	text-align:justify;
}

.content .foto2{
	float:right;
	width:235px;
	height:auto;
	border: solid 3px #E8FFD3;
	margin-right:20px;
	text-align:center;
	padding: 15px 0 15px 0;
	margin-bottom:20px;
	background:#FFFFFF;
}
.content .fotoIndex{
	float:right;
	width:350px;
	height:auto;
	border: solid 3px #E8FFD3;
	margin-right:20px;
	text-align:center;
	padding: 15px 0 15px 0;
	margin-bottom:20px;
	background:#FFFFFF;
}
.content .mapaGoogle{
	float:right;
	width:335px;
	height:auto;
	border: solid 3px #E8FFD3;
	margin-right:20px;
	text-align:center;
	padding: 15px 0 15px 0;
	margin-bottom:20px;
	background:#FFFFFF;
}

.content .nagrodyTresc{
	width:850px;
	float:left;
	padding:15px 20px 30px 50px;
	border-bottom:solid 3px #E8FFD3;
}

.content .nagrodyTresc p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #1C6100;
	text-decoration: none;	
	line-height:18px;
	padding:0;
	margin:0;	
	text-align:justify;
}
.content .nagrodyTresc p span, .content .tresc p span{
	background:#FF6600;
	color:#FFFFFF;
	padding:2px;	
}

.content .nagrodyTresc .fotoNagrody{
	float:left;
	width:130px;
	height:auto;
	border: solid 3px #E8FFD3;
	margin-right:20px;
	text-align:center;
	padding: 15px 0 15px 0;
	margin:10px 0 20px 0;
	background:#FFFFFF;
}


.kontenair{
	float:left;
	margin-left:3px;
	width:157px;
	height:210px;
	background-image: url(img/background_produkt.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;	
	margin-bottom:20px;
}

.kontenair .nazwa{
	position:relative;
	width:157px;
	margin-top:13px;
}
.kontenair .nazwa h1{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;	
	padding:0;
	margin:0;
}

.kontenair .foto{
	position:relative;
	width:auto;
	margin-top:13px;
}

.kontenair .butonMoore{
	position:relative;
	margin-bottom:10px;
}

#menu {
	float:right;
	padding:0;
	margin-top:80px;

}
#menu ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
#menu ul li {
	float: right;
	padding:0;
	margin:0;
}
#menu ul li a {
	text-decoration: none;

}
#menu ul li span {
	visibility: hidden;
}
#menu .produkty a {
	background-image: url(img/produkty_n.jpg);
	background-repeat: no-repeat;
	width: 127px;
	height: 29px;
	display: block;
	background-position: center center;
	text-align:left;

}
#menu .produkty a:hover {
	background-image: url(img/produkty_o.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#menu .oferta a {
	background-image: url(img/oferta_n.jpg);
	background-repeat: no-repeat;
	width: 127px;
	height: 29px;
	display: block;
	background-position: center center;
	text-align:left;
}
#menu .oferta a:hover {
	background-image: url(img/oferta_o.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#menu .nagrody a {
	background-image: url(img/nagrody_n.jpg);
	background-repeat: no-repeat;
	width: 127px;
	height: 29px;
	display: block;
	background-position: center center;
	text-align:left;
}
#menu .nagrody a:hover {
	background-image: url(img/nagrody_o.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#menu .kontakt a {
	background-image: url(img/kontakt_n.jpg);
	background-repeat: no-repeat;
	width: 127px;
	height: 29px;
	display: block;
	background-position: center center;
	text-align:left;
}
#menu .kontakt a:hover {
	background-image: url(img/kontakt_o.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.drzewko{
	float:right;
	width:auto;
	margin-right:50px;
	top:20px;
	text-align:right;
}
 h4{
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#AEE3FF;
	padding:0;
	margin:0;
}
.color1{
	color:#6E6E6E;
	text-decoration: none;	
}
.color2{
	color:#448E11;
	text-decoration: none;
}
.color3{
	color:#FF6F00;
	text-decoration: none;
}
a:link, a:visited{
	text-decoration: none;
	text-decoration:underline;
}
a:hover{
	color:#000000;
	text-decoration:none;
}


.clear{
	clear:both;
}

