html {
    font-size: 100%; /*IE hack*/
}
body {
    text-align: center;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 68.75%;
    color: #777968;
    background-color: #EDEDED;
}
#top_bar_outside {
    width: 100%;
    height: 40px;
    background-color: #4D5C2A;
}
#top_bar {
    width: 799px;
    height: 40px;
    background-color: #4D5C2A;
    margin-left: auto;
    margin-right: auto;
    border-left-color: #B4B6AD;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #B4B6AD;
    border-right-style: solid;
    border-right-width: 1px;
}
#flash_bar_outside {
    width: 100%;
    height: 316px;
    background-color: #777968;
    margin-top: 3px;
}
#flash {
    position: relative;
    width: 799px;
    height: 316px;
    background-image: url(pliki/flash_bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    border-left-color: #B4B6AD;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #B4B6AD;
    border-right-style: solid;
    border-right-width: 1px;
}
#flash_image {
    width: 385px;
    height: 173px;
    position: absolute;
    top: 118px;
    left: 27px;
}
#slogan_box {
    width: 452px;
    height: 69px;
    position: absolute;
    top: 0px;
    left: 347px;
}
#menu_bar {
    width: 799px;
    height: 30px;
    background-image: url(pliki/menu_bar_bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    border-left-color: #F8F8F8;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #F8F8F8;
    border-right-style: solid;
    border-right-width: 1px;
}
#main_container_outside {
    width: 799px;
    background-image: url(pliki/main_bottom_bg.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    margin-left: auto;
    margin-right: auto;
    border-left-color: #F8F8F8;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #F8F8F8;
    border-right-style: solid;
    border-right-width: 1px;
}
#main_container {
    width: 799px;
    background-image: url(pliki/main_top_bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
    text-align: left;
    padding-bottom: 15px;
}
#left {
    float: left;
    width: 484px;
    margin-right: 22px;
    padding-left: 20px;
}
#right {
    float: left;
    width: 258px;
    padding-right: 15px;
}
#news_box {
    font-size: 0.91em;
    color: #90918E;
    margin-bottom: 15px;
}
#contact_box {
    height: 72px;
    background-image: url(pliki/contact_box_bg.jpg);
    background-position: right;
    background-repeat: no-repeat;
    font-weight: bold;
    border-bottom-color: #D2D3CF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 60px;
    padding-top: 30px;
}
#footer_outside {
    width: 100%;
    height: 70px;
    background-color: #4D5C2A;
    margin-top: 3px;
}
#footer {
    width: 799px;
    height: 55px;
    background-color: #4D5C2A;
    margin-left: auto;
    margin-right: auto;
    border-left-color: #B4B6AD;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #B4B6AD;
    border-right-style: solid;
    border-right-width: 1px;
    color: #C9C9C1;
    padding-top: 15px;
}
.headline {
    border-bottom-color: #D2D3CF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
#icon_bar {
    float: right;
    height: 13px;
    margin-right: 40px;
    margin-top: 12px;
}
#flag_bar {
    float: left;
    height: 13px;
    margin-left: 40px;
    margin-top: 12px;
}
#copyright {
    float: left;
    margin-left: 15px;
    font-size: 0.91em;
    margin-top: 24px;
}
#spi {
    float: right;
    margin-right: 15px;
    font-size: 0.91em;
    margin-top: 24px;
}
#sitemap {
    margin-left: 50px;
    margin-top: 40px;
}
#map {
    width: 430px;
    height: 350px;
    
    text-align: center;
    margin-left: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-color: #3A597A;
    border-style: solid;
    border-width: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 0.91em;
}
.cennik {
    border-collapse: collapse;
    width: 400px;
    margin-left: 40px;
}
.cennik td {
    border-color: #8EAB15;
    border-style: solid;
    border-width: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.cennik th {
    border-color: #8EAB15;
    border-style: solid;
    border-width: 1px;
    background-color: #D5D6D1;
    text-align: center;
}

.img_left {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
    padding: 2px; 
    border: solid 1px;
    border-color: #A1A397;
}
.img_right {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 2px; 
    border: solid 1px;
    border-color: #A1A397;
}
.img_noborder {
    border: none;
}
.img_flash {
    display: none;
}
a.more {
    color: #93A92B;
    text-decoration: none;
}
a.more:hover {
    color: #F5B40F;
    text-decoration: underline;
}
a.menu_link {
    float: right;
    height: 23px;
    background-image: url(pliki/menu_link.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    font-size: 1.09em;
    text-decoration: none;
    font-weight: bold;
    color: #DDDEDA;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 7px;
    margin-left: 1px;
}
a.menu_link:hover {
    background-image: url(pliki/menu_link_hover.jpg);
    color: #ffffff;
    text-decoration: underline;
}
a.offer_link {
    font-size: 1.09em;
    font-weight: bold;
    display: block;
    color: #777968;
    text-decoration: none;
    background-image: url(pliki/arrow.gif);
    background-position: left 2px;
    background-repeat: no-repeat;
    padding-left: 15px;
    margin-top: 7px;
}
a.offer_link:hover {
    color: #FAB010;
    background-image: url(pliki/arrow_hover.gif);
}
a.icon_link {
    margin-left: 40px;
}
a.flag_link {
    margin-right: 15px; 
}
a.footer_link {
    color: #C9C9C1;
    text-decoration: none;
}
a.footer_link:hover {
    color: #ffffff;
    text-decoration: underline;
}
a.spi_link_inactive {
    color: #97988E;
    text-decoration: none;
}
a.sitemap_sub_link {
    font-weight: bold;
    color: #93A92B;
    text-decoration: none;
    display: block;
    margin-left: 30px;
}
a.sitemap_sub_link:hover {
    text-decoration: underline;
    color: #F9AC0E;
}
a.pinokio {
    color: #777968;
    text-decoration: none;
    cursor: text;
}

h1 {
    font-size: 1.45em;
    font-family: Georgia, "Times New Roman", serif;
    color: #809c17;
    border-left-color: #777968;
    border-left-style: solid;
    border-left-width: 7px;
    padding-left: 20px;
}
.bold {
    font-weight: normal;
}
.right {
    text-align: right;
}
.clear {
    clear: both;
}

/*news*/

.news_data {
width: 80px;
display: block;
color: #FFFFFF;
text-align: center;
background-color: #9DA58A;

border-color: #3A597A;
border-style: solid;
border-width: 1px;

}

.news_temat {
font-weight: bold;
color: #777968;
}

.news_tresc {

display: block;
color: inherit;
}

/*realizacje*/

.img2 {
	border: 1px solid #5B260E;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	float: left;
	margin-right: 8px;
	margin-top: 4px;
}

.img_popup {
	border: solid 1px;
    border-color: #AAA8A9;
	padding: 2px 2px 2px 2px;
        margin-left: auto;
        margin-left: auto;
}

.img_galeria_produktu {
padding: 2px; 
    border: solid 1px;
    border-color: #AAA8A9;

margin-bottom: 2px;

}
#product_gallery {
    position: relative;
}
.img_box {
float: left;
text-align: center;
margin-bottom: 5px;
margin-left: 10px;
}
.show_photo {
    text-align: center;
    margin-top: 30px;
}

/*formularz mailowy*/

.adress {
text-align: center;
margin-top: 30px;
width: 400px;
margin-left: auto;
margin-right: auto;
}

.form {
margin-left: auto;
margin-right: auto;
margin-top: 25px;
margin-bottom: 30px;
width: 484px;
}

.input {
    width: 320px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.91em;
border-color: #7A9417;
border-style: solid;
border-width: 1px;
color: #ACACAA;
background-color: inherit;

}
.textarea {
    width: 320px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.91em;
border-color: #7A9417;
border-style: solid;
border-width: 1px;
color: #ACACAA;
background-color: inherit;
overflow: auto;
}

.submit {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.91em;
font-weight: bold;
border-color: #ACACAA;
border-style: solid;
border-width: 1px;
color: #ACACAA;
background-color: inherit;
}

.submit:hover {
    background-color: #E9E9E9;
    color: #93A92B;
    border-color: #93A92B;
}

/*tooltip - jquery*/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 2px solid #292A26;
	background-color: #4D5C2A;
	padding: 3px;
	opacity: 0.8;
        font-size: 0.91em;
        color: #ffffff;
        text-align: left;
}
#tooltip h3 {
    color: #E6E0C0;
    font-size: 0.91em;
    line-height: 1.7em;
    margin: 0;
    padding-bottom: 3px;
    padding-left: 25px;
    padding-right: 7px;
    background-image: url(pliki/info_icon.png);
    background-position: top left;
    background-repeat: no-repeat;
        
}
#tooltip div {
    margin: 0;
    }
    
    /*popup - wyswietlanie powiekszenia fotki*/


.popup{  
    display:none;
    position:fixed;
    top: -250px;
    left: 30px; 
    _position:absolute; /* hack for internet explorer 6*/  
    width: 480px;
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    background-color: #4D5C2A;
    border:2px solid #1B1F13;  
    z-index:200;  
    
    padding-bottom: 20px;
    font-size:10px;
    font-weight: bold;
    color: #E6E0C0;
}
.popup_foto {
    
}
.open_popup {
    
}
.popup_close {
    font-size:14px;  
    line-height:14px;  
    height: 20px;
    text-align: right;
    float: right;
    color: #EDEDED;  
    font-weight: bold;
    font-size: 10px;
    display:block;
    cursor: pointer; 
}
