@charset "iso-8859-2";
/*********************************/
/****** basic layout styles ******/
/*********************************/
html, body {
	background-color: #fff;
	margin: 0;
	padding: 0;
}

*, body, td, label {
	font-family: Arial, sans-serif;
}

body {
	font-size:62.5%;
}

#pageWrapper {
	width: 987px;
	margin: 10px auto;
	overflow: hidden;
}

#headerWrapper {
	/*	coment for smartedit */
	height: 100px;
}

#headerWrapper #logo {
	margin: 0;
	padding: 0;
	height: 50px;
}
#headerWrapper #logo a {
	display: inline-block;
	background: #fff url(../../images/logo_header.png) no-repeat;
	height: 30px;
	width: 420px;
}
#headerWrapper #logo a span {
	display: none;	
}

#indexWrapper {
	width: 205px;
	float: left;
	padding-bottom: 10px;
}

#mainWrapper {
	width: 547px;
	float:left;
	padding: 0 15px 10px 15px;
}

#outdexWrapper {
	width: 205px;
	float: right;
	padding-bottom: 10px;
}

#footerWrapper {
	border-top: solid 1px #999;
	padding: 10px 0;
	overflow: hidden;
	clear: both;
}

.contentBreak {
	clear: both;
}

/*********************************/
/**** main navigation styles *****/
/*********************************/
#headerWrapper #navigation {
	/*	coment for smartedit */
	overflow: hidden;
	height: 50px;
}
#navigation ul {
	text-align: right;
	background: #fff url(../../images/header_navigation_bkg.png) repeat-x left bottom;
	float: right;
}
#navigation ul,
#navigation li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	height: 22px;
	overflow: hidden;
	text-align: center;
	margin-left: 15px;
}
#navigation ul li:first-child {
	margin: 0;
}

#navigation a:link,
#navigation a:visited,
#navigation a:active,
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #585858;
	font-size: 1.1em;
	overflow: hidden;
	text-transform: uppercase;
}

#navigation .orange {
	background: #fff url(../../images/header_navigation_orange_bkg.png) repeat-x left bottom;
}
#navigation .orange a:link,
#navigation .orange a:visited {
	color: #f2670c;
}
#navigation .blue {
	background: #fff url(../../images/header_navigation_blue_bkg.png) repeat-x left bottom;
}
#navigation .blue a:link,
#navigation .blue a:visited {
	color: #1a8dcc;
}
#navigation .darkgrey {
	background: #fff url(../../images/header_navigation_grey_bkg.png) repeat-x left bottom;
}
#navigation .darkgrey a:link,
#navigation .darkgrey a:visited {
	color: #666667;
}
#navigation .red {
	background: #fff url(../../images/header_navigation_red_bkg.png) repeat-x left bottom;
}
#navigation .red a:link,
#navigation .red a:visited {
	color: #b83c11;
}
#navigation .redlight {
	background: #fff url(../../images/header_navigation_redlight_bkg.png) repeat-x left bottom;
}
#navigation .redlight a:link,
#navigation .redlight a:visited {
	color: #ba735a;
}
#navigation .green {
	background: #fff url(../../images/header_navigation_green_bkg.png) repeat-x left bottom;
}
#navigation .green a:link,
#navigation .green a:visited {
	color: #549b7d;
}
#navigation .gold {
	background: #fff url(../../images/header_navigation_gold_bkg.png) repeat-x left bottom;
}
#navigation .gold a:link,
#navigation .gold a:visited {
	color: #b6952f;
}

/*********************************/
/****** page footer styles *******/
/*********************************/
ul.footerLinks,
ul.footerLinks li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.footerLinks li {
	float: left;
	margin-right: 15px;
}
ul.footerLinks li a:link,
ul.footerLinks li a:visited,
ul.footerLinks li a:active,
ul.footerLinks li a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #585858;
	font-size: 1.1em;
	overflow: hidden;
}

div.copyright {
	float: right;
	font-size: 1.2em;
	font-family: Calibry, Arial, sans-serif;
	color: #666;
	line-height: 16px;
	height: 16px;
	vertical-align: middle;
	overflow: hidden;
	padding-right: 22px;
	background: #fff url(../../images/logo_pbz_footer.png) no-repeat right;
}
div.copyright a {
	display: none;
	background: #fff url(../../images/logo_pbz_footer.png) no-repeat;
	height: 16px;
	line-height: 16px;
	width: 137px;
	vertical-align: middle;
	margin: 0 0 2px 2px;
}
div.copyright a span {
	display: none;	
}

div.poweredby {
	font-size: 1.1em;
	font-family: Calibry, Arial, sans-serif;
	color: #999;
}
div.poweredby a {
	color: #999;
	text-decoration: none;
}

