/* CSS Document */

* {
	padding:0;
	margin:0;
	border:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	text-align:center;
}

#container {
	text-align:left;
	margin:0 auto;
	width:768px;
}

a {
	color:#000;
}

a:hover {
	text-decoration:none;
}


#top-icons {
	text-align:right;
	border-top: 5px solid #4d80b6;
	height:50px;
	_height:75px;
	padding-top:25px;
	width:100%;
}

#top-icons a {
	border-right:1px solid #000;
	padding-left:19px;
	font-size:10px;
	padding-right:10px;
	text-decoration:none;
}

#top-icons a:hover {
	color:#bac3c5;
}

#top-icons a:hover {
	text-decoration:underline;
}

#home-ico {
	background:url(img/home-ico.gif) center left no-repeat;
}

#home-ico:hover {
	background:url(img/home-ico-hover.gif) center left no-repeat;
}

#map-ico {
	background:url(img/map-ico.gif) center left no-repeat;
}

#map-ico:hover {
	background:url(img/map-ico-hover.gif) center left no-repeat;
}

#top-icons a#contact-ico {
	background:url(img/contact-ico.gif) center left no-repeat;
	border-right:0;
}

#top-icons a#contact-ico:hover {
	background:url(img/contact-ico-hover.gif) center left no-repeat;
}


#header {
	background:#2e67b9 url(img/header-bg1.gif) top repeat-x;
	
}

#header .inner {
	background: url(img/header-bg.gif) top left no-repeat;
	position:relative;
	height:150px;
}

#logo {
	position:absolute;
	top:43px;
	left:30px;
}

#header h1 {
	margin-left:240px;
	padding-top:25px;
	font-size:18px;
	color:#fff;
	text-align:center;
}

#header h1 span {
	display:block;
	font-size:36px;
}

#top-menu {
	background:url(img/top-menu-bg.gif) top repeat-x;
	height:66px;
}

#top-menu ul {
	float:left;
	list-style:none;
}

#top-menu ul li {
	float:left;
	width:111px;
	_width:112px;
	border-right:1px solid #000;
	text-align:center;
	background:url(img/top-menu-li-bg.gif) center left no-repeat;
}

#top-menu ul li#last {
	width:95px;
	_width:96px;
	border-right:none;
}

#top-menu a {
	display:block;
	_position:relative;
	padding:25px 0;
	color:#093eaa;
	background:url(img/top-menu-a-bg.gif) bottom right no-repeat;
}

#top-menu a:hover {
	background:url(img/top-menu-bg-hover.gif) top repeat-x;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}


#left-side {
	width:360px;
	float:left;
	padding-bottom:5px;
}

#right-side {
	width:394px;
	float:right;
	padding-bottom:5px;
}

div#blue-txt-block {
	background:#3a99d5 url(img/uzor.gif) bottom left no-repeat;
	color:#fff;
	padding:0 4px;
	padding-bottom:20px;
}

#right-menu {
	list-style:none;
}

#right-menu li {
	padding-top:25px;
	padding-bottom:15px;
	padding-left:54px;
}

#right-menu a {
	background:url(img/menu-bullet.gif) center left no-repeat;
	padding-left:15px;
	border-left:1px solid #5260aa;
	border-bottom:1px solid #5260aa;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

#ico1 {
	background:url(img/ico1.gif) center left no-repeat;
}

#ico2 {
	background:url(img/ico2.gif) center left no-repeat;
}

#ico3 {
	background:url(img/ico3.gif) center left no-repeat;
}

#ico4 {
	background:url(img/ico4.gif) center left no-repeat;
}

#ico5 {
	background:url(img/ico5.gif) center left no-repeat;
}

#ico6 {
	background:url(img/ico6.gif) center left no-repeat;
}

#news {
	background:#185ba0;
	padding-left:22px;
	color:#fff;
	padding-bottom:8px;
}

#news h3 {
	padding-top:12px;
	padding-bottom:8px;
}

#news ul {
	margin-left:3px;
	list-style:none;	
}


#footer {
	clear:both;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #000;
}

#designed {
	float:right;
}

#designed a {
	color:#185ba0;
}