@CHARSET "UTF-8";

* {
	margin:0;
	padding:0;
}

h1, h2, h3, h4 {
	text-transform: uppercase;
	font-family: 'futura_bd', futura, arial, tahoma;
}

body {
	font-family: futura, arial, tahoma;
	font-size: 13px;
	color: #353535;
}





html {
	overflow-x:hidden;
}

a.link {
	background: #a11b8d;
}

/* Niebieska, górna, lewa linia */
#topline {
	height: 3px;
	background: #a11b8d;
	position: absolute;
	top: 0px;
	left: 0;
	right: 50%;
}



/* Div zawierający elementy z góry strony */
#topContainer {
	padding-top: 20px;
	width: 980px;
	margin:0 auto;
	border-top: 3px solid #a11b8d;
}

#logoImg {
	float:left;
}

#topContainer ul, #mainMenu ul {
	list-style-type: none;
}

#topContainer a {
	color: #393939;
}

#topContainer a:hover {
	color: #a11b8d;
}



/* Menu na samej górze */
#topMenu1 {
	font-size: 0.85em;
	float:right;
}

#topMenu1 > ul > li {
	padding: 0 9px 0 3px;
	float: left;
	background: url("../_img/topMenuSpacer.png") no-repeat right top;
}

#topMenu1 > ul > li:last-child {
	background: url("../_img/topMenuArrow.png") no-repeat right;
	position:relative;
	padding-right: 10px;
	margin-right: 0px;
}

#topMenu1 > ul > li ul {
	position:absolute;
	border-style:solid;
	border-color: #ff0000;
	border-width: 0px 1px 1px 1px;
	border-color: #a11b8d;
	display:none;
	visibility: hidden;
	background: #fff;
	z-index: 501;
}

#topMenu1 > ul > li:hover ul {
	display:block;
	visibility: visible;
}

#topMenu1 ul li a {
	display: block;
	padding: 5px 10px;
	text-transform: uppercase;
}



/* Menu nad sliderem */
#topMenu2 {
	margin-top: 20px;
	font-size: 0.9em;
	float: right;
	width: 100%
}
#topMenu2 > ul > li {
	padding: 0 9px 0 3px;
	float: left;
	background: url("../_img/topMenuSpacerViolet.png") no-repeat right top;
}
#topMenu2 > ul > li:last-child {
	background: none;
	padding-right: 0px;
	margin-right: 0px;
}
#topMenu2 > ul > li:last-child a {
	padding-right: 0px;
	margin-right: 0px;
}

#topMenu2 > ul {
	width: auto;
	float: right;
}

#topMenu2 ul li a {
	text-align: center;
	display: block;
	padding: 5px 5px;
	text-transform: uppercase;
	line-height: 13px;
}

#topMenu2 ul li a.active {
	color: #27aae1;
	background: url("../_img/menu_active.png") center bottom no-repeat;
}


/* Formularz szukania */
#MenuAndSearchContainer {
	width: 75%;
	float: right;
}
#topSearch {
	padding-top:25px;
	float: right;
	width: 333px;
}

#topSearch .searchText, #topSearch .searchButton, #topSearch .advancedSearchButton {
	float: left;
	height: 29px;
}

#topSearch .searchText {
	width: 241px;
	background: url("../_img/searchInputBgViolet.png");
	border: none;
	padding-left: 14px;
}

#topSearch .searchButton {
	width: 54px;
	background: url("../_img/searchButton1Violet.png");
	border: none;
	margin-left:-5px;
}



/* Slider */
#topSlider {
	width: 98%;
	float: right;
	overflow: hidden;
	border-bottom: 12px solid #4e4e4e;
	height: 340px;
	position:relative;
}
#topSlider2 {
	width: 95%;
	float: right;
	overflow: hidden;
	border-bottom: 12px solid #27aae1;
	height: 215px;
	position:relative;
}
.flex-active span {
	display: block;
	width: 30px;
	height: 15px;
	top:-9px;
	left:35%;
	position:absolute;
	background:url("../_img/mainMenuActive.png")  no-repeat center top;
}



/* Menu główne */
#mainMenuContainer {
	position: relative;
	margin-top: -45px;
	z-index: 500;
	width: 100%;
	height: 49px;
	float:left;
}
#mainMenuContainer2 {
	position: relative;
	margin-top:-40px;
	z-index: 500;
	width: 100%;
	height: 49px;
	float:left;
}
#mainMenu {
	position: relative;
	font-size: 1.7em;
	height: 49px;
	background: url("../_img/mainMenuBgViolet.png") repeat-x bottom;
	width:87%;
}
#mainMenuEnd {
	position: relative;
	background: url("../_img/mainMenuEndingViolet.png") no-repeat left bottom;
	height: 49px;
	float:right;
	width: 13%;
	right:0;
}
.flex-control-nav {
	bottom:-5px !important;
}
.flex-control-paging li a {
	background: #fff !important;
	border: 2px solid #fff;
	box-shadow: none !important;
}
.flex-control-paging li a.flex-active {
	background: #2da8ee !important;
}

/* Breadcrumbs */

#breadcrumb {
	position:relative;
	width: 980px;
	margin: 0 auto;
	height: 37px;
	margin-top: -37px;
	z-index: 600;
	line-height: 37px;
	color: #fff;
}

#breadcrumb a {
	color: #fff;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

/* Część z newsami */
#newsContainer, #prodContaier {
	width:980px;
	margin: 0 auto;
	position: relative;
	height: auto;
	z-index: 1000px;
	clear: both;
	padding-top: 16px;
}
#newsContainer a, #prodContaier a {
	color: #a11b8d;
}
#newsContainer a:hover, #prodContaier a:hover {
	text-decoration: underline;
}
#newsContainer {
	border-bottom: 1px solid #000;
}
.news_article {
	width: 235px;
	vertical-align:top;
	position: relative;
}
.news_article img {
	max-width: 235px;
}
.news_article p, #ourProducts article p {
	line-height: 170%;
	font-size: 0.9em;
}
.news_article p,
.news_article h2,
#ourProducts article h1,
#ourProducts article p,
#prodContaier > div > *:first-child {
	padding: 20px 0px 20px 0;
}
.news_article p {
	text-align: justify;
}
.news_article h2 {
	font-size: 0.9em;
	color: #a11b8d;
	text-transform: uppercase;
	padding-top:0px;
}
.product {
	width: 44%;
	height: 310px;
	float: left;
	margin-right: 6%;
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
}
.product h3 {
	font-size: 0.9em;
	height: 34px;
}
.product img.groupProductImg {
	display: block;
	margin: 29px auto;
	border: 1px solid #f1f2f0;
}
#ourProducts {
	height: 100%;
	width:470px;
	vertical-align:top;
}
#ourProducts article h1 {
	font-size: 2em;
	color: #2da8ee;
	text-transform: uppercase;
	font-family: 'futura_bd', futura, arial, tahoma;
}
.news_article .readMoreSmall {
	position: absolute;
	display: block;
	float:right;
	width: 50px;
	height: 35px;
	bottom: -20px;
	margin-left:185px;
}
.product .readMoreSmall {
	display: block;
	float: right;
	width: 50px;
	height: 35px;
	right: 10px;
	position: relative;
	bottom: -20px;
}
.readMoreBig {
	position:absolute;
	display: block;
	float:right;
	width: 279px;
	height: 35px;
	bottom: -20px;
	right: 0px;
	background: url("../_img/readMoreBigBlue.png");
}
.readMoreBig a {
	display: block;
	color: #fff !important;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	line-height: 35px;
	text-indent: 70px;
}
.readMoreBig a:hover {
	text-indent: 50px;
}
.readMoreSmall, .readMoreBig {
	z-index: 1000;
}
.title {
	color: #a11b8d;
}
#prodContaier ul, #content_lewa ul {
	list-style-type: none;
	margin-top: 10px;
}
#prodContaier ul li, #content_lewa ul li {
	padding-left: 15px;
	padding-bottom: 5px;
	background: url("../_img/listPoint.png") no-repeat left 3px;
}
#sideMenu, #content_lewa {
	text-transform: uppercase;
	color:#000;
	font-size:0.9em;
	line-height: 110%;
	text-align: left;
}
#content_lewa {
	width:100%;
}
#sideMenu {
	width: 28%;
}
#sideMenu a, #content_lewa a {
	color: #353535;
}
#sideMenu h2, #content_lewa h3 {
	font-size: 13px;
	line-height: 13px;
	padding-bottom: 10px;
	color: #a11b8d;
}
#sideMenu ul li, #content_lewa ul li {
	padding-bottom: 15px;
	padding-right: 55px;
}
#sideMenu ul li a.active, #content_lewa ul li a.active, #content_lewa ul li.act a {
	font-family: 'futura_bd', futura, arial, tahoma;
}


#prodContaier > div {
	float: left;
}
#prodContaier #content article:first-child {
	padding-top: 0;
}
#prodContaier #content {
	width: 71%;
	padding:0 !important;
}
#prodContaier #content h1 {
	font-size: 1.3em;
}
#prodContaier #content h3 {
	margin-top: 20px;
}

#content article table {
	width:100%;
	margin-top: 20px;
	border-collapse:collapse;
}
table.product_table tr:first-child {
	background: #ecd1e8;
}
table.product_table th, table.product_table td {
	border: 1px solid #879198;
	padding: 10px;
	text-align: left !important;
	font-weight: 100 !important;
	font-size:13px !important;
}

#prodContaier #content {
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}
#prodContaier > div article p {
	padding-top: 20px;
}

#prodContaier h3 {
	font-size: 1em;
}
.productImg {
	background-color: #d8dce0;
	border: 1px solid #d8dce0;
	width: 240px;
	float: right;
	margin-bottom:10px;
	margin-left:10px;
}
.productImg table {
	font-size:12px;
	width: 95% !important;
	margin: 0 auto;
	margin: 10px 0;
}
.productImg table tr td:first-child {
	width: 15%;
}
.productImg img {
	display: block;
	margin: 0 auto;
}


/* Banery Informacyjne */
#line {
	position: relative;
	left:50%;
	border-top: 1px solid #000;
	height: 120px;
	z-index: -10;
	margin-top: -1px;
	padding-top: 60px;
	background: url("../_img/bannersBgViolet.png") no-repeat left center;
}
#bannersBottom {
	position: relative;
	width:980px;
	margin: 0 auto;
	margin-top: -191px;
	padding-top: 60px;
	margin-bottom: 30px;
	background: url("../_img/bannersBgViolet.png") no-repeat left center;
}
.banner {
	width: 480px;
	height: 141px;
	float:left;
	color: #fff;
	z-index: 500px;
}
.banner a > * {
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
}
.banner a {
	color: #fff;
}
.banner h2 {
	padding-top: 10px;
	font-size: 2.5em;
}
#bannerLeft {
	background: url("../_img/bannerLeftViolet.png");
	margin-right: 20px;
}
#bannerRight {
	background: url("../_img/bannerRightViolet_kalk2.png");
}

/* STOPKA */
footer {
	position: relative;
	bottom:0px;
	overflow:hidden;
	background: url("../_img/footerViolet2.png") no-repeat right top;
}
#footerViolet {
	position:relative;
	top:20px;
	height: 30px;
	display: block;
}
#footerVioletContainer {
	width: 980px;
	margin: 0 auto;
	line-height: 30px;
	background: #2da8ee;
}
#footerVioletContainer a {
	color: #fff;
}
#footerVioletEnd {
	position: relative;
	background: url("../_img/footerBlue2.png") no-repeat right top;
	float: right;
	height: 30px;
	width: 26px;
	margin-right: -26px;
}

#footerDark {
	position:relative;
	top:20px;
	display: block;
}
#footerDarkContainer {
	width: 960px;
	margin: 0 auto;
	background: #353535;
}
#footerDarkContainer a {
	color: #fff;
}
#footerDarkEndLeft {
	position: relative;
	background: url("../_img/footerDark.png") no-repeat right top;
	float: right;
	height: 396px;
	width: 269px;
	margin-right: -269px;
}
#footerDarkEndRight {
	background: #353535;
	border-top: 30px solid #2da8ee;
	height: 396px;
	width: 1000px;
	position: relative;
	float: left;
	margin-left: -1000px;
	margin-top: -30px;
}

#footerDarkContent {
	height: 396px;
	position: relative;
}

#footerDarkContent, #footerDarkContent a {
	color: #949494;
}
#footerDarkContent > div {
	padding-top: 20px;
}
#footerDarkContent div div {
	position: relative;
	float: left;
	width: 24%;
	text-transform: uppercase;
}
#footerDarkContent div div > * {
	padding-left: 20px;
	padding-right: 20px;
}
.middle {
	border-right: 1px dotted #949494;
	border-left: 1px dotted #949494;
}
#footerDarkContent div div h3 {
	padding-top: 0px;
	font-weight: normal;
	color: #fff;
	font-size: 1.5em;
}
#footerDarkContent div div ul {
	list-style-type: none;
	padding-top: 10px;
}
#footerDarkContent div div ul li {
	padding-bottom: 2px;
	font-size: 0.9em;
}
.listMerged li {
	float:left;
	padding-right: 15px;
}
#footerDarkContent .socia li {
	padding: 5px 17px;
	float:left;
	border-right: 1px solid #949494;
}
#footerDarkContent .socia li:last-child {
	border: 0px;
	padding-right:0;
}
#katalog {
	width:143px;
	height: 127px;
	margin-top: 10px;
}

#copyright {
	width:100%;
	position: absolute;
	border-top: 1px solid #535353;
	padding-top: 10px;
	color: #535353;
	bottom: 35px;
}

/* Kontakt */
#mapaSpisKontaktow {
    width: 380px;
    text-align: left;
	padding-left: 20px;
	position: relative;
	display:block;
	float: left;
}
.list1 td {
	padding: 5px 0;
}
.mapaTyp, .mapaImie, .mapaRegiony {
	font-size: 12px;
}
.mapaTyp, .mapaImie, .mapaTelefon {
	font-family: 'futura_bd', futura, arial, tahoma;
}
.mapaImie, .mapaTelefon {
	color: #a11b8d;
}
.mapaRegiony {
	font-size: 11px;
}


/* POZOSTAŁE */
.rozszerzacz {
	display:block;
	clear: both;
	width: 100%;
	height:1px;
}


.no_uppercase {
    text-transform: none !important;
}
div#TitleLayer
	{border:1px solid #a11b8d; padding:8px; border-radius:4px; background:#fff; color:#353535; font-size:11px;}
