/*** FONT ***/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,latin-ext);


/*** RESET ***/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre,  ul,
dd, dt, li, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* ustawienie maksymalnej szerokości obrazka na 100% */
img {
	
}

/* ustawienie dla html5 elementów jako block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/*** GENERAL STYLING ****/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #666;
}
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}




/************************************************************************************
STRUKTURA
*************************************************************************************/

#header{
    display: table;
	width: 100%;
	height: 91px;
}
.header_left{
    display: table-cell;
	background:url(images/stoldrewTop_01.jpg) top right no-repeat; 
}
.header_right{
    display: table-cell;
	background:url(images/stoldrewTop_03.jpg) top left no-repeat;
}
.header_middle{
    width: 1000px;
    display: table-cell;
	background:url(images/stoldrewTop_02.jpg) top center no-repeat;
}
.header_content {
	width:1000px; 
	margin:0 auto;
	padding:0px;
}


/*** Wyszukiwarka ***/
.searchBox {
	height: 34px;
	padding-top:13px;
	color: #707070;
	text-align: left;
	float:right;
	width:220px;
}
.searchBox  input[type='text'] {
	margin: 0px;
	padding: 0px;
	
	width:160px; 
	height:33px; 
	line-height:22px;
	margin-right: 5px;
	
	font-family: 'Open Sans', Tahoma, Arial, Verdana; 
	font-size:11px; 
	color:#6e6d6d; 
	text-align:left;
	background: none;
	border: none;
}
.searchBox input[type='submit']{
	margin: 0px;
	padding: 0px;
	
	width:45px; 
	height:22px; 
	line-height:20px;
	background:#FC6;
	
	background: none;
	border: none;
	cursor: pointer;
}
/*** /Wyszukiwarka/ ***/


/*** Mni Top ***/
.miniTop {
	height: 34px;
	margin-right:30px;
	padding-top:13px;
	color: #707070;
	width:750px;
	text-align: right;
	float: left;
}
.miniTop a{
	color: #707070;;
}
.miniTop a:hover{
	color: #085293;
	text-decoration: none;
}
.miniTop span {
	padding-left: 6px;
	padding-right: 6px;
}
.miniTop strong{
	color: #c8150e;;
}
.miniTop img{
	margin-right: 5px;
}
/*** Mni Top ***/


/*** lista jezyki ***/
.inputSelect {
	width:96px; 
	height:30px; 
	background:url(images/linsta_08.jpg) right no-repeat; 
	font-size:10px; 
	color:#898989; 
	cursor: pointer;
	display: inline-block;
}
.inputSelect:hover {
	background:url(images/selectActive_08.jpg) right no-repeat; 
}
.inputSelectChoosen {
    padding-top: 6px; 
	display:block;
	margin-left:-18px;
	text-align: center;
}
.inputSelectList {
	display:none; 
	background:#fff; 
	border:solid 1px #f0f0f0; 
	border-top: 0px;
	z-index:10000000000; 
	position:absolute; 
	width:110px; 
	line-height:20px;
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
	/*-moz-box-shadow:    1px 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc;
    box-shadow:         1px 1px 1px 1px #ccc;*/
}
.inputSelectList a{
	font-size:11px; 
	color:#4e616f; 
	font-family: Arial, Tahoma, Arial; 
	text-decoration:none;
	cursor:pointer;
	padding-left:10px; 
	padding-right:10px;
	margin-top:3px;
	display: block;
}
.inputSelectList img{
	margin-top: 0px;
}
.inputSelectList a:hover{
	color:#23328b;
}  
/*** /lista jezyki/ ***/


/*** Menu ***/
.menuBox {
	float: right;
}
#menu {
	width: 100%;
	height: 42px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#menu li {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;
	float: left;
	position: relative;
	height: 44px;
	z-index:99999999;
}
#menu li:first-child {
	min-width: 100px;
	}

#menu li a{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	height:44px;
	line-height:44px;
	background:url(images/bgMenuTop.png) right bottom no-repeat;
	-moz-text-shadow: 1px 1px 2px #16459b;
	-webkit-text-shadow: 1px 1px 2px #16459b;
	text-shadow: 1px 1px 2px #16459b;
}

#menu li:last-child a{
	background: none;
}
#menu > li:first-child a{
	padding-left: 10px;	
	padding-right: 10px;
	text-align: center;
}

#menu li a:hover{
	text-decoration: none;
}
#menu li:hover{
	text-decoration: none;
	color: #d50200; 
	background:url(images/bgmenuOv.png) repeat-x;
}


#menu li ul {
	position:absolute; 
	left:0px;  
	display:none; 
	opacity:0;
	text-align: left;
	list-style:none;
	z-index:999;
	margin-top:0px;
	margin-left:-2px;
}
#menu li ul li {
	position: relative;  
	width: 355px; 
	height: 36px; 
	line-height: 36px;
	display:block; 
	margin: 0px;
	padding: 0px;
	margin-left: -6px;
	background:url(images/menuOvLev2_03.png) left top no-repeat;
}
#menu li ul li a{
	display:block; 
	margin-left: 20px;
	margin-top: -5px;
	color: #2a2a2a; 
	font-size: 13px;
	font-family: 'Open Sans', Arial;
	font-weight: 600; 
	background: none;
	
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
}

#menu li ul li:hover {
	background:url(images/menuOvLev2_02.png) left top no-repeat;
}


#menu li ul li a:hover {
	background: none;
	color: #d50200;
}

#menu li ul li ul {
	left:334px; 
	top:0px;

}
/*** Menu ***/

/***/
.textSize a{
	padding-right: 6px;
	padding-left: 6px;
	cursor: pointer;

}
.textSize #size1 {
	font-size: 10px;
	font-family: Arial,Tahoma;
}
.textSize #size2 {
	font-size: 14px;
	font-family: Arial,Tahoma;
}
.textSize #size3 {
	font-size: 16px;
	border-right:0;
	font-family: Arial,Tahoma;
}
.textSizeActive{
	color: #e11605;
	font-weight:bold;
}
/***/

/*** Tekst ***/
.text {

	font-size: 14px;
	color: #555555;
	text-decoration: none;
	line-height: 20px;
}

.text p img {
    padding: 5px;
    margin: 5px;
    border: 1px solid #DCDCDC;
}
	
.text2 {

	font-size: 12px;
	color: #555555;
	text-decoration: none;
	line-height: 20px;
	text-align: justify
}
.text h1{
	font-size: 12px;
	color: #0b469e;
	text-decoration: none;
	line-height: 20px;
}
 .text a{
	color: #0b469e;
	text-decoration: none;
}
/*** /Tekst/ ***/

/*** Menu ***/
.cat_menu0 {
	width: 254px;
	background:url(images/bok_16.jpg) bottom left no-repeat;
}
.cat_menu0:hover {
	background:url(images/bok_15.jpg) bottom left no-repeat;
	color: #ffffff;
}
.cat_menu0:hover a{
	color: #ffffff;
}
.cat_menu0 a{
	font-size: 12px;
	font-family: Arial, Tahoma, Geneva, sans-serif;
	color: #000000;
	padding-left: 12px;
	text-decoration: none;
	font-weight: bold;
	display: block;

	margin-right:30px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.cat_menu0 a:hover{
	color: #ffffff;
}
.cat_menu0 b{
	color: #e11605;
}

.cat_menu1 {
	min-height:30px;
	width: 254px;
	background:url(images/bok_16.jpg) bottom left no-repeat;
}
.cat_menu1:hover {
	background:url(images/bok_15.jpg) bottom left no-repeat;
	color: #ffffff;
}
.cat_menu1:hover a{
	color: #ffffff;
}
.cat_menu1 a{
	font-size: 12px;
	font-family: Arial, Tahoma, Geneva, sans-serif;
	color: #000000;
	padding-left: 12px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-left:15px;
	padding-top: 8px;
}
.cat_menu1 a:hover{
	color: #ffffff;
}
.cat_menu1 b{
	color: #e11605;
}

.cat_menu2 {
	min-height:30px;
	width: 254px;
	background:url(images/bok_16.jpg) bottom left no-repeat;
}
.cat_menu2:hover {
	background:url(images/bok_15.jpg) bottom left no-repeat;
	color: #ffffff;
}
.cat_menu2:hover a{
	color: #ffffff;
}
.cat_menu2 a{
	font-size: 11px;
	font-family: Arial, Tahoma, Geneva, sans-serif;
	color: #000000;
	padding-left: 12px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-left:30px;
	padding-top: 8px;
}
.cat_menu2 a:hover{
	color: #ffffff;
}
.cat_menu2 b{
	color: #e11605;
}

.cat_menu3 {
	min-height:30px;
	width: 254px;
	background:url(images/bok_16.jpg) bottom left no-repeat;
}
.cat_menu3:hover {
	background:url(images/bok_15.jpg) bottom left no-repeat;
	color: #ffffff;
}
.cat_menu3:hover a{
	color: #ffffff;
}
.cat_menu3 a{
	font-size: 11px;
	font-family: Arial, Tahoma, Geneva, sans-serif;
	color: #000000;
	padding-left: 12px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	margin-left:36px;
	padding-top: 8px;
}
.cat_menu3 a:hover{
	color: #ffffff;
}
.cat_menu3 b{
	color: #e11605;
}


.cat_menu4 {
	min-height:30px;
	width: 254px;
	background:url(images/bok_16.jpg) bottom left no-repeat;
}
.cat_menu4:hover {
	background:url(images/bok_15.jpg) bottom left no-repeat;
	color: #ffffff;
}
.cat_menu4:hover a{
	color: #ffffff;
}
.cat_menu4 a{
	font-size: 10px;
	font-family: Arial, Tahoma, Geneva, sans-serif;
	color: #000000;
	padding-left: 12px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	margin-left:44px;
	padding-top: 8px;
}
.cat_menu4 a:hover{
	color: #ffffff;
}
.cat_menu4 b{
	color: #e11605;
}
/*** /Menu/ ***/


/*** Formularze ***/
#userForm input[type="text"],
#userForm input[type="file"],
#userForm textarea,
#userForm select {
	padding:5px 10px;
	border:1px solid #d1d1d1;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	width:325px;
	-webkit-box-shadow: inset 3px 3px 5px 0px #e3e3e3;
	box-shadow: inset 3px 3px 5px 0px #e3e3e3;
	color:#6d6d6d;
	font-size:12px;
	outline:none;
	resize:none;
}
#userForm select {
	width:347px;
	padding:4px;
}
#userForm input[type="file"] {
	width:387px;
}
#userForm input[type="submit"] {
	font-size:13px;
	font-family:'Trebuchet MS';
	padding:3px 8px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#fff;
	background:#d30115;
	border:1px solid #ad0011;
	font-weight:bold;
	text-shadow:1px 1px #0f41a7;
	cursor: pointer;
}
#userForm button {
	font-size:13px;
	font-family:'Trebuchet MS';
	padding:3px 8px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#fff;
	background:#646464;
	border:1px solid #3e3e3e;
	font-weight:bold;
	text-shadow:1px 1px #3e3e3e;
	cursor: pointer;
}
/*** /Formularze/ ***/

/*** Nagłówki ***/
.nag {
	font-family: "Open Sans", Arial;
	font-size: 15px;
	font-weight: bold;
	color: #1b2d76;
	text-decoration: none;
	line-height: 18px;
	margin-bottom:10px;
}
.nagProd {
	font-family: "Open Sans", Arial;
	font-size: 15px;
	font-weight: bold;
	color: #1b2d76;
	text-decoration: none;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom:10px;
}
.nag h1{
	font-family: "Open Sans", Arial;
	font-size: 15px;
	font-weight: bold;
	color: #1b2d76;
	text-decoration: none;
	line-height: 18px;
	margin-top: 0px;
	padding-top: 0px;
}
.nag strong{
	font-family: "Open Sans", Arial;
	font-size: 15px;
	font-weight: bold;
	color: #1b2d76;
	text-decoration: none;
	line-height: 18px;
}
/*** /Nagłówki/ ***/

/*** Baner Flash ***/
.btmPasek {
	background: url(images/btmpasek_05.jpg) no-repeat center top;
	height: 136px;
	width: 100%;
	margin: 0 auto;
}

.stopkaBoks1 {
	display: inline-block;
	width:311px;

}
.stopkaBoks2 {
	display: inline-block;
	width:378px;

}
.stopkaBoks3 {
	display: inline-block;
	width:290px;

}
.stopkaNaglowek {
	color: #7caaea;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-align:left;
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 10px;
}
.stopka, .stopka a{
	line-height: 20px;
	color: #bdbdbd;
}
.stopka a img{
	margin-right: 4px;
}
.stopka a:hover{
	color: #fff;
	text-decoration: none;
}



/*** jQuery Carosel ***/
#carousel_inner {
	float:left; /* important for inline positioning */
	width:950px; /* important (this width = width of list item(including margin) * items shown */ 
	overflow: hidden;  /* important (hide the items outside the div) */
	
	/* non-important styling bellow 
	background: #F0F0F0;
	*/
}
#carousel {
	margin-left: 24px;
}
#carousel_ul {
	position:relative;
	left:-190px; /* important (this should be negative number of list items width(including margin) */
	list-style-type: none; /* removing the default styling for unordered list items */
	margin: 0px;
	padding: 0px;
	width:9999px; /* important */
	/* non-important styling bellow */
}

#carousel_ul li{
	float: left; /* important for inline positioning of the list items */                                    
	width:190px;  /* fixed width, important */
	/* just styling bellow*/
	padding:0px;
	height:150px;
	/*
	margin-top:10px;
	margin-bottom:10px; 
	margin-left:5px; 
	margin-right:5px;
	*/ 
}

#carousel_ul li img {
	.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
	/* styling */
	cursor:pointer;
	cursor: hand; 
	border:0px; 
}
#carousel_leftScroll, #carousel_rightScroll{
	position: absolute;
	height:59px; 
	width:35px; 
	cursor: pointer;
	cursor: hand;
}
#carousel_leftScroll {
	left: 0px;
	margin-top: 50px;
	margin-left:-3px;
}
#carousel_rightScroll {
	right: 0px;
	margin-top: 50px;
	margin-right:-1px;
}

/*** /jQuery Carosel/ ***/



.p_tlo {
	padding-left: 20px;
	padding-right: 20px;
	background:url(images/p_tlo.jpg) top left repeat-x;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #1b1b1b;
}
.p_foto {
	-moz-box-shadow: 0px 0px 10px #888;
	-webkit-box-shadow: 0px 0px 10px #888;
	box-shadow: 0px 0px 10px #888;
	border: 1px solid #fff;
}