body 
{
	background-color:#252525;
	text-align:center;
	font-family:sans-serif;
}
/*******************************************header Part**********************/
div.banner
{
	background-position:center;
	margin: 0 auto 0 auto; 
	width:800px;
}
/*******************************************top banner part**********************/
div.bannerTop
{
	height:133px;
	width:800px;
	float:top;
}
div.bannerTopLeft
{
	background-image:url('../images/design/baner_top_left.gif');
	height:133px;
	width:215px;
	float:left;
}
div.bannerTopRight
{
	background-image:url('../images/design/baner_top_right.gif');
	height:133px;
	width:585px;
	float:right;
}
div.bannerTopMenu
{
	padding-top:30px;
	padding-right:20px;
	text-align:right;
}
table.bannerTopMenuTable
{
	float:right;
	font-size:14px;
}
table.bannerTopMenuTable td
{
	padding-left:10px;
	padding-right:10px;
}
table.bannerTopMenuTable a:link, table.bannerTopMenuTable a:visited, table.bannerTopMenuTable a:active
{ 
	color:#000000; 
	text-decoration:none;
}
table.bannerTopMenuTable a:hover
{ 
	color:#00ad00; 
	text-decoration:underline;
}
div.bannerTopSlogan
{
	text-align:right;
	padding-right:30px;
	padding-top:30px;
	font-size:18px;
	font-weight:bold;
	color:#00ad00;
}
/*******************************************middle banner part - search menu**********************/
div.bannerMiddle
{
	background-image:url('../images/design/baner_middle4.gif');
	height:45px;
	width:800px;
	float: bottom;
}
table.bannerMiddleContent
{
	float:right;
	padding-right:30px;
	padding-top:10px;
}
td.tdBannerMiddleContent
{
	padding-left:10px;
}
td.tdBannerMiddleContent a:link, td.tdBannerMiddleContent a:visited, td.tdBannerMiddleContent a:active
{ 
	color:#000000; 
	text-decoration:none;
	font-size:14px;
}
td.tdBannerMiddleContent a:hover
{ 
	color:#FFFFFF; 
	text-decoration:underline;
	font-size:14px;
}
input.searchTxt
{
	background-image:url('../images/design/wyszukiwarka.gif');
	width:120px;
	border-color:#00ad00;
	border-width:1px;
	font-size:12px;
	color:gray;
}
/*******************************************banner bottom part - main menu**********************/
div.bannerBottom
{
	background-image:url('../images/design/baner_bottom3.gif');
	height:40px;
	width:800px;
	float: bottom;
	margin-top:0px;
}
table.bannerBottomMenuTable
{
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:0px;
	border:none;
}
table.bannerBottomMenuTable a:link, table.bannerBottomMenuTable a:visited, table.bannerBottomMenuTable a:active
{ 
	color:#000000; 
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
td.nonSelectedMenu
{
	height:40px;
	width:100px;
	text-align:center;
	background-image:url('../images/design/non_selected_menu.gif');
	font-weight:bold;
}
td.nonSelectedMenu a:hover
{ 
	color:#FFFFFF; 
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}
td.selectedMenu
{
	height:40px;
	width:100px;
	text-align:center;
	background-image:url('../images/design/selected_menu.gif');
	font-weight:bold;
}
td.selectedMenu a:hover
{
	color:#00ad00; 
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}

/******************************************body part*************************/
div.body
{
	width:800px;
	height:auto;
	background-color:#FFFFFF;
	margin: 0 auto 0 auto; 
	text-align: left;
	padding-top:30px;
	padding-bottom:20px;
}
div.bodyContent
{
	padding-left:40px;
	padding-right:40px;
	font-size:12px;
	text-align:justify;
}

/******************************************footer part*************************/
div.footer
{
	background-position:center;
	width:800px;
	height:85px;
	margin: 0 auto 0 auto; 
}
/*************************************** footer top part*********************************/
div.footerTop
{
	background-image:url('../images/design/baner_middle4.gif');
	height:30px;
	float:top;
}
div.footerTopContent
{
	padding-top:8px;
	color:#FFFFFF;
	font-size:14px;
}
/*************************************** footer bottom part*********************************/
div.footerBottom
{
	background-image:url('../images/design/footer2.gif');
	height:50px;
	float:bottom;
}
div.footerBottomMenu
{
	padding-top:10px;
}
div.footerBottomMenu a:link, div.footerBottomMenu a:visited, div.footerBottomMenu a:active
{ 
	color:#000000; 
	text-decoration:none;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
}
div.footerBottomMenu a:hover
{ 
	color:#00ad00; 
	text-decoration:underline;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
}