/* COMMON */

body, html {
	margin: 0px;
	padding: 0px;
	background-color: #F3F3EB;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #322201;
	font-size: 13px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
em {
	font-style: italic;
}
a {
	border: none;
	cursor: pointer;
	color: #CC3500;
	text-decoration: underline;
}
a:hover {
	color: #FF4200;
}
p {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
img {
	border: none;
}
h1 {
	color: #AB9C73;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
}
h2 {
	color: #AB9C73;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
}
h3 {
	color: #AB9C73;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
}
.panele_akustyczne {
	color: #AB9C73;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
}

.emphasis {
	color: #F84A01;
}
.emphasis2 {
	color: #D93800;
}

a.link, a.link_remove {
	background-image: url(images/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 17px;		
	line-height: 16px	
}
a.link_remove {
	background-image: url(images/link_remove.gif);
}
p.ind {
	margin-bottom: 14px;
	text-indent: 16px;
}

/* TOP */

.container {
	width: 968px;
	margin: 0px auto;
	position: relative;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-x;
	background-color: #F3F3EB;
}
#logo {
	margin-top: 6px;
	margin-left: 55px;
	width: 169px;
	height: 99px;
	font-size: 0px;
}
#slogan {
	position: absolute;
	top: 26px;
	right: 25px;
}

/* KOSZYK */
#basket_bubble {
	width: 167px;
	height: 56px;
	background: url(images/basket_bubble.gif);
	position: absolute;
	right: 22px;
	top: 80px;
	text-align: center;
	cursor: pointer;
}
#basket_bubble p {
	color: #E0D9BA;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	margin-top: 12px;
	line-height: 13px;
}
#basket_bubble p strong{
	color: #F2EFE0;
	font-weight: normal;
}
.basket {
	background-image: url(images/basket_bg.gif);
	background-repeat: repeat-x;
	background-color: #ECE6C6;
	border: 1px solid #B8AC89;
	border-top: none;
	font-size: 13px;
	line-height: 16px;
	position: absolute;
	right: 20px;
	top: 179px;
	z-index: 99999;
}
.basket table {
	margin: 20px 14px 20px 14px;
	border-collapse: collapse;
	border-spacing: 0px;
}
.basket table td {
	padding: 2px 10px 2px 10px;
	text-align: left;
}
.basket table td.value {
	padding: 2px 12px 2px 10px;
	text-align: right;
}
.basket table th {
	padding: 4px 10px 4px 10px;
	font-weight: bold;
	text-align: left;
}
.basket table tr.sum td{
	padding: 4px 10px 4px 10px;
	color: #D93800;
}
.basket_buttons {
	text-align: center;
	margin-bottom: 10px;
}
.basket_buttons img{
	margin-left: 2px;
	margin-right: 2px;
}


/* MENU */

.menu_container {
	width: 950px;
	clear: both;
}
.menu_container ul {
	margin-top: 20px;
	padding: 0px;
	margin-left: 18px;	
	width: auto;
	font-size: 0px;
}
.menu_container ul li{
	float: left;
	list-style: none;
}

.menu_container ul li#glowna a{
	display: block;
	height: 37px;
	width: 127px;
	background-image: url(images/tab_glowna.gif);
}
.menu_container ul li#sklep a{
	display: block;
	height: 37px;
	width: 82px;
	background-image: url(images/tab_sklep.gif);
}
.menu_container ul li#zastosowanie a{
	display: block;
	height: 37px;
	width: 121px;
	background-image: url(images/tab_zastosowanie.gif);
}
.menu_container ul li#realizacje a{
	display: block;
	height: 37px;
	width: 103px;
	background-image: url(images/tab_realizacje.gif);
}
.menu_container ul li#firma a{
	display: block;
	height: 37px;
	width: 153px;
	background-image: url(images/tab_firma.gif);
}
.menu_container ul li#koszyk a{
	display: block;
	height: 37px;
	width: 175px;
	background-image: url(images/tab_koszyk.gif);
}
.menu_container ul li#koszyk {
	float: right;
}

.menu_container ul li#glowna a.active{
	background-image: url(images/tabact_glowna.gif);
}
.menu_container ul li#sklep a.active{
	background-image: url(images/tabact_sklep.gif);
}
.menu_container ul li#zastosowanie a.active{
	background-image: url(images/tabact_zastosowanie.gif);
}
.menu_container ul li#realizacje a.active{
	background-image: url(images/tabact_realizacje.gif);
}
.menu_container ul li#firma a.active{
	background-image: url(images/tabact_firma.gif);
}
.menu_container ul li#koszyk a.active{
	background-image: url(images/tabact_koszyk.gif);
}

.menu_container ul li#glowna a:hover{
	background-image: url(images/tabact_glowna.gif);
}
.menu_container ul li#sklep a:hover{
	background-image: url(images/tabact_sklep.gif);
}
.menu_container ul li#zastosowanie a:hover{
	background-image: url(images/tabact_zastosowanie.gif);
}
.menu_container ul li#realizacje a:hover{
	background-image: url(images/tabact_realizacje.gif);
}
.menu_container ul li#firma a:hover{
	background-image: url(images/tabact_firma.gif);
}
.menu_container ul li#koszyk a:hover{
	background-image: url(images/tabact_koszyk.gif);
}
.menu_bottom {
	border-top: 2px solid #E7E4D5;
	font-size: 0px;
	line-height: 1px;
	width: 926px;
	margin-left: 21px;
	clear: both;
}


.content {
	width: 945px;
	margin-left: 19px;
	margin-top: 22px;
	font-size: 0px;
}
.content .column1 {
	width: 523px;
	float: left;
	padding-left: 1px;
}
.content .column2 {
	width: 395px;
	float: right;
}
.girl {
	width: 522px;
	height: 185px;
}
.block_elegancja {
	margin-top: 47px;
	margin-left: 1px;
	position: relative;
}
.title {
	margin-bottom: 14px;
}
.box_filled {
	background-color: #E8E8DC;
	padding: 12px 12px 16px 12px;
	line-height: 16px;
	font-size: 13px;
}
.box_filled p {
	margin-bottom: 14px;
	text-indent: 16px;
}
.box_filled p.noind {
	margin-bottom: 16px;
	text-indent: 0px;
}
p.arrow1 {
	background-image: url(images/parrow1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: 16px;
}
p.arrow2 {
	background-image: url(images/parrow2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: 16px;
}
.separator_v {
	width: 2px;
	height: 370px;
	background-color: #D3CDB7;
	position: absolute;
	top: -2px;
	left: 518px;
}

/* MISJA */
.misja {
	width: 381px;
}

/* SKLEP PREVIEW */
.block_sklep {
	padding-top: 39px;
	position: relative;
}
.block_sklep .title {
	margin-left: 1px;
	margin-bottom: 13px;
}
.category_preview {
	height: 106px;
	margin-bottom: 10px;
}
.category_preview img{
	float: left;

}
.category_desc {
	margin-top: 1px;
	background-color: #E8E8DC;
	width: 283px;
	height: 105px;
	float: right;
}
.category_desc p {
	margin-top: 12px;
	margin-left: 14px;
	line-height: 16px;
}
.category_desc a {
	float: right;
	margin-right: 14px;
}	


/* SKLEP */
.content_sklep {
	width: 928px;
	margin: 0px auto;
	margin-top: 22px;
	font-size: 0px;
	padding-left: 4px;
}
.content_sklep .column1 {
	width: 198px;
	float: left;
}
.content_sklep .column2 {
	width: 730px;
	float: right;
}



/* CATEGORIES */
.categories ul{
	margin:0px;
	padding: 0px;
	padding-bottom: 1px;
}

.categories ul li {
	list-style: none;
	margin-bottom: 9px;
}
.categories li#pochl a{
	display: block;
	width: 187px;
	height: 23px;
	background-image: url(images/subtab_poch.gif);
}
.categories li#rozpr a{
	display: block;
	width: 187px;
	height: 23px;
	background-image: url(images/subtab_rozpr.gif);
}
.categories li#rozpr_poch a{
	display: block;
	width: 187px;
	height: 41px;
	background-image: url(images/subtab_rozpr-poch.gif);
}
.categories li#pochl_act a{
	display: block;
	width: 187px;
	height: 23px;
	background-image: url(images/subtabact_poch.gif);
}
.categories li#rozpr_act a{
	display: block;
	width: 187px;
	height: 23px;
	background-image: url(images/subtabact_rozpr.gif);
}
.categories li#rozpr_poch_act a{
	display: block;
	width: 187px;
	height: 41px;
	background-image: url(images/subtabact_rozpr-poch.gif);
}
.categories li#pochl a:hover{
	background-image: url(images/subtabact_poch.gif);
}
.categories li#rozpr a:hover{
	background-image: url(images/subtabact_rozpr.gif);
}
.categories li#rozpr_poch a:hover{
	background-image: url(images/subtabact_rozpr-poch.gif);
}

/* ELASTYCZNOSC */
.box_elastycznosc {
	background-color: #E8E8DC;
	width: 187px;
	font-size: 13px;
	margin-top: 9px;
	margin-bottom: 8px;
}
.box_elastycznosc p {
	padding: 7px 7px 10px 9px;
	line-height: 16px;
}

/* PRODUCTS */
.box_products{ 
	background-image: url(images/box_products_bg.gif);
	background-repeat: repeat-x;
	background-color: #F3F3EB;
	width: 730px;
	height: auto;
	min-height: 400px;
}
.product_container {
	padding-left: 19px;
	margin-right: -10px;
}
.box_product1, .box_product {
	width: 341px;
	height: 347px;
	background-image: url(images/box_product1.gif);
	float: left;
	margin: 20px 11px 0px 0px;
	position: relative;

}
.box_product {
	background-image: url(images/box_product.gif);
	margin-top: 11px;
}
.product_title {
	background-image: url(images/product_title.gif);
	height: 22px;
	width: 0px;
	width: auto;
	top: 14px;
	left: 15px;
	padding: 3px 11px 0px 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
}
.product_thumb {
	width: 105px;
	height: 106px;
	top: 49px;
	left: 14px;
	position: absolute;
}
.product_desc {
	width: 194px;
	height: 99px;
	top: 50px;
	left: 125px;
	background-image: url(images/product_desc_bg.gif);
	background-repeat: no-repeat;
	position: absolute;
	padding-left: 11px;
	padding-top: 6px;
}
.product_desc span {
	font-size: 13px;
	display: block;
	line-height: 15px;
}
.product_desc span.cena {
	font-size: 13px;
	color: #D93800;
}
.product_desc span.cena strong {
	color: #322201;
}
.product_fulldesc {
	font-size: 13px;
	top: 170px;
	left: 17px;
	position: absolute;
	line-height: 16px;
	width: 310px;
}
.product_links {
	top: 268px;
	right: 17px;
	position: absolute;
	font-size: 13px;
}
.product_links a{
	float: right;
	margin-left: 10px;
}
.product_buttons {
	top: 301px;
	left: 10px;
	position: absolute;
	text-align: center;
}
.product_buttons a {
	margin-left: 19px;
	margin-right: 4px;
}

/* FORMULARZ DANE OSOBOWE */
.box_personaldata {
	background-color: #E8E8DC;
	padding: 20px 20px 20px 20px;
	line-height: 16px;
	font-size: 13px;
	width: 500px;
	margin: 0px auto;
}
#personaldataForm {
	margin-top: 20px;
	margin-left: 17px;
	margin-bottom: 20px;
	color: #D93800;
}
#personaldataForm span{
	width: 100px;
	display: block;
	float: left;
	margin-top: 4px;
	margin-right: 4px;
	color: #322201;
}
#personaldataForm input{
	background-color: #D8D3BF;
	margin-top: 4px;
	width: 200px;
	border: 1px solid #AFA581;
	padding-left: 2px;
}
.personaldata_buttons {
	text-align: center;
	margin-top: 10px;
}
.personaldata_buttons img {
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 10px;
}
#personaldataForm .required {
	width: 10px;
	color: #D93800;
	display: inline;
}

/* ARROWS LIST */
ul.arrows {
	padding: 22px;
	margin: 0px;
}
ul.arrows li {
	list-style-image: url(images/parrow1.gif);
	margin-bottom: 4px;
}


/* FOOTER */
.bottom_limiter {
	clear:both; 
	height: 32px;
}
.footer {
	background-image: url(images/footer_bg.gif);
	height: 51px;
}
.footer p {
	margin: 0px auto;
	font-size: 12px;
	width: 920px;
	text-align: center;
	color: #6D654F;
	letter-spacing: 1px;
	padding-top: 10px;
}
.mondokai {
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 9px;
}
.mondokai .txt {
	display: none;
}

.pTitle {
	font-size: 17px;
	text-transform: uppercase;
	color: #D93800;
	margin-bottom: 17px;
}
.wiz_list {
	text-align: center;
	margin: 0px 0px 20px 0px;
}
.wiz_list img{
	margin: 0px 40px 10px 40px;
}