/*
 *		plik:			css/style.css
 *		autor:		Marek Kleszyk
 *		data:			20 styczeń 2009
 *		system:		WebCreative-sklep-1.0
 */ 

@import url("menu.css"); 

			/* --------- standardowe ---------- */

.clear { clear: both; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.hidden { display: none; }
.error { color: #c00; }
.important { color: #f00; }

img { border: none; }
a:focus { -moz-outline-style: none; }
a, a:visited, a:active { text-decoration: none; color: #d02e00; }
a:hover { text-decoration: underline; }
a.active { color: #D02E00; }
a.noactive { color: #666; }
.kursor { cursor: pointer; }

hr { background: #f5cfa2; height: 1px; border: none; }
h1 { font-size: 12pt; }
h2 { font-size: 10pt; }
h3 { font-size: 8pt; }

* {
	margin: 0;
	padding: 0;
}

p {
	margin: 5px 0;
}

ul {
	margin: 5px 0;
	padding-left: 20px;
}

ul li {
	margin: 5px 0;
}

table {
	margin: auto;
	padding: auto;
}

td, th {
	padding: 3px;
}

#page-title, #polecamy-title {
	height: 25px;
	margin: 0 20px;
	padding: 5px 0;
	background-image: url('../img/h1.jpg');
	background-repeat: no-repeat;
}

#page-title h1, #polecamy-title h1 {
	padding-left: 50px;
	padding-top: 1px;
	color: #d02e00;
	font-family: "TrajanPro Bold", "Times New Roman";
	letter-spacing: 1px;
}

#page-content {
	padding: 10px 20px;
	text-align: justify;
	overflow: hidden;
}

			/* --------- glowna ---------- */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #f9e6c5;
	background-image: url('../img/tlo.jpg');
	background-repeat: repeat-x;
	text-align: center;
	font-family: "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 8pt;
	color: #4f1300;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 920px;
	height: auto;
	position: relative;
}

#container #top {
	width: 920px;
	height: auto;
	float: left;
}

#container #top #logo {
	width: 230px;
	height: 78px;
	overflow: hidden;
	float: left;
}

#container #top #t1 {
	width: 690px;
	height: 78px;
	background-image: url('../img/t1.jpg');
	background-repeat: no-repeat;
	text-align: right;
	overflow: hidden;
	float: left;
}

#container #top #t1 #menu-top {
	height: 33px;
	margin: 21px 15px;
	border: 1px solid #f5d0a4;
	float: right;
}

#container #top #t2 {
	width: 200px;
	height: 142px;
	padding: 23px 15px 15px 15px;
	background-image: url('../img/powitalny.jpg');
	background-repeat: no-repeat;
	text-align: justify;
	color: #fff;
	float: left;
}

#container #top #t3 {
	width: 690px;
	height: 180px;
	background-image: url('../img/t3.jpg');
	background-repeat: no-repeat;
	float: left;
}

#container #base {
	width: 920px;
	height: auto;
	text-align: left;
	float: left;
}

#container #base #sidebar-left {
	width: 230px;
	height: auto;
	float: left;
}

#container #base #sidebar-left #lang {
	width: 230px;
	height: 16px;
	padding: 7px 0;
	text-align: center;
	float: left;
}

#container #base #sidebar-left #lang a {
	margin: 0 3px;
}

#container #base #sidebar-left #wybierz-produkt {
	width: 230px;
	height: 35px;
	float: left;
}

#container #base #sidebar-left #kat1 {
	width: 228px;
	height: auto;
	border: 1px solid #f4c999;
	border-top: none;
	float: left;
}

#container #base #sidebar-left #kat2 {
	width: 220px;
	height: auto;
	padding: 3px;
	border: 1px solid #fff;
	border-top: none;
	float: left;
}

#container #base #sidebar-left #szukaj {
	width: 230px;
	height: 50px;
	padding: 8px 0;
	text-align: center;
	float: left;
}

#container #base #content {
	width: 690px;
	height: auto;
	overflow: hidden;
	float: left;
}

#container #base #content #nawigation {
	width: 650px;
	height: 14px;
	padding: 8px 20px;
	color: #4f1300;
}

#container #base #content #nawigation a {
	margin: 0 7px;
	color: #4f1300;
}

#footer {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 86px;
	background-image: url('../img/footer.jpg');
	background-repeat: repeat-x;
	position: relative;
	text-align: center;
	clear: both;
}

#footer #menu-bottom {
	width: 920px;
	height: 24px;
	margin: 0 auto;
	padding-top: 10px;
}

#footer #realizacja {
	width: 860px;
	height: 20px;
	margin: 0 auto;
	padding: 10px 30px;
	text-align: right;
	color: #a3785b;
}

#footer #realizacja a {
	color: #a3785b;
}

			/* --------- formularze, przyciski i pola ---------- */
.print {
	margin: 10px;
	float: right; 
}

.back {
	margin: 10px;
	float: left; 
}

.tagi {
	margin: 10px 0;
	text-align: center;
}

.tagi a {
	margin: 0 10px;
}

.form {

}

.form label {
	margin: 0 3px;
}

input.text {
	border: 1px solid #f7ddb8;
	padding: 0 3px;
	margin: 0 3px;
}

input.pole {
	width: 132px;
	height: 16px;
	border: none;
	padding: 4px;
	margin: 0 3px;
	background-image: url('../img/pole.jpg');
	background-repeat: no-repeat;	
}

input.small {
	width: 66px;
}

input.medium {
	width: 150px;
}

input.long {
	width: 300px;
}

select {

}

textarea {
	border: 1px solid #f7ddb8;
	padding: 0 3px;
}

textarea.tresc {
	width: 450px;
	height: 100px;
	margin: 0 3px;
}

input.text:focus, select:focus, textarea:focus {
	background: #fef9f1;
	border: 1px solid #f7ddb8;
	outline: 0
}

input.image {
	position: relative;
	top: 6px;
}

			/* --------- ogólne ---------- */

.produkty {
	width: 650px;
	height: auto;
	padding: 10px 20px;
	text-align: center;
	float: left;
}

.prod {
	width: 140px;
	height: 230px;
	margin: 10px 5px;
	padding: 5px;
	text-align: center;
	border: 1px solid #f5cfa2;
	background-color: #fff;
	position: relative;
	float: left;
}

.prod a {
	color: #d02e00;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.prod a img.szcze {
	position: absolute;
	bottom: 7px;
	left: 30px;
}
			
.pro-img {
	float: left;
	margin: 10px 30px;
	border: 1px solid #f5cfa2;
	background-color: #fff;
	padding: 5px;
}

.produkty2 {
	width: 650px;
	height: auto;
	padding: 10px 20px;
	text-align: center;
	float: left;
}

.prod2 {
	width: 150px;
	height: 238px;
	margin: 10px 5px;
	text-align: center;
	position: relative;
	float: left;
}

.prod2-tmp {
	width: 140px;
	height: 173px;
	padding: 5px;
	text-align: center;
	border: 1px solid #f5cfa2;
	background-color: #fff;
	position: relative;
	float: left;
}

.prod2 a {
	color: #d02e00;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.prod2 a img.szcze {
	position: absolute;
	bottom: 0;
	left: 30px;
}