/*
	http://kody-pocztowe.dokladnie.com/css/main.css
*/


/*
 	main
 */

body {
	
	margin: 0;
	padding: 0;
	
	text-align: center;
	
	background-color: #efefef;
	background-image: url(../images/top-bg-x.png);
	background-repeat: repeat-x;
	
	font-family:  Helvetica, Arial, sans-serif; font-size: 15px;
	line-height: 135%;
	color: #3e3e3e;
}

img { border: none;}
a {color: #fe504e;}
h1 { font-size: 1.2em;}

/*
 	containers
 */

#container {
	
	width: 940px;
	height: auto !important;
	min-height: 700px;
	
	text-align: left;
	margin: 0 auto;
	
}

#header {
	
	width: 940px;
	height: 429px;

}

#top {
	
	width: 940px;
	height: 90px;
	
	background-image: url(../images/top-bg.png);
	background-repeat: no-repeat;
}

#top-nav {
	
	padding: 50px 0 0 500px;
	color: #e3e3e3;
}
#top-nav a { color: #fff; letter-spacing: 1px; text-decoration: none; font-size: 15px; margin: 0 7px 0 7px;}
#top-nav a:hover { text-decoration: underline;}

#top-txt {
	
	width: 940px;
	height: 339px;
	
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
}
#top-txt h1 {
		
	font-size: 1.2em; font-family: Georgia;
	line-height: 129%;
	color: #c4bfbf;
	
	margin: 20px 0 0 0;
	padding: 48px 180px 0 370px;
}

#search {
	
	float: left;
	
	width: 280px;
	height: 195px;
	
	margin: 50px 0 0 50px;
	padding-top: 70px;
	
	background-image: url(../images/search-bg.png);
	background-repeat: no-repeat;
	
}
#search p { margin: 5px 0 0 10px;}
#search input { 

	margin: 0 0 0 0;

	border: 1px solid #fff;
	background-color: #e3e3e3;
}

#main {
	
	width: 940px;
	height: auto !important;
	min-height: 200px;
	
	margin: 25px 0 0 5px;
	padding-left: 55px;
	
	font-size: 13px;
}

#lokalizacje { width: 700px; padding-bottom: 35px;}
#lokalizacje a { color: #8a4f56; font-size: 16px; font-weight: bold; margin-right: 5px;}
#lokalizacje a:hover { color: #e47784;}

#clear {clear:both; }
#footer {
	
	width: 940px;
	height: 100px;
	
	font-size: 12px; text-align: right;
}


/*
 	class

 */

.cls { clear: both;}
.product { color: #c5cbd5; font-style: italic;}
.section1 { width: 400px; float: left; margin: 10px 15px 10px 0; }
.section2 { width: 400px; float: right; margin: 10px 25px 10px 0; }
.input {border: 1px solid #fff;	background-color: #e3e3e3;}

