body {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	background-color: #fff;
	color: #191919;
	margin: 0; padding: 0;
	/* background-image: url('../images/grid.png'); */
	}


/* typo */
a {
	color: #088eca;
	text-decoration: none;
	outline: none;
	}
a:hover {
	text-decoration: underline;
	}
img {
	border: 0;
	}
h3{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12px;
	color: #202020;
	margin: 0 0 8px 0; padding: 0;
	font-weight: normal;
	}


/* structure */
#page {
	position: absolute;
	top: 0;
	margin-top: 46px;
	left: 0;
	width: 100%;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	}
#page_pad {
	margin-left: 190px;
	width: 775px;
	}
#sidebar {
	width: 204px;
	float: left;
	padding-top: 7px;
	/* mateusz edit 24.07.08 */
	/* height:1px; */
	}
#content {
	width: 555px;
	color: #fff;
	background-color: #383838;
	/*
	margin: 0 0 0 204px;
	top: 0;
	left: 0 !important;
	left: -3px;
	*/
	position: relative;
	float:left;

	}
#footer {
	height: 1%;
	clear: both;
	overflow: hidden;
	padding-bottom: 33px;
	}


/* menus */
ul.menu{
	margin: 0; padding: 0;
	list-style: none;
	}
ul.menu li{
	background: url('../images/bull.png') no-repeat;
	margin: 0; padding: 0 0 0 8px;
	width: 190px;
	}
ul.menu li.expanded{
	background: url('../images/bull_expanded.png') no-repeat;
	}
ul.menu li a,
ul.menu li span{
	padding: 2px 7px 3px 6px;
	line-height: 18px;
	color: #191919;
	cursor: pointer;
	}
ul.menu li a.active{
	color: #171717;
	background-color: #ebebe9;
	}
ul.submenu{
	height: 1%;
	margin: 0 0 0 10px; padding: 0;
	list-style:none;
	}
ul.submenu li{
	background: url('../images/bull_sub.png') no-repeat;
	margin: 0; padding: 0 0 0 8px;
	width: 134px;
	}
ul.submenu li a{
	color: #5d5d5f;
	}
ul.submenu li a.active{
	color: #5d5d5f;
	background-color: #ececec;
	}
#newsletter_submenu form {
	margin: 0;
	padding: 2px 0 0 6px;
}
#newsletter_submenu input {
	margin-top: 4px;
}
#newsletter_submenu #newsinp {
	border-top: 1px solid #b0b0b1;
	border-left: 1px solid #b0b0b1;
	border-right: 1px solid #5d5d5f;
	border-bottom: 1px solid #5d5d5f;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: black;
	width: 140px;
	padding: 1px  2px 1px 2px;
}
#newsletter_submenu #newssub {
	border-top: 1px solid #e0e0e1;
	border-left: 1px solid #e0e0e1;
	border-right: 1px solid #a4a4a5;
	border-bottom: 1px solid #a4a4a5;
	background-color: #f3f3f3;
	color: #5d5d5f;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	width: 40px;
	font-weight: bold;
	padding: 0;
}


/* sidebar */
div#sidebar ul#mainmenu {
	margin-top: 46px;
	padding-bottom: 50px;
	}
div#how_can_u_help h3 {
	font-size: 16px;
	text-indent: 12px;
	}


/* footer_columns */
ul#footer_columns{
	margin: 0; padding: 0;
	list-style: none;
	}
ul#footer_columns li.partners,
ul#footer_columns li.info{
	margin: 0; padding: 0;
	float: left;
	}
ul#footer_columns li.partners{
	width: 204px;
	}
ul#footer_columns li.partners img{
	margin-left: 8px;
	border: 1px solid #eee;
	float: left;
	}
ul#footer_columns li.info{
	width: 170px;
	margin-left: 15px;
	padding-bottom: 13px;
	}
ul#footer_columns .h3_container{
	height: 48px;
	position: relative;
	}
ul#footer_columns li.partners h3{
	position: absolute;
	left: 15px;
	bottom: 6px;
	margin: 0; padding: 0;
	}
ul#footer_columns li.info h3{
	position: absolute;
	left: 0;
	bottom: 6px;
	margin: 0; padding: 0;
	}
ul#footer_columns ul{
	margin: 4px 0 0 0; padding: 0;
	list-style: none;
	}

#footer_line {
	width:100%;
	height:1px;
	margin-top:47px;
	background:url(../images/footer.png) no-repeat;
	position:absolute;
	left:0;
}
* html #footer_line {
	width:949px;
}


/* footer */
#footer_lvl2 {
	clear: both;
	position:relative;
}
#footer address {
	width: 188px;
	float: left;
	color: #8b8b8b;
	font-style: normal;
	font-size: 11px;
	margin: 0;
	padding: 13px 0 0 16px;
	}
#footer address a {
	/*color: #8b8b8b;
	text-decoration: underline;*/
	}
#footer address a:hover {
	/*color: #088eca;*/
	}
#footer .more_info {
	float: left;
	padding: 13px 0 0 15px;
	color: #8b8b8b;
	width: 350px;
}
#footer .facebook {
	position: absolute;
	top: 12px;
	left: 606px;
}
#footer .facebook a {
	color: #3B5998;
}
#footer .facebook img {
	vertical-align: bottom;
}
#footer .cookie {
	position: absolute;
	top: 62px;
	left: 659px;
	width: 99px;
	height: 36px;
}
* html #footer .cookie {
	left: 25px;
}
#footer .cookie a {
	display: block;
	width: 99px;
	height: 36px;
	text-indent: -999em;
	background-image: url('../images/cookie_bottom.png');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	}
#footer .cookie a:hover {
	background-position: 0% 100%;
	text-decoration: none;
	}
#footer .procent {
	width:500px;
	position: absolute;
	top: 209px;
	left: 219px;
	color: #8b8b8b;
	}
#footer .procent img {
	margin-right:18px;
	float: left;
	}
#footer .procent p {
	margin-top:14px;
	float: left;
	}


/* form */
textarea {
	width: 240px !impornant;
	width: 232px;
	height: 150px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #616162;
	color: #ffffff;
	padding: 4px 5px 5px 5px;
	border: 1px solid #616162;
	}
input.text {
	width: 240px !impornant;
	width: 232px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #616162;
	color: #ffffff;
	padding: 4px 5px 5px 5px;
	border: 1px solid #616162;
	}
input.submit {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #1b1b1b;
	color: #ffffff;
	padding: 2px 3px 3px 3px;
	border: 1px solid #1b1b1b;
	margin-top: -1px;
	cursor: pointer;
	}

#splash{
	height: 564px;
	width: 555px;
	position: relative;
	display: block;
	}
#rollover{
	height: 19px;
	width: 555px;
	position: absolute;
	top: 545px;
	left: 0;
	background: url('../images/a_off.gif') no-repeat;
	}
#splash:hover #rollover{
	background: url('../images/a_on.gif') no-repeat;
	}
#kartka_rollover{
	height: 19px;
	width: 555px;
	position: absolute;
	top: 545px;
	left: 0;
	background: url('../images/b_off.gif') no-repeat;
	}
#splash:hover #kartka_rollover{
	background: url('../images/b_on.gif') no-repeat;
	}
#kropla_rollover,
#tortura_rollover,
#procent_rollover{
	height: 65px;
	width: 555px;
	position: absolute;
	top: 500px;
	left: 0;
	background: url('../images/c_off.gif') no-repeat;
	}
#tortura_rollover{background: url('../images/d_off.gif') no-repeat;}
#splash:hover #kropla_rollover{background: url('../images/c_on.gif') no-repeat;}
#splash:hover #tortura_rollover{background: url('../images/d_on.gif') no-repeat;}

#procent_rollover{background: url('../images/e_off.gif') no-repeat;}
#splash:hover #procent_rollover{background: url('../images/e_on.gif') no-repeat;}
