body {
 font: 13px normal Verdana, Arial, Helvetica, sans-serif;
 margin: 0px;
 padding: 0px;
 background: #efefef;
 width: 100%;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

a,
a:link,
a:visited,
a:active {
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a:hover {
	color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

img, div {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

ul {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li {
	padding: 0px;
	margin: 0px;
}

#wrapper {
  width: 770px;
  margin: 0px auto;
  background: #ffffff;
}


#top {
  height: 70px;
}

#top a#logo {
  text-indent: -2500px;
  display: block;
  background: url(../graphic/logo.gif) no-repeat left;
  width: 258px;
  height: 70px;
  float: left;
}

#menu li {
  float: left;
  border-bottom: 1px solid #BEDEFC;
}

#menu a {  
  width: 104px;
  height: 70px;
  display: block;
  text-indent: -2500px; 
  background-repeat: no-repeat;
  background-position: center bottom; 
}

#menu a.about {
  background-image: url(../graphic/about.gif);
}

#menu a.contact {
  background-image: url(../graphic/contact.gif);
}

#menu a.polish {
  background-image: url(../graphic/pl.gif);
}

#topbar {
  background: #BEDEFC;
  padding-bottom: 1px;  
}

#topbar .left {
  float: left;
  width: 250px;
}

#topbar .right {
  float: left;
  background: #F8F9FB;
}
#search {
  text-align: center;
  padding: 8px;
}

#content {
  padding: 10px 5px;
}

#columnLeft {
  width: 210px;
  float: left; 
  text-align: center;
}

#columnRight {
  width: 530px;
  float: left;
  margin-left: 10px;
}

.container {
  margin-bottom: 10px;
}

#page-container h2,
.container h2 {
  font-size: 12px;
  text-transform: uppercase;
  color: #DF5900;
  margin-bottom: 10px;
}

.container h2 a {  
  color: #DF5900;
}

#page-container,
.container .image,
.container .services,
.container .content {
  border: 1px solid #BEDEFC;
  border-top: 5px solid #BEDEFC;
  padding: 4px;
  font: 11px normal Verdana, Arial, Helvetica, sans-serif;
}


.container .image {
  text-align: center;
  padding: 10px;
}

.services a {
  text-indent: -2500px;
  display: block;
  width: 100%;
  height: 74px;
  background-repeat: no-repeat;
  background-position: center;
}

#footer {
  padding: 2px;
  font-size: 11px;
  text-align: center;
  border-top: 1px dashed #000000;
}


#page-container h3 {
  font-size: 14px;
  margin: 10px 0px;
}

#page-container p {
  margin-bottom: 10px;
}

#page-container p.small {
  font-size: 11px;
}

#page-container p a {
  color: #0000EE;
  text-decoration: underline;
}

#page-container p a:hover {
  font-weight: normal;
}

#page-container ul {
  padding-left: 15px;
  margin: 10px 2px;
}

#page-container ul li {
  list-style-type: disc;
}

table.phones {
	background: #efefef;
	padding: 10px;
	margin: 0px auto;	
}