/* reset css */
* {
	margin: 0;
	padding: 0;
	}

a img, iframe, form, fieldset, table, abbr, acronym {
	border: 0;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}
	
ol, ul {
	list-style: none;
}

legend {
	color: #000;
	}
	
input, button, textarea, select {
	font-family: inherit;
	font-size: 100%;
	}
	
select {
	margin: inherit;
}

table {
	border-collapse: collapse;
}

td, th, caption {
	font-size: 100%;
	text-align: left;
}
/* reset css */

html, body {
	width: 100%;
	height: 100%;
	background: #009ee1 ;
	font-family: Arial, verdana;
	font-size: 14px;
	color: #ffffff;
}

.clear{
	height: 50px;
	clear: both;
}

.clear2{
	height: 10px;
	clear: both;
}

#kontener {
	width: 860px;
	margin: 0px auto;
}

#top {
	width: 100%;
	height: 400px;
	background: url(obrazki/splash.jpg) 50% 50% no-repeat;
}

.dostawa {

	text-align: center;
	width: 860px;
}


.platnosci {
	border-top: 1px dashed #ffffff;
	padding: 50px 20px ;	
	text-align: center;
	width: 860px;
}


#srodek {
	width: 100%;
	border-top: 1px dashed #ffffff;
	padding: 20px;
	overflow: hidden;
}

#kontakt {
	background: url(obrazki/kontakt.jpg) no-repeat;
	padding-top: 50px;
	float: left;
}

#kontakt h2 {
	font-size: 130%;
	padding-bottom: 30px;
}

#kontakt ul {
	padding-left: 20px;
}

#mapa {
	background: url(obrazki/lokalizacja.jpg)  no-repeat;
	padding-top: 50px;
	float: right;
}

#mapa_l {
width: 200px;
padding-top: 30px;
float: left;

}

#dol {
	width: 100%;
	border-top: 1px dashed #ffffff;
	background: url(obrazki/wiadomosc.jpg)  20px 20px no-repeat;
	padding: 20px;
	padding-top: 70px;
		overflow: hidden;
}

#dol label {
	display: block;
	margin-top: 10px;
}

#form_l {
width: 300px;
float: left;
}

#form_p {
float: right;
}

#form_p textarea {
		width: 500px;
		height: 150px;
		margin-bottom: 20px;
		display: block;

	}	
	
#submit {
padding: 5px;
margin-left: 450px;
}

#foot {
	width: 100%;
	border-top: 1px dashed #ffffff;
	padding: 20px;
	text-align: right;
}

#foot h1 {
	font-size: 10px;
}



/*-------- PROMOCJE ----------------------------*/
#promocje {
	background: url(obrazki/promo.jpg) no-repeat;
		padding-top: 80px;
	width: 860px;

}



.promo {
	width: 185px;
	height: 300px;
	padding: 0px 15px;
	float: left;
}

.promo h2 {
	color: #ffff00;
	font-size: 130%;
 
}

.promo ul {
	color: #cdcdcd;
	font-size: 12px;
	margin-bottom: 10px;
}

.promo b {
	color: #ffff00;
}

/*-------- PROMOCJE jq----------------------------*/

.promo_helper {
	width: 860px;
	height: 250px;
border-bottom: 1px solid #00618a;
}

.promo_grupa {
	width: 860px;

}


/*-------- PROMOCJE nav----------------------------*/
#nav {
 margin: 10px;
}

#nav a { 

font-weight: bold;
	color: #cdcdcd;
text-decoration: none;
height: 22px;
width: 22px; 
display: block;
padding-top: 3px;
text-align: center;
margin: 0px 5px;
float: left;
}
#nav a.activeSlide { 
background: url(obrazki/nav_bg.jpg) no-repeat; 
color: #ffffff;
}
#nav a:hover {
 text-decoration:underline;
 }


