html,body {
	margin:0;
	padding:0;
}
body {
	background: #ffe684 url(../img/sitebackground.jpg) repeat-x top center;
	font: normal 11px/1.3em Tahoma, Geneva, sans-serif;
	color: #84785f;
}

.left {
	float:left;
	margin:5px 20px 0 0;
}

#wrapperAll {
	width: 710px;
	margin: 0 auto;
}

#siteTop {
	height: 103px;
	background:url(../img/site-border-top.png) no-repeat 0 100%;
	position: relative;
}

#logoBilans {
	display: block;
	width: 78px;
	height: 79px;
	background: url(../img/bilansdwulatka-logo.png) no-repeat 0 0;
	position: absolute;
	top: 5px;
	left: 0;
	overflow: hidden;
	text-indent: -10000px;
}


#logoBebiko {
	display: block;
	width: 123px;
	height: 62px;
	background: url(../img/logo_bebiko.gif) no-repeat 0 0;
	position: absolute;
	top: 15px;
	left: 590px;	
	overflow: hidden;
	text-indent: -10000px;
}



#topMenu {
	font: normal 13px/1.3em Verdana, Geneva, sans-serif;
	color: #265d9f;
	margin: 0 0 4px 0;
	width: 670px;
	height: 30px;
}

	#topMenu li {
		float: left;
		margin: 2px 8px 0 0;
	}
	
	#topMenu li a {
		padding: 0 0 0 6px;
		color: #265d9f;
		text-decoration: none;		
		background: url(../img/bullet_top-menu.gif) no-repeat 0 60%;
	}

	#topMenu li a:hover {
		text-decoration: none;
	}	

	#topMenu li.Selected a {
		background: url(../img/bullet_top-menu-selected.gif) no-repeat 0 60%;
		color: #f27e17;		
	}

#siteHeader {
	position: relative;
	width: 670px;
	height: 211px;
}

#bearInHeader {
	position: absolute;
	width: 670px;
	height: 160px;
	bottom: 0;
	z-index: 2;
	background: url(../img/headers/misiek.png) no-repeat 0 0;
}

#linkInHeader { display: block; width: 107px; height: 51px; background: transparent; position: relative; top: -177px; left: 553px; z-index: 10; }

#siteHeader img {
	display: block;
	position: relative;
	z-index: 1;
}

a#send2friendTab {
	position:absolute;
	display:block;
	background: url(../img/send-2-friend-tab.png) no-repeat -2px 0;
	width:25px;
	height:153px;
	text-indent:-1000px;
	overflow:hidden;
	top:0;
	left:711px;
	cursor:pointer;
}
a#send2friendTab:hover {
	background-position: 0 0;	
}

#wrapperContent {
	background:url(../img/site_border-center.gif) repeat-y 0 0;
	padding: 0 20px 0 20px;
	position: relative;
}

.MainPage #content {
	padding: 5px 45px 5px 45px;
}



.SubPage #content {
	float: left;
	width: 430px;
	padding: 5px 45px 10px 25px;
	margin: 0 0 20px 0;
}

#leftCol {
	float: left;
	position: relative;
	width: 170px;
	padding: 5px 0 10px 0;
	margin: 0 0 20px 0;	
	background: url(../img/misiek-wiatrak.jpg) no-repeat 30px 100%;
	min-height: 400px;
}

#leftCol.NoMenu {
	background: url(../img/misiek-wiatrak.jpg) no-repeat 30px 10px;
}

#emptyLeftCol.NoMenu {
	float: left;
	position: relative;
	width: 170px;
	padding: 5px 0 10px 0;
	margin: 0 0 20px 0;	
	min-height: 400px;
	background: url(../img/misiek-wiatrak.jpg) no-repeat 30px 10px;
}

.MainPage #leftCol {
	display: none;
}

#leftMenu li {
	font: normal 13px/1.3em Verdana, Geneva, sans-serif;
}
#leftMenu li a {
	color: #265d9f;
	padding: 0 0 0 6px;
}
#leftMenu li.Selected li.Selected a,
#leftMenu li.Selected a {
		background: url(../img/bullet_top-menu-selected.gif) no-repeat 0 60%;
		color: #f27e17;	
}
#leftMenu li.Selected li a {
		background: none;
		color: #265d9f;	
}
#leftMenu li li {
	font: normal 11px/1.3em Verdana, Geneva, sans-serif;
	margin: 0 5px 0 10px;
}

/*
	partners
*/

#partners {
	position: relative;	
	clear: both;
	border-top: 1px solid #ebe7dc;
	margin: 0 50px 0 50px;
	padding: 4px 0 0 0;
}
	#partners .Title {
		width: 77px;
		height: 17px;
		background: url(../img/partnerzy_akcji.gif) no-repeat 0 0;
		text-indent: -10000px;
		overflow: hidden;
		position: absolute;
		top: 22px;
		left: 1px;
	}
	
	#partners a {
		margin: 5px 30px 0 0;
		text-decoration: none;
	}
	
	#partners a.first { margin-left: 142px; }

/*
	site footer
*/
#siteFooter {
	clear: both;
	font: normal 10px/1.5em Verdana, Geneva, sans-serif;
	color: #FFF;
	background: url(../img/site-border-bottom.png) no-repeat 0 0;
	text-align: center;
	height: 73px;
	padding: 27px 0 13px 0;
	color: #1c5687;
}
	#siteFooter a {
		color: #1c5687;
		text-decoration: none;
	}
	#siteFooter a:hover {
		text-decoration: underline;
	}

	
