/*resetowanie paddingów i marginesów*/
* {
  padding: 0;
  margin: 0;
  border:0px none;
}
/*obramowania img (zapobiega powstawaniu ramki, gdy obrazek jest odnośnikiem)*/
img {
  border: 0
}

body {
  text-align: center;
  background: #000 url("img/kwiatkiprawodol1.png") no-repeat center 236px;
  color: #666666; /*63,64,67*/
  font: 0.7em "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Loma, sans-serif;
  line-height: 1.4em;
}
#centruj {
  width: 980px;
  text-align: left;
  margin: 0 auto;
  background: url("img/centrujtlo1.gif") repeat-y 0 0;
}
#naglowek {
  height: 235px;
  background: #000 url("img/pasekkwiatkowy.jpg") no-repeat 0px 132px;
  position: relative;
  border-bottom: 1px solid #58595b;
}

/* primary menu */
#nav {
  margin:0;
  margin-top: 105px;
  padding:0 13px 0 0;
  list-style-type:none;
  float:right;
  width:auto;
  overflow:auto;
}
#nav li {
  /*display:inline;*/
  float:left;
  padding:0;
  margin:0;
}

/*#nav li.backLava {
    background-color:#fc0;
    border:2px solid brown;
}*/

#nav a,
#nav a:link,
#nav a:visited,
#nav a:active {
  outline: none;
  border: none;
  color:#6d6f71;
  background:#000 url("img/menukreska.png") no-repeat 0 0;
  padding:10px 10px 9px 12px;
  float:left;
  width:auto;
  text-decoration:none;
  font-size:1.00em;
  line-height:  1px;
}
#nav li#nav-ofirmie a {
  background-image: none;
}
#nav a:hover {
  color:#90c966;
}
#ofirmie #nav-ofirmie a,
#oferta #nav-oferta a,
#portfolio #nav-portfolio a,
#kontakt #nav-kontakt a {
  color:#90c966;
}
#ofirmie #nav-ofirmie a:hover,
#oferta #nav-oferta a:hover,
#portfolio #nav-portfolio a:hover,
#kontakt #nav-kontakt a:hover {
  background:#000;
}
#nav a:active {
  background:#000;
  color:#90c966;
}
/* end primary menu */

/* secondary menu */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	/*width:			15em; /* left offset of submenus need to match (see below) */
	width: 243px;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	/*top:			2.5em; /* match top ul list item height */
	top:			48px;
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** SKIN ***/
.sf-menu {
	/*float:			left;*/
	/*margin-bottom:	1em;*/
  margin:0;
  padding:0;
  width:980px;
  position: absolute;
  top: 187px;
}
.sf-menu a {
	/*border-left:	1px solid #fff;*/
	/*border-top:		1px solid #333;*/
	/*padding: 		.75em 1em;*/
	text-decoration:none;
  color:#a7a9ac;
  /*background:#000;*/
  padding:26px 0 21px;
  /*float:left;*/
  /*width:25%;*/
  font-size:1.15em;
  font-weight: bold;
  line-height:  1px;
  height:  1px;
  text-align: center;
  /*display: block;*/
  /*white-space: nowrap;*/
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#a7a9ac;
}
.sf-menu li {
	/*background:		#000;*/
	width: 245px;
}

.sf-menu li.backLava {
    background: url("img/lava2tlo.png") repeat-x 0 0;
    /*border:2px solid brown;*/
}

.sf-menu li ul {
	border:		1px solid #333;
	
}
.sf-menu li li {
	background:		#000;
	/*width: 244px;*/
}
.sf-menu li li a {
	/*border-left:	1px solid #fff;*/
	border-top:		1px solid #111;
	padding: 		1em 1em;
  text-align: left;
}

.sf-menu li li li {
	background:		#000;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*background:		#333;*/
  color:#90c966;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('img/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1.4em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('img/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	/*-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;*/
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* end secondary menu */

#naglowek h1 {
  position: absolute;
  width: 172px;
  height: 44px;
  background: #000 url("img/logografanet.gif") no-repeat;
  text-indent: -3000px;
  top: 42px;
  left: 29px;
}
#naglowek h1 a,
#naglowek h1 a:link,
#naglowek h1 a:visited,
#naglowek h1 a:active {
  display: block;
  width: 172px;
  height: 44px;
  outline: none;
  border: none;
  text-decoration:none;
}



#naglowek h2 {
  position: absolute;
  width: 217px;
  height: 25px;
  background: #000 url("img/haslografanet.gif") no-repeat;
  text-indent: -3000px;
  top: 58px;
  left: 282px;
}
#prawo {
  float: right;
  width: 490px;
  /*background: url("img/liniadol.gif") no-repeat 0px 100%;*/
}
#flashzone {
  float: left;
  width: 490px;
  background: url("img/flash.png") no-repeat 0px 0px;
  height: 235px;
  border:0px none;
}
#prawo address {
  text-decoration: none;
  font-style: normal;
  margin:30px 42px 0px;
	padding-bottom: 30px;
  float:left;
  color:#58595b;
}
#prawo address span{
  color:#999999;
	font-weight:bold;
}
#prawo address a:link,
#prawo address a:visited{
  color:#58595b;
  text-decoration:none;
}
#prawo address a:hover{
  color:#90c966;
}
#lewo {
  /*float: right;*/
  /*position: relative;*/
  height:100%;
  margin-right:490px;
  /*width: 418px;*/
  /*background: #333133 url("img/liniadol.gif") repeat-x 0px 100%;*/
  background: #1d1d1e;  
  padding: 29px 29px 0px 29px;
  color: #777777;
}
#lewo h3 {
  font-size: 1.18em;
  margin-bottom: 1em;
  padding-bottom: 0;
  line-height: 1.5em;
  border-bottom: 1px solid #90c966;
  float: left;
  font-weight:normal;
  color: #ccc;
}
#lewo h3.pierwsza {
	font-size: 1.00em;
	text-transform: uppercase;
}
#lewo p {
  margin-bottom:1em;
  clear: left;
}
#lewo .wyroz {
  color:#90c966;
  /*font-weight:bold;*/
}
#lewo p.tip a,
#lewo p.tip a:link,
#lewo p.tip a:visited,
#lewo p.tip a:active {
  color:#90c966;
  /*font-weight:bold;*/
  text-decoration:none;
}
#lewo p.podpis {
  text-align: right;
  margin:1.2em 20px 1.2em 0px;
  color:#90c966;
}
#podpzapr{
	color:#999999 !important;
	margin-bottom:0 !important;
}
#lewo ul {
  margin-bottom:1em;
  clear: left;
}
#stopka {
  background: #000;
  border-top: 1px solid #58595b;
  width:810px;
}
#stopka p {
  margin: 20px 0 0 29px;
  color:#414142;
  float:left;
  font-size:0.8em;
  width:447px;  
}
#stopka p#website {
  margin-left: 0px;
  width:275px;
  text-align: right;
}
.clear {
  clear: both;
}
