/* CSS global BODY styles */
body {
	margin: 0; 
  padding: 0;
	font-family: "Georgia" , sans-serif;
	font-size: 12px;
	color: #470500;
	background: #fffae0 url('../img/bg_body.png');
}
select {
	margin: 0px;
	padding: 0px;
}
form, ul, ol, li, p, div, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
p {
	line-height: 1.5em;
	text-align: left;
}
img {
  border: none;
}
a, a:link {
  color: #c50006;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #470500;
}
/* ------------------------------------------------------------------------------ MAIN DIVS */
#page {
  width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #fffae0;
  border-right: 1px solid #ddb100;
  border-left: 1px solid #ddb100;
}
#right {
  float: right;
} 
#top img {
	float: right;
	margin: 10px 2px 10px 20px;
}
#google_translate_element {
  width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #fffae0;
  border-left: 1px solid #ddb100;
  border-right: 1px solid #ddb100;
}
.goog-te-combo {
  float: left;
  width: 160px;
  margin: 5px 10px 5px 0;
  display: block;
}
.goog-te-gadget span {
  display: block;
}
/* ---------------------------------------------------------------------------------- MENU OLD
#menu {
  width: 900px; 
  margin: 0;
  position:relative;
  z-index:10;
}
#menu ul li{
  position:relative;
	float: left;
	list-style-type: none;
	margin: 0; padding: 0;
}
#menu ul li:hover ul{
  display:block;
}
#menu ul li ul{
  width:140px;
  position:absolute;
  top:32px;
  z-index:1000;
  display:none;
}

#menu ul li ul:hover{
  display:block;
}
#menu ul li ul li a{
  background: #2f0601;
  color:#f7be55;
  padding:10px 0px 0px 10px;
  height:27px;
  width:140px;
  border-bottom:1px solid #FFF;
}
#menu ul li ul li a:hover{
  background: #2f0601;
  color:#FFF;
}
#menu ul li a span {
	display: none;
}
#menu ul li a {	
  height: 32px;
	width: 150px;
	height: 32px;
	display: block;
}
#m1 a {
	background: #fffae0 url('../img/m_1.png') bottom left no-repeat;
}
#m2 a {
	background: #fffae0 url('../img/m_2.png') bottom left no-repeat;
}
#m3 a {
	background: #fffae0 url('../img/m_3.png') bottom left no-repeat;
}
#m4 a {
	background: #fffae0 url('../img/m_4.png') bottom left no-repeat;
}
#m5 a {
	background: #fffae0 url('../img/m_5.png') bottom left no-repeat;
}
#m6 a {
	background: #fffae0 url('../img/m_6.png') bottom left no-repeat;
}
#m1 a:hover, #m1 a:active {
	background: #fffae0 url('../img/m_1.png') top left no-repeat;
}
#m2 a:hover, #m2 a:active {
	background: #fffae0 url('../img/m_2.png') top left no-repeat;
}
#m3 a:hover, #m3 a:active {
	background: #fffae0 url('../img/m_3.png') top left no-repeat;
}
#m4 a:hover, #m4 a:active {
	background: #fffae0 url('../img/m_4.png') top left no-repeat;
}
#m5 a:hover, #m5 a:active {
	background: #fffae0 url('../img/m_5.png') top left no-repeat;
}
#m6 a:hover, #m6 a:active {
	background: #fffae0 url('../img/m_6.png') top left no-repeat;
}
*/
/* ---------------------------------------------------------------------------------- MENU */
#menu {
  width: 900px; 
  margin: 0;
  position:relative;
  z-index:10;
}
#menu ul li{
  position:relative;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu ul li a {
  color:#f7be55;
  height: 24px;
  width: 150px;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
  padding: 8px 0 0 0;
}
#menu ul li a:hover, #menu ul li a.active {
  color:#fff;
}
#menu ul li:hover ul{
  display:block;
}
#menu ul li ul{
  width:140px;
  position:absolute;
  top:32px;
  z-index:1000;
  display:none;
}
#menu ul li ul:hover{
  display:block;
}
#menu ul li ul li a{
  background: #2f0601;
  color:#f7be55;
  padding:10px 5px 0px 5px;
  height:27px;
  width:140px;
  letter-spacing: 0px;
  border-bottom:1px solid #FFF;
}
#menu ul li ul li a:hover{
  background: #2f0601;
  color:#FFF;
}
#menu ul li a span {
	display: none;
}
#m1 a {
	background: #fffae0 url('../img/m_1.png') bottom left no-repeat;
}
#m2 a {
	background: #fffae0 url('../img/m_2.png') bottom left no-repeat;
}
#m3 a {
	background: #fffae0 url('../img/m_3.png') bottom left no-repeat;
}
#m4 a {
	background: #fffae0 url('../img/m_4.png') bottom left no-repeat;
}
#m5 a {
	background: #fffae0 url('../img/m_5.png') bottom left no-repeat;
}
#m6 a {
	background: #fffae0 url('../img/m_6.png') bottom left no-repeat;
}
#m1 a:hover, #m1 a:active {
	background: #fffae0 url('../img/m_1.png') top left no-repeat;
}
#m2 a:hover, #m2 a:active {
	background: #fffae0 url('../img/m_2.png') top left no-repeat;
}
#m3 a:hover, #m3 a:active {
	background: #fffae0 url('../img/m_3.png') top left no-repeat;
}
#m4 a:hover, #m4 a:active {
	background: #fffae0 url('../img/m_4.png') top left no-repeat;
}
#m5 a:hover, #m5 a:active {
	background: #fffae0 url('../img/m_5.png') top left no-repeat;
}
#m6 a:hover, #m6 a:active {
	background: #fffae0 url('../img/m_6.png') top left no-repeat;
}
/* ------------------------------------------------------------------------------ GALLERY */
.gallery_item {
  width: 205px;
  height: 171px;
  padding: 105px 5px 0px 15px;
  float: left;
}
.gallery_item p {
  font-size: 11px;
  line-height: 13px;
}
.gallery_item a {
  display: block;
}
/* ------------------------------------------------------------------------------ CONTENT */
#kolekcje_galeria {
  z-index:2;
  position:relative;
  width: 900px;
  height: 315px;
  margin: 25px auto 0 auto;
}
.kolekcja {
  width: 262px;
  height: 315px;
  float: left;
  background: #fffae0 url('../img/bg_kolekcja.png') top left no-repeat;
}
.kolekcja p {
  height: 80px;
  margin: 0 10px 0 18px;
}
.kolekcja_img {
  margin-left: 18px;
  border: 1px solid #FFF;
}
#kol_left {
  width: 32px;
  height: 315px;
  background: #fffae0 url('../img/kolekcje_left.jpg') top left no-repeat;
  margin-right: 12px;
  float: left;
  cursor:pointer;
}
#kol_right {
  background: #fffae0 url('../img/kolekcje_right.jpg') top left no-repeat;
  width: 32px;
  height: 315px;
  margin-left: 12px;
  float: right;
  cursor:pointer;
}
#txt_mapa {
  float:right; width:223px;
}
#txt_mapa p {
  text-align: justify;
}
#nowosci {
  width: 897px;
  margin-top: 30px;
}
#nowosci_left {
  width: 306px;
  float: left;
}
#nowosci_right {
  width: 575px;
  float: right;
}
#newsletter {
  width: 535px;
  height: 68px;
  background: #fffae0 url('../img/bg_newsletter.png') top left no-repeat;
  margin-top: 20px;
  padding: 10px 20px 0 20px;
}
#newsletter input {
  width: 190px;
  height: 18px;
  color: #adadad;
  padding: 2px 0 0 5px;
  border: 1px solid #bf910b;
}
#btn_subskrybuj {
  width: 112px; height: 20px;
  background: url('../img/bg_subskrybuj.png') 0 0 no-repeat;
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
  float: right;
}
#btn_subskrybuj a {
  color: #FFF;
  display: block;
  width: 112px; height: 20px;
}
#btn_subskrybuj a:hover {
  color: #ffdf82;
}
/*
ul#news li {
  list-style-type: none;
  border-top: 1px solid #facf3e;
  display: block;
  padding: 10px 0;
}
#news img {
  float: left;
}
#news p {
  float: left;
  padding: 5px 10px 0 10px;
  width: 260px;
}
#news p em {
  font-weight: bold;
  font-size: 12px;
  font-style: normal;
  font-weight:bold;
  display: block;
  margin-bottom: -12px;
}
*/
ul#news li {
  width: 115px;
  list-style-type: none;
  display: block;
  float: left;
  padding: 5px 0px 0px 0px;
  margin: 0 0 30px 0;
}
#news p {
  font-size: 11px;
  padding: 0 5px;
}
#news p em {
  font-weight: bold;
  font-size: 12px;
  font-style: normal;
  font-weight:bold;
  display: block;
  margin-bottom: -12px;
}
h3 {
  font-size: 12px;
  margin: 15px 0 5px 0;
}
h4 {
  font-size: 17px;
  padding: 0 0 15px 2px;
}
#kontakt div{
  float: left;
  width: 250px;
  margin: 30px 0 30px 20px;
}
#kontakt img {
  float: right;
  margin: 0px 20px 30px 10px;
}
#kontakt p {
  padding-left: 10px;
}
#partners {
  width: 899px;
  margin-top: 30px;
}
#partners_left {
  width: 275px;
  float: left;
  margin: 0 0 20px 10px;
}
#partners_right {
  float: right;
  width: 600px;
}
#partners_right p {
  float: left;
}
.logo_215 {
  margin: 20px 0 0 10px;
}
/*
.kolekcja_medale {
  border-right: 2px solid #e9d02a;
}
.kolekcja_medale img {
  margin: 0 5px 0 18px;
}
#kolekcja ul li {
  width: 300px;
  height: 190px;
  list-style-type: none;
  float: left;
  display: block;
}
#kolekcja ul {
  margin: 20px 0 30px 0;
}
#kolekcja p {
  text-align: center;
}
*/
.kolekcja_medale {
  border-right: 2px solid #e9d02a;
}
.kolekcja_medale img {
  margin: 0 0 0 8px;
}
#kolekcja ul li {
  width: 223px;
  height: 160px;
  list-style-type: none;
  float: left;
  display: block;
}
#kolekcja ul {
  margin: 20px 0 30px 5px;
}
#kolekcja p {
  text-align: center;
}
#kolekcja a {
  font-weight: normal;
  color: #470500;
}
h2 {
  font-size: 30px;
  text-align: left;
  font-weight: normal;
}
#miejsce_right {
  width: 585px;
  float: right;
  margin-right: 2px;
}
#miejsce_left {
  width: 290px;
  float: left;
  margin: 35px 0 30px 10px;
}
#miejsce_left ul {
  list-style-type: none;
  margin: 20px 0 20px 0;
}
#miejsce_left ul li img{
  margin: 3px 6px;
}
#miejsce_main {
  float: right;
  margin-left: 15px;
  border: 1px solid #facf3e;
}
#galeria ul {
  list-style-type: none;
  margin: 10px 0 0 2px;
}
#galeria ul li {
  float: left;
  margin: 20px 20px 0 0;
}
#galeria img {
  border: 1px solid #facf3e;
}
#btn_back {
  width: 112px; height: 22px;
  background: url('../img/bg_subskrybuj.png') 0 0 no-repeat;
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
  margin: 10px 0 10px 0;
  float: right;
}
#btn_back a {
  color: #FFF;
  display: block;
  width: 112px; height: 22px;
}
#btn_back a:hover {
  color: #ffdf82;
}
#btn_181 {
  width: 181px; height: 22px;
  background: url('../img/btn_181.png') 0 0 no-repeat;
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
  margin: 20px 0 0 20px;
  float: right;
}
#btn_181 a {
  color: #FFF;
  display: block;
  width: 181px; height: 22px;
}
#btn_181 a:hover, #btn_181 a.active {
  color: #ffdf82;
}
#onas div {
  width: 420px;
  float: left;
  margin: 20px 20px 20px 10px;
}
#onas ul {
  margin: 20px 0 0 13px;
}
#onas ul li {
  margin: 0 0 15px 0;
}
#mapka {
  width: 581px;
  height: 383px;
  border: 1px solid #facf3e;
  margin: 20px 0 0 2px;
}
/* ------------------------------------------------------------------------------ FOOTER  */
#logos {
  width: 899px !important;
  height: 70px !important;
  overflow:hidden !important;
  border-top: 1px solid #facf3e;
  background-color: #FFF;
  position:relative;
}
#logos ul{
  position:relative;
  left:0px;
  height:65px;
  width:1000px;
  overflow:hidden !important;
  list-style-type:none;
}
#logos ul li{
  float:left;
}
#footer {
  width: 942px; height: 96px;
  color: #955856;
  margin: 0 auto;
}
#footer p {
  float: left;
  padding: 10px 0 0 20px;
  font-weight: bold;
  font-family: "Tahoma" , sans-serif;
  font-size: 10px;
}
#interactive {
  margin: 3px 20px 0 0;
}
#tematyczne {
  margin: 20px 0;
}
#tematyczne ul li {
 list-style-type: none;
 border-bottom: 1px solid #e9d02a;
 padding: 15px 0;
}
.t_medale {
  width: 250px;
  height: 140px;
  padding: 0 5px;
  border-right: 1px solid #e9d02a;
  font-weight: bold;
  float: left;
}
.t_medale img {
  margin: 5px 25px 5px 0px;
}
.t_tekst {
  width: 350px;
  padding: 0 0 0 20px;
  float: left;
}
.t_pict {
  margin-right: 2px;
  float: right;
}
/* ------------------------------------------------------------------------------ FORM DIVS */
form {
 color: #46423e;
}
label {
background-color: #eaeaea;
display: block;
float: left;
width: 120px;
text-align: right;
margin: 2px 2px 0 0;
padding: 2px 0;
color: #000;
border-top: 1px solid #c7c7c7;
}
input, textarea {
float: left;
width: 236px;
margin:2px 0 4px 0;
padding: 1px;
border: 1px solid #c7c7c7;
}
#formBlock {
  width: 500px;
}
#formBlock p {
margin: 0 0 3px 0;
clear: both;
}
#check {
margin: 0 15px 0 90px;
width: 15px; height: 30px;
float: left;
}
.btn {
  cursor: pointer;
}
/*------- new */
#zamow_medal {
  width: 568px;
  background: url('../img/zamow_medale.jpg') right 0 no-repeat;
}
#zamow_medal p {
  padding: 0 205px 10px 0;
}
