body {
	padding: 0;
	margin: 0;
	text-align: center;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: arial;
	color: #333333;
}

#page {
	width: 780px;
	margin: 0 auto;
	background: url(../img/logo.jpg) no-repeat top right;
	text-align: left;
}

#logo {
	float: left;
	display: block;
	width: 162px;
	height: 64px;
	margin: 20px 0 16px 40px;
	background: url(../img/logo.png) no-repeat;
	text-indent: -9999px;
}

#menu {
	display: block;
	float: right;
	padding: 0;
	margin: 30px 0 0 0;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	height: 50px;
	padding: 0;
	margin: 0 2px;
	text-indent: -9999px;
}

#strona_glowna {	width: 132px; background: url(../img/menu/strona_glowna.png) no-repeat; }
#o_nas {	width: 62px; background: url(../img/menu/o_nas.png) no-repeat;}
#aktualnosci { width: 110px; background: url(../img/menu/aktualnosci.png) no-repeat;}
#klienci { width: 71px;	background: url(../img/menu/klienci.png) no-repeat;}
#kontakt { width: 81px;	background: url(../img/menu/kontakt.png) no-repeat; }

#menu a:hover { background-position: 0 -50px; }
#menu a.active { background-position: 0 -100px; }

#tagline {
	clear: both;
	width: 780px;
	height: 200px;
}

#tagline object {
	position: relative;
	z-index: 0;
}

#submenu {
	float: left;
	display: block;
	width: 200px;
	margin: 0;
	padding: 20px 0 20px 0;
	list-style: none;
	list-style-image: url(../img/pointer_closed.png);
	line-height: 18px;
}

#submenu li {
	margin: 10px 0;
	padding: 0;
	background-image: url(../img/submenu_header_bg.png);
	background-repeat: repeat-x;
}

#submenu li ul { 
	margin: 0;
	padding: 0;
	background: none;
}

#submenu li ul li { 
	margin: 0;
	padding: 0;
	background: none;
}

#submenu li ul li ul{ 
	display: none;
	margin: 0 0 0 13px;
	padding: 0;
	background: none;
}

#submenu span.root {
	color: #333333;
	font-size: 14px;
	padding: 3px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background: white;
}

#submenu li ul span.expandable {
	color: #0a95c9;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background-repeat: repeat-x;
}

#submenu span.expandable:hover {
	text-decoration: underline;

}

#submenu .expanded  ul {
	display: block;
}

#submenu a {
	font-size: 12px;
}

#content {
	float: right;
	width: 500px;
	margin: 20px 40px;
}

#content ul li {
	font-size: 12px;
	line-height: 20px;
	margin-left: 10px;
}

h1, h2, h3 {
	/* 
	margin: 0;
	padding: 0;
	*/
	padding: 10px 0;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

p {
	font-size: 12px;
	line-height: 20px;
}

p.date {
	color: #aaa;
}

a {
	text-decoration: none;
	color: #0a95c9;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img.news_illustration {
	float: left;
	margin: 0 20px 20px 0;
}

#products {
	margin: 15px 0;
}

#products a {

}

#products a img {

	margin: 0 10px 10px 0;
}

#footer {
	background-image: url(../img/footer_bg.png);
	background-repeat: repeat-x;
	background-color: #999999;
	padding-bottom: 20px;
	text-align: center;
}

#footer_content {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#footer h3 {
	font-size: 13px;
	color: #ffca05;
}

#clients {
	float: left;
	display: block;
	width: 200px;
	margin: 0;
	padding: 0;
	background-image: url(../img/triangle.png);
	background-repeat: no-repeat;
	background-position: 90px 40px;
}

#clients h3 {
	margin: 0;
	padding: 12px 0;
	color: white;	
	text-align: center;
}

#logos {
	width: 200px;
	height: 120px;
	margin-top: 20px;
	background: white;	
}

#logos img {
	display: block;
}

#footer_menu_wrapper {
	float: right;
	width: 500px;
	padding: 0 40px;
}

#footer_menu_wrapper  h3 {
	margin: 0;
	padding: 12px 0;
	color: #ffca05;
}

*.clear {
	height: 0;
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
	clear: both;
}

.cake-debug {
	background: orange;
}	