body {
	background-color: white;
	background-image: url(../i/wersja-demonstracyjna.gif);
	margin:0;
	padding:0;
}

#pageBG {
	width:840px;
	margin:0 auto;
	padding:0;
	background-image: url(i/bg.gif);
	background-position: center;
}
#pageFoot {
	height: 16px;
	font-size:1px;line-height:1px;
	width:840px;
	margin:0 auto;
	background-image: url(i/foot-bg.gif);
	background-position: center;
}

#page {
	width:820px;
	margin:0 auto;
	padding:0;
}

.clearB1px{clear:both;height:1px;font-size:1px;line-height:1px;}
.clear{clear:both;height:1px;font-size:1px;line-height:1px;}


#topMenu {
	height:33px;
	background-image: url(i/m_bg.gif);
}

#topMenuSep {
	clear:both;height:1px;font-size:1px;line-height:1px;
	border-bottom: 1px solid #68BD45;
}

#topMenu ul {
	margin:0;
	padding:0;
	list-style:none;
}


#topMenu li {
	height:33px;
	margin:0;
	padding:0px;
	background-image: url(i/m_bg.gif);
	background-repeat: repeat;
	float:left;
}
#topMenu li.active {
	background-image: url(i/ma_bg.gif);
}

#topMenu li span{
	display: block;
	float: left;
	height: 33px;
	background-image: url(i/m_r.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#topMenu li.active span{
	background-image: url(i/ma_r.gif);
}
#topMenu li span.leftSep {
	width: 34px;
}


#topMenu li div{
	float:left;
	height: 33px;
	background-image: url(i/m_l.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#topMenu li.active div{
	background-image: url(i/ma_l.gif);
}
#topMenu li div.rightSep {
	background-image: url(i/lupa.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
#topMenu li div.rightSep form {
	 padding: 8px 0 0 28px;
}


#topMenu li a{
	font-family:Trebuchet MS,Helvetica,sans-serif,Arial;
	display: block;
	margin: 10px 7px 0px 8px;
	text-align:center;
	color:white;
	font-size: 11px;
	text-decoration:none;
	white-space: nowrap;
}
#topMenu li a:hover{
	text-decoration:underline;
}

#topMenu li input.text {
	border: 1px solid #969696;
	font-size: 10px;
}


#leftMenu {
	width: 176px;
	margin-right: 24px;
	float: left;
	background-image: url(i/lm_bg.gif);
}
#leftMenu div.bottom{
	width: 176px;
	height: 7px;
	background-image: url(i/lm_bottom.gif);
	background-repeat: no-repeat;
	font-size:1px;line-height:1px;
}

#leftMenu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#leftMenu li {
	margin: 0;
	padding: 0px;
	padding-left: 29px;
	background-image: url(i/lm_st.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#leftMenu li.sep {
	height: 5px;
	margin: 0;
	padding: 0px;
	background-image: url(i/lm_sep.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-size:1px;line-height:1px;
}
#leftMenu li.active {
	background-image: url(i/lm_st_act.gif);
}
#leftMenu li.topSep {
	height: 11px;
	background-image: none;
}
#leftMenu li.topLastSep {
	height: 4px;
	background-image: none;
	border-bottom: 1px solid #449324;
	font-size:1px;line-height:1px;
}
#leftMenu li div {
	margin: 1px 0 1px 0;
}
#leftMenu li a {
	font-family:Trebuchet MS,Helvetica,sans-serif,Arial;
	font-weight:bold;
	color:#00206A;
}
#leftMenu li a:hover {
	color:#449324;
}

#leftMenu li.active a {
	color:#449324;
}
#leftMenu li.active a:hover {
	color:#00206A;
}

#leftMenu div.banners {
	padding: 15px;
}
#leftMenu div.sep {
	height: 1px;
	border-bottom: 1px solid #449324;
	font-size:1px;line-height:1px;
}

#content {
	width: 400px;
	padding-top: 20px;
	float: left;
}

#rightMenu {
	width: 176px;
	margin-left: 24px;
	margin-bottom: 15px;
	float:right;
	background-image: url(i/rm_bg.gif);
}

#rightMenu div, #rightMenu a{
	font-family:Trebuchet MS,Helvetica,sans-serif,Arial;
}


#rightMenu div.bottom{
	width: 176px;
	height: 7px;
	background-image: url(i/rm_bottom.gif);
	background-repeat: no-repeat;
	font-size:1px;line-height:1px;
}

#rightMenu div.banners {
	padding: 15px;
}

#rightMenu div.sep {
	height: 1px;
	border-bottom: 1px solid #449324;
	font-size:1px;line-height:1px;
}


#bottomBox {
	clear: both;
	background-color: #F1FAFB;
	border-top: 1px solid #68BD45;
	margin-top: 20px;

}
#bottomBox div, #bottomBox a{
	font-family:Trebuchet MS,Helvetica,sans-serif,Arial;
}
#bottomBox div{
	float: left;
	width: 100px;
	margin-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#bottomBox div.first{
	width: 184px;
	margin-right: 30px;
}
#bottomBox div.last{
	margin-right: 0;
}

.demoAlert {
	background-color: #CC0000;
	padding:5px;
	color:white;
	font-weight: bold;
	text-align:center;
}

.demoInfo {
	background-color: #68bd45;
	padding:5px;
	text-align:center;
}
.demoInfo a{
	color:white;
	font-weight: bold;
	text-decoration:underline;
}



#footerSep {
	clear:both;height:1px;font-size:1px;line-height:1px;
	border-top: 1px solid #68BD45;
}
#footer {
	height: 15px;
	padding: 5px 10px 0 10px;
	color: white;
	text-align: center;
	background-color: #68BD45;
}
#footer a, #footer div {
	color: white;
}
#footer img {
	vertical-align: bottom;
}

.banners {
	text-align: center;
}


