* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-size: 62.5%;
	line-height: 1em;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	background: #f4f4f4 url("../images/bg.gif") repeat-y top center; 
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

/* container */

.container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

/* bar */

.bar {
	background: #434958;
	text-align: right;
	height: 15px;
	padding: 4px 0 2px;
}
.bar a {
	text-indent: -5000px;
}
#polish, #english {
	float: left;
	display: block;
	height: 14px;
	width: 25px;
	background: url(../images/pl.jpg) 50% 50% no-repeat;
}
#english {
	background: url(../images/eng.jpg) 50% 50% no-repeat;
}
#home, #sitemap, #contact {
	display: block;
	width: 16px;
	height: 13px;
	float: right;
	background: url(../images/home.jpg) 50% 50% no-repeat;
}
#sitemap {
	background: url(../images/sitemap.jpg) 50% 50% no-repeat;
}
#contact {
	background: url(../images/contact.jpg) 50% 50% no-repeat;
}

/* top */

#logo {
	display: block;
	background: url(../images/logo.jpg) left 20px no-repeat;
	width: 299px;
	height: 144px;
	margin: 0 auto;
	text-indent: -5000px;
	padding: 20px 0;
	outline: 0;
}
.facebook {
	float: left;
	padding: 10px 0 0;
}

.nav {
	background: url(../images/nav.jpg) 50% 2px no-repeat;
	padding: 0 0 5px;
}
#nav {
	margin: 0 auto;
	width: 541px;
	list-style: none;
	font-size: 1.5em;
	font-weight: bold;
}
#nav li {
	float: left;
	display: block;
	background: url(../images/bar.jpg) left 50% no-repeat;
}
#nav .first {
	background: none;
}
#nav a {
	color: #000;
	float: left;
	display: block;
	padding: 5px 20px;
	text-decoration: underline;
	text-indent: -5000px;
	outline: 0;
}
#nav a:hover {
	text-decoration: none;
}
#nav01 {
	width: 34px;
	background: url(../images/nav01.jpg) 50% 50% no-repeat;
}
#nav02 {
	width: 32px;
	background: url(../images/nav02.jpg) 50% 50% no-repeat;
}
#nav03 {
	width: 35px;
	background: url(../images/nav03.jpg) 50% 50% no-repeat;
}
#nav04 {
	width: 38px;
	background: url(../images/nav04.jpg) 50% 50% no-repeat;
}
#nav05 {
	width: 25px;
	background: url(../images/nav05.jpg) 50% 50% no-repeat;
}
#nav06 {
	width: 45px;
	background: url(../images/nav06.jpg) 50% 50% no-repeat;
}
#nav07 {
	width: 51px;
	background: url(../images/nav07.jpg) 50% 50% no-repeat;
}

/* usp */

.usp, .subusp {
	width: 790px;
	margin: 0 auto;
	clear: both;
}
#usp1, #usp2, #usp3 {
	width: 395px;
	float: left;
	display: block;
	height: 314px;
	position: relative;
	background: url(../images/usp01.jpg) 5px top no-repeat;
}
#usp1 {
	left: 3px;
}
#usp2 {
	left: -2px;
	background: url(../images/usp02.jpg) 5px top no-repeat;
}
#usp3 {
	left: -2px;
	background: url(../images/usp03.jpg) 5px top no-repeat;
}
#usp1 img, #usp2 img, #usp3 img {
	position: relative;
	top: 200px;
	z-index: 1000;
}
.subusp #usp1, .subusp #usp2, .subusp #usp3 {
	height: 78px;
}
.subusp #usp1 img, .subusp #usp2 img, .subusp #usp3 img {
	top: 5px;
}
.subusp #usp1 {
	background: url(../images/subusp01.jpg) 5px top no-repeat;
}
.subusp #usp2 {
	background: url(../images/subusp02.jpg) 5px top no-repeat;
}
.subusp #usp3 {
	background: url(../images/subusp03.jpg) 5px top no-repeat;
}

/* content */

.content {
	clear: both;
	padding: 0 0 80px;
	margin: 0 auto 4px;
	border-bottom: 1px solid #b5b5b5;
}
.content h1 {
	font-size: 3.5em;
	padding: 30px 90px 0;
	color: #434958;
	font-weight: normal;
}
.content p {
	text-align: justify;
	font-size: 1.6em;
	color: #303030;
	line-height: 1.8em;
	padding: 20px 90px 0;
}
.content ul {
	font-size: 1.5em;
	color: #303030;
	line-height: 1.8em;
	padding: 20px 120px 0;
}
.content ul ul {
	font-size: 1em;
	padding: 10px 30px;
}
.content a {
	color: #ffa800;
	font-weight: bold;
}
.category {
	display: block;
	float: left;
	padding: 0 6px 6px;
}
.leftColumn, .rightColumn {
	float: left;
	width: 470px;
}
.leftColumn p {
	padding: 20px 40px 0 90px; 
}
.rightColumn p {
	padding: 20px 90px 0 40px; 
}
.rightColumn ul {
	padding: 20px 70px 0;
}

.floatright {
	float: right;
	padding: 30px 80px 30px 40px;
}

form {
	float: right;
	padding: 10px 0 0;
}
.content form p {
	padding: 10px 90px 0 0;
}
label {
	width: 150px;
	font-weight: bold;
	float: left;
	text-align: right;
	padding: 0 5px 0 0;
}
input, textarea {
	border: 3px solid #fff;
	background: #fff url(../images/input.jpg) left top repeat-x;
	padding: 5px;
	width: 250px;
}
input:focus, textarea:focus {
	border-color: #eaecef;
	background: #fff;
}
textarea {
	height: 100px;
}
.submit {
	background: #fff url(../images/submit.jpg) left top repeat-x;
	font-family: "Times New Roman", Times, serif;	
	font-size: 1.1em;
	color: #fff;
	width: 265px;
	border: 3px solid #ffe4ac;
	cursor: pointer;
}
.submit:hover, .submit:focus {
	border-color: #c2c4c9;
	background: #3a3f4c url(../images/submit_.jpg) left top repeat-x;
}

/* footer */

.footer {
	background: #363c4b url(../images/footer.jpg) left top repeat-x;
	padding-top: 20px;
	font-size: 1.2em;
	color: #fff;
	height: 300px;
}
.footer p {
	padding: 10px 0 0;
}
.footer a:hover {
   color: #FFA800;
}
.footer .copyrights {
	float: right;
	width: 260px;
	padding: 0;
	line-height: 1.1em;
}
#fpfs {
	position: absolute;
	padding: 0;
	margin: -2px 0 0 -50px;
}
.footer a {
	color: #fff;
	font-weight: bold;
	padding: 0 8px;
}
#footer-fb {
  margin-top: 20px;
  float: right;
  margin-left: 140px;
  width: 300px;
  background-color: #FFF;
}
#footer-show {
  margin-top: 20px;
  float: left;
  width: 400px;
}
#footer-city {
  color: #565c6c;
  clear: left;
  line-height: 1.3333em;
}
#footer-city a {
  padding: 0;
}
