@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
}

#container{
	width:970px;
	margin: 0 auto;
	overflow:hidden;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
}

#topbar{
	width:970px;
	height:51px;
	background-image:url(../images/bg_topbar.jpg);
	background-repeat:repeat-x;
}

#search-form{
	width:420px;
	height:51px;
	float:right;
	color:#b4b4b4;
}

#search-form #fst{
	float:left;
	width:150px;
	border:#b6b6b6 1px solid;
	font-size:11px;
	color:#b2b2b2;
	padding:5px 5px;
	margin:11px 0  0 15px;
}

#search-form #fss{
	float:left;
	padding:3px 10px;
	border:0;
	background-color:#e27b16;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	cursor:pointer;
	margin:13px 0 0 7px;
}

#header{
	width:970px;
	height:195px;
}

#header #small-menu{
	width:535px;
	height:195px;
	background-image:url(../images/etykieta.jpg);
	background-repeat:no-repeat;
	float:left;
}

#header #small-menu a{
	width:210px;
	height:25px;
	padding:10px 0 0 11px;
	margin:10px 0 0 0;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	float:left;
}

#small-menu #sm1{background-image:url(../images/sm-1_out.jpg); color:#FFFFFF;}
#small-menu #sm1:hover{background-image:url(../images/sm-1_over.jpg)}

#small-menu #sm2{background-image:url(../images/sm-2_out.jpg); color:#000000;}
#small-menu #sm2:hover{background-image:url(../images/sm-2_over.jpg);}

#header #animation{
	width:435px;
	height:195px;
	background-image:url(../images/animacja.jpg);
	background-repeat:no-repeat;
	float:right;

}

#menubar{
	width:970px;
	height:50px;
}

#menubar a{
	height:50px;
	float:left;
	background-repeat:no-repeat;
	text-decoration:none;
	border:none;
}

#menubar #mb-1{width:201px; background-image:url(../images/menu/out/mb-1.jpg);}
#menubar #mb-1:hover{width:201px; background-image:url(../images/menu/over/mb-1.jpg);}

#menubar #mb-2{width:190px; background-image:url(../images/menu/out/mb-2.jpg);}
#menubar #mb-2:hover{width:190px; background-image:url(../images/menu/over/mb-2.jpg);}

#menubar #mb-3{width:179px; background-image:url(../images/menu/out/mb-3.jpg);}
#menubar #mb-3:hover{width:179px; background-image:url(../images/menu/over/mb-3.jpg);}

#menubar #mb-4{width:190px; background-image:url(../images/menu/out/mb-4.jpg);}
#menubar #mb-4:hover{width:189px; background-image:url(../images/menu/over/mb-4.jpg);}

#left{
	width:250px;
	float:left;
}

#left h1{
	width:160px;
	height:20px;
	padding:5px 0 0 60px;
	margin:15px 0 0 0;
	font-size:13px;
	background-image:url(../images/h1-left.jpg);
	background-repeat:no-repeat;
}

#left .left-info{
	font-size:11px;
	padding:10px 25px;
	text-align:center;
}

#left .left-contact{
	font-size:13px;
	font-weight:bold;
	padding:10px 25px;
	text-align:center;
	color:#e27b16;
}

#left .left-contact a{
	color:#000000;
	text-decoration:none;
}

#newsletter{
	width:220px;
	text-align:center;
}

#newsletter .fit{
	border:#121212 1px solid;
	padding:3px;
	width:160px;
	color:#bababa;
	padding:5px 5px;
	font-size:11px;
}

#newsletter .fbs{
	border:#000000 1px solid;
	background-color:#494343;
	padding:2px 5px;
	color:#ffffff;
	font-size:11px;
	margin:10px 0;
	width:80px;
	cursor:pointer;
}

#right{
	width:700px;
	float:right;
}

#right h1{
	width: 640px;
	height:20px;
	padding:5px 0 0 60px;
	margin:15px 0 0 0;
	font-size:13px;
	background-image:url(../images/h1-right.jpg);
	background-repeat:no-repeat;
}

#right h1 strong{
	margin:0;
	padding:1px 10px 0  10px;
	display:block;
	float:left;
	height:4px;
	vertical-align:middle;
}

#right h1 span{
	display:block;
	float:left;
	margin:0;
	padding:0;
}

#right .right-box{
	width:660px;
	padding:10px 20px 0 20px;
}

.products-strip{
	width:700px;
	padding:15px 0;
	overflow:hidden;
}


.products-strip .product{
	width:188px;
	border:#ae6a05 1px solid;
	float:left;
	text-align:center;
	padding:5px 1px 1px 1px;
	margin: 0 17px 0 17px;
}

.products-strip .product img{
	border:none;
	margin-bottom:5px;
}

.products-strip .pn{
	width:188px;
	color:#ffffff;
	background-color:#7f7f7f;
	display:block;
	font-weight:bold;
	text-decoration:none;
	padding:10px 0;
	border-top:#7f7f7f 1px solid;
}

.products-strip .pn:hover{
	background-color:#000000;
	color:#ffffff;
	padding:10px 0;
	border-top:#ae6a05 1px solid;
}

.products-strip .promotion{
	width:188px;
	text-align:center;
	padding:5px 0;
	color:#FFFFFF;
	background-color:#e27b16;
	font-weight:bold;
}


#footer{
	width:970px;
	background-color:#CCCCCC;
	text-align:center;
	padding:11px 0 11px 0;
}

#menu {
	width:220px;
	float:left;
}


#menu ul{
	color:#000000;
	list-style:none;
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:0 0 0 15px;
}

#menu ul il{
	padding:0;
	margin: 0;
	
}

#menu ul li a{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	display:block;
	padding:10px 0 10px 15px;
	margin:0 0 1px 0;
	color:#000000;
	background-color:#f0f0f0;
	
}

#menu ul a:hover{
	color:#ffffff;
	background-color:#000000;
	text-decoration:none;

}

#menu ul li ul{
	margin:0 0 0 15px;
	padding:0;
	color:#000000;
	list-style:none;
	font-size:12px;
	font-weight:bold;
}

#menu ul li ul li{
	padding:0;
	margin:0;
}

#menu ul li ul li a{
	color:#e87717;
	padding:5px 0 5px 15px;
	margin:0;
	display:block;
	background-color:#FFFFFF;
	
}

#menu ul  li ul li a:hover{
	color:#ffffff;
	text-decoration:none;
	background-color:#e87717;

}

.roz{
	background-color:#000000;
	color:#FFFFFF;
	padding:4px 10px 4px 10px;
	text-decoration:none;
	font-size:11px;
	float:left;
	margin:15px 0 15px 0;;
}

.roz:hover{
	background-color:#e87717;
}

.price{
	padding:8px 10px;
	width:120px;
	text-align:center;
	background-color:#ec761c;
	font-size:13px;
}

.price strong{
	color:#FFFFFF;
}

.info{
width:700px;
padding:10px 0;
font-weight:bold;
color:#ffffff;
background-color:#ec761c;
text-align:center;
margin:15px 0 0 0;
}

table{
	border:#e5e5e5 1px solid;
	border-collapse:collapse;
	color:#333333;
}

table td{border:#f2f2f2 1px solid; padding:12px;}
table td.form-label{vertical-align:top; color:#2d2d2d; font-weight:bold;}
table td.label{vertical-align:top; color:#2d2d2d; font-weight:bold;}

.form-text, .form-textarea{
	border:#e5e5e5 1px solid;
	background-image:url(../static/images/bg_form.jpg);
	background-repeat:repeat-x;
	padding:3px;
	color:#808080;
	font-size:11px;
}

.form-submit{
	float:left;
	padding:3px 10px;
	border:0;
	background-color:#e27b16;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	cursor:pointer;
	margin:13px 0 0 7px;
}

.contactTable{
	width:570px;
	border-collapse:collapse;
	font-size:11px;
	margin: 0 auto;
}

.contactTable td{
	padding:12px;
	vertical-align:middle;
}

.contactTable input, .contactTable textarea{
	border:#d9d7d9 1px solid;
	background-color:#FFFFFF;
	color:#333300;
}

.errorForm{
	color:#990000;
	padding:3px 0 0 0;
	margin:3px 0 0 0;
	display:block;
	letter-spacing: 0.2pt;
}

.info_ok{
	color:#006633;
	padding:4px 0 4px 0;
	text-align:center;
	font-size:12px;
}


.info_error{
	color:#ffffff;
	background-color:#e27b16;
	padding:2px 0 2px 0;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}


