@CHARSET "UTF-8";

* {
	margin:0;
	padding:0;
}
html {
	background: #353535;
}


a.link {
	background: #2da8ee;
}

body {
	font-family: futura, arial, tahoma;
	font-size: 13px;
	background: #fff;
	width:100%;
}


h1, h2, h3, h4, h5 {
	font-family: 'futura_bd', futura, arial, tahoma;
}

/* Niebieska, górna, lewa linia */
#topline {
	height: 3px;
	background: #2da8ee;
	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 #2da8ee;
}

#logoImg {
	float:left;
}

#topContainer ul, #mainMenu ul {
	list-style-type: none;
}

#topContainer a {
	color: #393939;
}

#topContainer a:hover, #topContainer a.active {
	color: #2da8ee;
}



/* 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;
}

#topMenu1 > ul > li ul {
	position:absolute;
	border-style:solid;
	border-width: 0px 1px 1px 1px;
	border-color: #2da8ee;
	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 li {
	cursor: pointer;
}
#topMenu2 li:hover {
	color: #2da8ee;
}

#topMenu2 > ul {
	width: auto;
	float: right;
}

#topMenu2 ul.mainMenu li {
	padding: 0px 20px 0 7px;
	line-height: 13px;
	float: left;
	background: url("../_img/topMenuSpacerBlue.png") no-repeat right;
}
#topMenu2 ul.mainMenu li:last-child {
	background:none;
	padding-right: 0px;
	margin-right: 0px;
}
#topMenu2 ul.mainMenuSub li {
	padding: 0px 12px 0 7px;
	float: left;
	background: #fff;
	border-style:solid;
	border-width: 0px 1px 1px 1px;
	border-color: #2da8ee;
	width: 100%;
}

#topMenu2 ul li {
	display: block;
	text-transform: uppercase;
	text-align: center;
}



/* Formularz szukania */
#topSearch {
	margin-top:25px;
	float: right;
	width: 333px;
}

#topSearch .searchText, #topSearch .searchButton, #topSearch .advancedSearchButton {
	float: left;
	height: 29px;
}

#topSearch .searchText {
	width: 241px;
	background: url("../_img/searchInputBg.png");
	border: none;
	padding-left: 14px;
}

#topSearch .searchButton {
	width: 54px;
	background: url("../_img/searchButton1.png");
    cursor: pointer;
	border: none;
	margin-left:-5px;
}

#topSearch .advancedSearchButton {
	display:block;
	width: 37px;
	background: url("../_img/searchButton2.png");
	border: none;
	margin-left: -8px;
}


/* Slider */
#topSlider {
	width: 95%;
	float: right;
	overflow: hidden;
	border-bottom: 12px solid #3c3c3c;
	height: 340px;
}
#topSlider img {
	padding-top:8px;
}
#topSlider2 {
	margin-top:10px;
	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;
	top: -50px;
	z-index: 500;
	width: 100%;
	height: 83px;
	clear:both;
}
#mainMenuContainer_2 {
    position: relative;
    margin-top: -40px;
    z-index: 500;
    width: 100%;
    height: 49px;
    clear:both;
}
#mainMenu {
	position: relative;
	font-size: 1.7em;
	height: 98px;
	background: url("../_img/mainMenuBg.png") repeat-x top;
	width:87%;
}
#mainMenu ul {
	right:0;
	float: right;
	height: 83px;
	bottom:0;
}
#mainMenu li {
	float: left;
	text-transform: uppercase;
	background: url("../_img/mainMenuSpacer.png") no-repeat right;
	right: 0;
}
#mainMenu li a {
	display: block;
	padding: 31px 60px 29px 30px;
	color: #fff;
	position: relative;
}
#mainMenuEnd {
	position: relative;
	background: url("../_img/mainMenuEnding.png") no-repeat left;
	height: 83px;
	float:right;
	width: 13%;
	right:0;
	left: -32px;
	z-index: 1000;
}
#mainMenuEnd ul {
	list-style-type: none;
	font-size:0;
}
#mainMenuEnd ul li, #mainMenuEnd .flex-prev, #mainMenuEnd .flex-next{
	height: 39px;
	width: 92px;
}
#mainMenuEnd .flex-prev {
	display:block;
	background: url("../_img/navigationPrev.png");
	margin-top: 5px;
}
#mainMenuEnd .flex-next {
	display:block;
	background: url("../_img/navigationNext.png");
}



/* Część z newsami */
#newsContainer {
	width:980px;
	margin: 0 auto;
	position: relative;
	height: auto;
	top:-40px;
	border-bottom: 1px solid #000;
	z-index: 1000px;
	padding-top: 16px;
}
.news_article {
	width: 235px;
	vertical-align:top;
	position: relative;
}
.news_article img {
	max-width: 235px;
}
.news_article p, .news_article div, .news_article h2, #ourProducts article h1, #ourProducts article p , #ourProducts article div {
	padding: 20px 0px 20px 0;
}
.news_article p, #ourProducts article p,.news_article div, #ourProducts article div {
	line-height: 170%;
	font-size: 0.9em;
}
.news_article p a, #ourProducts article p a, .news_article div a, #ourProducts article div a {
	color: #2da8ee;
}
.news_article a:hover, #ourProducts article a:hover {
	text-decoration: underline;
}
.news_article h2 {
	font-size: 0.9em;
	color: #2da8ee;
	text-transform: uppercase;
	padding-top: 0;
}
#ourProducts {
	height: 100%;
	width:470px;
	vertical-align:top;
}
#ourProducts article h1 {
	font-size: 1.5em;
	padding-top: 0px;
	color: #a11a8d;
	text-transform: uppercase;
	font-family: 'futura_bd', futura, arial, tahoma;
}
.readMoreSmall {
	position: absolute;
	display: block;
	float:right;
	width: 50px;
	height: 35px;
	bottom: -20px;
	margin-left:185px;
}
.readMoreSmall, .readMoreBig {
	z-index: 1000;
	padding: 0 !important;
}
.readMoreBig {
	position:absolute;
	display: block;
	float:right;
	width: 279px;
	height: 35px;
	bottom: -20px;
	right: 0px;
	background: url("../_img/readMoreBig.png");
}
.readMoreBig a {
	display: block;
	color: #fff !important;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	line-height: 35px;
	text-indent: 20px;
}
.readMoreBig a:hover {
	text-indent: 40px;
}


/* Banery Informacyjne */
#line {
	position: relative;
	width:50%;
	border-top: 1px solid #000;
	top: -41px;
	height: 120px;
	z-index: 0;
	padding-top: 60px;
	background: url("../_img/bannersBg.jpg") no-repeat left center;
	overflow:hidden;
	float: right;
}
#bannersContainer {
	position: relative;
	width:980px;
	margin: -51px auto 0 auto;
	height: 141px;
}
#bannersBottom {
	position: absolute;
	width:980px;
	height:141px;
	padding-top: 60px;
	background: url("../_img/bannersBg.jpg") no-repeat left center;
	overflow:hidden;
}
.banner {
	width: 480px;
	height: 141px;
	color: #fff;
	z-index: 500px;
}
.banner > * {
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
}
.banner a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
.banner h2 {
	padding-top: 10px;
	font-size: 2.5em;
}
#bannerLeft {
	background: url("../_img/bannerLeft.png");
	float:left;
}
#bannerRight {
	background: url("../_img/bannerRight.png");
	float:right;
}

/* STOPKA */
footer {
	position: relative;bottom:0px;
	overflow:hidden;
	clear: both;
	background: url("../_img/footerBlue.png") no-repeat right top;
}
#footerViolet {
	position:relative;
	top:20px;
	height: 30px;
	display: block;
}
#footerVioletContainer {
	width: 980px;
	margin: 0 auto;
	line-height: 30px;
	background: #a11a8d;
}
#footerVioletContainer a {
	color: #fff;
}
#footerVioletEnd {
	position: relative;
	background: url("../_img/footerViolet.png") no-repeat right top;
	float: right;
	height: 30px;
	width: 26px;
	margin-right: -26px;
}

#footerDark {
	position:relative;
	top:20px;
	display: block;
}
#footerDarkContainer {
	width: 980px;
	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 #a11a8d;
	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;
}
#footerDarkContent div div:first-child > * {
	padding:0;
}
.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;
}


/* POZOSTAŁE */
.rozszerzacz {
	display:block;
	clear: both;
    height: 1px;
	width: 100%;
	opacity: 0;
}
/*News Road DIV */
#mainMenuContainer_2 {
	position: relative;
	margin-top: -40px;
	z-index: 500;
	width: 100%;
	height: 49px;
	float:left;
}
#mainMenu_2 {
    position: relative;
    font-size: 1.7em;
    height: 49px;
    background: url("../_img/mainMenuBgBlue.png") repeat-x;
    width:87%;
}
#mainMenuEnd_2 {
    position: relative;
    background: url("../_img/mainMenuEndingBlue.png") no-repeat left bottom;
    height: 49px;
    float:right;
    width: 13%;
    right:0;
}


/* 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;
}

/* menu boczne */
#content_lewa {
	width: 100%;
	text-transform: uppercase;
	color:#000;
	font-size:0.9em;
	line-height: 110%;
}
#content_lewa ul {
	list-style-type: none;
	margin-top: 10px;
}
#content_lewa ul li {
	padding-left: 15px;
	padding-bottom: 5px;
	background: url("../_img/listPoint.png") no-repeat left 2px;
}
#content_lewa a {
	color: #212121;
}
#content_lewa h3 {
	font-size: 1.1em;
	padding-bottom: 10px;
	color: #a11b8d;
	white-space: pre-wrap;
	word-wrap:break-word;
}
#content_lewa ul li {
	padding-bottom: 15px;
	padding-right: 55px;
}
#content_lewa ul li.act a {
	font-family: 'futura_bd', futura, arial, tahoma;
}


/* 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;
}

/*Title layer */

div#TitleLayer
	{border:1px solid #2da8ee; padding:8px; border-radius:4px; background:#fff; color:#353535; font-size:11px;}

/* Paginator */
.nav {
	width: 100%;
	text-align: center
}

.no_uppercase {
    text-transform: none !important;
}