.clear { clear: both; }
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
.left-col { float: left; padding-left: 20px; }
.right-col { float: right; padding-right: 20px; }
h3 {font-size: 14px; font-weight: bold;}
h4 { padding-left: 20px; padding-right: 20px; text-align: left; }
h4 { padding-top: 20px; padding-bottom: 10px; font-size: 22px;  font-weight: normal; line-height: 24px; color: #244179; }
span.black {
	color: #00000;
	text-shadow: 0px 0px 1px #777777;
   filter: dropshadow(color=#777777, offx=1, offy=1);
}
a { text-decoration: none;	color: #244179; }
a:hover { text-decoration: underline; }
.light-shadow {
	-webkit-box-shadow:  2px 2px 3px 0px rgba(0, 0, 0, 0.1);
   box-shadow:  2px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
.side-menu .current {
	font-weight: bold;
}

body {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-family: Tahoma,Arial,Helvetica, sans-serif;*/
	font-size: 12px;
	color: #696969;
	background: white url(../graphic/header-background.png) repeat-x;
}

#main-container {
	width: 927px;
	margin: 0 auto;
}

/*** header, footer ***/
#header, #footer { background-color: #e7ecf3}
#header { height: 65px; border-bottom: 2px solid #c7c7c7; position: relative;}
#footer { height: 50px; border-top: 2px solid #c7c7c7; line-height: 50px;}
#footer a { color: #696969;}

#logo-nafena {
	position: absolute;
	left: 27px;
	bottom: -60px;
	z-index: 1;
}

/*** main menu ***/
#main-menu {
	display:block;
	z-index:90;
	position: absolute;
	right: 0px;
	bottom: -25px;
	padding: 0;
	/*font-family: 'Open Sans', sans-serif;*/
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #696969;
	background-color: white;
	letter-spacing: 0.5px;
}

#main-menu li {
	display: block;
	float: left;
	margin-left: 4px
}

#main-menu li a {
	padding: 8px 14px 8px 14px;
	border-top:  2px solid #c7c7c7;
	border-left: 1px solid #daddde;
	border-bottom: 1px solid #daddde;
	border-right: 1px solid #daddde;
	background-color: white;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
#main-menu li a:hover {
	text-decoration: none;
	background-color: #f3f5f8;
	background-image: url(../graphic/mainmenu_background.gif);
	}
#main-menu li.current>a { color: #b01b1b;	}
#main-menu li ul {
	display: none;
	position: absolute;
	top: 24px;
	padding-top: 3px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
ul ul div.light-shadow {
	border-radius: 0 0 10px 10px;
}

#main-menu li:hover ul {
	display: block;
}

#main-menu li li {
	padding:0;
	margin: 0px;
	float: none;
}

#main-menu li li a{
	padding: 5px 14px 5px 14px;
	display: block;
	border-top:  0;
	border-left: 1px solid #daddde;
	border-bottom: 1px solid #daddde;
	border-right: 1px solid #daddde;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	text-align: left;
}
#main-menu li li:first-child a{
	border-top:  1px solid #daddde;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	text-align: left;
}
#main-menu li li:last-child a{
	border-bottom: 1px solid #daddde;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	text-align: left;
	padding-bottom: 8px;
}

#main-menu li li a:hover {
	background-image: none;
}

#button-sklep {
	display: block;
	width: 187px;
   height: 59px;
	background-image: url(../graphic/button-sklep.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 3px;
	right: 63px
	
}
#button-sklep:hover {
	background-position: 0px -59px; 
}

#lang-sel {
	position: absolute;
	top: 3px;
	right: 0px; /*right: 310px;*/
	width: 54px;
	height: 57px;
}
#lang-sel a {
	padding: 1px;
	margin: 3px 0px 0px 4px;
	display: block;
	background-color: #d1d1d1;
	float: left;
	width: 21px;
}
#lang-sel a:hover {	background-color: #616161; }
#lang-sel a img { display: block;}

#sphider {
	position: absolute;
	right: 0px;
	bottom: 3px;
}

