ul#topnav {
	margin: 0; padding: 0;	
	float:left;
	width: 520px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 12px;
	height:40px;	
	z-index:7;
	
}
ul#topnav li {
	
	float:left;
	margin: 0; padding: 0;
		
}

ul#topnav li a {
	padding: 11px 15px;		
	display:block;
	color: #FFF;
	font-size: 12px;	
	text-decoration: none;
	
}

ul#topnav li a:hover {  background-color: #E3000F; }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li span {
	float: left;		
	width:216px;
	position: absolute;		
	display: none; /*--Hide by default--*/	
	background: #000;
	color: #fff;
	filter:alpha(opacity=85);
opacity: 0.85;
-moz-opacity:0.85;		
	
}

div#pasek{
	float: right;		
	height:8px;	
	display: block; 
	width: 600px;	
	background: #966;	
}

ul#topnav li:hover span { display: block;  } /*--Show subnav on hover--*/
ul#topnav li span a { padding: 11px 11px; color: #fff; font-size: 10px; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline; background:none;}




.shadow {
	-moz-box-shadow: 2px 2px 3px #151717;
	-webkit-box-shadow: 2px 2px 3px #151717;
	box-shadow: 2px 2px 3px #151717;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#151717')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#151717');
	
	
	/*-webkit-border-radius: 12px; 
 -khtml-border-radius: 12px;  
 -moz-border-radius:12px; 
  border-radius: 12px;*/
}

.shadow_black {
	-moz-box-shadow: 1px 1px 3px #0B0C0D;
	-webkit-box-shadow: 1px 1px 3px #0B0C0D;
	box-shadow: 1px 1px 3px #0B0C0D;
	/* For IE 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=270, Color='#0B0C0D')";
	/* For IE 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=270, Color='#0B0C0D');*/

}

.miniatura {
	width:260px;
	height:112px;	
  	margin:0px;
  	padding:0px;
}

img.min{
	margin-bottom:8px; 
	/*max-width:155px;
	width: expression(document.body.clientWidth > 155? "155px" : "auto");*/
	
	}


div#oferta div:hover { background-color:#3B4A47; color:#FFF;  }


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {    
    width:870px;
    height:423px;
    margin:0 auto;
    margin-bottom:0px;
    margin-top:0px;
	float:right;
}

#slider {
	position:relative;	
    width:870px;
    height:423px;	
    
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:300px;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	behavior: url(iepngfix.htc);
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	display:none;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	
	
}
a.nivo-nextNav {
	
	background-position:-30px 0;
	behavior: url(iepngfix.htc);
	right:15px;
}
a.nivo-prevNav {
	behavior: url(iepngfix.htc);
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}



.inputy {
font-size : 14px;
font-family : Arial, Helvetica, sans-serif;
line-height : 15px;
background-color : #ffffff;
background-position : center;
width : 380px;
height : 31px;
border : 1px solid #CDCEC9;
padding-left: 9px;
}

.inputy:focus  {
font-size : 14px;
font-family : Arial, Helvetica, sans-serif;
line-height : 15px;
background-color : #DCDDDD;
background-position : center;
width : 380px;
height : 31px;
border : 1px solid #CDCEC9;
padding-left: 9px;

}   

.inputy:hover  {
background-color : #DCDDDD;
background-position : center;
border : 1px solid #CDCEC9;
padding-left: 9px;
}  
