@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background: #42413C;
	margin: 0;
	padding: 0;
	background: url(images/bg.png) repeat-x top #FFF; 
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}


.container {
	width: 1000px;
	margin: 0 auto; 
}


.header {
	height: 150px;
	width:1000px;
	display:block;
}


.content {
	padding: 10px 0;
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#logo {
	background: url("images/logo_jagmar.png") no-repeat scroll 0 0 transparent;
	height: 150px;
	width: 300px;
	float:left;
}
#logo a {
	display: block;
	height: 131px;
	width: 275px;
}
#menu {
	background: url("images/menu_bg.png") no-repeat scroll 0 0 transparent;
	height: 38px;
	width: 621px;
	float:right;
	margin-top:70px;
}
#menu_txt {
	color:#FFF;
	font-size:14px;
	padding:10px 5px 5px 10px;
}
.menu_pad {
	padding-left:5px;
	padding-right:5px;
}
#menu_txt a {
	color:#FFF;
	text-decoration:none;
}
#menu_txt a:hover {
	color:#b01f23;
	text-decoration:none;
}


/* Footer */
#footer {
	height: 100px;
	margin-top:25px;
}

#rzetelna_firma {
	background: url("images/rzetelna_firma.png") no-repeat scroll 0 0 transparent;
	height: 47px;
	width:99px;
	float:left;
	display:block;
}
#rzetelna_firma a {
	display: block;
	height: 47px;
	width:99px;
}
#rzetelna_firm2a {
	background: url("images/rzetelna_firma.png") no-repeat scroll 0 0 transparent;
	height: 47px;
	width:99px;
	float:left;
	display:block;
}
#rzetelna_firma2 a {
	display: block;
	height: 47px;
	width:99px;
}
#logo62k {
	background: url("images/logo_62k_web.png") no-repeat scroll 0 0 transparent;
	height: 53px;
	width:99px;
	display:block;
	float:left;
}
#logo62k a {
	display: block;
	height: 53px;
	width:99px;
	border:none;
}
#footer_text {
	color:#333;
	float:left;
	width:750px;
	margin-left:25px;
	margin-right:25px;
	display:block;
	text-align:center;
}
.footer_mini {
	font-size:9px;
	text-align:center;
}

/* slider */
#slides {
	margin-left:200px;
}

.slides_container {
	width:747px;
	height:261px;
	overflow:hidden;
	position:relative;
	display:none;
}
 
#slides .slide {
	padding:20px;
	width:747px; height:261px; display:block;
}
.pagination {
	margin:0 0 0 35px;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}




.produkt_tytul {
	font-size:30px;
	color:#FFF;
	position:absolute;
	top:50px;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.produkt_opis {
	font-size:14px;
	color:#FFF;
	position:absolute;
	top:100px;
	text-align:justify;
	width:400px;
	line-height:14px;
}

/* boxy */
#boxy {
	width:1000px;
	height:250px;
	display:block;
	margin-top:25px;
}
.boxy_oferta {
	float:left;
	margin-left:38px;
	margin-bottom:15px;
	width:294px;
}
#box_nowosci {
	float:left;
	margin-right:55px;
}
#box_promocje {
	float:left;
	margin-right:55px;
}
#box_wyszukiwarka {
	float:left;
}
#box_top {
	background: url("images/box_top.png") no-repeat scroll 0 0 transparent;
	height: 31px;
	width:294px;
}
#box_bg {
	background: url("images/box_bg.png") repeat-x scroll 0 0 transparent;
	height: 156px;
	width:294px;
}
#box_bg2 {
	background-color:#FFF;
	height: 100px;
	width:294px;
	display:block;
}
#box_bg3 {
	background-color:#FFF;
	height: 60px;
	width:294px;
	display:block;
}
#box_bottom {
	background: url("images/box_bottom.png") no-repeat 0 0 transparent;
	background-position:bottom;
	font-size:1px;
	height:12px;
}
#box_bg4 {
	background-color:#FFF;
	width:474px;
}
.box_text {
	color:#FFF;
	font-size:16px;
	padding-left:15px;
	line-height:28px;
}
#box_top_oferta {
	background: url("images/box_top_oferta.png") no-repeat scroll 0 0 transparent;
    height: 31px;
	width:474px;
	position:relative;
}
#box_bottom_oferta {
	background: url("images/box_bottom_oferta.png") no-repeat 0 0 transparent;
	background-position:bottom;
	font-size:1px;
	height:9px;
	 width: 474px;
}
#zdjecie_promo {
	width:100px;
	height:100px;
	display:block;
	float:left;
	padding:3px;
}
#zdjecie_promo2 {
	width:100px;
	height:100px;
	display:block;
	float:left;
	padding:3px;
}
#text_promo {
	width:185px;
	height:180px;
	display:block;
	float:left;
	margin-top:3px;
}
#text_promo a {
	color:#333;
}
ul#promocyjne {
	width:185px;
}
ul#promocyjne li {
	border-bottom:1px solid #FFF;
	width:185px;
	height:35px;
	display:block;
	margin-bottom:5px;
	line-height:13px;
	font-size:12px;
}
ul#promocyjne2 {
	width:185px;
}
ul#promocyjne2 li {
	border-bottom:1px solid #FFF;
	width:185px;
	height:35px;
	display:block;
	margin-bottom:5px;
	line-height:13px;
	font-size:12px;
}


/********************* Autocomplete  *****************/

#wyszukiwarka_srodek {
	padding:10px;
	padding-left:42px;
}
#wyszukiwarka_srodek2 {
	padding-left:22px;
	width:300px;
	height:90px;
	display:block;
	float:left;
}
input#course {
	border:1px solid #666;
	padding:3px;
	font-size:12px;
	color:#000;
	width:200px;
	margin-top:15px;
}
input#course2 {
	border:1px solid #666;
	padding:3px;
	font-size:12px;
	color:#000;
	width:200px;
	margin-top:15px;
}
.ac_results {
	padding: 0px;
	border: 0px;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	width:208px !important;
}
.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	width:208px;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	border-bottom:1px solid #666;
	/* 

	if width will be 100% horizontal scrollbar will apear 

	when scroll mode will be used

	*/

	/*width: 100%;*/

	font: menu;
	font-size: 12px;
	/* 

	it is very important, if line-height not setted or setted 

	in relative units scroll will be broken in firefox

	*/

	line-height: 16px;
	overflow: hidden;
}
.ac_results li a:link {
	color: #b01f23;
	text-decoration:none;
	width:208px;
}
.ac_results li a:visited {
	color: #b01f23;
	text-decoration:none;
}
.ac_loading {
	background: white url('images/indicator.gif') right center no-repeat;
}
.ac_odd {
	background-color: #eee;
}
.ac_over {
	background-color: #CCC;
	color: #b01f23;
}

/* strony */
.page_tytul {
	font-size:30px;
	color:#FFF;
	margin-bottom:15px;
	font-family: 'Ubuntu Condensed', sans-serif;
	border-bottom:1px solid #797978;
	padding-bottom:14px
}
.page_tytul_black {
	font-size:30px;
	color: #333;
	margin-bottom:15px;
	font-family: 'Ubuntu Condensed', sans-serif;
	border-bottom:1px solid #797978;
	padding-bottom:14px;
	margin-top:15px;
}
.page_tytul2 {
	font-size:30px;
	color:#FFF;
	margin-bottom:15px;
	margin-left:30px;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.page_tytul3 {
	font-size:32px;
	color:#FFF;
	margin-bottom:15px;
	margin-left:0px;
	font-family: 'Ubuntu Condensed', sans-serif;
	border-bottom:1px solid #797978;
	line-height:20px;
	padding-bottom:14px;
}
.page_tytul5 {
	font-size:26px;
	color:#FFF;
	margin-bottom:15px;
	line-height:30px;
	font-family: 'Ubuntu Condensed', sans-serif;
}

.obr {
	float:left;
	width:278px;
	margin-left:46px;
	margin-top:30px;
}
#navcontainer {
	margin-left:10px;
	margin-bottom:5px;
	font-weight:normal;
	text-align:left;
}
#navcontainer ul {
	margin:0;
	margin-left:20px;
	margin-bottom:10px;
	padding:0;
	list-style-type: circle;
	list-style-position:outside;
	font-weight:normal;
}
#navcontainer2 {
	margin-left:10px;
	margin-bottom:5px;
	padding-top:5px;
	font-weight:normal;
	text-align:left;
}
#navcontainer2 ul {
	margin:0;
	margin-left:10px;
	margin-bottom:10px;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	font-weight:normal;
}
#navcontainer2 li {
	list-style-type:none;
	list-style-position:outside;
}
#navcontainer2 a {
	color:#333;
}

#adobe_reader_box {
	padding: 3px;
	display:block;
	height:30px;
	width:465px;
	font-size:11px;
	line-height:13px;
}
#adobe_reader_box2 {
	padding: 3px;
	display:block;
	height:30px;
	width:300px;
	font-size:11px;
	line-height:13px;
}

/* przedstawiciele do mapki */
#adresy {
	margin-left:10px;
	margin-bottom:5px;
	padding-top:5px;
	font-weight:normal;
	text-align:left;
}
#adresy ul {
	margin:0;
	margin-left:10px;
	margin-bottom:10px;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	font-weight:normal;
}
#adresy li {
	list-style-type:none;
	list-style-position:outside;
}
.lokalizacja {
	text-align:center;
	margin-bottom:0px !important;
}
.rodzaj {
	font-weight:bold;
	margin-bottom:5px !important;
	border-bottom:1px solid #666;
}
.rodzaj-woj {
	font-weight:bold;
	margin-bottom:5px !important;
	color:#900;
}

#pobrany {
	border: 1px solid;
	margin: 0px 10px 10px 10px;
	padding:10px 10px 10px 10px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #FEEFB3;
	color: #9F6000;
	font-size:12px;
}
#clickme {
	cursor:pointer;
	font-weight:bold;
}
