/*----TOP PANEL----*/
body {
	color: #44433f;
	padding: 4px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background:url(images/back.jpg) repeat-x #E2DFDF;
	font-family: "Futura Medium", "Myriad Pro", "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
}
/*----TOP PANEL----*/
#topPan{
	width:900px;
	height:150px;
	position:relative;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#topPan img{
	width:250px;
	height:70px;
	position:absolute;
	top:11px;
	left:0px;
}

a {
	color: #E5F2FB;
	text-decoration: none;
}
a:hover {
	color: #FC0;
}
p {
	margin: 0 0 17px;
	padding: 0;
	line-height: 18px;
}
.wrapper {
	width: 910px;
	margin: 3px auto;
}
.nav {
	background: #fff url(images/nav_bg.png) repeat-x;
	float: left;
	width: 888px;
}
.nev-wrapper {
	clear: both;
	float: left;
}
.nav-left {
	background: url(images/nav_left.png) no-repeat top left;
	float: left;
	width: 11px;
	height: 41px;
}
.nav-right {
	background: url(images/nav_right.png) no-repeat top right;
	float: left;
	width: 11px;
	height: 41px;
}
.nav ul {
	width: 848px;
	height: 38px;
	float: left;
	margin: 0;
	padding-top: 3px;
	list-style: none;
	font-size: 15px;
}
.nav li {
	float: left;
	padding: 0 7px;
	background: url(images/split.png) no-repeat right center;
	position: relative;
	z-index: 1;
	letter-spacing: 1px;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	line-height: 38px;
	overflow: hidden;
	float: left;
}
a .menu-left {
	background: url(images/menu_left.gif) no-repeat left top;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url(images/menu_mid.gif) repeat-x top left;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-right {
	background: url(images/menu_right.gif) no-repeat top left;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	background-position: 0 -37px;
	line-height: 35px;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #09548B;
}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(images/submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
}
.nav li ul {
	background: url(images/submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 14px;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}
.nav li:hover li a,
.nav li.active li a {
	color: #09548B;
	background: none !important;
	line-height: normal;
	width: 156px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	background: url(images/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}
.content {
	width:900px;
	height:380px;
	clear: both;
	text-align: left;
	line-height: 1.8em;
	color: #666;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color:#FFF;
	margin-left: 4px;
	letter-spacing:2px;
	font-style: normal;
	background-image: url(images/contact.jpg);
}
.content h1 {
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px dashed #C1D9F0;
}
.content h2 {
	font-weight: 400;
	text-transform: lowercase;
	font-size: 28px;
	padding-left: 2px;
	margin-bottom: -5px;
	color: #39C;
	letter-spacing: 2px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 37px;
	padding-bottom: 22px;
}
.content h3 {
	font-weight: 400;
	text-transform: none;
	font-size: 14px;
	padding-left: 18px;
	margin-bottom: 0px;
	color:#6A8691;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding-bottom: 0px;
	margin-top:-5px;
}

.content h4 {
	font-weight: normal;
	text-transform: lowercase;
	font-size: 11px;
	padding-left: 2px;
	letter-spacing: -1px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 18px;
	width: 370px;
	float:left;
}
.content p {
	padding: 0 15px;
	text-align: justify;	
}
.content-bottom {
	width: 710px;
	background: transparent url(images/content_bottom.png) no-repeat;
	height: 13px;
	float: left;
}
.rule2 {
	BACKGROUND-IMAGE: url(i/rule.gif); MARGIN: 15px auto; WIDTH: 100%; BACKGROUND-REPEAT: repeat-x; HEIGHT: 2px; CLEAR: both
}
.leftcolumn {
	PADDING-BOTTOM: 10px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 10px;
	FLOAT: right;
	PADDING-TOP: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 30px;
	height: 300px;
	width: 320px;
}
.leftcolumn2 {
 PADDING-BOTTOM: 10px; PADDING-LEFT: 0px; WIDTH: 670px; PADDING-RIGHT: 10px; FLOAT: left; PADDING-TOP: 0px
}

.leftcolumn3 {
	BORDER-LEFT: #eff1e4 0px solid;
	WIDTH: 85px;
	margin-top: 330px;
	margin-left: 20px;
	FLOAT: left;
	height:26px;
	text-align:center;
	font-size:15px;
	padding-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: normal;
	background-image: url(images/war.png);
	background-repeat: no-repeat;
}

.leftcolumn3 h5{   letter-spacing: 1px; text-align:left; padding-left:10px; margin-top:3px; font-weight:normal;}

#sidebar {
	width:177px;
	float:left;
	background-image:none;
	background-position:top;
	background-repeat:no-repeat;
	color:#777;
	line-height:18px;
	font-size:13px;
	letter-spacing:1px;
	word-spacing:0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFF;
	height: 370px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #A8BCCC;
}

#sidebar h1 {
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#F2C21C;
	font-weight:normal;
	margin:10px 0 10px 0;
}
#sidebar h1.first {
	color:#fff;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}

#sidebar .linkroll {
	margin:10px 0 10px 0;
	padding:0;
	border-top:none;
}
.linkroll li {
	margin:1px;
	padding:0 !important;
	padding:1px;
	list-style:none;
}

.linkroll li a {
	display:block;
	margin:0;
	color:#777;
	text-decoration:none;
	background-image:url(images/document.png);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8BCCC;
	background-color: #FFF;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 17px;
	
}

.linkroll li a:hover {
	background-color:#E2EDEF;
	color:#444;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	
}

.rightcolumn {
	PADDING-BOTTOM: 10px;
	PADDING-LEFT: 0px;
	WIDTH: 400px;
	PADDING-LEFT: 240px;
	FLOAT: left;
	PADDING-TOP: 0px;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	letter-spacing:1px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #39C;
}

.rightcolumn a{ font:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:17px; font-weight:normal; text-decoration: none; color:#06C; letter-spacing:1px;}
.rightcolumn a:hover{ color:#396; text-decoration:none;}

.rightcolumn1 {
	PADDING-BOTTOM: 10px;
	PADDING-LEFT: 0px;
	WIDTH: 100px;
	PADDING-LEFT: 240px;
	FLOAT: left;
	PADDING-TOP: 0px;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	letter-spacing:1px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #39C;
}

.rightcolumn1 a{ font:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:17px; font-weight:normal; text-decoration: none; color:#06C; letter-spacing:2px;}
.rightcolumn1 a:hover{ color:#396; text-decoration:none;}

.clear {
	CLEAR: both
}

/* kroki
   ------ */
.kroki {
	width:70px;
	height:26px;
	clear: both;
	text-align: left;
	line-height: normal;
	padding-top: 4px;
	padding-right: 280px;
	padding-bottom: 4px;
	padding-left: 11px;
	background-repeat: no-repeat;
	margin-left: 19px;
	letter-spacing:2px;
	background-image: url(images/kroki.jpg);
	color: #FFF;
	margin-top: 20px;
	float: right;

}

.kroki a{
	color: #FFF;
	font-size:13px;
	background: NONE;
	font-weight:400;
}
.kroki a:hover {
	color:#F00;
	background: NONE;
	text-align: left;
}
/* footer
   ------ */

.footer {
	width:900px;
	height:44px;
	clear: both;
	text-align: left;
	line-height: 1.8em;
	color: #CCCCCC;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 4px;
	background:url(images/foot.jpg) no-repeat;
	background-repeat: no-repeat;
	margin-left: 4px;
	letter-spacing:2px;
	font-style: normal;
}

.footer a {
	color: #FFCC00;
	font-size:11px;
	background: NONE;
}
.footer a:hover {
	color: #FFF;
	background: NONE;
}
