/*
-----------------------------
Style css by Dariusz Ławiński
-----------------------------
*/




/*-----------------------------
PODSTAWOWE
-----------------------------*/
body{
	margin: 0px auto;
	background: #756651;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #756651;
	font-style: normal;
	font-weight: normal;
	}

a{	
	text-decoration: none;
	color: #009ec6;
	}

a:hover{
	color: #333;
	text-decoration: underline;
	}

img{
	border: 0px;
	}
/*-----------------------------
PODSTAWOWE
-----------------------------*/



/*-----------------------------
TEMPLATE
-----------------------------*/
#wraper{
	margin-top: 50px;
	margin: 0px auto;
	width: 900px;
	height: 600px;
	background: #fff;
	}
#menu{
	float: left;
	width: 250px;
	height: 600px;
	position: relative;
	}
#logo {
	background: url(../img/logo.png);
	width: 233px;
	height: 108px;
	position: absolute;
	top: 0px;
	left: 0px;
	}
#foto{
	float: left;
	width: 200px;
	height: 600px;
	background: #666;
	}
#srodek{
	float: left;
	width: 450px;
	height: 600px;
	}
#footer{
	width: 900px;
	height: 100px;
	background: url(../img/footer_bg.jpg);
	color: #ffffff;
	margin: 0px auto;
	margin-top: 5px;
	overflow: hidden;
	}
/*-----------------------------
TEMPLATE
-----------------------------*/
label {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 1.5em;
	display: block;
	font-size: 12px;
	}
.submit input {
	margin-left: 10.3em;
	} 
.form {
	text-align: left;
	margin-left: 150px;
	margin-top: 30px;
	}
.input {
	border: 1px #e7e7e7 solid;
	}
textarea {
	border: 1px #e7e7e7 solid;
	}
textarea:hover {
	border: 1px #ccc solid;
	}
.input:hover {
	border: 1px #ccc solid;
	}
.error {
	font-size: 14px;
	color: red;
	}
#flowers {
	width: 193px;
	height: 333px;
	background: url(../img/flowers.jpg);
	position: absolute;
	bottom: 0px;
	left: 0px;
	}
.btn {
	margin-top: 10px;
	}




ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 360px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;
	width: 70px;
	height: 70px;
}
ul.thumb li img {
	width: 60px; height: 60px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
}
ul.thumb li img.hover {
	/*background:url(../img/thumb_bg.png) no-repeat center center;*/
	border: none;
}
#main_view {
	float: left;
	padding: 9px 0;
	margin-left: -10px;
}

#schowane1 {
	display: none;
	background: #ffffff;
	width: 300px;
	font-size: 11px;
	padding: 5px;
	}
#schowane2 {
	display: none;
	background: #ffffff;
	width: 300px;
	font-size: 11px;
	padding: 5px;
	}
#schowane3 {
	display: none;
	background: #ffffff;
	width: 300px;
	font-size: 11px;
	padding: 5px;
	}
#schowane4 {
	display: none;
	background: #ffffff;
	width: 300px;
	font-size: 11px;
	padding: 5px;
	}
.cena {
	font-weight: bold; 
	color: #009ec6;
	}
.cennik li {
	line-height: 20px;
	}