* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0;
	padding: 0;
	background: url(/img/bg.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
}

h1,h2,h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0C95C9;
}

a img {
	border: none;
}

h1 {
	font-size: 20px;
	color: grey;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin-bottom: 15px;
	margin-top: 5px;
	padding-top: 5px;
}

h2 {
	font-size: 18px;
	color: #0b7792
}

h3 {
	
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p,ul,ol {
	margin-top: 0;
	text-align: justify;
}

.to_left {
	float: left;
	margin: 3px 10px 0 10px;
}

.to_right {
	float: right;
	margin: 7px 0 0 5px;
}

.bblue {
	color: #00b6d7;
	font-weight: bold;
	font-size: 11px;
}

label {
	float: left;
	width: 70px;
	text-align: left;
}

input {
	border: 1px solid #ccc;
	margin: 5px;
	background: url('/img/news_bg.jpg') repeat-x #FFF bottom;
	width: 150px;
}

textarea {
	background: url('/img/news_bg.jpg') repeat-x #FFF bottom;
	border: 1px solid #ccc;
	margin: 5px;
	width: 270px;
	height: 120px;
}

.form {
	margin: 10px;
	float: left;
	width: 250px;
	text-align: left;
}

#header {
	width: 973px;
	height: 77px;
	margin: 57px auto 0 auto;
	background: url(/img/menu-bg.jpg) no-repeat left top;
}

#header .lang {
	position: absolute;
	top: 10px;
	margin: 30px 0 0 840px;
}

#header .lang .item {
	height: 13px;
	width: 18px;
	float: left;
	margin-left: 5px;
}

#header .lang .pl {
	background: url(/img/pl.jpg) no-repeat left top;
}

#header .lang .en {
	background: url(/img/en.jpg) no-repeat left top;
}

#header .lang .ru {
	background: url(/img/ru.jpg) no-repeat left top;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
	position: relative;
	height: 41px;
	padding: 9px 10px 15px 10px;
	margin: 0px 15px 0 25px;
	overflow: hidden;
}

/* Force the list to flow horizontally */
.lavaLamp li {
	float: left;
	list-style: none;
}

/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
	background: url("/img/lava.gif") no-repeat right -42px;
	width: 9px;
	height: 42px;
	z-index: 4;
	position: absolute;
}

.lavaLamp li.back .left {
	background: url("/img/lava.gif") no-repeat top left;
	height: 42px;
	margin-right: 9px;
}

/* Styles for each menu-item. */
.lavaLamp li a {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-family: sans-serif;
	color: #fff;
	outline: none;
	text-align: center;
	height: 42px;
	top: 7px;
	z-index: 10;
	letter-spacing: 0;
	float: left;
	display: block;
	margin: 3px 13px 0px 13px;
	width: 96px;
	font-weight: bold;
}

.current {
	min-width: 80px;
}

#page {
	width: 973px;
	margin: 0 auto 0px auto;
	background: #FFF;
}
#page a{
	color: #0B7792; 
}  
#top {
	width: 932px;
	height: 274px;
	background: url("/img/header.jpg") no-repeat top left #FFF;
	margin: 0px 20px 0px 20px;
}

#content {
	float: left;
	width: 933px;
	margin: 0px 0px 65px 0px;
	padding: 10px 20px 15px 20px;
	background: url(/img/page_bottom.jpg) no-repeat bottom left #FFF;
}

#allwidth {
	float: left;
	margin: 10px 0 0 0;
	padding: 10px;
	width: 912px;
}
#allwidth .contactform {
	padding: 15px;
	margin: 10px;
	float: left;
}
.client_summary {
	width: 420px;
	margin: 10px;
	height: 200px;
	border: 1px solid #ccc;
	float: left;
	
}	
#left {
	float: left;
	margin: 10px 0 0 0;
	padding: 10px;
	width: 666px;
}
#left  h3 {
	margin: 20px 20px 0 20px;
	font-weight: bold;	
}
.catviewimages {
	width: 100%;
	float: left;
	margin: 15px 0px;
}

.post-home {
	width: 510px;
	padding-left: 120px;
	padding-bottom: 25px;
	background: url(/img/post-bg.jpg) repeat-y #FFF;
}

.post-news-list {
	width: 610px;
	padding-left: 10px;
	padding-bottom: 25px;
	float: left;
}

.post-news-list h2 {
	color: #097391;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: #ccc dotted 1px;
}

.post-news-list h2 span {
	float: right;
	font-size: 11px;
	color: #ccc;
	font-weight: normal;
}

.content {
	padding: 10px;
	float: left;
	width: 420px;
	text-align: justify;
}

.post-news-list .news-thumb {
	padding: 3px;
	background: #cdcdcd;
	margin: 10px 0px 10px 3px;
	float: left;
}

.post {
	width: 610px;
	padding-left: 10px;
	padding-bottom: 25px;
	line-height: 170%;
}
.post .date {
	border-bottom: 1px #ccc dotted;
	display: block;
	font-size: 11px;
	text-align: right;	
	
}
.post .reference{
 	background: #e9f3f4;
 	padding: 5px; 
 	float: left;
 	margin: 10px;
 	border: 1px #FFF solid;	
 	
}
.post .reference:hover{
	border: 1px #d4e5e7 solid;	
}
.post ._image {
	padding: 5px;
	float: left;
	margin: 10px;
	background: #ccc;
}

.post-home h1 {
	margin: 0 10px 10px 10px;
}

.post-home p {
	margin: 10px;
	line-height: 170%;
	text-indent: 30px;
}

.post-home .summary {
	text-align: justify;
	color: #097391;
	font-weight: bold;
	margin: 10px;
}

.also {
	margin-top: 15px;
	width: 666px;
	border-top: 1px solid #ececec;
}

.also .title {
	width: 625px;
	height: 30px;
	margin: 20px 0 10px 35px;
	background: url(/img/zobacz_takze.jpg) no-repeat #FFF;
}

.also  .box {
	float: left;
	width: 210px;
	margin: 4px;
	background: url(/img/also_bg.jpg) no-repeat bottom left #FFF;
}

.also  .box .frame_img {
	width: 226px;
	height: 165px;
	float: left;
}

.also  .box img {
	margin: 5px 38px 10px 38px;
	vertical-align: middle;
}

.also .box h2 {
	margin: 5px 5px 5px 19px;
	color: #097391;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}

.also .box p {
	color: #7e7e7e;
	font-size: 11px;
	line-height: 140%;
	margin: 5px 5px 5px 19px;
}
#page .also .box a {
	color: #FFF;
}
.also .box .more {
	float: right;
	padding-top: 6px;
	height: 20px;
	width: 87px;
	font-weight: bold;
	text-align: center;
	background: url(/img/more_blue.jpg) no-repeat bottom left;
	font-size: 11px;
	margin: 10px;
}

.also .box .more:hover {
	padding-top: 7px;
	height: 19px;
	text-decoration: none;
}

.contact_col1 {
	float: left;
	width: 270px;
	margin: 10px;
	padding: 10px;
	border-right: 1px #ccc solid;
}

.contact_col2 {
	float: right;
	width: 250px;
	margin: 10px;
	padding: 10px;
}

.offer_item {
	float: left;
	margin: 15px;
	padding: 10px;
	border: 1px solid #d4d4d4;
}

.offer_item a {
	display: block;
	float: left;
	width: 150px;
	height: 100px;
	background-position: center center;
	background-repeat: no-repeat;
}

.offer_item:hover {
	border: 1px solid #0B7792;
}

.offer_item a span {
	display: block;
	width: 140px;
	background: #000;
	opacity: .7;
	color: #FFF;
	padding: 5px;
	text-align: center;
	margin-top: 65px;
	height: 25px;
	font-size: 11px;
}

#right {
	width: 230px;
	float: right;
	padding: 5px;
	margin-left: 6px;
	border-left: #eaecec 1px solid;
}

#right_title {
	width: 230px;
	float: right;
	height: 30px;
	padding: 5px;
	margin: 15px 0 10px 6px;
	background: url(/img/aktualnosci.jpg) no-repeat bottom left #FFF;
}

#right .news {
	width: 225px;
	margin: 5px 5px 35px 0px;
	padding: 0 10px 40px 10px;
	background: url(/img/news_bg.jpg) repeat-x bottom left #FFF;
}

#right .news .rightnews_img {
	width: 85px;
}

#right .news h3 {
	color: #0e0e0e;
	font-size: 15px;
	font-weight: bold;
	display: inline;
}

#right .news .date {
	font-size: 10px;
	color: #838383;
	display: block;
}

#right .news p {
	margin-top: 4px;
}

#right .news .more {
	float: right;
	margin-top: 10px;
	padding-top: 3px;
	height: 17px;
	width: 87px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: url(/img/more.jpg) no-repeat bottom left;
	font-size: 11px;
}

#right .news .more:hover {
	padding-top: 2px;
	height: 18px;
	text-decoration: none;
}

#right ul {
	list-style: none;
	color: #0B7792;
	width: 220px;
}

.selected {
	font-weight: bold;
}

#right li {
	padding: 6px 10px 8px 20px;
	border-bottom: #ccc 1px dotted;
}

#right li a {
	color: #0B7792;
	font-size: 14px;
}
#page .ico {
 	margin-right: 10px;
	float: left;	
}
#page .pagination {
	color: #585858;
	margin-left: 45%;
	height: 25px;
	font-size: 11px;
	float: right;
}

#page .pagination a {
	color: #fff;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #ccc;
	float: left;
	text-align: center;
	margin: 3px;
}

#page .pagination b {
	color: #fff;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #ccc;
	float: left;
	font-weight: bold;
	text-align: center;
	margin: 3px;
}

#page .pagination .no {
	background: none;
	color: #585858;
	width: auto;
	height: auto;
	float: left;
}
#gallery fieldset {
	border: 1px solid #ccc;
	float: left;
 	font-size: 11px;
 	padding: 0 5px;
	width: 300px;
	margin: 10px  ;
}
#gallery legend {
	color:#AA0000;
	font-weight:bold;
	padding:10px;	
}
#gallery .imgshadow {
	float: left;
	background: url(/images/shadow.jpg) right bottom no-repeat;
	width: 150px;
	padding-right: 13px;
	padding-bottom: 13px;
 
	height: 150px;	
 
 	margin : 10px;
}
#gallery .imgshadow a{
	width: 150px;
	height: 150px;
	float: left;
	border: 1px solid #ccc;
 
}
#gallery .photo {
	float: left;
	margin: 10px 10px 0 10px;	
}
.list-block {
	width: 100%;
	float: left;
}

.content  a {
	color: #0B7792;
}

.clientBox {
	float: left;
	margin: 15px 30px;
	border: #ccc 1px solid;
	padding: 15px;
	width: 200px;
	height: 140px;
	text-align: center;
}
.clientBox:hover {
	border: #0B7792 1px solid;
	 
}
.clientBox img {
	background: #ccc;
	padding: 5px;	
	width: 150px;
	max-height: 115px;
}
#page .clientTitle a{
	color: #787878;
	font-weight: bold;	
 
	display: block;
	text-align: center;
	margin: 10px;
}

#footer {
	float: left;
	width: 933px;
	margin: 0px 0px 5px 0px;
	padding: 60px 20px 5px 20px;
}

#footer a {
	float: left;
	width: 130px;
	text-align: center;
	color: #6a6a6a;
	text-transform: uppercase;
	font-size: 11px;
}