/*
 * @author Agencja Interaktywna WMC
 * @see http://www.agencjawmc.pl
 *
 * @project Beliisa
 */

/* -- CLEARFIX -- */

.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    font-size: 0px;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

.clearfix {display: block;}

/* -- end of CLEARFIX -- */

body {
	background: #fff url("/static/images/body.bg.png") repeat-x;
	color: #aaadb0;
	margin: 0;
}
body, input, textarea, select {
	font: 8pt normal Tahoma, Arial, sans-serif;
}
div#page {
	margin: 0 auto 0;
	overflow: hidden;
	width: 1000px;
}
div#header {
	height: 121px;
}
	div#header a.logo {
		width: 165px;
		height: 72px;
		float: left;
		margin: 30px 0 0 21px;
		background: url("/static/images/header.logo.png") no-repeat;
	}
	div#header ul.navbar {
		list-style: none;
		margin: 21px 29px 0 0;
		display: inline; /* IEFIX*/
		float: right;
	}
	div#header ul.navbar li {
		float: left;
		padding: 0 15px 0 15px;
		background: url("/static/images/navbar.bg.png") no-repeat right;
	}
	div#header ul.navbar li.last
	{
		background: none;
		padding-right: 0;
	}
	div#header ul.navbar li a {
		text-decoration: none;
		color: #aaadb0;
	}
	div#header ul.navbar li a:hover,
	div#header ul.navbar li a.mark {
		text-decoration: underline;
		color: #de7596;
	}

div#flash {
	clear: both;
	height: 446px;
}

div#footer {
	width: 975px;
	margin: 0px auto 20px;
}
* html div#footer {
	margin-top: 8px;
}
	div#footer div.hr {
		font-size: 0;
		height: 4px;
		background: #e9e9ea;
		margin-bottom: 8px;
	}
	div#footer p {
		float: left;
		margin: 0;
		display: inline;
		padding: 0 0 0 10px;
	}
	div#footer a.project {
		float: right;
		height: 11px;
		width: 48px;
		background: url("/static/images/footer.wmc.png") no-repeat;
	}

/*
 * Other
 *
 */
a span { display: none; }
.overlay {
	/*background: url("/static/images/recommend.overlay.png");*/
	background: #534f4f;
	width: 100%;
	z-index: 90;
	position: absolute;

}